automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw128641 [PATCH v4] build: prevent accidentally building without NUMA support
       [not found] <20230613170849.166149-1-bruce.richardson@intel.com>
@ 2023-06-13 16:57 ` qemudev
  2023-06-13 17:11 ` |SUCCESS| " checkpatch
  2023-06-13 18:19 ` 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: qemudev @ 2023-06-13 16:57 UTC (permalink / raw)
  To: test-report; +Cc: Bruce Richardson, zhoumin

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

_meson build failure_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Tue, 13 Jun 2023 18:08:50 +0100
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 050de60d8a5cef8b7c10b4471905ca8bf69d670e

128641 --> 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 ---


Project name: DPDK
Project version: 23.07.0-rc1
None of 'CC' are defined in the environment, not changing global flags.
None of 'CFLAGS' are defined in the environment, not changing global flags.
None of 'LDFLAGS' are defined in the environment, not changing global flags.
None of 'CPPFLAGS' are defined in the environment, not changing global flags.
None of 'CC_LD' are defined in the environment, not changing global flags.
Sanity testing C compiler: cc
Is cross compiler: False.
None of 'CC_LD' are defined in the environment, not changing global flags.
Sanity check compiler command line: cc /home/zhoumin/dpdk/build/meson-private/sanitycheckc.c -o /home/zhoumin/dpdk/build/meson-private/sanitycheckc.exe -pipe -D_FILE_OFFSET_BITS=64
Sanity check compile stdout:

-----
Sanity check compile stderr:

-----
Running test binary command: /home/zhoumin/dpdk/build/meson-private/sanitycheckc.exe
C compiler for the host machine: cc (gcc 8.3.0 "cc (GCC) 8.3.0 20190222 (Loongson 8.3.0-31 vec)")
C linker for the host machine: cc ld.bfd 2.31.1.20190122
None of 'AR' are defined in the environment, not changing global flags.
WARNING: Unknown CPU family 'loongarch64', please report this at https://github.com/mesonbuild/meson/issues/new with the output of `uname -a` and `cat /proc/cpuinfo`
None of 'CC' are defined in the environment, not changing global flags.
None of 'CFLAGS' are defined in the environment, not changing global flags.
None of 'LDFLAGS' are defined in the environment, not changing global flags.
None of 'CPPFLAGS' are defined in the environment, not changing global flags.
None of 'CC_LD' are defined in the environment, not changing global flags.
Sanity testing C compiler: cc
Is cross compiler: False.
None of 'CC_LD' are defined in the environment, not changing global flags.
Sanity check compiler command line: cc /home/zhoumin/dpdk/build/meson-private/sanitycheckc.c -o /home/zhoumin/dpdk/build/meson-private/sanitycheckc.exe -pipe -D_FILE_OFFSET_BITS=64
Sanity check compile stdout:

-----
Sanity check compile stderr:

-----
Running test binary command: /home/zhoumin/dpdk/build/meson-private/sanitycheckc.exe
C compiler for the build machine: cc (gcc 8.3.0 "cc (GCC) 8.3.0 20190222 (Loongson 8.3.0-31 vec)")
C linker for the build machine: cc ld.bfd 2.31.1.20190122
None of 'AR' are defined in the environment, not changing global flags.
WARNING: Unknown CPU family 'loongarch64', please report this at https://github.com/mesonbuild/meson/issues/new with the output of `uname -a` and `cat /proc/cpuinfo`
WARNING: Unknown CPU family 'loongarch64', please report this at https://github.com/mesonbuild/meson/issues/new with the output of `uname -a` and `cat /proc/cpuinfo`
Build machine cpu family: loongarch64
Build machine cpu: loongarch64
Host machine cpu family: loongarch64
Host machine cpu: loongarch64
Target machine cpu family: loongarch64
Target machine cpu: loongarch64
Message: ## Building in Developer Mode ##
[Errno 21] Is a directory: '/home/zhoumin/dpdk/buildtools/pkg-config'
Unusable script '/home/zhoumin/dpdk/buildtools/pkg-config'
Program pkg-config found: YES (/usr/bin/pkg-config)
Program check-symbols.sh found: YES (/home/zhoumin/dpdk/buildtools/check-symbols.sh)
Program options-ibverbs-static.sh found: YES (/home/zhoumin/dpdk/buildtools/options-ibverbs-static.sh)
Program objdump found: YES (/usr/bin/objdump)
Program python3 found: YES (/usr/libexec/platform-python)
Running command: /usr/libexec/platform-python -c import importlib.util; import sys; exit(importlib.util.find_spec("elftools") is None)
--- stdout ---

--- stderr ---


Program cat found: YES (/usr/bin/cat)
Running command: /usr/bin/cat /home/zhoumin/dpdk/ABI_VERSION
--- stdout ---
23.2

--- stderr ---


Program ../buildtools/symlink-drivers-solibs.sh found: YES (/bin/sh /home/zhoumin/dpdk/config/../buildtools/symlink-drivers-solibs.sh)
WARNING: Unknown CPU family 'loongarch64', please report this at https://github.com/mesonbuild/meson/issues/new with the output of `uname -a` and `cat /proc/cpuinfo`
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk/build/meson-private/tmpezflfrfh
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmpezflfrfh/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmpezflfrfh/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:


Checking for size of "void *" : 8
WARNING: Unknown CPU family 'loongarch64', please report this at https://github.com/mesonbuild/meson/issues/new with the output of `uname -a` and `cat /proc/cpuinfo`
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk/build/meson-private/tmp2y5mmh2s
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmp2y5mmh2s/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmp2y5mmh2s/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:


Checking for size of "void *" : 8
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk/build/meson-private/tmpmwb5yqln
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmpmwb5yqln/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmpmwb5yqln/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
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk/build/meson-private/tmp7tdmr3sz
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmp7tdmr3sz/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmp7tdmr3sz/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/dpdk/build/meson-private/tmp_perjwkp
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmp_perjwkp/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0

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
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk/build/meson-private/tmpkbcbn2gw
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmpkbcbn2gw/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmpkbcbn2gw/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/dpdk/build/meson-private/tmp981bm7sk
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmp981bm7sk/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0

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
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk/build/meson-private/tmpudpypgf2
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmpudpypgf2/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmpudpypgf2/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

WARNING: Unknown CPU family 'loongarch64', please report this at https://github.com/mesonbuild/meson/issues/new with the output of `uname -a` and `cat /proc/cpuinfo`
None of 'CC_LD' are defined in the environment, not changing global flags.
Running compile:
Working directory: /home/zhoumin/dpdk/build/meson-private/tmplvhjziv5
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmplvhjziv5/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmplvhjziv5/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/dpdk/build/meson-private/tmp7j_3yuf_
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmp7j_3yuf_/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmp7j_3yuf_/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/dpdk/build/meson-private/tmpzgeuphpw
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmpzgeuphpw/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0

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.
None of 'PKG_CONFIG' are defined in the environment, not changing global flags.
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 openssl --libs` -> 0
-L/usr/lib64 -lssl -lcrypto
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config openssl --libs` -> 0
-lssl -lcrypto
None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
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 libpcap --libs` -> 0
-L/usr/lib64 -lpcap
PKG_CONFIG_PATH:
Called `/usr/bin/pkg-config libpcap --libs` -> 0
-lpcap
None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
Run-time dependency libpcap found: YES 1.9.1
Running compile:
Working directory: /home/zhoumin/dpdk/build/meson-private/tmpbynoo4ey
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmpbynoo4ey/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0

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/dpdk/build/meson-private/tmpu1m3esw1
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmpu1m3esw1/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmpu1m3esw1/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/dpdk/build/meson-private/tmpjj40we9o
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmpjj40we9o/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmpjj40we9o/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/dpdk/build/meson-private/tmp2oygzelx
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmp2oygzelx/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmp2oygzelx/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/dpdk/build/meson-private/tmpjqkc7w7k
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmpjqkc7w7k/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmpjqkc7w7k/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/dpdk/build/meson-private/tmpf53h_fb0
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmpf53h_fb0/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmpf53h_fb0/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/dpdk/build/meson-private/tmpy9dkxggm
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmpy9dkxggm/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmpy9dkxggm/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/dpdk/build/meson-private/tmpvxzvzhyr
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmpvxzvzhyr/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmpvxzvzhyr/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/dpdk/build/meson-private/tmp97p_971w
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmp97p_971w/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmp97p_971w/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/dpdk/build/meson-private/tmpc6dm65cg
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmpc6dm65cg/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmpc6dm65cg/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/dpdk/build/meson-private/tmpf_lmm4fv
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmpf_lmm4fv/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmpf_lmm4fv/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/dpdk/build/meson-private/tmp2w5iee8p
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmp2w5iee8p/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmp2w5iee8p/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/dpdk/build/meson-private/tmpk91e23wn
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmpk91e23wn/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmpk91e23wn/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/dpdk/build/meson-private/tmphan48534
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmphan48534/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmphan48534/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/dpdk/build/meson-private/tmp3v21ottq
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmp3v21ottq/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmp3v21ottq/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/dpdk/build/meson-private/tmpj24xxrkw
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmpj24xxrkw/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmpj24xxrkw/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
Running compile:
Working directory: /home/zhoumin/dpdk/build/meson-private/tmpyb02ylvh
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmpyb02ylvh/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmpyb02ylvh/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/dpdk/build/meson-private/tmppln788k9
Command line: cc /home/zhoumin/dpdk/build/meson-private/tmppln788k9/testfile.c -o /home/zhoumin/dpdk/build/meson-private/tmppln788k9/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']

