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 867DEA0C45 for ; Tue, 5 Oct 2021 21:09:17 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7C8C641262; Tue, 5 Oct 2021 21:09:17 +0200 (CEST) Received: from mail-ed1-f43.google.com (mail-ed1-f43.google.com [209.85.208.43]) by mails.dpdk.org (Postfix) with ESMTP id 9B0B541262 for ; Tue, 5 Oct 2021 21:09:16 +0200 (CEST) Received: by mail-ed1-f43.google.com with SMTP id p11so527182edy.10 for ; Tue, 05 Oct 2021 12:09:16 -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=v2NYe9gg5itqdoGbdntG6wu6ktWNrzggKMNa5KLw7aRJwo+pAIXYANmuKkDfecwDqX qsGVVXfAk5bNRsalc6tbmL/yGS7XpiZljtcvYiUxcWNiuQl8JcRdFXN1tUaW4+5ixACb idt+JvBBN64K8vXdwQpSf8Zh4n0F5n4OBha+zOWoUIcZYFuz62lp7pmgEUvsU0tgKMbD BlGSieADfc2CC3RI0gqoYGiCS4aA9OkfeOQdXHlEBfnSmMmhmvrx3V3moU2xHoyGg1gF rcqZhhrZ74fDoB3IUSUQZdPnuWO+5aDH2sMERN2lDOA6wsgIguSJ1NZ9MF7xKDayzxPv W38g== X-Gm-Message-State: AOAM5300W0Mk3b0BOKJ5+cfVFdmT1u4FmmorQwCJkLs8wWvuSGtGtDmF hZ/DeTJPvabAO8mrF1Lmk+FJz57Suq8id2jHERCRDQ== 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: multipart/alternative; boundary="0000000000000d7c3505cd9fc4ce" Subject: [dpdk-ci] RHEL7 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" --0000000000000d7c3505cd9fc4ce Content-Type: text/plain; charset="UTF-8" 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) --0000000000000d7c3505cd9fc4ce Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hel= lo Qiming and Qi,

The CI = is picking up failures when building on RHEL7, where warnings=C2=A0are bein= g treated as errors.=C2=A0 This looks like something has been merged into t= he 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-aliasi= ng rules [-Werror=3Dstrict-aliasing]
=C2=A0 d64 =3D *(u64 *)&b[0];=C2=A0 ^
../drivers/net/ice/base/ice_parser_rt.c: In function '_re= g_bit_sel':
../drivers/net/ice/base/ice_parser_rt.c:458:2: error: de= referencing type-punned pointer will break strict-aliasing rules [-Werror= =3Dstrict-aliasing]
=C2=A0 d32 =3D *(u32 *)&v[0];
=C2=A0 ^
cc1= : all warnings being treated as errors

You can download a full set of logs from here (for a fail= ing run):=C2=A0https://lab.dpdk.org/results/dashboard/patchsets/19162/

Cheers,
Lincoln
<= br>
--
Lincoln Lavoie
Principa= l Engineer, Broadband Technologies
21 Madbury Rd., Ste. 100, Durh= am, NH 03824
+1-603-674-2755 (= m)

--0000000000000d7c3505cd9fc4ce--