From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CBE82A0561 for ; Thu, 18 Mar 2021 16:36:44 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9A54A406B4; Thu, 18 Mar 2021 16:36:44 +0100 (CET) Received: from mail-il1-f175.google.com (mail-il1-f175.google.com [209.85.166.175]) by mails.dpdk.org (Postfix) with ESMTP id 52BD340698 for ; Thu, 18 Mar 2021 16:36:43 +0100 (CET) Received: by mail-il1-f175.google.com with SMTP id t7so5252709ilq.5 for ; Thu, 18 Mar 2021 08:36:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:from:date:message-id:subject:to; bh=1/WMP7FBiNTSel0iDiFD07u2/cRzA54RFlZvjVAubZM=; b=Mm/keSwsxQ6CnC+M0pv/+4haLY9OxpNO9HtHNLceo9KwjGvRnLDJpGDYbn5dJAQWYd iYnNnFEDZiRHKvouFrPuJQRAYQ69sD5W9wN7rs5JYU83oCLrFc6MOJkWY/K85DKX10Kd NPMuoU8HntNXyeMZggab3P3UeGPxJj0zJiK/Q= 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; bh=1/WMP7FBiNTSel0iDiFD07u2/cRzA54RFlZvjVAubZM=; b=XX477xBQX51VrOAzaoWKE7FpDx1rgTF/622yQMe6sb85rcwjL9Cy4W/6JLDsPnqYum t/Nil5Zey3BOfLuwTvGsRPwE3LEJt6rXTmLKOCHn2crsZd57XbcmtTce6Icy/uPldeSN 53TudZAH+CqCpmVGP3AhCNSV3+2RKAr4oSqK0fHxjOBaHyU3X5bp/7wCQIt+HyiYWDHx eC8aNK/4aIEDG8Fs+nBheoEgfk1J3WpWeETQNhy9jRUXRCMhICtvp9pqD8aXwo10HKkk 1fJjo3AX441YpH5ZPyTW0APv/G0chluzg0UuDNxOqU8G2jNYmhU6DCdqBdEdjBqDmVth ZZNA== X-Gm-Message-State: AOAM530Zg6yg5OxysOesFT6MBDpyWkjzHVtA5aARG+3zmmEgO1iP5wEn p8QtixFbcA3FYF/KZ8QFudtkwgix+m1juowbfLwPP+qQBMSnNA== X-Google-Smtp-Source: ABdhPJyplOLXI5LXX3B9JfjacROLzihjYGjL8oi6KmaABsLTqtnk/4tNUNy/3u3LmBRpKZEALDaboTVudppjD+dLpe4= X-Received: by 2002:a05:6e02:104a:: with SMTP id p10mr5681375ilj.147.1616081802365; Thu, 18 Mar 2021 08:36:42 -0700 (PDT) MIME-Version: 1.0 From: Brandon Lo Date: Thu, 18 Mar 2021 11:36:05 -0400 Message-ID: To: ci@dpdk.org, "Zawadzki, Tomasz" Content-Type: text/plain; charset="UTF-8" Subject: [dpdk-ci] SPDK Failures X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 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" Hi all, We have noticed some SPDK failures come through to the lab. I have looked into the errors; it seems like it has an issue with building SPDK itself: In file included from env_internal.h:42, from env.c:39: /dpdk/build/include/rte_version.h:31:20: error: missing binary operator before token "(" 31 | rte_version_year(), \ | ^ /dpdk/build/include/rte_version.h:25:36: note: in definition of macro 'RTE_VERSION_NUM' 25 | #define RTE_VERSION_NUM(a,b,c,d) ((a) << 24 | (b) << 16 | (c) << 8 | (d)) | ^ env_internal.h:49:5: note: in expansion of macro 'RTE_VERSION' 49 | #if RTE_VERSION < RTE_VERSION_NUM(19, 11, 0, 0) | ^~~~~~~~~~~ The above example is from Fedora 31 after running the pkgdep.sh. Thanks, Brandon -- Brandon Lo UNH InterOperability Laboratory 21 Madbury Rd, Suite 100, Durham, NH 03824 blo@iol.unh.edu www.iol.unh.edu