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 E74EEA04B5 for ; Sun, 25 Oct 2020 09:36:03 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B13832AA0; Sun, 25 Oct 2020 09:36:02 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id C782B2A66 for ; Sun, 25 Oct 2020 09:36:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603614959; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=7zLv0PRLMPzC+lLAwxw5mEaF9Az9FyqjovBTAXCSB/8=; b=FetufuN7HHqNGxFi6UpKWq3Dyq6RipR4y5P+eIJ3noFd7A38e0vvhfpcDwOYes8hfugr6o qCom5NY3Kt74cyXOc1Vm3JKLS04Mt5zvG9D8of1G7rFH7dOeBKGy75rv0XkBYLswNyxdU8 LXuYVeTYBEBUu2qHc9Tn/6KhSG0w/YA= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-434-YZj96ZpZNDCHWiCfLcJPbg-1; Sun, 25 Oct 2020 04:35:49 -0400 X-MC-Unique: YZj96ZpZNDCHWiCfLcJPbg-1 Received: by mail-vk1-f199.google.com with SMTP id y18so2447631vkd.14 for ; Sun, 25 Oct 2020 01:35:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=7zLv0PRLMPzC+lLAwxw5mEaF9Az9FyqjovBTAXCSB/8=; b=K1aHeaROLFc2DnxCShJ/uqcZWiRoXb8px5Hnv+x1EVTml+f0hXl8D3L9P45rk5iI2a CURfxcfmlvHnxhVzu2EuN2UqUz8ViYLBmRV8AAhwRAJrgtafkFskErfOloSNc+74XmB3 ClM+fXAU/Fc7UYairwG/YF29ERlQ9f00OcM4U13xH/zRs1EJeqUkg8D9wfCVT7b6M0x5 eZmvBoGmfmAuGgfqLo2vb1poaAwpChs9b/MVDqKaIlQa7wn4RCRNSF9VkRfTXatl/rhD yET7nwL4E67XJSegQmG3BGCtJ3vOluUobmDn4TLVYzm9iht6evyQ41KdD1zqessh7cpr wIDw== X-Gm-Message-State: AOAM532ZH3+4XKt20B/TXuPxLP2Yz1FKZ70l1NL1WD3QHfogq/PZ67WD JMdE+GHhH6CSuisNQbpg8deYzuDzBSX/iHTaFm+CZU9z8jqZBAm3qXVWCOAaW5oh4oI8ZXLGoPo 7OTJZgwEvgHNAwiG2Gw== X-Received: by 2002:ab0:200c:: with SMTP id v12mr12406379uak.53.1603614949127; Sun, 25 Oct 2020 01:35:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwmKKtACdOdW1YDyJX5tGVzVDm68moNbRJGj10Tg37FedT5BYRINQe6kGSoatHPCVd9RlnYMj2Y/mNVB5xFv4M= X-Received: by 2002:ab0:200c:: with SMTP id v12mr12406366uak.53.1603614948899; Sun, 25 Oct 2020 01:35:48 -0700 (PDT) MIME-Version: 1.0 From: David Marchand Date: Sun, 25 Oct 2020 09:35:38 +0100 Message-ID: To: dpdklab@iol.unh.edu, Lincoln Lavoie Cc: ci@dpdk.org, Thomas Monjalon , Bruce Richardson Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: [dpdk-ci] Compiling dpdk in non compilation tests 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" Looking at CI reports this morning, I noticed this on the series "ice: update base code". https://lab.dpdk.org/results/dashboard/patchsets/13992/ - Compilation is failing on OpenSuse, but I think this is because its toolchain does not have AVX512 support. This seems to be a regression introduced by the series, indeed, cool. - On Ubuntu 18.04, build is fine, but unit tests are ko. Looking into the unit tests zipped logs, I can see that: * the unit tests job builds its own binaries, * the unit tests environment is not the same as the build test environment (only copying significant differences below): Build: The Meson build system Version: 0.55.3 ... C compiler for the host machine: cc (gcc 7.5.0 "cc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0") C linker for the host machine: cc ld.bfd 2.30 ... Run-time dependency libpcap found: YES 1.8.1 Has header "pcap.h" with dependency libpcap: YES ... Fetching value of define "__AVX2__" : 1 Fetching value of define "__AVX512BW__" : 1 Fetching value of define "__AVX512CD__" : 1 Fetching value of define "__AVX512DQ__" : 1 Fetching value of define "__AVX512F__" : 1 Fetching value of define "__AVX512VL__" : 1 ... Run-time dependency jansson found: YES 2.11 ... vs Unit tests: The Meson build system Version: 0.53.1 ... C compiler for the host machine: cc (gcc 7.5.0 "cc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0") C linker for the host machine: cc GNU ld.bfd 2.30 ... Run-time dependency libpcap found: NO (tried pkgconfig) Library pcap found: NO ... Fetching value of define "__AVX2__" : Fetching value of define "__AVX512BW__" : Fetching value of define "__AVX512CD__" : Fetching value of define "__AVX512DQ__" : Fetching value of define "__AVX512F__" : Fetching value of define "__AVX512VL__" : ... Run-time dependency jansson found: NO (tried pkgconfig and cmake) ... The Unit tests env does not have a AVX512 enabled toolchain, or something in meson disables it, hence the compilation fails and the unit tests are marked as failed while it has nothing to do with functional tests. Please rework the CI pipeline so that the Unit tests job only does functional tests, while binaries are built by the Build test job. Thanks. -- David Marchand