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 EDD79A0C45; Tue, 5 Oct 2021 21:09:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A841C412C6; Tue, 5 Oct 2021 21:09:18 +0200 (CEST) Received: from mail-ed1-f45.google.com (mail-ed1-f45.google.com [209.85.208.45]) by mails.dpdk.org (Postfix) with ESMTP id 31A62410E5 for ; Tue, 5 Oct 2021 21:09:17 +0200 (CEST) Received: by mail-ed1-f45.google.com with SMTP id p11so527307edy.10 for ; Tue, 05 Oct 2021 12:09:17 -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:cc; bh=XC4jBeXQ/hpKj16oGPaGhkNcORyV6iR2dHdRwH3bJ7I=; b=amI43pfQbCUQ2bfqHIAd3e51NtJafJeRdaPlbE2VoLkJzeyASQUEPT2cI0C2NlkO2Q P2HRi/axV5A2zZ/7Db3yjV4Aju0gRCwo/YxJEKENV2H10OQpQkSyL/O2krIxOLGT4PMF 3l+88Xy7+/NEJj4KBFQVz2tjHPJcHld5meQww= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=XC4jBeXQ/hpKj16oGPaGhkNcORyV6iR2dHdRwH3bJ7I=; b=Ho1t/b3WkTUYcfVV4JWfZq8Rx6xAWB7qASbNtjOpOKPQzK1DMQmrW3Al9gfhaURbWk vVrWcVtz3L5jIYr5MeCDy4FC6SpKxC/nw1u68IE/POkd9WoiNFNvBpTd04kny0EcHTBS aKEWgucInt2/mJOuq5AVOpEIf5qKTyEJ2QyckKXbgfnLtbKRpQH09xM6N1OVT/MMQaSR M5QfaWq6QQii7sqsYwCGcm0JYMPf1SnVMgvSvcEpRr6UOZLueZ4SpfBRYCCHqAxKFd/d tzlg4UnJ5PvojnJ8t+/qj0S8LNiw8A0txJFH8dwhd3M2iOog9FQn+BmjT+kthRrlKEj3 m9Aw== X-Gm-Message-State: AOAM532B1suVj6nTXoCMS+sMBJ8N+SWN/Z/xC5vK2dLJuOTJxp5zKls+ Ko91jXxapzQZVNDLmdvDwiTylilQ0U0pZeRECPs1SZVpEieLvQ== X-Google-Smtp-Source: ABdhPJzErBoNmFkyPIw9FjU75RpC4Oe2Bf8CmYu6Tvr85Tu8+rYLEaFDZvoH9Vm9Kpxt+/HwCBqdkPL7k7xqy/99qOI= X-Received: by 2002:a05:6402:319a:: with SMTP id di26mr28856375edb.84.1633460956257; Tue, 05 Oct 2021 12:09:16 -0700 (PDT) MIME-Version: 1.0 From: Lincoln Lavoie Date: Tue, 5 Oct 2021 15:09:05 -0400 Message-ID: To: dev , Qiming Yang , Qi Zhang Cc: ci@dpdk.org, Aaron Conole , dpdklab Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: [dpdk-dev] RHEL7 failures X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello Qiming and Qi, The CI is picking up failures when building on RHEL7, where warnings are being treated as errors. This looks like something has been merged into the mainline, as it's failing across all patches. Here is the specific failure: ./drivers/net/ice/base/ice_parser_rt.c: In function '_hv_bit_sel': ../drivers/net/ice/base/ice_parser_rt.c:201:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] d64 = *(u64 *)&b[0]; ^ ../drivers/net/ice/base/ice_parser_rt.c: In function '_reg_bit_sel': ../drivers/net/ice/base/ice_parser_rt.c:458:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] d32 = *(u32 *)&v[0]; ^ cc1: all warnings being treated as errors You can download a full set of logs from here (for a failing run): https://lab.dpdk.org/results/dashboard/patchsets/19162/ Cheers, Lincoln -- *Lincoln Lavoie* Principal Engineer, Broadband Technologies 21 Madbury Rd., Ste. 100, Durham, NH 03824 lylavoie@iol.unh.edu https://www.iol.unh.edu +1-603-674-2755 (m)