From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9BBC5A00C5 for ; Mon, 6 Jul 2020 18:49:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8B69D1DAE8; Mon, 6 Jul 2020 18:49:12 +0200 (CEST) Received: from inbox.dpdk.org (xvm-172-178.dc0.ghst.net [95.142.172.178]) by dpdk.org (Postfix) with ESMTP id BC9D61DAB5 for ; Mon, 6 Jul 2020 18:49:10 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id B93E0A0523; Mon, 6 Jul 2020 18:49:10 +0200 (CEST) From: bugzilla@dpdk.org To: ci@dpdk.org Date: Mon, 06 Jul 2020 16:49:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: lab X-Bugzilla-Component: UNH infra X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: david.marchand@redhat.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: ci@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-ci] [Bug 502] False negative for Windows compilation X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" https://bugs.dpdk.org/show_bug.cgi?id=3D502 Bug ID: 502 Summary: False negative for Windows compilation Product: lab Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: major Priority: Normal Component: UNH infra Assignee: ci@dpdk.org Reporter: david.marchand@redhat.com CC: dpdklab@iol.unh.edu Target Milestone: --- link is failing for a series of patches of mine but this is not properly reported. I caught it by compiling for mingw myself, then I went in the dashboard and checked the log file. The series: https://patchwork.dpdk.org/project/dpdk/list/?series=3D10816 The report: https://lab.dpdk.org/results/dashboard/patchsets/11867/ https://lab.dpdk.org/results/dashboard/results/results-uploads/test_runs/42= 5c608ab9554151b7a1e47fa70fe698/log_upload_file/2020/7/dpdk_0fc601af3a72_118= 67_2020-07-06_14-51-02_NA.zip Looking into log.txt: [29/76] Compiling C object lib/76b5a35@@rte_eal@sta/librte_eal_windows_eal.c.obj. ../lib/librte_eal/windows/eal.c:219:1: warning: no previous prototype for 'trace_mem_per_thread_free' [-Wmissing-prototypes] trace_mem_per_thread_free(void) ^~~~~~~~~~~~~~~~~~~~~~~~~ [30/76] Compiling C object lib/76b5a35@@rte_eal@sta/librte_eal_common_malloc_heap.c.obj. [59/76] Linking target lib/librte_eal-0.200.3.dll. FAILED: lib/librte_eal-0.200.3.dll=20 gcc @lib/librte_eal-0.200.3.dll.rsp lib/76b5a35@@rte_eal@sta/librte_eal_common_eal_common_thread.c.obj:eal_comm= on_thread.c:(.text.experimental+0x1b): undefined reference to `rte_mp_disable' collect2.exe: error: ld returned 1 exit status [60/76] Linking static target lib/librte_pci.a. [61/76] Generating rte_bus_pci_mingw with a custom command. [62/76] Compiling C object drivers/a715181@@rte_bus_pci@sta/bus_pci_pci_params.c.obj. [63/76] Compiling C object drivers/a715181@@rte_bus_pci@sta/bus_pci_pci_common.c.obj. [64/76] Compiling C object drivers/a715181@@rte_bus_pci@sha/bus_pci_pci_common.c.obj. ninja: build stopped: subcommand failed. --=20 You are receiving this mail because: You are the assignee for the bug.=