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 56B59A04DD for ; Wed, 18 Nov 2020 19:27:16 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3CC54C8DA; Wed, 18 Nov 2020 19:27:15 +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 1DE8F592C for ; Wed, 18 Nov 2020 19:27:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605724031; 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: in-reply-to:in-reply-to:references:references; bh=UFaJ69j4pDvfYD8EPRZQ7KC2opkHCIdFCPtCg+GHatU=; b=L/0AlmRgi87ca18Sq3W78eS0EkS8VYW+SC4uCHTAEnGVFdlCQcBvQnf0CFEw3BNwWafUZ9 zyErniaV3LzwyX/el2R23KIqYAbC13HGMKb8zsZd2NInQDX7ogLUxVzCrQy8fHSTA6hIbI eIjb8OFyhpLYBQMZPYrNa0ceEGju/xI= Received: from mail-vs1-f70.google.com (mail-vs1-f70.google.com [209.85.217.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-342-JncIkot_Nwm23EU7Dj49nQ-1; Wed, 18 Nov 2020 13:27:10 -0500 X-MC-Unique: JncIkot_Nwm23EU7Dj49nQ-1 Received: by mail-vs1-f70.google.com with SMTP id n16so498443vsr.17 for ; Wed, 18 Nov 2020 10:27:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=UFaJ69j4pDvfYD8EPRZQ7KC2opkHCIdFCPtCg+GHatU=; b=MqiW0fx27LziM5EzhDDiCTWEvvr/yU/65fu8cXYLdzzC2JXY2GmaJLIisEvoNrpHDU 8j2MszxC8ky6+LIoo2FcY2YdN3YCd+OOh+OlKzNX1scvYWNMVa+ntc/qAjyG5py7TCpI rNTsLo5TkzGdHIy9bcHSfVy71J2d6yOQi/JtULwlotxKBrWKau1D/4kcIKFZKEcAcvfK 3W3ohHOYzivf1kkIGS7UrGdmMJtYGByPzH+GjpRXx41wb/E1eW16WaKh8gGtMSUcUgoL HqAvPd0lsk1JPTU0ZcaNy8JZmLElOjK6vG3gSvl2/Xa1MqIVvZMm7gI+9emN7r1wm/Gc FoEg== X-Gm-Message-State: AOAM532ClqhTvY3XiA2K8O7OSwqHBr3dq6OXVSbktFzfftPWo7el68qE DDYqBPnYuW8n36pWNQLy7FjwI2VN2MLzx1jzkWLgUQPgvSJQZNCd8IOCEjRs7c8cHM+X4QZEqgJ ur8W/vu6cKC5CuUCSuQ== X-Received: by 2002:ab0:688c:: with SMTP id t12mr4183842uar.87.1605724029527; Wed, 18 Nov 2020 10:27:09 -0800 (PST) X-Google-Smtp-Source: ABdhPJyVzBhvCwmNN5xpzjVZIjwwmvfzvc0B2IaJN7/zlUKIL5prC4/6TTzFMnOsHz4BcJpY7ZBF4qh/UVoQ5/OUCBc= X-Received: by 2002:ab0:688c:: with SMTP id t12mr4183835uar.87.1605724029372; Wed, 18 Nov 2020 10:27:09 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Wed, 18 Nov 2020 19:26:58 +0100 Message-ID: To: Brandon Lo Cc: Lincoln Lavoie , "Zawadzki, Tomasz" , dpdklab , Thomas Monjalon , "ci@dpdk.org" 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: Re: [dpdk-ci] [dpdklab] Re: SPDK compilation issue 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" On Wed, Nov 18, 2020 at 4:57 PM Brandon Lo wrote: > The SPDK compile job pulls from the LTS branch before every SPDK compile test. > I have checked the local repository and it currently shows that it did pick up the commit 'a73286870ebf189629937515bd28714937f2498b: env_dpdk/pci: adapt to 20.11 EAL changes' > > Looking at the logs, I can see the changes have taken place. However, the error/warning messages are the same, and they highlight the lines that have already been changed. > This issue persists after clearing the cache and rebuilding the container used to compile. Has anyone had an issue like this before? > Do you mean that this job in a container is compiling the SPDK sources before my change, or with my change? -- David Marchand