automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw149124-149131 [RFC 8/8] net/ioring: implement statistics
       [not found] <20241210212757.83490-9-stephen@networkplumber.org>
@ 2024-12-10 21:01 ` qemudev
  2024-12-10 21:30 ` |SUCCESS| pw149131 " checkpatch
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2024-12-10 21:01 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger, zhoumin

Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/149131

_meson build failure_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tue, 10 Dec 2024 13:23:32 -0800
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: 69072dbdfc0ab49bc5a1a3707fd6f2bf5d4a41ef

149124-149131 --> meson build failed

Test environment and result as below:

+---------------------+----------------+
|     Environment     | compilation    |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL           |
+---------------------+----------------+

Loongnix-Server 8.3
    Kernel: 4.19.190+
    Compiler: gcc 8.3


Meson build logs:
-------------------------------BEGIN LOGS----------------------------
--- stderr ---


Program ../buildtools/symlink-drivers-solibs.sh found: YES (/bin/sh /home/zhoumin/gh_dpdk/config/../buildtools/symlink-drivers-solibs.sh)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp48bmaako
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp48bmaako/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp48bmaako/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -march=native

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -march=native: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp5apwuyk5
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp5apwuyk5/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp5apwuyk5/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -std=c11

Code:
#include<stdio.h>

int main(void) {
printf("%ldn", (long)(sizeof(void *)));
return 0;
};
Compiler stdout:

Compiler stderr:

Program stdout:

8

Program stderr:


Checking for size of "void *" : 8
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpvcdrm21l
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpvcdrm21l/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpvcdrm21l/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -std=c11

Code:
#include<stdio.h>

int main(void) {
printf("%ldn", (long)(sizeof(void *)));
return 0;
};
Compiler stdout:

Compiler stderr:

Program stdout:

8

Program stderr:


Checking for size of "void *" : 8
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpqq5z07u1
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpqq5z07u1/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpqq5z07u1/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--fatal-warnings -Wl,--undefined-version

Code:
int main(void) { return 0; }

Compiler stdout:

Compiler stderr:
/usr/bin/ld: unrecognized option '--undefined-version'
/usr/bin/ld: use the --help option for usage information
collect2: error: ld returned 1 exit status

Compiler for C supports link arguments -Wl,--undefined-version: NO
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp2uqkg9oe
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp2uqkg9oe/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp2uqkg9oe/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lm -Wl,--end-group -Wl,--allow-shlib-undefined

Code:
int main(void) { return 0; }

Compiler stdout:

Compiler stderr:

Library m found: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmplw93ca45
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmplw93ca45/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmplw93ca45/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lnuma -Wl,--end-group -Wl,--allow-shlib-undefined

Code:
int main(void) { return 0; }

Compiler stdout:

Compiler stderr:

Library numa found: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp45v9z_uj
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp45v9z_uj/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11

Code:

#ifdef __has_include
#if !__has_include("numaif.h")
#error "Header 'numaif.h' could not be found"
#endif
#else
#include <numaif.h>
#endif
Compiler stdout:

Compiler stderr:

Has header "numaif.h" : YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpf5mqdfc6
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpf5mqdfc6/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpf5mqdfc6/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lfdt -Wl,--end-group -Wl,--allow-shlib-undefined

Code:
int main(void) { return 0; }

Compiler stdout:

Compiler stderr:

Library fdt found: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpco5w88zz
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpco5w88zz/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11

Code:

#ifdef __has_include
#if !__has_include("fdt.h")
#error "Header 'fdt.h' could not be found"
#endif
#else
#include <fdt.h>
#endif
Compiler stdout:

Compiler stderr:

Has header "fdt.h" : YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp9w1uhjca
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp9w1uhjca/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp9w1uhjca/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lexecinfo -Wl,--end-group -Wl,--allow-shlib-undefined

Code:
int main(void) { return 0; }

Compiler stdout:

Compiler stderr:
/usr/bin/ld: cannot find -lexecinfo
collect2: error: ld returned 1 exit status

Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp433nz5q2
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp433nz5q2/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp433nz5q2/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0

Code:
#include<stdio.h>

int main(void) {
printf("%ldn", (long)(sizeof(void *)));
return 0;
};
Compiler stdout:

Compiler stderr:

Program stdout:

8

Program stderr:


Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmprcp7bzhy
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmprcp7bzhy/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmprcp7bzhy/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 --print-search-dirs

Code:

Compiler stdout:
install: /usr/lib/gcc/loongarch64-loongson-linux-gnu/8/
programs: =/usr/libexec/gcc/loongarch64-loongson-linux-gnu/8/:/usr/libexec/gcc/loongarch64-loongson-linux-gnu/8/:/usr/libexec/gcc/loongarch64-loongson-linux-gnu/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../loongarch64-loongson-linux-gnu/bin/loongarch64-loongson-linux-gnu/8/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../loongarch64-loongson-linux-gnu/bin/
libraries: =/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../loongarch64-loongson-linux-gnu/lib/loongarch64-loongson-linux-gnu/8/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../loongarch64-loongson-linux-gnu/lib/../lib64/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../loongarch64-loongson-linux-gnu/8/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../lib64/:/lib64/loongarch64-loongson-linux-gnu/8/:/lib64/../lib64/:/usr/lib64/loongarch64-loongson-linux-gnu/8/:/usr/lib64/../lib64/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../../loongarch64-loongson-linux-gnu/lib/:/usr/lib/gcc/loongarch64-loongson-linux-gnu/8/../../../:/lib64/:/usr/lib64/

Compiler stderr:

Library execinfo found: NO
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp943nk8z9
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp943nk8z9/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11

Code:

#ifdef __has_include
#if !__has_include("execinfo.h")
#error "Header 'execinfo.h' could not be found"
#endif
#else
#include <execinfo.h>
#endif
Compiler stdout:

Compiler stderr:

Has header "execinfo.h" : YES
Pkg-config binary for MachineChoice.HOST is not cached.
Pkg-config binary missing from cross or native file, or env var undefined.
Trying a default Pkg-config fallback at pkg-config
Found pkg-config: /usr/bin/pkg-config (1.4.2)
Determining dependency 'libarchive' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libarchive` -> 1

Run-time dependency libarchive found: NO (tried pkgconfig)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libbsd' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libbsd` -> 1

