Test-Label: iol-testing Test-Status: FAILURE http://dpdk.org/patch/104726 _build patch failure_ Submitter: Josh Soref Date: Friday, November 26 2021 19:58:51 Applied on: CommitID:45f04d88ae8fa6217812abdaa623d66b05fc7b6a Apply patch set 104726 failed: [1/2414] Linking static target lib/librte_vhost.a [2/2414] Linking static target lib/librte_pipeline.a [3/2414] Linking target lib/librte_eal.so.22.0 [4/2414] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_bpf.c.o FAILED: drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_bpf.c.o ccache cc -Idrivers/libtmp_rte_common_cnxk.a.p -Idrivers -I../drivers -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/bus/pci -I../drivers/bus/pci -Ilib/net -I../lib/net -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -I../drivers/bus/pci/linux -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -include rte_config.h -Wextra -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mno-avx512f -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.cnxk -MD -MQ drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_bpf.c.o -MF drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_bpf.c.o.d -o drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_bpf.c.o -c ../drivers/common/cnxk/roc_nix_bpf.c In file included from ../drivers/common/cnxk/roc_api.h:25:0, from ../drivers/common/cnxk/roc_nix_bpf.c:5: ../drivers/common/cnxk/roc_nix_bpf.c: In function ‘nix_lf_bpf_dump’: ../drivers/common/cnxk/roc_nix_bpf.c:142:9: error: ‘volatile struct nix_band_prof_s’ has no member named ‘peer_mantissa’; did you mean ‘peir_mantissa’? bpf->peer_mantissa, bpf->cbs_exponent); ^ ../drivers/common/cnxk/roc_platform.h:206:61: note: in definition of macro ‘plt_dump’ #define plt_dump(fmt, ...) fprintf(stderr, fmt "\n", ##__VA_ARGS__) ^~~~~~~~~~~ ../drivers/common/cnxk/roc_nix_bpf.c:145:48: error: ‘volatile struct nix_band_prof_s’ has no member named ‘peer_exponent’; did you mean ‘peir_exponent’? plt_dump("W0: peer_exponent \t\t\t%d\n", bpf->peer_exponent); ^ ../drivers/common/cnxk/roc_platform.h:206:61: note: in definition of macro ‘plt_dump’ #define plt_dump(fmt, ...) fprintf(stderr, fmt "\n", ##__VA_ARGS__) ^~~~~~~~~~~ ../drivers/common/cnxk/roc_nix_bpf.c: In function ‘roc_nix_bpf_config’: ../drivers/common/cnxk/roc_nix_bpf.c:611:12: error: ‘volatile struct nix_band_prof_s’ has no member named ‘peer_mantissa’; did you mean ‘peir_mantissa’? aq->prof.peer_mantissa = mantissa_p; ^~~~~~~~~~~~~ peir_mantissa ../drivers/common/cnxk/roc_nix_bpf.c:612:12: error: ‘volatile struct nix_band_prof_s’ has no member named ‘peer_exponent’; did you mean ‘peir_exponent’? aq->prof.peer_exponent = exponent_p; ^~~~~~~~~~~~~ peir_exponent ../drivers/common/cnxk/roc_nix_bpf.c:623:17: error: ‘volatile struct nix_band_prof_s’ has no member named ‘peer_mantissa’; did you mean ‘peir_mantissa’? aq->prof_mask.peer_mantissa = ~(aq->prof_mask.peer_mantissa); ^~~~~~~~~~~~~ peir_mantissa ../drivers/common/cnxk/roc_nix_bpf.c:623:49: error: ‘volatile struct nix_band_prof_s’ has no member named ‘peer_mantissa’; did you mean ‘peir_mantissa’? aq->prof_mask.peer_mantissa = ~(aq->prof_mask.peer_mantissa); ^~~~~~~~~~~~~ peir_mantissa ../drivers/common/cnxk/roc_nix_bpf.c:627:17: error: ‘volatile struct nix_band_prof_s’ has no member named ‘peer_exponent’; did you mean ‘peir_exponent’? aq->prof_mask.peer_exponent = ~(aq->prof_mask.peer_exponent); ^~~~~~~~~~~~~ peir_exponent ../drivers/common/cnxk/roc_nix_bpf.c:627:49: error: ‘volatile struct nix_band_prof_s’ has no member named ‘peer_exponent’; did you mean ‘peir_exponent’? aq->prof_mask.peer_exponent = ~(aq->prof_mask.peer_exponent); ^~~~~~~~~~~~~ peir_exponent ../drivers/common/cnxk/roc_nix_bpf.c:640:12: error: ‘volatile struct nix_band_prof_s’ has no member named ‘peer_mantissa’; did you mean ‘peir_mantissa’? aq->prof.peer_mantissa = mantissa_p; ^~~~~~~~~~~~~ peir_mantissa ../drivers/common/cnxk/roc_nix_bpf.c:641:12: error: ‘volatile struct nix_band_prof_s’ has no member named ‘peer_exponent’; did you mean ‘peir_exponent’? aq->prof.peer_exponent = exponent_p; ^~~~~~~~~~~~~ peir_exponent ../drivers/common/cnxk/roc_nix_bpf.c:652:17: error: ‘volatile struct nix_band_prof_s’ has no member named ‘peer_mantissa’; did you mean ‘peir_mantissa’? aq->prof_mask.peer_mantissa = ~(aq->prof_mask.peer_mantissa); ^~~~~~~~~~~~~ peir_mantissa ../drivers/common/cnxk/roc_nix_bpf.c:652:49: error: ‘volatile struct nix_band_prof_s’ has no member named ‘peer_mantissa’; did you mean ‘peir_mantissa’? aq->prof_mask.peer_mantissa = ~(aq->prof_mask.peer_mantissa); ^~~~~~~~~~~~~ peir_mantissa ../drivers/common/cnxk/roc_nix_bpf.c:657:17: error: ‘volatile struct nix_band_prof_s’ has no member named ‘peer_exponent’; did you mean ‘peir_exponent’? aq->prof_mask.peer_exponent = ~(aq->prof_mask.peer_exponent); ^~~~~~~~~~~~~ peir_exponent ../drivers/common/cnxk/roc_nix_bpf.c:657:49: error: ‘volatile struct nix_band_prof_s’ has no member named ‘peer_exponent’; did you mean ‘peir_exponent’? aq->prof_mask.peer_exponent = ~(aq->prof_mask.peer_exponent); ^~~~~~~~~~~~~ peir_exponent [5/2414] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_ptp.c.o [6/2414] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_npc.c.o [7/2414] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_npa_debug.c.o [8/2414] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_vlan.c.o [9/2414] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_rss.c.o [10/2414] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_stats.c.o [11/2414] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_ops.c.o [12/2414] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_npa_irq.c.o [13/2414] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_npa.c.o [14/2414] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_tm_utils.c.o [15/2414] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_queue.c.o [16/2414] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_tm_ops.c.o [17/2414] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_npc.c.o [18/2414] Generating symbol file lib/librte_eal.so.22.0.p/librte_eal.so.22.0.symbols [19/2414] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_tm.c.o [20/2414] Generating vhost.sym_chk with a custom command (wrapped by meson to capture output) [21/2414] Generating pipeline.sym_chk with a custom command (wrapped by meson to capture output) ninja: build stopped: subcommand failed. https://lab.dpdk.org/results/dashboard/patchsets/20394/ UNH-IOL DPDK Community Lab