config/meson.build:384:4: ERROR: Argument to "not" is not a boolean.
-------------------------------END LOGS------------------------------


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

* |SUCCESS| pw128641 [PATCH v4] build: prevent accidentally building without NUMA support
       [not found] <20230613170849.166149-1-bruce.richardson@intel.com>
  2023-06-13 16:57 ` |FAILURE| pw128641 [PATCH v4] build: prevent accidentally building without NUMA support qemudev
@ 2023-06-13 17:11 ` checkpatch
  2023-06-13 18:19 ` 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2023-06-13 17:11 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |SUCCESS| pw128641 [PATCH v4] build: prevent accidentally building without NUMA support
       [not found] <20230613170849.166149-1-bruce.richardson@intel.com>
  2023-06-13 16:57 ` |FAILURE| pw128641 [PATCH v4] build: prevent accidentally building without NUMA support qemudev
  2023-06-13 17:11 ` |SUCCESS| " checkpatch
@ 2023-06-13 18:19 ` 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2023-06-13 18:19 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/128641/

_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5258537927

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

end of thread, other threads:[~2023-06-13 18:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230613170849.166149-1-bruce.richardson@intel.com>
2023-06-13 16:57 ` |FAILURE| pw128641 [PATCH v4] build: prevent accidentally building without NUMA support qemudev
2023-06-13 17:11 ` |SUCCESS| " checkpatch
2023-06-13 18:19 ` 0-day Robot

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