Run-time dependency libbsd found: NO (tried pkgconfig)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'jansson' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion jansson` -> 1

Run-time dependency jansson found: NO (tried pkgconfig)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'openssl' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion openssl` -> 0
1.1.1g
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --cflags openssl` -> 0

PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --libs openssl` -> 0
-L/usr/lib64 -lssl -lcrypto
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --libs openssl` -> 0
-lssl -lcrypto
Run-time dependency openssl found: YES 1.1.1g
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libpcap' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libpcap` -> 0
1.9.1
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --cflags libpcap` -> 0

PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --libs libpcap` -> 0
-L/usr/lib64 -lpcap
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --libs libpcap` -> 0
-lpcap
Run-time dependency libpcap found: YES 1.9.1
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpsk0n6bg4
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpsk0n6bg4/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11

Code:

#ifdef __has_include
#if !__has_include("pcap.h")
#error "Header 'pcap.h' could not be found"
#endif
#else
#include <pcap.h>
#endif
Compiler stdout:

Compiler stderr:

Has header "pcap.h" with dependency libpcap: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpzj53hkau
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpzj53hkau/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpzj53hkau/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wcast-qual

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wcast-qual: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp0s0efdji
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp0s0efdji/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp0s0efdji/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wdeprecated

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wdeprecated: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp6f135yc2
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp6f135yc2/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp6f135yc2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wformat: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpcot9jspe
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpcot9jspe/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpcot9jspe/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-nonliteral

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:
cc1: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral]

Compiler for C supports arguments -Wformat-nonliteral: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpo05wx_rw
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpo05wx_rw/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpo05wx_rw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-security

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:
cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security]

Compiler for C supports arguments -Wformat-security: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpsgchp2ib
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpsgchp2ib/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpsgchp2ib/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-declarations

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wmissing-declarations: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmphd1ih0ht
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmphd1ih0ht/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmphd1ih0ht/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-prototypes

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wmissing-prototypes: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp4zpwb6p7
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp4zpwb6p7/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp4zpwb6p7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wnested-externs

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wnested-externs: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp69dtmrkf
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp69dtmrkf/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp69dtmrkf/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wold-style-definition

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wold-style-definition: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpvzb_pw2o
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpvzb_pw2o/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpvzb_pw2o/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wpointer-arith: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpvaf0tw5n
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpvaf0tw5n/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpvaf0tw5n/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wsign-compare

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wsign-compare: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpr8yt6b4v
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpr8yt6b4v/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpr8yt6b4v/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wstrict-prototypes

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wstrict-prototypes: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpqz6997on
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpqz6997on/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpqz6997on/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wundef

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wundef: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpvzkg7c76
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpvzkg7c76/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpvzkg7c76/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wwrite-strings

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wwrite-strings: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmplt1bfbyr
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmplt1bfbyr/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmplt1bfbyr/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpacked-not-aligned -Wno-packed-not-aligned

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-packed-not-aligned: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmppzarezhx
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmppzarezhx/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmppzarezhx/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wmissing-field-initializers -Wno-missing-field-initializers

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-missing-field-initializers: YES
Message: Implementer : Generic loongarch
Message: ['-march=loongarch64']
Running command: /usr/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py
--- stdout ---

--- stderr ---


Running command: /usr/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py
--- stdout ---

--- stderr ---


Running command: /usr/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py
--- stdout ---

--- stderr ---


Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmprwxhe6g7
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmprwxhe6g7/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmprwxhe6g7/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wformat-truncation -Wno-format-truncation

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-format-truncation: YES
Message: lib/log: Defining dependency "log"
Message: lib/kvargs: Defining dependency "kvargs"
Message: lib/argparse: Defining dependency "argparse"
Message: lib/telemetry: Defining dependency "telemetry"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp41ezs6vo
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp41ezs6vo/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp41ezs6vo/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -D_GNU_SOURCE

Code:
#include <pthread.h>
#include <limits.h>

#if defined __stub_pthread_attr_setaffinity_np || defined __stub___pthread_attr_setaffinity_np
fail fail fail this function is not going to work
#endif

int main(void) {
void *a = (void*) &pthread_attr_setaffinity_np;
long long b = (long long) a;
return (int) b;
}
Compiler stdout:

Compiler stderr:
/usr/bin/ld: /tmp/cccQHfFw.o: in function `main':
testfile.c:(.text+0xc): undefined reference to `pthread_attr_setaffinity_np'
/usr/bin/ld: testfile.c:(.text+0x10): undefined reference to `pthread_attr_setaffinity_np'
/usr/bin/ld: testfile.c:(.text+0x10): undefined reference to `pthread_attr_setaffinity_np'
collect2: error: ld returned 1 exit status

Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmptgnwsyw6
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmptgnwsyw6/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmptgnwsyw6/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -std=c11 -D_GNU_SOURCE

Code:
#include <pthread.h>
int main(void) {

/bin /boot /corefiles /dev /etc /home /lib /lib64 /lost+found /media /mnt /opt /proc /root /run /sbin /srv /sys /tmp /usr /var With some toolchains (MSYS2/mingw for example) the compiler
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION provides various builtins which are not really implemented and
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION fall back to the stdlib where they aren't provided and fail at
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION build/link time. In case the user provides a header, including
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION the header didn't lead to the function being defined, and the
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION function we are checking isn't a builtin itself we assume the
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION builtin is not functional and we just error out. app/ build/ buildtools/ config/ devtools/ doc/ drivers/ dts/ examples/ kernel/ lib/ license/ usertools/
#if !0 && !defined(pthread_attr_setaffinity_np) && !0
#error "No definition for __builtin_pthread_attr_setaffinity_np found in the prefix"
#endif

#ifdef __has_builtin
#if !__has_builtin(__builtin_pthread_attr_setaffinity_np)
#error "__builtin_pthread_attr_setaffinity_np not found"
#endif
#elif ! defined(pthread_attr_setaffinity_np)
__builtin_pthread_attr_setaffinity_np;
#endif
return 0;
}
Compiler stdout:

Compiler stderr:
/home/zhoumin/gh_dpdk/build/meson-private/tmptgnwsyw6/testfile.c: In function 'main':
/home/zhoumin/gh_dpdk/build/meson-private/tmptgnwsyw6/testfile.c:12:14: error: #error "No definition for __builtin_pthread_attr_setaffinity_np found in the prefix"
#error "No definition for __builtin_pthread_attr_setaffinity_np found in the prefix"
^~~~~
/home/zhoumin/gh_dpdk/build/meson-private/tmptgnwsyw6/testfile.c:20:13: error: '__builtin_pthread_attr_setaffinity_np' undeclared (first use in this function); did you mean 'pthread_attr_setaffinity_np'?
__builtin_pthread_attr_setaffinity_np;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pthread_attr_setaffinity_np
/home/zhoumin/gh_dpdk/build/meson-private/tmptgnwsyw6/testfile.c:20:13: note: each undeclared identifier is reported only once for each function it appears in

Checking for function "pthread_attr_setaffinity_np" : NO
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpmiu7517z
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpmiu7517z/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpmiu7517z/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -std=c11

Code:
#include <unistd.h>
#include <limits.h>

#if defined __stub_getentropy || defined __stub___getentropy
fail fail fail this function is not going to work
#endif

int main(void) {
void *a = (void*) &getentropy;
long long b = (long long) a;
return (int) b;
}
Compiler stdout:

Compiler stderr:
/home/zhoumin/gh_dpdk/build/meson-private/tmpmiu7517z/testfile.c: In function 'main':
/home/zhoumin/gh_dpdk/build/meson-private/tmpmiu7517z/testfile.c:9:32: error: 'getentropy' undeclared (first use in this function); did you mean 'getgroups'?
void *a = (void*) &getentropy;
^~~~~~~~~~
getgroups
/home/zhoumin/gh_dpdk/build/meson-private/tmpmiu7517z/testfile.c:9:32: note: each undeclared identifier is reported only once for each function it appears in

Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp528h_qr3
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp528h_qr3/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp528h_qr3/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -std=c11

Code:
#include <unistd.h>
int main(void) {

/bin /boot /corefiles /dev /etc /home /lib /lib64 /lost+found /media /mnt /opt /proc /root /run /sbin /srv /sys /tmp /usr /var With some toolchains (MSYS2/mingw for example) the compiler
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION provides various builtins which are not really implemented and
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION fall back to the stdlib where they aren't provided and fail at
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION build/link time. In case the user provides a header, including
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION the header didn't lead to the function being defined, and the
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION function we are checking isn't a builtin itself we assume the
ABI_VERSION app build buildtools config devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README test-report.txt usertools VERSION builtin is not functional and we just error out. app/ build/ buildtools/ config/ devtools/ doc/ drivers/ dts/ examples/ kernel/ lib/ license/ usertools/
#if !0 && !defined(getentropy) && !0
#error "No definition for __builtin_getentropy found in the prefix"
#endif

#ifdef __has_builtin
#if !__has_builtin(__builtin_getentropy)
#error "__builtin_getentropy not found"
#endif
#elif ! defined(getentropy)
__builtin_getentropy;
#endif
return 0;
}
Compiler stdout:

Compiler stderr:
/home/zhoumin/gh_dpdk/build/meson-private/tmp528h_qr3/testfile.c: In function 'main':
/home/zhoumin/gh_dpdk/build/meson-private/tmp528h_qr3/testfile.c:12:14: error: #error "No definition for __builtin_getentropy found in the prefix"
#error "No definition for __builtin_getentropy found in the prefix"
^~~~~
/home/zhoumin/gh_dpdk/build/meson-private/tmp528h_qr3/testfile.c:20:13: error: '__builtin_getentropy' undeclared (first use in this function); did you mean '__builtin_fegetround'?
__builtin_getentropy;
^~~~~~~~~~~~~~~~~~~~
__builtin_fegetround
/home/zhoumin/gh_dpdk/build/meson-private/tmp528h_qr3/testfile.c:20:13: note: each undeclared identifier is reported only once for each function it appears in

Checking for function "getentropy" : NO
Message: lib/eal: Defining dependency "eal"
Message: lib/ptr_compress: Defining dependency "ptr_compress"
Message: lib/ring: Defining dependency "ring"
Message: lib/rcu: Defining dependency "rcu"
Message: lib/mempool: Defining dependency "mempool"
Message: lib/mbuf: Defining dependency "mbuf"
Message: lib/net: Defining dependency "net"
Message: lib/meter: Defining dependency "meter"
Message: lib/ethdev: Defining dependency "ethdev"
Message: lib/pci: Defining dependency "pci"
Message: lib/cmdline: Defining dependency "cmdline"
Message: lib/metrics: Defining dependency "metrics"
Message: lib/hash: Defining dependency "hash"
Message: lib/timer: Defining dependency "timer"
Message: lib/acl: Defining dependency "acl"
Message: lib/bbdev: Defining dependency "bbdev"
Message: lib/bitratestats: Defining dependency "bitratestats"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libelf' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libelf` -> 0
0.180
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --cflags libelf` -> 0

PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --libs libelf` -> 0
-L/usr/lib64 -lelf
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --libs libelf` -> 0
-lelf
Run-time dependency libelf found: YES 0.180
Message: lib/bpf: Defining dependency "bpf"
Message: lib/cfgfile: Defining dependency "cfgfile"
Message: lib/compressdev: Defining dependency "compressdev"
Message: lib/cryptodev: Defining dependency "cryptodev"
Message: lib/distributor: Defining dependency "distributor"
Message: lib/dmadev: Defining dependency "dmadev"
Message: lib/efd: Defining dependency "efd"
Message: lib/eventdev: Defining dependency "eventdev"
Message: lib/dispatcher: Defining dependency "dispatcher"
Message: lib/gpudev: Defining dependency "gpudev"
Message: lib/gro: Defining dependency "gro"
Message: lib/gso: Defining dependency "gso"
Message: lib/ip_frag: Defining dependency "ip_frag"
Message: lib/jobstats: Defining dependency "jobstats"
Message: lib/latencystats: Defining dependency "latencystats"
Message: lib/lpm: Defining dependency "lpm"
Message: lib/member: Defining dependency "member"
Message: lib/pcapng: Defining dependency "pcapng"
Message: lib/power: Defining dependency "power"
Message: lib/rawdev: Defining dependency "rawdev"
Message: lib/regexdev: Defining dependency "regexdev"
Message: lib/mldev: Defining dependency "mldev"
Message: lib/rib: Defining dependency "rib"
Message: lib/reorder: Defining dependency "reorder"
Message: lib/sched: Defining dependency "sched"
Message: lib/security: Defining dependency "security"
Message: lib/stack: Defining dependency "stack"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpl51kk1p3
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpl51kk1p3/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11

Code:

#ifdef __has_include
#if !__has_include("linux/userfaultfd.h")
#error "Header 'linux/userfaultfd.h' could not be found"
#endif
#else
#include <linux/userfaultfd.h>
#endif
Compiler stdout:

Compiler stderr:

Has header "linux/userfaultfd.h" : YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp554o_0o4
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp554o_0o4/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11

Code:

#ifdef __has_include
#if !__has_include("linux/vduse.h")
#error "Header 'linux/vduse.h' could not be found"
#endif
#else
#include <linux/vduse.h>
#endif
Compiler stdout:

Compiler stderr:
/home/zhoumin/gh_dpdk/build/meson-private/tmp554o_0o4/testfile.c:4:12: error: #error "Header 'linux/vduse.h' could not be found"
#error "Header 'linux/vduse.h' could not be found"
^~~~~

Has header "linux/vduse.h" : NO
Message: lib/vhost: Defining dependency "vhost"
Message: lib/ipsec: Defining dependency "ipsec"
Message: lib/pdcp: Defining dependency "pdcp"
Message: lib/fib: Defining dependency "fib"
Message: lib/port: Defining dependency "port"
Message: lib/pdump: Defining dependency "pdump"
Message: lib/table: Defining dependency "table"
Message: lib/pipeline: Defining dependency "pipeline"
Message: lib/graph: Defining dependency "graph"
Message: lib/node: Defining dependency "node"
Running command: /usr/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py ,
--- stdout ---

--- stderr ---


Running command: /usr/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py ,
--- stdout ---

--- stderr ---


Running command: /usr/bin/python3 /home/zhoumin/gh_dpdk/buildtools/list-dir-globs.py app/dumpcap app/graph app/meson.build app/pdump app/proc-info app/test app/test-acl app/test-bbdev app/test-cmdline app/test-compress-perf app/test-crypto-perf app/test-dma-perf app/test-eventdev app/test-fib app/test-flow-perf app/test-gpudev app/test-mldev app/test-pipeline app/test-pmd app/test-regex app/test-sad app/test-security-perf build/buildtools build/config build/drivers build/lib build/meson-info build/meson-logs build/meson-private buildtools/call-sphinx-build.py buildtools/check-dts-requirements.py buildtools/check-symbols.sh buildtools/chkincs buildtools/coff.py buildtools/dpdk-cmdline-gen.py buildtools/gen-header.py buildtools/gen-pmdinfo-cfile.py buildtools/get-cpu-count.py buildtools/get-numa-count.py buildtools/get-test-suites.py buildtools/has-hugepages.py buildtools/list-dir-globs.py buildtools/map-list-symbol.sh buildtools/map_to_win.py buildtools/meson.build buildtools/options-
 ibverbs-static.sh buildtools/pkg-config buildtools/pmdinfogen.py buildtools/__pycache__ buildtools/subproject buildtools/symlink-drivers-solibs.py buildtools/symlink-drivers-solibs.sh config/arm config/loongarch config/meson.build config/ppc config/riscv config/rte_config.h config/x86 devtools/build-dict.sh devtools/build-tags.sh devtools/check-abi.sh devtools/check-abi-version.sh devtools/check-doc-vs-code.sh devtools/check-dup-includes.sh devtools/check-forbidden-tokens.awk devtools/check-git-log.sh devtools/check-maintainers.sh devtools/check-meson.py devtools/checkpatches.sh devtools/check-spdx-tag.sh devtools/check-symbol-change.sh devtools/check-symbol-maps.sh devtools/cocci devtools/cocci.sh devtools/dts-check-format.sh devtools/get-maintainer.sh devtools/git-log-fixes.sh devtools/libabigail.abignore devtools/linux-uapi.sh devtools/load-devel-config devtools/parse-flow-support.sh devtools/process-iwyu.py devtools/test-meson-builds.sh devtools/test-null.sh devtools/update-abi.
 sh devtools/update-patches.py devtools/updat!
 e_version_map_abi.py devtools/words-case.txt doc/api doc/guides doc/logo doc/meson.build drivers/baseband drivers/bus drivers/common drivers/compress drivers/crypto drivers/dma drivers/event drivers/gpu drivers/mempool drivers/meson.build drivers/ml drivers/net drivers/power drivers/raw drivers/regex drivers/vdpa drivers/version.map dts/conf.yaml dts/Dockerfile dts/framework dts/main.py dts/poetry.lock dts/pyproject.toml dts/README.md dts/tests examples/bbdev_app examples/bond examples/bpf examples/cmdline examples/common examples/distributor examples/dma examples/ethtool examples/eventdev_pipeline examples/fips_validation examples/flow_filtering examples/helloworld examples/ip_fragmentation examples/ip_pipeline examples/ip_reassembly examples/ipsec-secgw examples/ipv4_multicast examples/l2fwd examples/l2fwd-cat examples/l2fwd-crypto examples/l2fwd-event examples/l2fwd-jobstats examples/l2fwd-keepalive examples/l2fwd-macsec examples/l3fwd examples/l3fwd-graph examples/l3fwd-power ex
 amples/link_status_interrupt examples/meson.build examples/multi_process examples/ntb examples/packet_ordering examples/pipeline examples/ptpclient examples/qos_meter examples/qos_sched examples/rxtx_callbacks examples/server_node_efd examples/service_cores examples/skeleton examples/timer examples/vdpa examples/vhost examples/vhost_blk examples/vhost_crypto examples/vmdq examples/vmdq_dcb examples/vm_power_manager kernel/freebsd kernel/linux kernel/meson.build lib/acl lib/argparse lib/bbdev lib/bitratestats lib/bpf lib/cfgfile lib/cmdline lib/compressdev lib/cryptodev lib/dispatcher lib/distributor lib/dmadev lib/eal lib/efd lib/ethdev lib/eventdev lib/fib lib/gpudev lib/graph lib/gro lib/gso lib/hash lib/ip_frag lib/ipsec lib/jobstats lib/kvargs lib/latencystats lib/log lib/lpm lib/mbuf lib/member lib/mempool lib/meson.build lib/meter lib/metrics lib/mldev lib/net lib/node lib/pcapng lib/pci lib/pdcp lib/pdump lib/pipeline lib/port lib/power lib/ptr_compress lib/rawdev lib/rcu lib
 /regexdev lib/reorder lib/rib lib/ring lib/s!
 ched lib/!
 security lib/stack lib/table lib/telemetry lib/timer lib/vhost license/bsd-2-clause.txt license/bsd-3-clause.txt license/exceptions.txt license/gpl-2.0.txt license/isc.txt license/lgpl-2.1.txt license/mit.txt license/README usertools/cpu_layout.py usertools/dpdk-devbind.py usertools/dpdk-hugepages.py usertools/dpdk-pmdinfo.py usertools/dpdk-rss-flows.py usertools/dpdk-telemetry-client.py usertools/dpdk-telemetry-exporter.py usertools/dpdk-telemetry.py usertools/meson.build usertools/telemetry-endpoints
--- stdout ---
raw/gdtc
raw/dpaa2_cmdif
raw/cnxk_bphy
raw/ntb
raw/skeleton
raw/cnxk_gpio
raw/cnxk_rvu_lf
raw/ifpga
gpu/cuda
power/cppc
power/intel_pstate
power/intel_uncore
power/acpi
power/kvm_vm
power/amd_pstate
power/amd_uncore
baseband/la12xx
baseband/acc
baseband/turbo_sw
baseband/fpga_lte_fec
baseband/fpga_5gnr_fec
baseband/null
vdpa/ifc
vdpa/sfc
vdpa/nfp
vdpa/mlx5
mempool/ring
mempool/stack
mempool/cnxk
mempool/dpaa2
mempool/dpaa
mempool/octeontx
mempool/bucket
regex/cn9k
regex/mlx5
bus/uacce
bus/vdev
bus/vmbus
bus/cdx
bus/auxiliary
bus/dpaa
bus/fslmc
bus/ifpga
bus/platform
bus/pci
dma/odm
dma/idxd
dma/cnxk
dma/skeleton
dma/dpaa2
dma/dpaa
dma/ioat
dma/hisilicon
net/enetc
net/idpf
net/tap
net/failsafe
net/gve
net/ring
net/netvsc
net/ixgbe
net/sfc
net/mlx4
net/enetfec
net/vdev_netvsc
net/hns3
net/cnxk
net/qede
net/ntnic
net/zxdh
net/bnx2x
net/virtio
net/atlantic
net/nfp
net/octeon_ep
net/cxgbe
net/af_packet
net/mvneta
net/cpfl
net/ioring
net/txgbe
net/dpaa2
net/thunderx
net/ionic
net/ipn3ke
net/af_xdp
net/ark
net/pfe
net/ngbe
net/vhost
net/mana
net/avp
net/ice
net/mvpp2
net/hinic
net/dpaa
net/r8169
net/iavf
net/i40e
net/memif
net/axgbe
net/ena
net/pcap
net/null
net/octeontx
net/vmxnet3
net/nfb
net/e1000
net/bnxt
net/fm10k
net/softnic
net/mlx5
net/igc
net/bonding
net/enic
common/idpf
common/qat
common/sfc_efx
common/dpaax
common/cnxk
common/nitrox
common/nfp
common/ionic
common/mvep
common/iavf
common/octeontx
common/mlx5
common/cpt
event/sw
event/cnxk
event/dlb2
event/dsw
event/skeleton
event/dpaa2
event/opdl
event/dpaa
event/octeontx
compress/qat
compress/uadk
compress/zlib
compress/nitrox
compress/isal
compress/octeontx
compress/mlx5
crypto/qat
crypto/armv8
crypto/uadk
crypto/dpaa_sec
crypto/cnxk
crypto/nitrox
crypto/virtio
crypto/ipsec_mb
crypto/bcmfs
crypto/ionic
crypto/ccp
crypto/mvsam
crypto/openssl
crypto/caam_jr
crypto/null
crypto/octeontx
crypto/scheduler
crypto/dpaa2_sec
crypto/mlx5
ml/cnxk

--- stderr ---


Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-format-truncation: YES (cached)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpw5twj_h8
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpw5twj_h8/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpw5twj_h8/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waddress-of-packed-member -Wno-address-of-packed-member

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:
cc: error: unrecognized command line option '-Waddress-of-packed-member'

Compiler for C supports arguments -Wno-address-of-packed-member: NO
Message: drivers/common/cpt: Defining dependency "common_cpt"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpr1cd7zv2
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpr1cd7zv2/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpr1cd7zv2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wcast-qual -Wno-cast-qual

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-cast-qual: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpl79ynsqw
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpl79ynsqw/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpl79ynsqw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-arith -Wno-pointer-arith

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-pointer-arith: YES
Message: drivers/common/dpaax: Defining dependency "common_dpaax"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpl0elvn76
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpl0elvn76/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpl0elvn76/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wpointer-to-int-cast -Wno-pointer-to-int-cast

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-pointer-to-int-cast: YES
Message: drivers/common/iavf: Defining dependency "common_iavf"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp5cxkvmit
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp5cxkvmit/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp5cxkvmit/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-variable -Wno-unused-variable

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-unused-variable: YES
Message: drivers/common/idpf: Defining dependency "common_idpf"
Message: drivers/common/ionic: Defining dependency "common_ionic"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libmusdk' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libmusdk` -> 1

