>>> spdk: Building testing/spdk 22.05-r2 (using abuild 3.9.0-r4) started Mon, 08 Aug 2022 10:03:13 +0000 >>> spdk: Checking sanity of /home/buildozer/aports/testing/spdk/APKBUILD... >>> spdk: Analyzing dependencies... >>> spdk: Installing for build: build-base bash clang coreutils cunit-dev dpdk-dev libaio-dev llvm ncurses-dev openssl-dev>3 pmdk-dev python3 util-linux-dev (1/47) Installing readline (8.1.2-r0) (2/47) Installing bash (5.1.16-r2) Executing bash-5.1.16-r2.post-install (3/47) Installing libffi (3.4.2-r1) (4/47) Installing llvm14-libs (14.0.6-r3) (5/47) Installing clang-libs (14.0.6-r1) (6/47) Installing clang (14.0.6-r1) (7/47) Installing skalibs (2.12.0.0-r0) (8/47) Installing utmps-libs (0.1.2.0-r1) (9/47) Installing coreutils (9.1-r0) (10/47) Installing cunit (2.1.3-r3) (11/47) Installing cunit-dev (2.1.3-r3) (12/47) Installing libmd (1.0.4-r0) (13/47) Installing libbsd (0.11.6-r2) (14/47) Installing libbz2 (1.0.8-r2) (15/47) Installing fts (1.2.7-r2) (16/47) Installing libelf (0.187-r1) (17/47) Installing libfdt (1.6.1-r2) (18/47) Installing dpdk (22.07-r1) (19/47) Installing bsd-compat-headers (0.7.2-r3) (20/47) Installing linux-headers (5.16.7-r1) (21/47) Installing libmd-dev (1.0.4-r0) (22/47) Installing libbsd-dev (0.11.6-r2) (23/47) Installing xz-dev (5.2.5-r1) (24/47) Installing zlib-dev (1.2.12-r2) (25/47) Installing elfutils-dev (0.187-r1) (26/47) Installing libpcap-dev (1.10.1-r0) (27/47) Installing dpdk-dev (22.07-r1) (28/47) Installing libaio (0.3.112-r2) (29/47) Installing libaio-dev (0.3.112-r2) (30/47) Installing llvm14 (14.0.6-r3) (31/47) Installing ncurses-dev (6.3_p20220729-r0) (32/47) Installing openssl-dev (3.0.5-r1) (33/47) Installing libuuid (2.38.1-r0) (34/47) Installing ndctl-libs (73-r0) (35/47) Installing ndctl-dev (73-r0) (36/47) Installing pmdk (1.12.0-r1) (37/47) Installing pmdk-debug (1.12.0-r1) (38/47) Installing pmdk-dev (1.12.0-r1) (39/47) Installing gdbm (1.23-r0) (40/47) Installing mpdecimal (2.5.1-r1) (41/47) Installing sqlite-libs (3.39.2-r0) (42/47) Installing python3 (3.10.5-r2) (43/47) Installing libfdisk (2.38.1-r0) (44/47) Installing libmount (2.38.1-r0) (45/47) Installing libsmartcols (2.38.1-r0) (46/47) Installing util-linux-dev (2.38.1-r0) (47/47) Installing .makedepends-spdk (20220808.100314) Executing busybox-1.35.0-r22.trigger OK: 1141 MiB in 161 packages >>> spdk: Cleaning up srcdir >>> spdk: Cleaning up pkgdir >>> spdk: Fetching https://distfiles.alpinelinux.org/distfiles/edge//spdk-22.05.tar.gz >>> spdk: Fetching https://distfiles.alpinelinux.org/distfiles/edge//spdk-22.05.tar.gz >>> spdk: Checking sha512sums... spdk-22.05.tar.gz: OK >>> spdk: Unpacking /var/cache/distfiles/edge/spdk-22.05.tar.gz... Notice: ISA-L not supported for powerpc64le-alpine-linux-musl. Turning off default feature. Using DPDK lib dir /usr/lib Using default SPDK env in /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk Creating mk/config.mk...done. Creating mk/cc.flags.mk...done. Type 'make' to build. make[1]: Nothing to be done for 'all'. CC lib/ut_mock/mock.o CC lib/log/log.o CC lib/log/log_flags.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_flags.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LIB libspdk_ut_mock.a SO libspdk_ut_mock.so.4.0 SYMLINK libspdk_ut_mock.so LIB libspdk_log.a SO libspdk_log.so.5.0 SYMLINK libspdk_log.so CC lib/ioat/ioat.o CC lib/vmd/vmd.o CC lib/util/base64.o CC lib/vmd/led.o CC lib/util/bit_array.o CC lib/dma/dma.o CC lib/util/cpuset.o CC lib/util/crc16.o CC lib/util/crc32.o CC lib/util/crc32c.o CC lib/util/crc32_ieee.o CC lib/util/dif.o CC lib/util/fd.o CC lib/util/file.o CC lib/util/iov.o CC lib/util/math.o CXX lib/trace_parser/trace.o CC lib/util/pipe.o CC lib/util/strerror_tls.o CC lib/util/string.o CC lib/util/uuid.o CC lib/util/fd_group.o CC lib/util/zipf.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.h:38, from vmd.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.c:33: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat_internal.h:39, from ioat.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bit_array.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace.cpp:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from cpuset.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dif.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/usdt.h:38, from fd_group.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LIB libspdk_dma.a SO libspdk_dma.so.2.0 SYMLINK libspdk_dma.so LIB libspdk_ioat.a SO libspdk_ioat.so.5.0 SYMLINK libspdk_ioat.so LIB libspdk_vmd.a SO libspdk_vmd.so.4.0 SYMLINK libspdk_vmd.so LIB libspdk_trace_parser.a SO libspdk_trace_parser.so.2.0 SYMLINK libspdk_trace_parser.so LIB libspdk_util.a SO libspdk_util.so.5.0 SYMLINK libspdk_util.so CC lib/env_dpdk/env.o CC lib/env_dpdk/memory.o CC lib/env_dpdk/pci.o CC lib/env_dpdk/init.o CC lib/conf/conf.o CC lib/env_dpdk/threads.o CC lib/env_dpdk/pci_ioat.o CC lib/env_dpdk/pci_virtio.o CC lib/json/json_parse.o CC lib/env_dpdk/pci_vmd.o CC lib/json/json_util.o CC lib/env_dpdk/pci_idxd.o CC lib/json/json_write.o CC lib/env_dpdk/pci_event.o CC lib/env_dpdk/sigbus_handler.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_virtio.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_vmd.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from threads.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from conf.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_ioat.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci_idxd.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from sigbus_handler.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from pci_event.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from memory.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from init.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env_internal.h:39, from pci.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from json_util.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /usr/include/bsd/sys/cdefs.h:51, from /usr/include/bsd/string.h:39, from /usr/include/rte_string_fns.h:87, from /usr/include/rte_trace_point.h:31, from /usr/include/rte_mempool_trace_fp.h:18, from /usr/include/rte_mempool.h:49, from env.c:44: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ LIB libspdk_conf.a SO libspdk_conf.so.4.0 SYMLINK libspdk_conf.so LIB libspdk_json.a SO libspdk_json.so.4.0 SYMLINK libspdk_json.so CC lib/jsonrpc/jsonrpc_server.o CC lib/jsonrpc/jsonrpc_server_tcp.o CC lib/jsonrpc/jsonrpc_client.o CC lib/jsonrpc/jsonrpc_client_tcp.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_server_tcp.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from jsonrpc_internal.h:41, from jsonrpc_client_tcp.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LIB libspdk_jsonrpc.a SO libspdk_jsonrpc.so.4.0 SYMLINK libspdk_jsonrpc.so CC lib/rpc/rpc.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from rpc.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from rpc.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from rpc.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from rpc.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from rpc.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from rpc.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from rpc.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from rpc.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from rpc.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from rpc.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LIB libspdk_rpc.a SO libspdk_rpc.so.4.0 LIB libspdk_env_dpdk.a SO libspdk_env_dpdk.so.9.0 SYMLINK libspdk_rpc.so SYMLINK libspdk_env_dpdk.so CC lib/notify/notify.o CC lib/trace/trace.o CC lib/notify/notify_rpc.o CC lib/trace/trace_flags.o CC lib/trace/trace_rpc.o CC lib/sock/sock.o CC lib/sock/sock_rpc.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_flags.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from notify.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from notify.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from notify.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from notify.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from notify.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from notify.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from notify.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from notify.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from notify.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from notify.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from notify.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from notify.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from notify.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from notify.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from notify.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from notify.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from notify.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from notify.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from notify.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify_rpc.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock_rpc.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from trace_rpc.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LIB libspdk_notify.a SO libspdk_notify.so.4.0 SYMLINK libspdk_notify.so LIB libspdk_trace.a LIB libspdk_sock.a SO libspdk_sock.so.6.0 SO libspdk_trace.so.6.0 SYMLINK libspdk_sock.so SYMLINK libspdk_trace.so CC lib/thread/thread.o CC lib/nvme/nvme_ctrlr_cmd.o CC lib/nvme/nvme_ctrlr.o CC lib/nvme/nvme_fabric.o CC lib/nvme/nvme_ns_cmd.o CC lib/nvme/nvme_ns.o CC lib/nvme/nvme_pcie_common.o CC lib/nvme/nvme_pcie.o CC lib/nvme/nvme_qpair.o CC lib/nvme/nvme.o CC lib/nvme/nvme_quirks.o CC lib/nvme/nvme_transport.o CC lib/nvme/nvme_discovery.o CC lib/nvme/nvme_ctrlr_ocssd_cmd.o CC lib/nvme/nvme_ns_ocssd_cmd.o CC lib/nvme/nvme_tcp.o CC lib/nvme/nvme_opal.o CC lib/nvme/nvme_io_msg.o CC lib/nvme/nvme_poll_group.o CC lib/nvme/nvme_zns.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr_cmd.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ctrlr.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_pcie.c:40: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_pcie_common.c:42: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from thread.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_discovery.c:33: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_fabric.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_io_msg.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_poll_group.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ctrlr_ocssd_cmd.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_quirks.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_ns_cmd.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_qpair.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_tcp.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from thread_internal.h:38, from thread.c:48: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_internal.h:42, from nvme_transport.c:40: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from nvme_opal.c:33: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ns_ocssd_cmd.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme_ctrlr_cmd.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme_ctrlr.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme_pcie_common.c:42: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme_pcie.c:43: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme_poll_group.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme_quirks.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme_fabric.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme_zns.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme_discovery.c:33: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme_ctrlr_ocssd_cmd.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme_io_msg.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme_qpair.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme_ns.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme_ns_cmd.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme_tcp.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme_transport.c:40: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from nvme_internal.h:57, from nvme_ns_ocssd_cmd.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ LIB libspdk_thread.a SO libspdk_thread.so.7.0 SYMLINK libspdk_thread.so CC lib/virtio/virtio.o CC lib/virtio/virtio_user.o CC lib/virtio/virtio_pci.o CC lib/virtio/vhost_user.o CC lib/blob/blobstore.o CC lib/accel/accel_engine.o CC lib/blob/request.o CC lib/blob/zeroes.o CC lib/blob/blob_bs_dev.o CC lib/init/json_config.o CC lib/bdev/bdev.o CC lib/init/subsystem.o CC lib/bdev/bdev_rpc.o CC lib/init/subsystem_rpc.o CC lib/init/rpc.o CC lib/bdev/bdev_zone.o CC lib/bdev/part.o CC lib/bdev/scsi_nvme.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from virtio_pci.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rpc.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from blob_bs_dev.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from blobstore.h:42, from blob_bs_dev.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from json_config.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from virtio_user.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from blobstore.h:40, from request.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from subsystem_rpc.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobstore.h:40, from request.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobstore.h:40, from request.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobstore.h:40, from request.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobstore.h:40, from request.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobstore.h:40, from request.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobstore.h:40, from request.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobstore.h:40, from request.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobstore.h:40, from request.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobstore.h:40, from request.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobstore.h:40, from request.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobstore.h:40, from request.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobstore.h:40, from request.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobstore.h:40, from request.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobstore.h:40, from request.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobstore.h:40, from request.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobstore.h:40, from request.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobstore.h:40, from request.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobstore.h:40, from request.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_user.h:39, from vhost_user.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobstore.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from blobstore.h:42, from request.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_rpc.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from part.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from subsystem.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from blobstore.h:42, from blobstore.c:51: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from zeroes.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_zone.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from blobstore.h:42, from zeroes.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from part.c:44: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_rpc.c:41: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from scsi_nvme.c:33: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from scsi_nvme.c:33: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev.c:51: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ LIB libspdk_init.a SO libspdk_init.so.2.0 SYMLINK libspdk_init.so CC lib/event/app.o CC lib/event/reactor.o CC lib/event/log_rpc.o CC lib/event/app_rpc.o CC lib/event/scheduler_static.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from reactor.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from app.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_rpc.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_static.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_rpc.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LIB libspdk_virtio.a SO libspdk_virtio.so.4.0 SYMLINK libspdk_virtio.so LIB libspdk_accel.a SO libspdk_accel.so.9.0 SYMLINK libspdk_accel.so LIB libspdk_nvme.a SO libspdk_nvme.so.8.0 SYMLINK libspdk_nvme.so LIB libspdk_event.a SO libspdk_event.so.11.0 SYMLINK libspdk_event.so LIB libspdk_bdev.a SO libspdk_bdev.so.9.0 SYMLINK libspdk_bdev.so CC lib/nbd/nbd.o CC lib/nbd/nbd_rpc.o LIB libspdk_blob.a CC lib/nvmf/ctrlr.o CC lib/nvmf/ctrlr_discovery.o CC lib/nvmf/ctrlr_bdev.o CC lib/nvmf/subsystem.o CC lib/nvmf/nvmf.o CC lib/scsi/dev.o CC lib/nvmf/nvmf_rpc.o CC lib/scsi/lun.o CC lib/ftl/ftl_band.o CC lib/nvmf/transport.o CC lib/scsi/port.o CC lib/nvmf/tcp.o CC lib/ftl/ftl_core.o CC lib/scsi/scsi.o CC lib/scsi/scsi_bdev.o CC lib/ftl/ftl_debug.o CC lib/scsi/scsi_pr.o CC lib/ftl/ftl_io.o SO libspdk_blob.so.7.0 CC lib/scsi/scsi_rpc.o CC lib/ftl/ftl_reloc.o CC lib/scsi/task.o CC lib/ftl/ftl_restore.o CC lib/ftl/ftl_init.o CC lib/ftl/ftl_trace.o SYMLINK libspdk_blob.so In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_discovery.c:41: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nbd_rpc.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr_bdev.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from transport.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from ctrlr.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf_internal.h:41, from subsystem.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_core.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_debug.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_core.h:41, from ftl_trace.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from ftl_reloc.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from ftl_init.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC lib/blobfs/blobfs.o CC lib/lvol/lvol.o CC lib/blobfs/tree.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nbd.c:41: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from nvmf_rpc.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from dev.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_bdev.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from tcp.c:41: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_rpc.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_restore.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from scsi_pr.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from port.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from lun.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_io.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl_band.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from scsi_internal.h:40, from task.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from ftl_core.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from ftl_init.c:44: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from subsystem.c:51: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from tree.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from blobfs.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobfs.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from tree.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobfs.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from tree.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobfs.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobfs.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from tree.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from tree.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobfs.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobfs.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from tree.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobfs.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from tree.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobfs.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from tree.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from tree.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobfs.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobfs.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from tree.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobfs.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from tree.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobfs.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from tree.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobfs.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from tree.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobfs.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobfs.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from tree.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobfs.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from tree.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from blobfs.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from tree.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from blobfs.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from tree.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from tree.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from tree.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/lvolstore.h:39, from lvol.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LIB libspdk_nbd.a SO libspdk_nbd.so.5.0 SYMLINK libspdk_nbd.so LIB libspdk_scsi.a SO libspdk_scsi.so.5.0 SYMLINK libspdk_scsi.so CC lib/iscsi/conn.o CC lib/iscsi/init_grp.o CC lib/iscsi/iscsi.o CC lib/iscsi/md5.o CC lib/iscsi/param.o CC lib/iscsi/portal_grp.o CC lib/iscsi/tgt_node.o CC lib/iscsi/iscsi_subsystem.o CC lib/iscsi/iscsi_rpc.o CC lib/iscsi/task.o CC lib/vhost/vhost.o CC lib/vhost/vhost_rpc.o CC lib/vhost/vhost_scsi.o CC lib/vhost/vhost_blk.o CC lib/vhost/rte_vhost_user.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_rpc.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from conn.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from tgt_node.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi_subsystem.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from param.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from portal_grp.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi.c:40: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from task.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from init_grp.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vhost_rpc.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from rte_vhost_user.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_scsi.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_blk.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from vhost_blk.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /usr/include/bsd/sys/cdefs.h:51, from /usr/include/bsd/string.h:39, from /usr/include/rte_string_fns.h:87, from /usr/include/rte_trace_point.h:31, from /usr/include/rte_mempool_trace_fp.h:18, from /usr/include/rte_mempool.h:49, from /usr/include/rte_vhost.h:18, from vhost_internal.h:40, from vhost.c:43: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /usr/include/bsd/sys/cdefs.h:51, from /usr/include/bsd/string.h:39, from /usr/include/rte_string_fns.h:87, from /usr/include/rte_trace_point.h:31, from /usr/include/rte_mempool_trace_fp.h:18, from /usr/include/rte_mempool.h:49, from /usr/include/rte_vhost.h:18, from vhost_internal.h:40, from rte_vhost_user.c:44: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /usr/include/bsd/sys/cdefs.h:51, from /usr/include/bsd/string.h:39, from /usr/include/rte_string_fns.h:87, from /usr/include/rte_trace_point.h:31, from /usr/include/rte_mempool_trace_fp.h:18, from /usr/include/rte_mempool.h:49, from /usr/include/rte_vhost.h:18, from vhost_internal.h:40, from vhost_rpc.c:44: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /usr/include/bsd/sys/cdefs.h:51, from /usr/include/bsd/string.h:39, from /usr/include/rte_string_fns.h:87, from /usr/include/rte_trace_point.h:31, from /usr/include/rte_mempool_trace_fp.h:18, from /usr/include/rte_mempool.h:49, from /usr/include/rte_vhost.h:18, from vhost_internal.h:40, from vhost_scsi.c:46: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /usr/include/bsd/sys/cdefs.h:51, from /usr/include/bsd/string.h:39, from /usr/include/rte_string_fns.h:87, from /usr/include/rte_trace_point.h:31, from /usr/include/rte_mempool_trace_fp.h:18, from /usr/include/rte_mempool.h:49, from /usr/include/rte_vhost.h:18, from vhost_internal.h:40, from vhost_blk.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ LIB libspdk_lvol.a SO libspdk_lvol.so.6.0 SYMLINK libspdk_lvol.so LIB libspdk_ftl.a SO libspdk_ftl.so.4.0 SYMLINK libspdk_ftl.so LIB libspdk_blobfs.a SO libspdk_blobfs.so.6.0 SYMLINK libspdk_blobfs.so LIB libspdk_vhost.a SO libspdk_vhost.so.6.0 SYMLINK libspdk_vhost.so LIB libspdk_nvmf.a SO libspdk_nvmf.so.12.0 SYMLINK libspdk_nvmf.so LIB libspdk_iscsi.a SO libspdk_iscsi.so.6.0 SYMLINK libspdk_iscsi.so CC module/env_dpdk/env_dpdk_rpc.o CC module/sock/posix/posix.o CC module/scheduler/gscheduler/gscheduler.o CC module/scheduler/dynamic/scheduler_dynamic.o CC module/accel/ioat/accel_engine_ioat.o CC module/accel/ioat/accel_engine_ioat_rpc.o CC module/scheduler/dpdk_governor/dpdk_governor.o CC module/blob/bdev/blob_bdev.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from env_dpdk_rpc.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/event.h:43, from gscheduler.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from posix.c:49: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from scheduler_dynamic.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from dpdk_governor.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/accel_engine.h:40, from accel_engine_ioat.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from accel_engine_ioat_rpc.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LIB libspdk_env_dpdk_rpc.a In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from blob_bdev.c:42: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ SO libspdk_env_dpdk_rpc.so.4.0 SYMLINK libspdk_env_dpdk_rpc.so LIB libspdk_scheduler_gscheduler.a SO libspdk_scheduler_gscheduler.so.2.0 SYMLINK libspdk_scheduler_gscheduler.so LIB libspdk_scheduler_dpdk_governor.a SO libspdk_scheduler_dpdk_governor.so.2.0 SYMLINK libspdk_scheduler_dpdk_governor.so LIB libspdk_accel_ioat.a SO libspdk_accel_ioat.so.4.0 SYMLINK libspdk_accel_ioat.so LIB libspdk_scheduler_dynamic.a SO libspdk_scheduler_dynamic.so.2.0 SYMLINK libspdk_scheduler_dynamic.so LIB libspdk_blob_bdev.a SO libspdk_blob_bdev.so.7.0 SYMLINK libspdk_blob_bdev.so CC module/bdev/lvol/vbdev_lvol.o CC module/bdev/delay/vbdev_delay.o CC module/bdev/lvol/vbdev_lvol_rpc.o CC module/bdev/delay/vbdev_delay_rpc.o CC module/bdev/null/bdev_null.o CC module/bdev/zone_block/vbdev_zone_block.o CC module/bdev/error/vbdev_error.o CC module/bdev/null/bdev_null_rpc.o CC module/bdev/nvme/bdev_nvme.o CC module/bdev/zone_block/vbdev_zone_block_rpc.o CC module/bdev/passthru/vbdev_passthru.o CC module/bdev/error/vbdev_error_rpc.o CC module/blobfs/bdev/blobfs_bdev.o CC module/bdev/nvme/bdev_nvme_rpc.o CC module/bdev/passthru/vbdev_passthru_rpc.o CC module/blobfs/bdev/blobfs_bdev_rpc.o CC module/bdev/nvme/nvme_rpc.o CC module/bdev/gpt/gpt.o CC module/bdev/split/vbdev_split.o CC module/bdev/nvme/vbdev_opal.o CC module/bdev/gpt/vbdev_gpt.o CC module/bdev/raid/bdev_raid.o CC module/bdev/split/vbdev_split_rpc.o CC module/bdev/nvme/vbdev_opal_rpc.o CC module/bdev/raid/bdev_raid_rpc.o CC module/bdev/aio/bdev_aio.o CC module/bdev/malloc/bdev_malloc.o CC module/bdev/raid/raid0.o CC module/bdev/virtio/bdev_virtio_scsi.o CC module/bdev/malloc/bdev_malloc_rpc.o CC module/bdev/ftl/bdev_ftl.o CC module/bdev/raid/concat.o CC module/bdev/aio/bdev_aio_rpc.o CC module/bdev/ftl/bdev_ftl_rpc.o CC module/bdev/virtio/bdev_virtio_blk.o CC module/bdev/pmem/bdev_pmem.o CC module/bdev/pmem/bdev_pmem_rpc.o CC module/bdev/virtio/bdev_virtio_rpc.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_gpt.c:42: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_raid_rpc.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc_rpc.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from bdev_virtio_rpc.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_raid.h:37, from bdev_raid_rpc.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from concat.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_malloc.h:40, from bdev_malloc.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_blk.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_ftl.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_raid.h:37, from concat.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_malloc.c:47: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from vbdev_gpt.c:48: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_virtio_blk.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_ftl.h:38, from bdev_ftl.c:46: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from bdev_nvme.h:40, from bdev_nvme.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme_rpc.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_opal_rpc.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from bdev_nvme.h:40, from bdev_nvme.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from bdev_nvme.h:40, from bdev_nvme.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from vbdev_opal.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vbdev_error_rpc.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from gpt.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_lvol_rpc.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from nvme_rpc.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru.c:42: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from vbdev_lvol.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from vbdev_lvol.h:38, from vbdev_lvol_rpc.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_aio.c:41: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from nvme_rpc.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from raid0.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_delay.h:39, from vbdev_delay_rpc.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_null.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_zone_block.h:39, from vbdev_zone_block_rpc.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from vbdev_passthru.h:40, from vbdev_passthru.c:42: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_pmem.h:37, from bdev_pmem_rpc.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from vbdev_passthru.h:39, from vbdev_passthru_rpc.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_null_rpc.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from vbdev_lvol.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_error.c:45: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from vbdev_delay.h:40, from vbdev_delay.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev_rpc.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_raid.h:37, from raid0.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_aio.h:38, from bdev_aio_rpc.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobfs_bdev.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_raid.h:37, from bdev_raid.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev_virtio_scsi.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from vbdev_split.h:37, from vbdev_split.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from vbdev_delay.h:40, from vbdev_delay_rpc.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from vbdev_zone_block.h:40, from vbdev_zone_block.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from vbdev_zone_block.h:40, from vbdev_zone_block_rpc.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_pmem.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from vbdev_passthru.h:40, from vbdev_passthru_rpc.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_null_rpc.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from vbdev_error.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_ftl_rpc.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_null.c:43: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from blobfs_bdev.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_raid.h:37, from bdev_raid.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from vbdev_split.h:37, from vbdev_split_rpc.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from vbdev_split.h:37, from vbdev_split.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_pmem.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_virtio_scsi.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_ftl_rpc.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from vbdev_opal.h:36, from vbdev_opal_rpc.c:40: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_nvme.h:42, from bdev_nvme_rpc.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_nvme.h:42, from bdev_nvme.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from vbdev_opal.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ LIB libspdk_bdev_malloc.a SO libspdk_bdev_malloc.so.4.0 SYMLINK libspdk_bdev_malloc.so LIB libspdk_blobfs_bdev.a LIB libspdk_bdev_ftl.a SO libspdk_blobfs_bdev.so.4.0 SO libspdk_bdev_ftl.so.4.0 SYMLINK libspdk_blobfs_bdev.so SYMLINK libspdk_bdev_ftl.so LIB libspdk_bdev_gpt.a SO libspdk_bdev_gpt.so.4.0 SYMLINK libspdk_bdev_gpt.so LIB libspdk_bdev_pmem.a SO libspdk_bdev_pmem.so.4.0 SYMLINK libspdk_bdev_pmem.so LIB libspdk_bdev_null.a LIB libspdk_bdev_error.a SO libspdk_bdev_null.so.4.0 SO libspdk_bdev_error.so.4.0 LIB libspdk_bdev_split.a SO libspdk_bdev_split.so.4.0 SYMLINK libspdk_bdev_null.so SYMLINK libspdk_bdev_error.so SYMLINK libspdk_bdev_split.so LIB libspdk_bdev_passthru.a SO libspdk_bdev_passthru.so.4.0 LIB libspdk_bdev_aio.a SYMLINK libspdk_bdev_passthru.so SO libspdk_bdev_aio.so.4.0 SYMLINK libspdk_bdev_aio.so LIB libspdk_sock_posix.a SO libspdk_sock_posix.so.4.0 LIB libspdk_bdev_delay.a SYMLINK libspdk_sock_posix.so LIB libspdk_bdev_virtio.a SO libspdk_bdev_delay.so.4.0 SO libspdk_bdev_virtio.so.4.0 SYMLINK libspdk_bdev_delay.so SYMLINK libspdk_bdev_virtio.so LIB libspdk_bdev_zone_block.a SO libspdk_bdev_zone_block.so.4.0 SYMLINK libspdk_bdev_zone_block.so LIB libspdk_bdev_raid.a SO libspdk_bdev_raid.so.4.0 SYMLINK libspdk_bdev_raid.so LIB libspdk_bdev_lvol.a SO libspdk_bdev_lvol.so.4.0 SYMLINK libspdk_bdev_lvol.so LIB libspdk_bdev_nvme.a SO libspdk_bdev_nvme.so.5.0 SYMLINK libspdk_bdev_nvme.so CC module/event/subsystems/accel/accel.o CC module/event/subsystems/vhost_blk/vhost_blk.o CC module/event/subsystems/scheduler/scheduler.o CC module/event/subsystems/vmd/vmd.o CC module/event/subsystems/vmd/vmd_rpc.o CC module/event/subsystems/sock/sock.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_blk.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from accel.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from vmd.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd_rpc.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LIB libspdk_event_accel.a SO libspdk_event_accel.so.4.0 LIB libspdk_event_vhost_blk.a LIB libspdk_event_scheduler.a LIB libspdk_event_vmd.a SO libspdk_event_vhost_blk.so.1.0 SO libspdk_event_scheduler.so.2.0 SO libspdk_event_vmd.so.4.0 LIB libspdk_event_sock.a SO libspdk_event_sock.so.3.0 SYMLINK libspdk_event_accel.so SYMLINK libspdk_event_vhost_blk.so SYMLINK libspdk_event_scheduler.so SYMLINK libspdk_event_vmd.so SYMLINK libspdk_event_sock.so CC module/event/subsystems/bdev/bdev.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LIB libspdk_event_bdev.a SO libspdk_event_bdev.so.4.0 SYMLINK libspdk_event_bdev.so CC module/event/subsystems/nbd/nbd.o CC module/event/subsystems/nvmf/nvmf_rpc.o CC module/event/subsystems/nvmf/nvmf_tgt.o CC module/event/subsystems/scsi/scsi.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_rpc.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from event_nvmf.h:40, from nvmf_tgt.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from nbd.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LIB libspdk_event_nbd.a SO libspdk_event_nbd.so.4.0 LIB libspdk_event_scsi.a SO libspdk_event_scsi.so.4.0 SYMLINK libspdk_event_nbd.so SYMLINK libspdk_event_scsi.so CC module/event/subsystems/vhost_scsi/vhost_scsi.o CC module/event/subsystems/iscsi/iscsi.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/iscsi.h:39, from iscsi.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/init.h:37, from vhost_scsi.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LIB libspdk_event_vhost_scsi.a SO libspdk_event_vhost_scsi.so.1.0 SYMLINK libspdk_event_vhost_scsi.so LIB libspdk_event_nvmf.a LIB libspdk_event_iscsi.a SO libspdk_event_nvmf.so.4.0 SO libspdk_event_iscsi.so.4.0 SYMLINK libspdk_event_iscsi.so SYMLINK libspdk_event_nvmf.so SO libspdk.so.4.0 SYMLINK libspdk.so make[2]: Nothing to be done for 'all'. CC test/rpc_client/rpc_client_test.o CC app/trace_record/trace_record.o CXX app/trace/trace.o TEST_HEADER include/spdk/accel_engine.h TEST_HEADER include/spdk/assert.h CC app/spdk_top/spdk_top.o TEST_HEADER include/spdk/barrier.h CC app/iscsi_top/iscsi_top.o TEST_HEADER include/spdk/bdev.h TEST_HEADER include/spdk/base64.h TEST_HEADER include/spdk/bdev_module.h TEST_HEADER include/spdk/bdev_zone.h TEST_HEADER include/spdk/bit_array.h CC app/spdk_lspci/spdk_lspci.o TEST_HEADER include/spdk/bit_pool.h TEST_HEADER include/spdk/blob_bdev.h TEST_HEADER include/spdk/blobfs.h TEST_HEADER include/spdk/blob.h TEST_HEADER include/spdk/blobfs_bdev.h TEST_HEADER include/spdk/conf.h TEST_HEADER include/spdk/config.h TEST_HEADER include/spdk/cpuset.h TEST_HEADER include/spdk/crc16.h TEST_HEADER include/spdk/crc32.h TEST_HEADER include/spdk/dif.h TEST_HEADER include/spdk/dma.h TEST_HEADER include/spdk/endian.h TEST_HEADER include/spdk/env.h TEST_HEADER include/spdk/env_dpdk.h TEST_HEADER include/spdk/event.h TEST_HEADER include/spdk/fd.h TEST_HEADER include/spdk/fd_group.h TEST_HEADER include/spdk/file.h CC examples/ioat/perf/perf.o TEST_HEADER include/spdk/ftl.h TEST_HEADER include/spdk/gpt_spec.h TEST_HEADER include/spdk/histogram_data.h TEST_HEADER include/spdk/idxd.h TEST_HEADER include/spdk/idxd_spec.h TEST_HEADER include/spdk/init.h TEST_HEADER include/spdk/ioat.h CC examples/ioat/verify/verify.o TEST_HEADER include/spdk/ioat_spec.h TEST_HEADER include/spdk/iscsi_spec.h TEST_HEADER include/spdk/json.h TEST_HEADER include/spdk/jsonrpc.h CC examples/vmd/led/led.o TEST_HEADER include/spdk/likely.h CC examples/nvme/perf/perf.o TEST_HEADER include/spdk/log.h CC examples/vmd/lsvmd/lsvmd.o TEST_HEADER include/spdk/lvol.h TEST_HEADER include/spdk/memory.h TEST_HEADER include/spdk/mmio.h CC examples/util/zipf/zipf.o TEST_HEADER include/spdk/nbd.h TEST_HEADER include/spdk/notify.h TEST_HEADER include/spdk/nvme.h TEST_HEADER include/spdk/nvme_intel.h TEST_HEADER include/spdk/nvme_ocssd.h TEST_HEADER include/spdk/nvme_ocssd_spec.h CC examples/nvme/discovery_aer/discovery_aer.o TEST_HEADER include/spdk/nvme_spec.h TEST_HEADER include/spdk/nvme_zns.h TEST_HEADER include/spdk/nvmf.h TEST_HEADER include/spdk/nvmf_cmd.h CC examples/nvme/hotplug/hotplug.o TEST_HEADER include/spdk/nvmf_fc_spec.h CC test/app/histogram_perf/histogram_perf.o CC examples/nvme/reconnect/reconnect.o CC examples/nvme/identify/identify.o CC examples/nvme/nvme_manage/nvme_manage.o CC examples/sock/hello_world/hello_sock.o CC examples/nvme/hello_world/hello_world.o CC examples/accel/perf/accel_perf.o CC test/nvme/sgl/sgl.o CC test/app/jsoncat/jsoncat.o CC examples/nvme/arbitration/arbitration.o CC examples/nvme/abort/abort.o CC examples/nvme/pmr_persistence/pmr_persistence.o TEST_HEADER include/spdk/nvmf_spec.h CC test/env/vtophys/vtophys.o CC test/nvme/overhead/overhead.o CC test/app/stub/stub.o CC test/event/reactor_perf/reactor_perf.o CC test/env/memory/memory_ut.o CC test/nvme/deallocated_value/deallocated_value.o CC test/env/pci/pci_ut.o CC test/nvme/startup/startup.o CC test/nvme/aer/aer.o CC test/env/env_dpdk_post_init/env_dpdk_post_init.o CC test/nvme/reset/reset.o CC test/nvme/fused_ordering/fused_ordering.o CC examples/nvme/cmb_copy/cmb_copy.o CC test/event/reactor/reactor.o CC test/nvme/connect_stress/connect_stress.o CC test/nvme/reserve/reserve.o CC test/nvme/err_injection/err_injection.o CC test/nvme/e2edp/nvme_dp.o TEST_HEADER include/spdk/nvmf_transport.h TEST_HEADER include/spdk/opal.h CC test/thread/poller_perf/poller_perf.o CC test/nvme/simple_copy/simple_copy.o CC test/event/event_perf/event_perf.o CC test/nvme/compliance/nvme_compliance.o TEST_HEADER include/spdk/opal_spec.h CC test/env/mem_callbacks/mem_callbacks.o TEST_HEADER include/spdk/pci_ids.h TEST_HEADER include/spdk/pipe.h CC test/app/fuzz/nvme_fuzz/nvme_fuzz.o TEST_HEADER include/spdk/queue.h TEST_HEADER include/spdk/reduce.h TEST_HEADER include/spdk/rpc.h TEST_HEADER include/spdk/scheduler.h TEST_HEADER include/spdk/scsi.h TEST_HEADER include/spdk/scsi_spec.h TEST_HEADER include/spdk/sock.h TEST_HEADER include/spdk/stdinc.h TEST_HEADER include/spdk/string.h In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ TEST_HEADER include/spdk/thread.h TEST_HEADER include/spdk/trace.h In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ TEST_HEADER include/spdk/trace_parser.h In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | TEST_HEADER include/spdk/tree.h In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | TEST_HEADER include/spdk/util.h In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from rpc_client_test.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | TEST_HEADER include/spdk/uuid.h In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | TEST_HEADER include/spdk/version.h In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace_record.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/app/fuzz/iscsi_fuzz/iscsi_fuzz.o TEST_HEADER include/spdk/vfio_user_pci.h TEST_HEADER include/spdk/vfio_user_spec.h TEST_HEADER include/spdk/vhost.h TEST_HEADER include/spdk/vmd.h In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ TEST_HEADER include/spdk/zipf.h In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CXX test/cpp_headers/accel_engine.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | CC test/nvme/boot_partition/boot_partition.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_top.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from spdk_top.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from trace.cpp:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_lspci.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from perf.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from led.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from perf.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from verify.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from lsvmd.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from discovery_aer.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/accel/accel.c/accel_engine_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_manage.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from arbitration.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from identify.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reconnect.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from histogram_perf.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hotplug.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from abort.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from connect_stress.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from hello_sock.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | CC test/unit/lib/bdev/bdev.c/bdev_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from startup.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/include/spdk/histogram_data.h/histogram_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from fused_ordering.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reserve.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/memory.c:36, from memory_ut.c:34: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from stub.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from accel_perf.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from hello_world.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from reactor.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from env_dpdk_post_init.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from deallocated_value.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pmr_persistence.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from reactor_perf.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from sgl.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/env_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/env_dpdk/pci.c:34, from pci_ut.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from reset.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from overhead.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | CC test/event/app_repeat/app_repeat.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vtophys.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from err_injection.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from aer.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from poller_perf.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from mem_callbacks.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from mem_callbacks.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from mem_callbacks.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from mem_callbacks.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from mem_callbacks.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from mem_callbacks.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from mem_callbacks.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from mem_callbacks.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from simple_copy.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from mem_callbacks.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from mem_callbacks.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from mem_callbacks.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from mem_callbacks.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from mem_callbacks.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from mem_callbacks.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from mem_callbacks.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from mem_callbacks.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from mem_callbacks.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from mem_callbacks.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from mem_callbacks.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from event_perf.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from cmb_copy.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_dp.c:40: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_compliance.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_fuzz.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from iscsi_fuzz.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from boot_partition.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK spdk_lspci LINK lsvmd LINK histogram_perf LINK reactor In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from app_repeat.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC examples/blob/cli/blobcli.o LINK reactor_perf In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread_internal.h:38, from accel_engine_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from accel_engine_ut.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK jsoncat CC examples/blob/hello_world/hello_blob.o CC examples/bdev/hello_world/hello_bdev.o LINK led CC examples/interrupt_tgt/interrupt_tgt.o CC test/blobfs/mkfs/mkfs.o LINK zipf CXX test/cpp_headers/assert.o CC app/spdk_dd/spdk_dd.o CXX test/cpp_headers/barrier.o CC test/bdev/bdevio/bdevio.o LINK event_perf CC examples/nvmf/nvmf/nvmf.o LINK env_dpdk_post_init CXX test/cpp_headers/base64.o LINK poller_perf CXX test/cpp_headers/bdev.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/bdev.c:51, from bdev_ut.c:44: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/event/scheduler/scheduler.o CC test/bdev/bdevperf/bdevperf.o CC test/app/fuzz/vhost_fuzz/vhost_fuzz_rpc.o CXX test/cpp_headers/bdev_module.o LINK startup CC test/app/bdev_svc/bdev_svc.o LINK stub LINK mem_callbacks LINK vtophys CC test/app/fuzz/vhost_fuzz/vhost_fuzz.o LINK fused_ordering In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ LINK app_repeat In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | LINK iscsi_top In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from interrupt_tgt.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC app/nvmf_tgt/nvmf_main.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from mkfs.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | CC app/iscsi_tgt/iscsi_tgt.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | LINK connect_stress In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from blobcli.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/bdev/part.c/part_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_blob.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC app/vhost/vhost.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdev.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/../lib/blob/blobstore.h:42, from blobcli.c:52: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from hello_bdev.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from scheduler.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_module.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_module.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_svc.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK boot_partition In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevio.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK err_injection In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/bdev/scsi_nvme.c/scsi_nvme_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from bdevperf.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from spdk_dd.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK rpc_client_test LINK discovery_aer In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vhost_fuzz.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/bdev/vbdev_lvol.c/vbdev_lvol_ut.o CC test/unit/lib/bdev/gpt/gpt.c/gpt_ut.o LINK pmr_persistence LINK hello_sock In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvmf_main.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/blobfs/tree.c/tree_ut.o CC test/unit/lib/bdev/bdev_zone.c/bdev_zone_ut.o CC test/unit/lib/blob/blob.c/blob_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/bdev/mt/bdev.c/bdev_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from iscsi_tgt.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK ioat_perf CC test/unit/lib/blobfs/blobfs_async_ut/blobfs_async_ut.o CXX test/cpp_headers/bdev_zone.o LINK verify CC test/unit/lib/bdev/raid/bdev_raid.c/bdev_raid_ut.o CC test/unit/lib/blobfs/blobfs_sync_ut/blobfs_sync_ut.o LINK hello_world In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/bdev/raid/concat.c/concat_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from part_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from vhost.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CXX test/cpp_headers/bit_array.o CC app/spdk_tgt/spdk_tgt.o CXX test/cpp_headers/bit_pool.o CXX test/cpp_headers/blob.o CC test/unit/lib/bdev/vbdev_zone_block.c/vbdev_zone_block_ut.o LINK cmb_copy CC test/unit/lib/blobfs/blobfs_bdev.c/blobfs_bdev_ut.o LINK histogram_ut LINK reserve LINK simple_copy In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | CC test/unit/lib/bdev/pmem/bdev_pmem_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from gpt_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK hotplug In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blobfs/tree.c:39, from tree_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/bdev.c:51, from part_ut.c:43: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ LINK deallocated_value In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:35, from vbdev_lvol_ut.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/bdev/nvme/bdev_nvme.c/bdev_nvme_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blob_ut.c:41: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_zone_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/dma/dma.c/dma_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/scsi_nvme.c:33, from scsi_nvme_ut.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_zone.h:42, from bdev_zone.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/lvol/vbdev_lvol.c:37, from vbdev_lvol_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread_internal.h:38, from ../bs_dev_common.c:34, from blob_ut.c:42: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | CC test/unit/lib/event/app.c/app_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from blobfs_async_ut.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from spdk_tgt.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK interrupt_tgt In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from concat_ut.c:3: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ LINK aer In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from blobfs_sync_ut.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from bdev_raid_ut.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread_internal.h:38, from concat_ut.c:4: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread_internal.h:38, from blobfs_sync_ut.c:40: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread_internal.h:38, from bdev_raid_ut.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | CC test/unit/lib/ioat/ioat.c/ioat_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from vbdev_zone_block_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/bdev_zone.c:37, from bdev_zone_ut.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/iscsi/conn.c/conn_ut.o LINK mkfs In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread_internal.h:38, from vbdev_zone_block_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/event/reactor.c/reactor_ut.o CC test/unit/lib/jsonrpc/jsonrpc_server.c/jsonrpc_server_ut.o CC test/unit/lib/json/json_parse.c/json_parse_ut.o CC test/unit/lib/iscsi/init_grp.c/init_grp_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/bdev/bdev.c:51, from bdev_ut.c:43: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CXX test/cpp_headers/blob_bdev.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | LINK bdev_svc In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from bdev_pmem_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:36, from blobfs_bdev_ut.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/blob/blobstore.h:42, from blobfs_async_ut.c:43: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/iscsi/iscsi.c/iscsi_ut.o LINK spdk_trace_record In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/blobfs/bdev/blobfs_bdev.c:37, from blobfs_bdev_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/log/log.c/log_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from dma_ut.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK nvmf_tgt In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/iscsi/param.c/param_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | LINK reset In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from app_ut.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/lvol/lvol.c/lvol_ut.o LINK sgl In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from bdev_nvme_ut.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from bdev_nvme_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/module/bdev/pmem/bdev_pmem.c:38, from bdev_pmem_ut.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/notify/notify.c/notify_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat_internal.h:39, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ioat/ioat.c:36, from ioat_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from conn_ut.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/jsonrpc/jsonrpc_server.c:34, from jsonrpc_server_ut.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | CC test/unit/lib/iscsi/portal_grp.c/portal_grp_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blob_bdev.h:42, from blob_bdev.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from reactor_ut.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK vhost CC test/unit/lib/iscsi/tgt_node.c/tgt_node_ut.o CXX test/cpp_headers/blobfs.o LINK nvme_dp In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/iscsi/init_grp.c:39, from init_grp_ut.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK hello_bdev LINK iscsi_tgt CXX test/cpp_headers/blobfs_bdev.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log_ut.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from iscsi_ut.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/nvme/nvme.c/nvme_ut.o CC test/unit/lib/nvmf/tcp.c/tcp_ut.o LINK hello_blob CC test/unit/lib/scsi/dev.c/dev_ut.o LINK overhead CC test/unit/lib/nvme/nvme_ctrlr.c/nvme_ctrlr_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ LINK scheduler In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from notify_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/nvme/nvme_ctrlr_cmd.c/nvme_ctrlr_cmd_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from param_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK scsi_nvme_ut In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/nvme/nvme_ctrlr_ocssd_cmd.c/nvme_ctrlr_ocssd_cmd_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:46, from lvol_ut.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from lvol_ut.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from portal_grp_ut.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK tree_ut In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/blobfs_bdev.h:42, from blobfs_bdev.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from tgt_node_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/nvme/nvme_ns_ocssd_cmd.c/nvme_ns_ocssd_cmd_ut.o CC test/unit/lib/nvme/nvme_ns.c/nvme_ns_ut.o CC test/unit/lib/nvme/nvme_ns_cmd.c/nvme_ns_cmd_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from nvme_ctrlr_ut.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ LINK spdk_tgt In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_ctrlr_ocssd_cmd_ut.c:35: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/dev.c:35, from dev_ut.c:42: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | CC test/unit/lib/nvme/nvme_poll_group.c/nvme_poll_group_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from tcp_ut.c:41: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/nvme/nvme_quirks.c/nvme_quirks_ut.o CC test/unit/lib/nvme/nvme_qpair.c/nvme_qpair_ut.o CC test/unit/lib/nvme/nvme_pcie.c/nvme_pcie_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:57, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme.c:37, from nvme_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/sock/posix.c/posix_ut.o CC test/unit/lib/sock/sock.c/sock_ut.o LINK blobfs_bdev_ut In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:57, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_cmd.c:34, from nvme_ctrlr_cmd_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:57, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr.c:37, from nvme_ctrlr_ut.c:43: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ LINK reconnect In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:57, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ctrlr_ocssd_cmd.c:35, from nvme_ctrlr_ocssd_cmd_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ LINK spdk_trace In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | LINK abort In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:34, from nvme_ns_ocssd_cmd_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from nvme_ns_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK accel_perf CC test/unit/lib/nvmf/ctrlr.c/ctrlr_ut.o CC test/unit/lib/nvme/nvme_tcp.c/nvme_tcp_ut.o CC test/unit/lib/thread/thread.c/thread_ut.o CXX test/cpp_headers/conf.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:57, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_ocssd_cmd.c:35, from nvme_ns_ocssd_cmd_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:57, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns.c:34, from nvme_ns_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:57, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_ns_cmd.c:36, from nvme_ns_cmd_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/util/base64.c/base64_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:40, from nvme_pcie_ut.c:41: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvme_qpair_ut.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | CXX test/cpp_headers/config.o LINK arbitration In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from posix_ut.c:41: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from sock_ut.c:40: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/util/bit_array.c/bit_array_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:57, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie.c:43, from nvme_pcie_ut.c:41: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:57, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_poll_group.c:36, from nvme_poll_group_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:57, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_quirks.c:34, from nvme_quirks_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread_internal.h:38, from ctrlr_ut.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:57, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_qpair.c:35, from nvme_qpair_ut.c:46: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/util/cpuset.c/cpuset_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ctrlr_ut.c:41: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread_internal.h:38, from thread_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk_internal/sock.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_sock.c:36, from nvme_tcp_ut.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread.c:36, from thread_ut.c:40: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/util/crc16.c/crc16_ut.o CC test/unit/lib/scsi/lun.c/lun_ut.o LINK nvmf CXX test/cpp_headers/cpuset.o CXX test/cpp_headers/crc16.o CC test/unit/lib/nvme/nvme_transport.c/nvme_transport_ut.o LINK log_ut In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:57, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_tcp.c:39, from nvme_tcp_ut.c:41: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/bit_array.c:38, from bit_array_ut.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK bdev_zone_ut CXX test/cpp_headers/crc32.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/cpuset.c:35, from cpuset_ut.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK nvme_quirks_ut LINK nvme_fuzz LINK pci_ut In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from lun_ut.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:57, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_transport.c:40, from nvme_transport_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/init/subsystem.c/subsystem_ut.o CC test/unit/lib/env_dpdk/pci_event.c/pci_event_ut.o LINK spdk_dd CXX test/cpp_headers/dif.o CC test/unit/lib/ftl/ftl_ppa/ftl_ppa_ut.o CC test/unit/lib/rpc/rpc.c/rpc_ut.o CC test/unit/lib/ftl/ftl_band.c/ftl_band_ut.o CC test/unit/lib/ftl/ftl_reloc.c/ftl_reloc_ut.o CC test/unit/lib/vhost/vhost.c/vhost_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from pci_event_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/init/subsystem.c:36, from subsystem_ut.c:40: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/ftl/ftl_wptr/ftl_wptr_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_ppa_ut.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_band_ut.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_reloc_ut.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from rpc_ut.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from vhost_ut.c:41: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/ftl/ftl_md/ftl_md_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ftl/ftl_core.c:38, from ftl_band_ut.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_wptr_ut.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread_internal.h:38, from ../common/utils.c:36, from ftl_reloc_ut.c:40: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /usr/include/bsd/sys/cdefs.h:51, from /usr/include/bsd/string.h:39, from /usr/include/rte_string_fns.h:87, from /usr/include/rte_trace_point.h:31, from /usr/include/rte_mempool_trace_fp.h:18, from /usr/include/rte_mempool.h:49, from /usr/include/rte_vhost.h:18, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/vhost/vhost_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/vhost/vhost.c:43, from vhost_ut.c:44: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/ftl/ftl_core.c:38, from ftl_wptr_ut.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ftl_md_ut.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CXX test/cpp_headers/dma.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/vhost/vhost_blk.c:38, from vhost_ut.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread_internal.h:38, from ../common/utils.c:36, from ftl_md_ut.c:40: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ LINK crc16_ut In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/dma.h:42, from dma.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK concat_ut LINK gpt_ut LINK bdevio LINK ioat_ut LINK nvme_ctrlr_ocssd_cmd_ut LINK notify_ut LINK vhost_fuzz LINK jsonrpc_server_ut LINK dma_ut LINK blobcli CXX test/cpp_headers/endian.o LINK base64_ut LINK app_ut LINK pci_event_ut LINK memory_ut LINK cpuset_ut LINK accel_engine_ut LINK ftl_ppa_ut LINK nvme_poll_group_ut LINK rpc_ut LINK nvme_ns_ut LINK bit_array_ut LINK nvme_manage LINK nvme_compliance CC test/unit/lib/ftl/ftl_io.c/ftl_io_ut.o CXX test/cpp_headers/env.o LINK portal_grp_ut LINK bdev_pmem_ut LINK dev_ut LINK perf LINK subsystem_ut CC test/unit/lib/nvme/nvme_io_msg.c/nvme_io_msg_ut.o CC test/unit/lib/util/crc32c.c/crc32c_ut.o CC test/unit/lib/nvme/nvme_pcie_common.c/nvme_pcie_common_ut.o CXX test/cpp_headers/env_dpdk.o CC test/unit/lib/util/crc32_ieee.c/crc32_ieee_ut.o CC test/unit/lib/json/json_util.c/json_util_ut.o CC test/unit/lib/util/dif.c/dif_ut.o CXX test/cpp_headers/event.o CXX test/cpp_headers/fd.o CXX test/cpp_headers/fd_group.o CC test/unit/lib/util/iov.c/iov_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CXX test/cpp_headers/file.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from env.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CXX test/cpp_headers/ftl.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread_internal.h:38, from ftl_io_ut.c:35: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/json/json_write.c/json_write_ut.o CC test/unit/lib/scsi/scsi.c/scsi_ut.o CC test/unit/lib/nvme/nvme_fabric.c/nvme_fabric_ut.o CC test/unit/lib/util/pipe.c/pipe_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/nvme/nvme_opal.c/nvme_opal_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from ftl_io_ut.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/util/string.c/string_ut.o LINK bdevperf CC test/unit/lib/nvmf/subsystem.c/subsystem_ut.o CXX test/cpp_headers/gpt_spec.o LINK nvme_transport_ut CC test/unit/lib/scsi/scsi_bdev.c/scsi_bdev_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/scsi/scsi_pr.c/scsi_pr_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme_io_msg_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/nvmf/ctrlr_discovery.c/ctrlr_discovery_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from event.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/nvmf/ctrlr_bdev.c/ctrlr_bdev_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/util/dif.c:38, from dif_ut.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CC test/unit/lib/util/math.c/math_ut.o CXX test/cpp_headers/histogram_data.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/json/json_util.c:37, from json_util_ut.c:38: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ftl.h:40, from ftl.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:57, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_io_msg.c:34, from nvme_io_msg_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CXX test/cpp_headers/idxd.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:57, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_pcie_common.c:42, from nvme_pcie_common_ut.c:37: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CC test/unit/lib/nvmf/nvmf.c/nvmf_ut.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CXX test/cpp_headers/idxd_spec.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from pipe_ut.c:39: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_opal.c:33, from nvme_opal_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/ut_multithread.c:38, from subsystem_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | LINK param_ut In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from ctrlr_discovery_ut.c:40: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CXX test/cpp_headers/init.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_internal.h:57, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvme/nvme_fabric.c:39, from nvme_fabric_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ LINK crc32_ieee_ut In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/task.c:35, from scsi_bdev_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CXX test/cpp_headers/ioat.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/thread/thread_internal.h:38, from ctrlr_bdev_ut.c:40: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CXX test/cpp_headers/ioat_spec.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | CXX test/cpp_headers/iscsi_spec.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/nvmf_internal.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/nvmf/ctrlr_bdev.c:37, from ctrlr_bdev_ut.c:42: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK posix_ut In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/scsi_internal.h:40, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/lib/scsi/port.c:35, from scsi_pr_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CXX test/cpp_headers/json.o CXX test/cpp_headers/jsonrpc.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from subsystem_ut.c:40: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/idxd.h:48, from idxd.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/test/common/lib/test_env.c:38, from nvmf_ut.c:36: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CXX test/cpp_headers/likely.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from ctrlr_discovery_ut.c:41: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CXX test/cpp_headers/log.o CXX test/cpp_headers/lvol.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from scsi_bdev_ut.c:43: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ LINK scsi_ut In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from init.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK init_grp_ut CXX test/cpp_headers/memory.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/ioat.h:47, from ioat.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK crc32c_ut LINK math_ut CXX test/cpp_headers/mmio.o CXX test/cpp_headers/nbd.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CXX test/cpp_headers/notify.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/log.h:43, from log.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CXX test/cpp_headers/nvme.o CXX test/cpp_headers/nvme_intel.o CXX test/cpp_headers/nvme_ocssd.o CXX test/cpp_headers/nvme_ocssd_spec.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev_module.h:51, from nvmf_ut.c:38: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CXX test/cpp_headers/nvme_spec.o CXX test/cpp_headers/nvme_zns.o CXX test/cpp_headers/nvmf.o CXX test/cpp_headers/nvmf_cmd.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | CXX test/cpp_headers/nvmf_fc_spec.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/notify.h:39, from notify.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CXX test/cpp_headers/nvmf_spec.o CXX test/cpp_headers/nvmf_transport.o CXX test/cpp_headers/opal.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from nvme.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_ocssd.h:48, from nvme_ocssd.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CXX test/cpp_headers/opal_spec.o CXX test/cpp_headers/pci_ids.o CXX test/cpp_headers/pipe.o LINK ftl_md_ut In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from nvmf.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme_zns.h:47, from nvme_zns.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CXX test/cpp_headers/queue.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf.h:44, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_cmd.h:38, from nvmf_cmd.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_fc_spec.h:37, from nvmf_fc_spec.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CXX test/cpp_headers/reduce.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from queue.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from queue.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from queue.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from queue.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from queue.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from queue.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from queue.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from queue.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from queue.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from queue.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from queue.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from queue.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from queue.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from queue.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from queue.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from queue.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from queue.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from queue.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from queue.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvme.h:48, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/opal.h:38, from opal.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CXX test/cpp_headers/rpc.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/nvmf_transport.h:41, from nvmf_transport.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CXX test/cpp_headers/scheduler.o CXX test/cpp_headers/scsi.o CXX test/cpp_headers/scsi_spec.o CXX test/cpp_headers/sock.o CXX test/cpp_headers/stdinc.o CXX test/cpp_headers/string.o In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/init.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/event.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scheduler.h:43, from scheduler.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CXX test/cpp_headers/thread.o LINK vbdev_zone_block_ut In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/bdev.h:47, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/scsi.h:44, from scsi.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | CXX test/cpp_headers/trace.o CXX test/cpp_headers/trace_parser.o CXX test/cpp_headers/tree.o CXX test/cpp_headers/util.o LINK vbdev_lvol_ut CXX test/cpp_headers/uuid.o CXX test/cpp_headers/version.o LINK lun_ut In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/sock.h:43, from sock.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/tree.h:31, from tree.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ CXX test/cpp_headers/vfio_user_pci.o LINK iov_ut CXX test/cpp_headers/vfio_user_spec.o CXX test/cpp_headers/vhost.o CXX test/cpp_headers/vmd.o CXX test/cpp_headers/zipf.o LINK tgt_node_ut LINK ftl_reloc_ut LINK spdk_top In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:41, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:123: warning: "STAILQ_EMPTY" redefined 123 | #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /usr/include/sys/queue.h:588: note: this is the location of the previous definition 588 | #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:142: warning: "STAILQ_LAST" redefined 142 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /usr/include/sys/queue.h:652: note: this is the location of the previous definition 652 | #define STAILQ_LAST(head, type, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:213: warning: "LIST_EMPTY" redefined 213 | #define LIST_EMPTY(head) ((head)->lh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /usr/include/sys/queue.h:200: note: this is the location of the previous definition 200 | #define LIST_EMPTY(head) ((head)->lh_first == LIST_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:222: warning: "LIST_FOREACH_SAFE" redefined 222 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /usr/include/sys/queue.h:208: note: this is the location of the previous definition 208 | #define LIST_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:282: warning: "TAILQ_EMPTY" redefined 282 | #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /usr/include/sys/queue.h:427: note: this is the location of the previous definition 427 | #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:291: warning: "TAILQ_FOREACH_SAFE" redefined 291 | #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /usr/include/sys/queue.h:435: note: this is the location of the previous definition 435 | #define TAILQ_FOREACH_SAFE(var, head, field, next) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:306: warning: "TAILQ_FOREACH_REVERSE_SAFE" redefined 306 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /usr/include/sys/queue.h:445: note: this is the location of the previous definition 445 | #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:316: warning: "TAILQ_LAST" redefined 316 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /usr/include/sys/queue.h:423: note: this is the location of the previous definition 423 | #define TAILQ_LAST(head, headname) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:50, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue_extras.h:321: warning: "TAILQ_PREV" redefined 321 | #define TAILQ_PREV(elm, headname, field) \ | In file included from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/queue.h:42, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/env.h:43, from /home/buildozer/aports/testing/spdk/src/spdk-22.05/include/spdk/vmd.h:48, from vmd.cpp:1: /usr/include/sys/queue.h:425: note: this is the location of the previous definition 425 | #define TAILQ_PREV(elm, headname, field) \ | LINK identify LINK conn_ut LINK nvme_ctrlr_cmd_ut LINK reactor_ut LINK nvme_qpair_ut LINK nvme_io_msg_ut LINK string_ut LINK nvme_ut LINK blobfs_sync_ut LINK nvme_fabric_ut LINK ctrlr_bdev_ut LINK sock_ut LINK iscsi_fuzz LINK scsi_pr_ut LINK pipe_ut LINK blobfs_async_ut LINK nvmf_ut LINK nvme_ns_ocssd_cmd_ut LINK json_util_ut LINK scsi_bdev_ut LINK nvme_pcie_common_ut LINK ftl_band_ut LINK bdev_raid_ut LINK nvme_pcie_ut LINK nvme_opal_ut LINK ftl_wptr_ut LINK lvol_ut LINK vhost_ut LINK thread_ut LINK ctrlr_ut LINK iscsi_ut LINK nvme_tcp_ut LINK subsystem_ut LINK nvme_ns_cmd_ut LINK ctrlr_discovery_ut LINK part_ut LINK tcp_ut LINK json_write_ut LINK dif_ut LINK ftl_io_ut LINK bdev_ut LINK json_parse_ut LINK nvme_ctrlr_ut LINK blob_ut LINK bdev_nvme_ut LINK bdev_ut >>> spdk: Entering fakeroot... INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/accel_engine.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/assert.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/barrier.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/base64.h make[1]: Nothing to be done for 'install'. INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/bdev.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/bdev_module.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/bdev_zone.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/bit_array.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/bit_pool.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/blob.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/blob_bdev.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/blobfs.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/blobfs_bdev.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/conf.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/config.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/cpuset.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/crc16.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/crc32.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/dif.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/dma.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/endian.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/env.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/env_dpdk.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/event.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/fd.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/fd_group.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/file.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/ftl.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/gpt_spec.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/histogram_data.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/idxd.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/idxd_spec.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/init.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/ioat.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/ioat_spec.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/iscsi_spec.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/json.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/jsonrpc.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/likely.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/log.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/lvol.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/memory.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/mmio.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/nbd.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/notify.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/nvme.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/nvme_intel.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/nvme_ocssd.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/nvme_ocssd_spec.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/nvme_spec.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/nvme_zns.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/nvmf.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/nvmf_cmd.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/nvmf_fc_spec.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/nvmf_spec.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/nvmf_transport.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/opal.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/opal_spec.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/pci_ids.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/pipe.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/queue.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/queue_extras.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/reduce.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/rpc.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/scheduler.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/scsi.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/scsi_spec.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/sock.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/stdinc.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/string.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/thread.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/trace.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/trace_parser.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/tree.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/util.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/uuid.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/version.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/vfio_user_pci.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/vfio_user_spec.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/vhost.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/vmd.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/include/spdk/zipf.h INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_log.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_ut_mock.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_log.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_ut_mock.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_log.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_ut_mock.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_trace_parser.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_dma.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_ioat.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_vmd.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_trace_parser.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_ioat.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_dma.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_trace_parser.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_vmd.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_ioat.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_util.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_dma.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_vmd.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_util.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_util.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_json.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_json.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_conf.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_json.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_dpdklibs.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_conf.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_env_dpdk.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_conf.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_env_dpdk.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_env_dpdk.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_jsonrpc.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_jsonrpc.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_jsonrpc.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_rpc.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_rpc.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_rpc.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_notify.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_trace.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_sock.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_notify.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_trace.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_sock.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_notify.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_trace.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_sock.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_thread.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_thread.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_thread.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_nvme.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_nvme.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_nvme.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_accel.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_virtio.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_accel.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_init.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_virtio.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_blob.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_init.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_virtio.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_accel.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_blob.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_init.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_bdev.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_blob.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_blobfs.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_blobfs.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_event.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_blobfs.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_lvol.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_ftl.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_lvol.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_nbd.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_ftl.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_lvol.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_scsi.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_nbd.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_nvmf.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_ftl.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_scsi.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_nbd.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_nvmf.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_scsi.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_nvmf.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_vhost.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_iscsi.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_vhost.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_iscsi.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_vhost.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_iscsi.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_env_dpdk_rpc.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_env_dpdk_rpc.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_env_dpdk_rpc.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_sock_posix.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_sock_posix.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_scheduler_dpdk_governor.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_sock_posix.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_accel_ioat.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_scheduler_dpdk_governor.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_scheduler_gscheduler.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_blob_bdev.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_accel_ioat.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_scheduler_dynamic.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_scheduler_dpdk_governor.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_scheduler_gscheduler.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_blob_bdev.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_scheduler_dynamic.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_accel_ioat.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_scheduler_gscheduler.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_blob_bdev.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_scheduler_dynamic.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_delay.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_nvme.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_bdev_delay.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_bdev_nvme.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_lvol.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_delay.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_bdev_lvol.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_nvme.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_gpt.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_error.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_malloc.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_null.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_pmem.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_bdev_gpt.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_lvol.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_split.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_bdev_error.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_passthru.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_bdev_null.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_raid.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_bdev_malloc.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_blobfs_bdev.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_aio.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_bdev_pmem.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_zone_block.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_ftl.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_bdev_split.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_bdev_passthru.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_bdev_raid.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_virtio.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_blobfs_bdev.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_gpt.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_bdev_aio.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_error.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_malloc.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_null.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_pmem.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_bdev_zone_block.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_bdev_ftl.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_bdev_virtio.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_split.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_passthru.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_raid.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_blobfs_bdev.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_aio.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_zone_block.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_ftl.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_bdev_virtio.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_accel.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_scheduler.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_event_accel.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_event_scheduler.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_vmd.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_vhost_blk.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_accel.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_sock.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_scheduler.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_event_vmd.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_event_vhost_blk.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_event_sock.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_vmd.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_sock.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_vhost_blk.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_bdev.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_event_bdev.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_bdev.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_scsi.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_nbd.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_nvmf.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_event_scsi.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_event_nbd.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_event_nvmf.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_scsi.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_nbd.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_nvmf.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_vhost_scsi.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_event_vhost_scsi.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_iscsi.a INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_vhost_scsi.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_event_iscsi.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk_event_iscsi.so INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_bdev_modules.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_accel_modules.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_sock_modules.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_syslibs.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/pkgconfig/spdk_scheduler_modules.pc INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/lib/libspdk.so make[2]: Nothing to be done for 'install'. INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/bin/spdk_nvme_perf INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/bin/spdk_nvme_identify INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/bin/spdk_nvme_discovery_aer INSTALL /home/buildozer/aports/testing/spdk/pkg/spdk/usr/bin/spdk_tgt Installed to /home/buildozer/aports/testing/spdk/pkg/spdk/usr >>> spdk-static*: Running split function static... >>> spdk-static*: Preparing subpackage spdk-static... >>> spdk-static*: Stripping binaries >>> spdk-static*: Running postcheck for spdk-static >>> spdk-dev*: Running split function dev... >>> spdk-dev*: Preparing subpackage spdk-dev... >>> spdk-dev*: Stripping binaries >>> spdk-dev*: Running postcheck for spdk-dev >>> spdk*: Running postcheck for spdk >>> spdk*: Preparing package spdk... >>> spdk*: Stripping binaries >>> spdk-dev*: Scanning shared objects >>> spdk-static*: Scanning shared objects >>> spdk*: Scanning shared objects >>> spdk-dev*: Tracing dependencies... pkgconfig spdk=22.05-r2 >>> spdk-dev*: Package size: 1.6 MB >>> spdk-dev*: Compressing data... >>> spdk-dev*: Create checksum... >>> spdk-dev*: Create spdk-dev-22.05-r2.apk >>> spdk-static*: Tracing dependencies... >>> spdk-static*: Package size: 17.1 MB >>> spdk-static*: Compressing data... >>> spdk-static*: Create checksum... >>> spdk-static*: Create spdk-static-22.05-r2.apk >>> spdk*: Tracing dependencies... so:libaio.so.1 so:libc.musl-ppc64le.so.1 so:libcrypto.so.3 so:libgcc_s.so.1 so:libpmemblk.so.1 so:librte_bus_pci.so.22 so:librte_cryptodev.so.22 so:librte_dmadev.so.22 so:librte_eal.so.22 so:librte_ethdev.so.22 so:librte_hash.so.22 so:librte_kvargs.so.22 so:librte_mbuf.so.22 so:librte_mempool.so.22 so:librte_mempool_ring.so.22 so:librte_net.so.22 so:librte_pci.so.22 so:librte_power.so.22 so:librte_rcu.so.22 so:librte_ring.so.22 so:librte_telemetry.so.22 so:librte_vhost.so.22 so:libstdc++.so.6 so:libuuid.so.1 >>> spdk*: Package size: 5.8 MB >>> spdk*: Compressing data... >>> spdk*: Create checksum... >>> spdk*: Create spdk-22.05-r2.apk >>> spdk: Build complete at Mon, 08 Aug 2022 10:04:09 +0000 elapsed time 0h 0m 56s >>> spdk: Cleaning up srcdir >>> spdk: Cleaning up pkgdir >>> spdk: Uninstalling dependencies... (1/47) Purging .makedepends-spdk (20220808.100314) (2/47) Purging bash (5.1.16-r2) Executing bash-5.1.16-r2.pre-deinstall (3/47) Purging clang (14.0.6-r1) (4/47) Purging coreutils (9.1-r0) Executing coreutils-9.1-r0.post-deinstall (5/47) Purging cunit-dev (2.1.3-r3) (6/47) Purging cunit (2.1.3-r3) (7/47) Purging dpdk-dev (22.07-r1) (8/47) Purging dpdk (22.07-r1) (9/47) Purging libaio-dev (0.3.112-r2) (10/47) Purging libaio (0.3.112-r2) (11/47) Purging ncurses-dev (6.3_p20220729-r0) (12/47) Purging openssl-dev (3.0.5-r1) (13/47) Purging pmdk-dev (1.12.0-r1) (14/47) Purging pmdk-debug (1.12.0-r1) (15/47) Purging pmdk (1.12.0-r1) (16/47) Purging python3 (3.10.5-r2) (17/47) Purging util-linux-dev (2.38.1-r0) (18/47) Purging libfdisk (2.38.1-r0) (19/47) Purging libmount (2.38.1-r0) (20/47) Purging libsmartcols (2.38.1-r0) (21/47) Purging readline (8.1.2-r0) (22/47) Purging llvm14 (14.0.6-r3) (23/47) Purging clang-libs (14.0.6-r1) (24/47) Purging llvm14-libs (14.0.6-r3) (25/47) Purging libffi (3.4.2-r1) (26/47) Purging utmps-libs (0.1.2.0-r1) (27/47) Purging skalibs (2.12.0.0-r0) (28/47) Purging libbsd-dev (0.11.6-r2) (29/47) Purging bsd-compat-headers (0.7.2-r3) (30/47) Purging linux-headers (5.16.7-r1) (31/47) Purging libbsd (0.11.6-r2) (32/47) Purging libmd-dev (1.0.4-r0) (33/47) Purging libmd (1.0.4-r0) (34/47) Purging elfutils-dev (0.187-r1) (35/47) Purging libelf (0.187-r1) (36/47) Purging libbz2 (1.0.8-r2) (37/47) Purging fts (1.2.7-r2) (38/47) Purging libfdt (1.6.1-r2) (39/47) Purging xz-dev (5.2.5-r1) (40/47) Purging zlib-dev (1.2.12-r2) (41/47) Purging libpcap-dev (1.10.1-r0) (42/47) Purging ndctl-dev (73-r0) (43/47) Purging ndctl-libs (73-r0) (44/47) Purging libuuid (2.38.1-r0) (45/47) Purging gdbm (1.23-r0) (46/47) Purging mpdecimal (2.5.1-r1) (47/47) Purging sqlite-libs (3.39.2-r0) Executing busybox-1.35.0-r22.trigger OK: 625 MiB in 114 packages >>> spdk: Updating the testing/ppc64le repository index... >>> spdk: Signing the index...