From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A43BA2BE1 for ; Wed, 28 Jun 2017 11:10:07 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jun 2017 02:10:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,274,1496127600"; d="scan'208";a="118313570" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga005.jf.intel.com with ESMTP; 28 Jun 2017 02:10:05 -0700 To: sys_stv@intel.com, test-report@dpdk.org References: <75cdc7$31a3s2@orsmga004.jf.intel.com> From: Ferruh Yigit Message-ID: <8502ab17-0fbb-3a3c-73a1-05438d45ddf2@intel.com> Date: Wed, 28 Jun 2017 10:10:05 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <75cdc7$31a3s2@orsmga004.jf.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Thu, 29 Jun 2017 14:24:55 +0200 Subject: Re: [dpdk-test-report] | ERROR | daily Intel builds (56/57) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jun 2017 09:10:08 -0000 On 6/27/2017 9:18 PM, sys_stv@intel.com wrote: > Last commit Time : Tue Jun 27 18:27:25 2017 +0200 > Last Author : Santosh Shukla > Last commit Hash : c1923afc0999b5b6f109190bc5b69b6c3d334635 > Last comment : test/mbuf: remove global mempool > > Build Summary : 57 Builds Done, 56 Successful, 1 Failures. > > Failure details : > > Failure #1 > UBT1610_64 / Linux 4.4.0-53 / GCC 5.4.0 > Config: x86_64-native-linuxapp-gcc > CONFIG_RTE_LIBRTE_PMD_PCAP=y, > CONFIG_RTE_NIC_BYPASS=y, > CONFIG_RTE_BUILD_SHARED_LIB=y, > CONFIG_RTE_LIBRTE_VHOST=y, > CONFIG_RTE_LIBRTE_PMD_QAT=y, > CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y, > CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y > > LD DPDK/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/built-in.oIn file included from /usr/src/linux-headers-4.4.0-53-generic/include/linux/kobject.h:21:0, > from /usr/src/linux-headers-4.4.0-53-generic/include/linux/module.h:17, > from DPDK/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_misc.c:26: > /usr/src/linux-headers-4.4.0-53-generic/include/linux/sysfs.h: In function ‘sysfs_get_dirent’: > /usr/src/linux-headers-4.4.0-53-generic/include/linux/sysfs.h:517:37: error: pointer targets in passing argument 2 of ‘kernfs_find_and_get’ differ in signedness [-Werror=pointer-sign] > return kernfs_find_and_get(parent, name); > ^ > In file included from /usr/src/linux-headers-4.4.0-53-generic/include/linux/sysfs.h:15:0, > from /usr/src/linux-headers-4.4.0-53-generic/include/linux/kobject.h:21, > from /usr/src/linux-headers-4.4.0-53-generic/include/linux/module.h:17, > from DPDK/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_misc.c:26: > /usr/src/linux-headers-4.4.0-53-generic/include/linux/kernfs.h:433:1: note: expected ‘const char *’ but argument is of type ‘const unsigned char *’ > kernfs_find_and_get(struct kernfs_node *kn, const char *name) > ^ > cc1: all warnings being treated as errors > /usr/src/linux-headers-4.4.0-53-generic/scripts/Makefile.build:258: recipe for target 'DPDK/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/kni_misc.o' failed > /usr/src/linux-headers-4.4.0-53-generic/Makefile:1418: recipe for target '_module_DPDK/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni' failed > Makefile:150: recipe for target 'sub-make' failed > DPDK/mk/rte.module.mk:78: recipe for target 'rte_kni.ko' failed > DPDK/mk/rte.subdir.mk:63: recipe for target 'kni' failed > DPDK/mk/rte.subdir.mk:63: recipe for target 'linuxapp' failed > DPDK/mk/rte.subdir.mk:63: recipe for target 'librte_eal' failed > DPDK/mk/rte.sdkbuild.mk:73: recipe for target 'lib' failed > DPDK/mk/rte.sdkroot.mk:128: recipe for target 'all' failed > DPDK/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed > DPDK/mk/rte.sdkroot.mk:107: recipe for target 'install' failed <...> I believe I know the reason for this build error. Can you please check /dev/null in the box build fails? Thanks, ferruh