Run-time dependency libmusdk found: NO (tried pkgconfig)
Message: drivers/common/octeontx: Defining dependency "common_octeontx"
Message: drivers/bus/auxiliary: Defining dependency "bus_auxiliary"
Message: drivers/bus/cdx: Defining dependency "bus_cdx"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-cast-qual: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Message: drivers/bus/dpaa: Defining dependency "bus_dpaa"
Message: drivers/bus/fslmc: Defining dependency "bus_fslmc"
Message: drivers/bus/ifpga: Defining dependency "bus_ifpga"
Message: drivers/bus/pci: Defining dependency "bus_pci"
Message: drivers/bus/platform: Defining dependency "bus_platform"
Message: drivers/bus/uacce: Defining dependency "bus_uacce"
Message: drivers/bus/vdev: Defining dependency "bus_vdev"
Message: drivers/bus/vmbus: Defining dependency "bus_vmbus"
Message: drivers/common/cnxk: Defining dependency "common_cnxk"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpztop_k27
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpztop_k27/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpztop_k27/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -std=c11

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -std=c11: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp57ba8hvz
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp57ba8hvz/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp57ba8hvz/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wstrict-prototypes -Wno-strict-prototypes

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-strict-prototypes: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp3i2oythx
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp3i2oythx/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp3i2oythx/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_BSD_SOURCE

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -D_BSD_SOURCE: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp0g53ge6k
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp0g53ge6k/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp0g53ge6k/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_DEFAULT_SOURCE

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -D_DEFAULT_SOURCE: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpnaijsi8v
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpnaijsi8v/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpnaijsi8v/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -D_XOPEN_SOURCE=600

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libmlx5' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libmlx5` -> 1

