* [dpdk-test-report] |FAILURE| pw36425[dpdk-dev, v6] eal: provide API for querying valid socket id's
@ 2018-05-10 7:59 sys_stv
0 siblings, 0 replies; only message in thread
From: sys_stv @ 2018-05-10 7:59 UTC (permalink / raw)
To: test-report; +Cc: xinfengx.zhao, zhaoyan.chen, peipeix.lu
[-- Attachment #1: Type: text/plain, Size: 13784 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/36425
_apply issues_
Submitter: Anatoly Burakov <anatoly.burakov@intel.com>
Date: 2018-03-22 12:36:04
DPDK git baseline:
Repo:dpdk-master, CommitID: 8ea41438832a360aed2b7ba49fb75e310a2ff1dc
Repo:dpdk-next-eventdev, CommitID: 640b0d1e510e111694c25145466f37867453837f
Repo:dpdk-next-net, CommitID: 774c1892c434dba09998ccc76b956feb72224571
Repo:dpdk-next-crypto, CommitID: 728ca9b0d5abea82cd01dee6645456a9d56215f7
Repo:dpdk-next-virtio, CommitID: 037c0996bc927342f157426739e0cb63f2db8689
*Repo: dpdk-master
Checking patch lib/librte_eal/bsdapp/eal/Makefile...
error: while searching for:
EXPORT_MAP := ../../rte_eal_version.map
LIBABIVER := 6
# specific to bsdapp exec-env
SRCS-$(CONFIG_RTE_EXEC_ENV_BSDAPP) := eal.c
error: patch failed: lib/librte_eal/bsdapp/eal/Makefile:21
error: lib/librte_eal/bsdapp/eal/Makefile: patch does not apply
Checking patch lib/librte_eal/common/eal_common_lcore.c...
error: while searching for:
#include <string.h>
#include <dirent.h>
#include <rte_log.h>
#include <rte_eal.h>
#include <rte_lcore.h>
error: patch failed: lib/librte_eal/common/eal_common_lcore.c:7
error: lib/librte_eal/common/eal_common_lcore.c: patch does not apply
Checking patch lib/librte_eal/common/include/rte_eal.h...
error: while searching for:
struct rte_config {
uint32_t master_lcore; /**< Id of the master lcore */
uint32_t lcore_count; /**< Number of available logical cores. */
uint32_t service_lcore_count;/**< Number of available service cores. */
enum rte_lcore_role_t lcore_role[RTE_MAX_LCORE]; /**< State of cores. */
error: patch failed: lib/librte_eal/common/include/rte_eal.h:57
error: lib/librte_eal/common/include/rte_eal.h: patch does not apply
Checking patch lib/librte_eal/common/include/rte_lcore.h...
error: while searching for:
unsigned rte_socket_id(void);
/**
* Get the ID of the physical socket of the specified lcore
*
* @param lcore_id
error: patch failed: lib/librte_eal/common/include/rte_lcore.h:132
error: lib/librte_eal/common/include/rte_lcore.h: patch does not apply
Checking patch lib/librte_eal/linuxapp/eal/Makefile...
error: while searching for:
EXPORT_MAP := ../../rte_eal_version.map
VPATH += $(RTE_SDK)/lib/librte_eal/common/arch/$(ARCH_DIR)
LIBABIVER := 6
VPATH += $(RTE_SDK)/lib/librte_eal/common
error: patch failed: lib/librte_eal/linuxapp/eal/Makefile:10
error: lib/librte_eal/linuxapp/eal/Makefile: patch does not apply
Checking patch lib/librte_eal/meson.build...
error: while searching for:
error('unsupported system type @0@'.format(hostmachine.system()))
endif
version = 6 # the version of the EAL API
allow_experimental_apis = true
deps += 'compat'
cflags += '-D_GNU_SOURCE'
error: patch failed: lib/librte_eal/meson.build:43
error: lib/librte_eal/meson.build: patch does not apply
Checking patch lib/librte_eal/rte_eal_version.map...
error: while searching for:
rte_mp_request;
rte_mp_request_async;
rte_mp_reply;
rte_service_attr_get;
rte_service_attr_reset_all;
rte_service_component_register;
error: patch failed: lib/librte_eal/rte_eal_version.map:229
error: lib/librte_eal/rte_eal_version.map: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch lib/librte_eal/bsdapp/eal/Makefile...
error: while searching for:
EXPORT_MAP := ../../rte_eal_version.map
LIBABIVER := 6
# specific to bsdapp exec-env
SRCS-$(CONFIG_RTE_EXEC_ENV_BSDAPP) := eal.c
error: patch failed: lib/librte_eal/bsdapp/eal/Makefile:21
error: lib/librte_eal/bsdapp/eal/Makefile: patch does not apply
Checking patch lib/librte_eal/common/eal_common_lcore.c...
error: while searching for:
#include <string.h>
#include <dirent.h>
#include <rte_log.h>
#include <rte_eal.h>
#include <rte_lcore.h>
error: patch failed: lib/librte_eal/common/eal_common_lcore.c:7
error: lib/librte_eal/common/eal_common_lcore.c: patch does not apply
Checking patch lib/librte_eal/common/include/rte_eal.h...
error: while searching for:
struct rte_config {
uint32_t master_lcore; /**< Id of the master lcore */
uint32_t lcore_count; /**< Number of available logical cores. */
uint32_t service_lcore_count;/**< Number of available service cores. */
enum rte_lcore_role_t lcore_role[RTE_MAX_LCORE]; /**< State of cores. */
error: patch failed: lib/librte_eal/common/include/rte_eal.h:57
error: lib/librte_eal/common/include/rte_eal.h: patch does not apply
Checking patch lib/librte_eal/common/include/rte_lcore.h...
error: while searching for:
unsigned rte_socket_id(void);
/**
* Get the ID of the physical socket of the specified lcore
*
* @param lcore_id
error: patch failed: lib/librte_eal/common/include/rte_lcore.h:132
error: lib/librte_eal/common/include/rte_lcore.h: patch does not apply
Checking patch lib/librte_eal/linuxapp/eal/Makefile...
error: while searching for:
EXPORT_MAP := ../../rte_eal_version.map
VPATH += $(RTE_SDK)/lib/librte_eal/common/arch/$(ARCH_DIR)
LIBABIVER := 6
VPATH += $(RTE_SDK)/lib/librte_eal/common
error: patch failed: lib/librte_eal/linuxapp/eal/Makefile:10
error: lib/librte_eal/linuxapp/eal/Makefile: patch does not apply
Checking patch lib/librte_eal/meson.build...
error: while searching for:
error('unsupported system type @0@'.format(hostmachine.system()))
endif
version = 6 # the version of the EAL API
allow_experimental_apis = true
deps += 'compat'
cflags += '-D_GNU_SOURCE'
error: patch failed: lib/librte_eal/meson.build:43
error: lib/librte_eal/meson.build: patch does not apply
Checking patch lib/librte_eal/rte_eal_version.map...
error: while searching for:
rte_mp_request;
rte_mp_request_async;
rte_mp_reply;
rte_service_attr_get;
rte_service_attr_reset_all;
rte_service_component_register;
error: patch failed: lib/librte_eal/rte_eal_version.map:229
error: lib/librte_eal/rte_eal_version.map: patch does not apply
*Repo: dpdk-next-net
Checking patch lib/librte_eal/bsdapp/eal/Makefile...
error: while searching for:
EXPORT_MAP := ../../rte_eal_version.map
LIBABIVER := 6
# specific to bsdapp exec-env
SRCS-$(CONFIG_RTE_EXEC_ENV_BSDAPP) := eal.c
error: patch failed: lib/librte_eal/bsdapp/eal/Makefile:21
error: lib/librte_eal/bsdapp/eal/Makefile: patch does not apply
Checking patch lib/librte_eal/common/eal_common_lcore.c...
error: while searching for:
#include <string.h>
#include <dirent.h>
#include <rte_log.h>
#include <rte_eal.h>
#include <rte_lcore.h>
error: patch failed: lib/librte_eal/common/eal_common_lcore.c:7
error: lib/librte_eal/common/eal_common_lcore.c: patch does not apply
Checking patch lib/librte_eal/common/include/rte_eal.h...
error: while searching for:
struct rte_config {
uint32_t master_lcore; /**< Id of the master lcore */
uint32_t lcore_count; /**< Number of available logical cores. */
uint32_t service_lcore_count;/**< Number of available service cores. */
enum rte_lcore_role_t lcore_role[RTE_MAX_LCORE]; /**< State of cores. */
error: patch failed: lib/librte_eal/common/include/rte_eal.h:57
error: lib/librte_eal/common/include/rte_eal.h: patch does not apply
Checking patch lib/librte_eal/common/include/rte_lcore.h...
error: while searching for:
unsigned rte_socket_id(void);
/**
* Get the ID of the physical socket of the specified lcore
*
* @param lcore_id
error: patch failed: lib/librte_eal/common/include/rte_lcore.h:132
error: lib/librte_eal/common/include/rte_lcore.h: patch does not apply
Checking patch lib/librte_eal/linuxapp/eal/Makefile...
error: while searching for:
EXPORT_MAP := ../../rte_eal_version.map
VPATH += $(RTE_SDK)/lib/librte_eal/common/arch/$(ARCH_DIR)
LIBABIVER := 6
VPATH += $(RTE_SDK)/lib/librte_eal/common
error: patch failed: lib/librte_eal/linuxapp/eal/Makefile:10
error: lib/librte_eal/linuxapp/eal/Makefile: patch does not apply
Checking patch lib/librte_eal/meson.build...
error: while searching for:
error('unsupported system type @0@'.format(hostmachine.system()))
endif
version = 6 # the version of the EAL API
allow_experimental_apis = true
deps += 'compat'
cflags += '-D_GNU_SOURCE'
error: patch failed: lib/librte_eal/meson.build:43
error: lib/librte_eal/meson.build: patch does not apply
Checking patch lib/librte_eal/rte_eal_version.map...
error: while searching for:
rte_mp_request;
rte_mp_request_async;
rte_mp_reply;
rte_service_attr_get;
rte_service_attr_reset_all;
rte_service_component_register;
error: patch failed: lib/librte_eal/rte_eal_version.map:229
error: lib/librte_eal/rte_eal_version.map: patch does not apply
*Repo: dpdk-next-crypto
Checking patch lib/librte_eal/bsdapp/eal/Makefile...
error: while searching for:
EXPORT_MAP := ../../rte_eal_version.map
LIBABIVER := 6
# specific to bsdapp exec-env
SRCS-$(CONFIG_RTE_EXEC_ENV_BSDAPP) := eal.c
error: patch failed: lib/librte_eal/bsdapp/eal/Makefile:21
error: lib/librte_eal/bsdapp/eal/Makefile: patch does not apply
Checking patch lib/librte_eal/common/eal_common_lcore.c...
error: while searching for:
#include <string.h>
#include <dirent.h>
#include <rte_log.h>
#include <rte_eal.h>
#include <rte_lcore.h>
error: patch failed: lib/librte_eal/common/eal_common_lcore.c:7
error: lib/librte_eal/common/eal_common_lcore.c: patch does not apply
Checking patch lib/librte_eal/common/include/rte_eal.h...
error: while searching for:
struct rte_config {
uint32_t master_lcore; /**< Id of the master lcore */
uint32_t lcore_count; /**< Number of available logical cores. */
uint32_t service_lcore_count;/**< Number of available service cores. */
enum rte_lcore_role_t lcore_role[RTE_MAX_LCORE]; /**< State of cores. */
error: patch failed: lib/librte_eal/common/include/rte_eal.h:57
error: lib/librte_eal/common/include/rte_eal.h: patch does not apply
Checking patch lib/librte_eal/common/include/rte_lcore.h...
error: while searching for:
unsigned rte_socket_id(void);
/**
* Get the ID of the physical socket of the specified lcore
*
* @param lcore_id
error: patch failed: lib/librte_eal/common/include/rte_lcore.h:132
error: lib/librte_eal/common/include/rte_lcore.h: patch does not apply
Checking patch lib/librte_eal/linuxapp/eal/Makefile...
error: while searching for:
EXPORT_MAP := ../../rte_eal_version.map
VPATH += $(RTE_SDK)/lib/librte_eal/common/arch/$(ARCH_DIR)
LIBABIVER := 6
VPATH += $(RTE_SDK)/lib/librte_eal/common
error: patch failed: lib/librte_eal/linuxapp/eal/Makefile:10
error: lib/librte_eal/linuxapp/eal/Makefile: patch does not apply
Checking patch lib/librte_eal/meson.build...
error: while searching for:
error('unsupported system type @0@'.format(hostmachine.system()))
endif
version = 6 # the version of the EAL API
allow_experimental_apis = true
deps += 'compat'
cflags += '-D_GNU_SOURCE'
error: patch failed: lib/librte_eal/meson.build:43
error: lib/librte_eal/meson.build: patch does not apply
Checking patch lib/librte_eal/rte_eal_version.map...
error: while searching for:
rte_mp_request;
rte_mp_request_async;
rte_mp_reply;
rte_service_attr_get;
rte_service_attr_reset_all;
rte_service_component_register;
error: patch failed: lib/librte_eal/rte_eal_version.map:229
error: lib/librte_eal/rte_eal_version.map: patch does not apply
*Repo: dpdk-next-virtio
Checking patch lib/librte_eal/bsdapp/eal/Makefile...
error: while searching for:
EXPORT_MAP := ../../rte_eal_version.map
LIBABIVER := 6
# specific to bsdapp exec-env
SRCS-$(CONFIG_RTE_EXEC_ENV_BSDAPP) := eal.c
error: patch failed: lib/librte_eal/bsdapp/eal/Makefile:21
error: lib/librte_eal/bsdapp/eal/Makefile: patch does not apply
Checking patch lib/librte_eal/common/eal_common_lcore.c...
error: while searching for:
#include <string.h>
#include <dirent.h>
#include <rte_log.h>
#include <rte_eal.h>
#include <rte_lcore.h>
error: patch failed: lib/librte_eal/common/eal_common_lcore.c:7
error: lib/librte_eal/common/eal_common_lcore.c: patch does not apply
Checking patch lib/librte_eal/common/include/rte_eal.h...
error: while searching for:
struct rte_config {
uint32_t master_lcore; /**< Id of the master lcore */
uint32_t lcore_count; /**< Number of available logical cores. */
uint32_t service_lcore_count;/**< Number of available service cores. */
enum rte_lcore_role_t lcore_role[RTE_MAX_LCORE]; /**< State of cores. */
error: patch failed: lib/librte_eal/common/include/rte_eal.h:57
error: lib/librte_eal/common/include/rte_eal.h: patch does not apply
Checking patch lib/librte_eal/common/include/rte_lcore.h...
error: while searching for:
unsigned rte_socket_id(void);
/**
* Get the ID of the physical socket of the specified lcore
*
* @param lcore_id
error: patch failed: lib/librte_eal/common/include/rte_lcore.h:132
error: lib/librte_eal/common/include/rte_lcore.h: patch does not apply
Checking patch lib/librte_eal/linuxapp/eal/Makefile...
error: while searching for:
EXPORT_MAP := ../../rte_eal_version.map
VPATH += $(RTE_SDK)/lib/librte_eal/common/arch/$(ARCH_DIR)
LIBABIVER := 6
VPATH += $(RTE_SDK)/lib/librte_eal/common
error: patch failed: lib/librte_eal/linuxapp/eal/Makefile:10
error: lib/librte_eal/linuxapp/eal/Makefile: patch does not apply
Checking patch lib/librte_eal/meson.build...
error: while searching for:
error('unsupported system type @0@'.format(hostmachine.system()))
endif
version = 6 # the version of the EAL API
allow_experimental_apis = true
deps += 'compat'
cflags += '-D_GNU_SOURCE'
error: patch failed: lib/librte_eal/meson.build:43
error: lib/librte_eal/meson.build: patch does not apply
Checking patch lib/librte_eal/rte_eal_version.map...
error: while searching for:
rte_mp_request;
rte_mp_request_async;
rte_mp_reply;
rte_service_attr_get;
rte_service_attr_reset_all;
rte_service_component_register;
error: patch failed: lib/librte_eal/rte_eal_version.map:229
error: lib/librte_eal/rte_eal_version.map: patch does not apply
DPDK STV team
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-05-10 7:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-10 7:59 [dpdk-test-report] |FAILURE| pw36425[dpdk-dev, v6] eal: provide API for querying valid socket id's sys_stv
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).