Run-time dependency libmlx5 found: NO (tried pkgconfig)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpkzpiyhxa
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpkzpiyhxa/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpkzpiyhxa/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lmlx5 -Wl,--end-group -Wl,--allow-shlib-undefined

Code:
int main(void) { return 0; }

Compiler stdout:

Compiler stderr:
/usr/bin/ld: cannot find -lmlx5
collect2: error: ld returned 1 exit status

Library mlx5 found: NO
Configuring mlx5_autoconf.h using configuration
Message: drivers/common/nfp: Defining dependency "common_nfp"
Message: drivers/common/nitrox: Defining dependency "common_nitrox"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libcrypto' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libcrypto` -> 0
1.1.1g
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --cflags libcrypto` -> 0

PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --libs libcrypto` -> 0
-L/usr/lib64 -lcrypto
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --libs libcrypto` -> 0
-lcrypto
Run-time dependency libcrypto found: YES 1.1.1g
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpna25ye_q
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpna25ye_q/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpna25ye_q/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lIPSec_MB -Wl,--end-group -Wl,--allow-shlib-undefined

Code:
int main(void) { return 0; }

Compiler stdout:

Compiler stderr:
/usr/bin/ld: cannot find -lIPSec_MB
collect2: error: ld returned 1 exit status

Library IPSec_MB found: NO
Message: drivers/common/qat: Defining dependency "common_qat"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp615bug14
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp615bug14/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp615bug14/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wdisabled-optimization

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wdisabled-optimization: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpe21ttjt2
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpe21ttjt2/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpe21ttjt2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Waggregate-return

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Waggregate-return: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp9lzstr_6
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp9lzstr_6/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp9lzstr_6/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wbad-function-cast

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wbad-function-cast: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp309v8zzm
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp309v8zzm/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp309v8zzm/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wsign-compare -Wno-sign-compare

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-sign-compare: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpnrmnk4qx
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpnrmnk4qx/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpnrmnk4qx/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-parameter -Wno-unused-parameter

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-unused-parameter: YES
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpa4tiucg0
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpa4tiucg0/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpa4tiucg0/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wempty-body -Wno-empty-body

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-empty-body: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpxi3n376u
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpxi3n376u/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpxi3n376u/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-but-set-variable -Wno-unused-but-set-variable

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-unused-but-set-variable: YES
Message: drivers/mempool/bucket: Defining dependency "mempool_bucket"
Message: drivers/mempool/cnxk: Defining dependency "mempool_cnxk"
Message: drivers/mempool/dpaa: Defining dependency "mempool_dpaa"
Message: drivers/mempool/dpaa2: Defining dependency "mempool_dpaa2"
Message: drivers/mempool/octeontx: Defining dependency "mempool_octeontx"
Message: drivers/mempool/ring: Defining dependency "mempool_ring"
Message: drivers/mempool/stack: Defining dependency "mempool_stack"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp33cv00lr
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp33cv00lr/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp33cv00lr/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wuninitialized -Wno-uninitialized

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-uninitialized: YES
Message: drivers/dma/cnxk: Defining dependency "dma_cnxk"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Message: drivers/dma/dpaa: Defining dependency "dma_dpaa"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Message: drivers/dma/dpaa2: Defining dependency "dma_dpaa2"
Message: drivers/dma/odm: Defining dependency "dma_odm"
Message: drivers/dma/skeleton: Defining dependency "dma_skeleton"
Message: drivers/net/af_packet: Defining dependency "net_af_packet"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libxdp' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libxdp` -> 1

Run-time dependency libxdp found: NO (tried pkgconfig)
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'libbpf' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion libbpf` -> 1

Run-time dependency libbpf found: NO (tried pkgconfig)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpi48x54e1
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpi48x54e1/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpi48x54e1/output.exe -pipe -D_FILE_OFFSET_BITS=64 -O0 -Wl,--start-group -lbpf -Wl,--end-group -Wl,--allow-shlib-undefined

Code:
int main(void) { return 0; }

Compiler stdout:

Compiler stderr:
/usr/bin/ld: cannot find -lbpf
collect2: error: ld returned 1 exit status

Library bpf found: NO
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp2av_0u9b
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp2av_0u9b/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -std=c11

Code:

#ifdef __has_include
#if !__has_include("linux/if_xdp.h")
#error "Header 'linux/if_xdp.h' could not be found"
#endif
#else
#include <linux/if_xdp.h>
#endif
Compiler stdout:

Compiler stderr:

Has header "linux/if_xdp.h" : YES
Message: drivers/net/ark: Defining dependency "net_ark"
Message: drivers/net/atlantic: Defining dependency "net_atlantic"
Message: drivers/net/avp: Defining dependency "net_avp"
Message: drivers/net/axgbe: Defining dependency "net_axgbe"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'zlib' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion zlib` -> 0
1.2.11
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --cflags zlib` -> 0

PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --libs zlib` -> 0
-L/usr/lib64 -lz
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --libs zlib` -> 0
-lz
Run-time dependency zlib found: YES 1.2.11
Message: drivers/net/bnx2x: Defining dependency "net_bnx2x"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpnec4yuhw
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpnec4yuhw/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpnec4yuhw/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -DSUPPORT_CFA_HW_P70=1

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -DSUPPORT_CFA_HW_P70=1: YES
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -DSUPPORT_CFA_HW_P70=1: YES (cached)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp21f88dux
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp21f88dux/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp21f88dux/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -DCFA_BLD_PRINT_OBJ=1

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -DCFA_BLD_PRINT_OBJ=1: YES
Message: drivers/net/bnxt: Defining dependency "net_bnxt"
Message: drivers/net/bonding: Defining dependency "net_bond"
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmp8v3r_rle
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmp8v3r_rle/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmp8v3r_rle/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -flax-vector-conversions

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -flax-vector-conversions: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpno5rskd2
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpno5rskd2/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpno5rskd2/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wstrict-aliasing -Wno-strict-aliasing

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-strict-aliasing: YES
Message: drivers/net/cnxk: Defining dependency "net_cnxk"
Message: drivers/net/cpfl: Defining dependency "net_cpfl"
Message: drivers/net/cxgbe: Defining dependency "net_cxgbe"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Message: drivers/net/dpaa: Defining dependency "net_dpaa"
Message: drivers/net/dpaa2: Defining dependency "net_dpaa2"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Message: drivers/net/e1000: Defining dependency "net_e1000"
Message: drivers/net/ena: Defining dependency "net_ena"
Message: drivers/net/enetc: Defining dependency "net_enetc"
Message: drivers/net/enetfec: Defining dependency "net_enetfec"
Message: drivers/net/enic: Defining dependency "net_enic"
Message: drivers/net/failsafe: Defining dependency "net_failsafe"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpxew3j1fj
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpxew3j1fj/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpxew3j1fj/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wunused-value -Wno-unused-value

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-unused-value: YES
Running compile:
Working directory: /home/zhoumin/gh_dpdk/build/meson-private/tmpyd7bl_57
Command line: cc /home/zhoumin/gh_dpdk/build/meson-private/tmpyd7bl_57/testfile.c -o /home/zhoumin/gh_dpdk/build/meson-private/tmpyd7bl_57/output.obj -pipe -c -D_FILE_OFFSET_BITS=64 -O0 -Wimplicit-fallthrough -Wno-implicit-fallthrough

Code:
extern int i;
int i;

Compiler stdout:

Compiler stderr:

Compiler for C supports arguments -Wno-implicit-fallthrough: YES
Message: drivers/net/fm10k: Defining dependency "net_fm10k"
Message: drivers/net/gve: Defining dependency "net_gve"
Message: drivers/net/hinic: Defining dependency "net_hinic"
Message: drivers/net/iavf: Defining dependency "net_iavf"
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Using cached compile:
Cached command line:

Code:
extern int i;
int i;

Cached compiler stdout:

Cached compiler stderr:

Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Message: drivers/net/ice: Defining dependency "net_ice"
Message: drivers/net/idpf: Defining dependency "net_idpf"
Message: drivers/net/igc: Defining dependency "net_igc"
Message: drivers/net/ionic: Defining dependency "net_ionic"
Pkg-config binary for MachineChoice.HOST is cached.
Determining dependency 'liburing' with pkg-config executable '/usr/bin/pkg-config'
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config --modversion liburing` -> 1

CMake binary for MachineChoice.HOST is not cached
CMake binary missing from cross or native file, or env var undefined.
Trying a default CMake fallback at cmake
Found CMake: /usr/bin/cmake (3.11.4)
Extracting basic cmake information
Try CMake generator: auto
Calling CMake (['/usr/bin/cmake']) in /home/zhoumin/gh_dpdk/build/meson-private/cmake_liburing with:
- "--trace"
- "--trace-expand"
- "--no-warn-unused-cli"
- "-DCMAKE_TOOLCHAIN_FILE=/home/zhoumin/gh_dpdk/build/meson-private/cmake_liburing/CMakeMesonToolchainFile.cmake"
- "."
-- Module search paths: ['/', '/opt', '/usr', '/usr/local']
-- CMake root: /usr/share/cmake
-- CMake architectures: []
-- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share']
Preliminary CMake check failed. Aborting.
Run-time dependency liburing found: NO (tried pkgconfig and cmake)

drivers/net/ioring/meson.build:9:0: ERROR: Dependency "liburing" not found, tried pkgconfig and cmake
-------------------------------END LOGS------------------------------


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

* |SUCCESS| pw149131 [RFC 8/8] net/ioring: implement statistics
       [not found] <20241210212757.83490-9-stephen@networkplumber.org>
  2024-12-10 21:01 ` |FAILURE| pw149124-149131 [RFC 8/8] net/ioring: implement statistics qemudev
@ 2024-12-10 21:30 ` checkpatch
  2024-12-11  0:42 ` |FAILURE| " 0-day Robot
  2024-12-11  2:45 ` |FAILURE| pw149124-149131 [PATCH] [RFC, " dpdklab
  3 siblings, 0 replies; 4+ messages in thread
From: checkpatch @ 2024-12-10 21:30 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/149131

_coding style OK_



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

* |FAILURE| pw149131 [RFC 8/8] net/ioring: implement statistics
       [not found] <20241210212757.83490-9-stephen@networkplumber.org>
  2024-12-10 21:01 ` |FAILURE| pw149124-149131 [RFC 8/8] net/ioring: implement statistics qemudev
  2024-12-10 21:30 ` |SUCCESS| pw149131 " checkpatch
@ 2024-12-11  0:42 ` 0-day Robot
  2024-12-11  2:45 ` |FAILURE| pw149124-149131 [PATCH] [RFC, " dpdklab
  3 siblings, 0 replies; 4+ messages in thread
From: 0-day Robot @ 2024-12-11  0:42 UTC (permalink / raw)
  To: test-report; +Cc: stephen, robot

From: robot@bytheb.org

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

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

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################
Compiler for C supports arguments -Wno-sign-compare: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/i40e: Defining dependency "net_i40e"
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/iavf: Defining dependency "net_iavf"
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-array-bounds: YES 
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/ice: Defining dependency "net_ice"
Message: drivers/net/idpf: Defining dependency "net_idpf"
Message: drivers/net/igc: Defining dependency "net_igc"
Message: drivers/net/ionic: Defining dependency "net_ionic"
Found CMake: /usr/local/bin/cmake (3.31.1)
Run-time dependency liburing found: NO (tried pkgconfig and cmake)

drivers/net/ioring/meson.build:9:0: ERROR: Dependency "liburing" not found, tried pkgconfig and cmake

A full log can be found at /home/runner/work/dpdk/dpdk/build/meson-logs/meson-log.txt
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
Message: drivers/net/hns3: Defining dependency "net_hns3"
Compiler for C supports arguments -Wno-sign-compare: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/i40e: Defining dependency "net_i40e"
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/iavf: Defining dependency "net_iavf"
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/ice: Defining dependency "net_ice"
Message: drivers/net/idpf: Defining dependency "net_idpf"
Message: drivers/net/igc: Defining dependency "net_igc"
Message: drivers/net/ionic: Defining dependency "net_ionic"
Found CMake: /usr/local/bin/cmake (3.31.1)
Run-time dependency liburing found: NO (tried pkgconfig and cmake)

drivers/net/ioring/meson.build:9:0: ERROR: Dependency "liburing" not found, tried pkgconfig and cmake

A full log can be found at /home/runner/work/dpdk/dpdk/build/meson-logs/meson-log.txt
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
Compiler for C supports arguments -Wno-sign-compare: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/i40e: Defining dependency "net_i40e"
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/iavf: Defining dependency "net_iavf"
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-array-bounds: YES 
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/ice: Defining dependency "net_ice"
Message: drivers/net/idpf: Defining dependency "net_idpf"
Message: drivers/net/igc: Defining dependency "net_igc"
Message: drivers/net/ionic: Defining dependency "net_ionic"
Found CMake: /usr/local/bin/cmake (3.31.1)
Run-time dependency liburing found: NO (tried pkgconfig and cmake)

drivers/net/ioring/meson.build:9:0: ERROR: Dependency "liburing" not found, tried pkgconfig and cmake

A full log can be found at /home/runner/work/dpdk/dpdk/build/meson-logs/meson-log.txt
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
Message: drivers/net/hns3: Defining dependency "net_hns3"
Compiler for C supports arguments -Wno-sign-compare: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/i40e: Defining dependency "net_i40e"
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/iavf: Defining dependency "net_iavf"
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/ice: Defining dependency "net_ice"
Message: drivers/net/idpf: Defining dependency "net_idpf"
Message: drivers/net/igc: Defining dependency "net_igc"
Message: drivers/net/ionic: Defining dependency "net_ionic"
Found CMake: /usr/local/bin/cmake (3.31.1)
Run-time dependency liburing found: NO (tried pkgconfig and cmake)

drivers/net/ioring/meson.build:9:0: ERROR: Dependency "liburing" not found, tried pkgconfig and cmake

A full log can be found at /home/runner/work/dpdk/dpdk/build/meson-logs/meson-log.txt
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
Compiler for C supports arguments -Wno-sign-compare: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/i40e: Defining dependency "net_i40e"
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/iavf: Defining dependency "net_iavf"
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-array-bounds: YES 
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/ice: Defining dependency "net_ice"
Message: drivers/net/idpf: Defining dependency "net_idpf"
Message: drivers/net/igc: Defining dependency "net_igc"
Message: drivers/net/ionic: Defining dependency "net_ionic"
Found CMake: /usr/local/bin/cmake (3.31.1)
Run-time dependency liburing found: NO (tried pkgconfig and cmake)

drivers/net/ioring/meson.build:9:0: ERROR: Dependency "liburing" not found, tried pkgconfig and cmake

A full log can be found at /home/runner/work/dpdk/dpdk/build/meson-logs/meson-log.txt
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
Message: Disabling cnxk [drivers/net/cnxk]: missing internal dependency "eventdev"
Compiler for C supports arguments -Wno-pointer-arith: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Message: drivers/net/e1000: Defining dependency "net_e1000"
Compiler for C supports arguments -Wno-sign-compare: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES 
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/i40e: Defining dependency "net_i40e"
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/iavf: Defining dependency "net_iavf"
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -march=skylake-avx512: YES (cached)
Message: drivers/net/ice: Defining dependency "net_ice"
Found CMake: NO
Run-time dependency liburing found: NO (tried pkgconfig)

drivers/net/ioring/meson.build:9:0: ERROR: Dependency "liburing" not found, tried pkgconfig

A full log can be found at /home/runner/work/dpdk/dpdk/build/meson-logs/meson-log.txt
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
Compiler for C supports arguments -march=armv8.2-a+sve: YES 
Check usable header "arm_sve.h" : YES 
Message: drivers/net/hns3: Defining dependency "net_hns3"
Compiler for C supports arguments -Wno-sign-compare: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Message: drivers/net/i40e: Defining dependency "net_i40e"
Message: drivers/net/iavf: Defining dependency "net_iavf"
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-array-bounds: YES 
Message: drivers/net/ice: Defining dependency "net_ice"
Message: drivers/net/idpf: Defining dependency "net_idpf"
Message: drivers/net/igc: Defining dependency "net_igc"
Message: drivers/net/ionic: Defining dependency "net_ionic"
Found CMake: NO
Run-time dependency liburing found: NO 

drivers/net/ioring/meson.build:9:0: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up.

A full log can be found at /home/runner/work/dpdk/dpdk/build/meson-logs/meson-log.txt
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
Message: drivers/net/fm10k: Defining dependency "net_fm10k"
Message: drivers/net/gve: Defining dependency "net_gve"
Message: drivers/net/hinic: Defining dependency "net_hinic"
Compiler for C supports arguments -Wno-sign-compare: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES (cached)
Compiler for C supports arguments -Wno-strict-aliasing: YES (cached)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Message: drivers/net/i40e: Defining dependency "net_i40e"
Message: drivers/net/iavf: Defining dependency "net_iavf"
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-array-bounds: YES 
Message: drivers/net/ice: Defining dependency "net_ice"
Message: drivers/net/idpf: Defining dependency "net_idpf"
Message: drivers/net/igc: Defining dependency "net_igc"
Message: drivers/net/ionic: Defining dependency "net_ionic"
Found CMake: NO
Run-time dependency liburing found: NO 

drivers/net/ioring/meson.build:9:0: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up.

A full log can be found at /home/runner/work/dpdk/dpdk/build/meson-logs/meson-log.txt
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
Message: drivers/net/enetfec: Defining dependency "net_enetfec"
Message: drivers/net/enic: Defining dependency "net_enic"
Message: drivers/net/failsafe: Defining dependency "net_failsafe"
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-unused-value: YES 
Compiler for C supports arguments -Wno-implicit-fallthrough: YES 
Message: drivers/net/fm10k: Defining dependency "net_fm10k"
Message: drivers/net/gve: Defining dependency "net_gve"
Message: drivers/net/hinic: Defining dependency "net_hinic"
Message: drivers/net/iavf: Defining dependency "net_iavf"
Compiler for C supports arguments -Wno-unused-but-set-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-variable: YES (cached)
Compiler for C supports arguments -Wno-unused-parameter: YES (cached)
Compiler for C supports arguments -Wno-array-bounds: YES 
Message: drivers/net/ice: Defining dependency "net_ice"
Message: drivers/net/idpf: Defining dependency "net_idpf"
Message: drivers/net/igc: Defining dependency "net_igc"
Message: drivers/net/ionic: Defining dependency "net_ionic"
Found CMake: NO
Run-time dependency liburing found: NO 

drivers/net/ioring/meson.build:9:0: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up.

A full log can be found at /home/runner/work/dpdk/dpdk/build/meson-logs/meson-log.txt
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:39-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-gcc" at step Build
####################################################################################




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

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

* |FAILURE| pw149124-149131 [PATCH] [RFC, 8/8] net/ioring: implement statistics
       [not found] <20241210212757.83490-9-stephen@networkplumber.org>
                   ` (2 preceding siblings ...)
  2024-12-11  0:42 ` |FAILURE| " 0-day Robot
@ 2024-12-11  2:45 ` dpdklab
  3 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2024-12-11  2:45 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/149124

_build patch failure_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Tuesday, December 10 2024 21:23:39 
Applied on: CommitID:7df61db6c387703a36306c1aea92225921e2eeb2
Apply patch set 149124-149131 failed:


<!doctype html>
<html lang="en">
<head>
  <title>Not Found</title>
</head>
<body>
  <h1>Not Found</h1><p>The requested resource was not found on this server.</p>
</body>
</html>

https://lab.dpdk.org/results/dashboard/patchsets/32117/

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2024-12-11  2:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20241210212757.83490-9-stephen@networkplumber.org>
2024-12-10 21:01 ` |FAILURE| pw149124-149131 [RFC 8/8] net/ioring: implement statistics qemudev
2024-12-10 21:30 ` |SUCCESS| pw149131 " checkpatch
2024-12-11  0:42 ` |FAILURE| " 0-day Robot
2024-12-11  2:45 ` |FAILURE| pw149124-149131 [PATCH] [RFC, " dpdklab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).