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 08A70432C0 for ; Tue, 7 Nov 2023 05:02:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 03661402A1; Tue, 7 Nov 2023 05:02:02 +0100 (CET) Received: from mail-io1-f99.google.com (mail-io1-f99.google.com [209.85.166.99]) by mails.dpdk.org (Postfix) with ESMTP id E948E402A1 for ; Tue, 7 Nov 2023 05:02:00 +0100 (CET) Received: by mail-io1-f99.google.com with SMTP id ca18e2360f4ac-7a956887c20so215818139f.1 for ; Mon, 06 Nov 2023 20:02:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1699329720; x=1699934520; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=jfjRaj7DCu6jBxINFuU2mP4c8Ktcjxk5ItCDm9IhPf0=; b=G9epxzNSUyE+CKIeJ13I8wgqRd8GXACwsfUDXW137ohQRk/fV0hIWCNvoDW/zCEXam XrleGDdyGB0CkYeDyr95mj00LEyK/wwWvy55SaMqV8TRDku7eZTw5F4Bvu4BGIEfjxFZ gZ280Arrdx7+L+v+i4HPhqPs0oAfbNHr/1Ubs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699329720; x=1699934520; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=jfjRaj7DCu6jBxINFuU2mP4c8Ktcjxk5ItCDm9IhPf0=; b=siEhld0BLDtd8XeKJfl6tIkUznOiym74cGIChFWfFVhERjHdvRSTGgdzHJSK+E286w p4xMifgAcGZBHNaNEbdhhV5c+7aE3QLgROzr1z9pn2Ef63t3BabXWCPIK7NEU3FpOPam E25CDoWFb8ffHmnXtc8LzooNtMAUsqWU2WIBQl1XziEMwseIw+b4Q1c8XAmh3HFmVdlD l4eU932E+wHN9ajIM1PweD/6FbCCt4STyktZVn0aiwBulSOU88VWBIL0FlY4Tkh5xLBD q4o/mZsnv21i3TYC9Z3BTjfH3t+sgZADS6s8obvjKgyvy+/VCUpwB7KlAAnccQI5Cp6Y mRWg== X-Gm-Message-State: AOJu0YylLdApHnPieTOj4N0Mq+UrFC1dQgl6vrEsDV5GsZ9pKYZ3jT17 8jktL8FcuizdEAf3LB9o28lnIGBEYBKW241WPskdSXigWPsbdw== X-Google-Smtp-Source: AGHT+IEaCNhmXKpz40SwpcTpvOGjvxTXRx9qUXGpGObaKsiQGNmA4UHeQk/hHPtqHhEnICKbj42I5aVbNCtP X-Received: by 2002:a05:6602:340f:b0:7a9:96aa:e01b with SMTP id n15-20020a056602340f00b007a996aae01bmr39193318ioz.20.1699329720429; Mon, 06 Nov 2023 20:02:00 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id fc3-20020a0566023fc300b0079fc0793486sm478124iob.14.2023.11.06.20.02.00 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Nov 2023 20:02:00 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 06 Nov 2023 20:02:00 -0800 (PST) Message-ID: <6549b6b8.050a0220.918e0.7178SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.2] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id E90B9605C318; Mon, 6 Nov 2023 23:01:59 -0500 (EST) Subject: |FAILURE| pw133926 [PATCH] [v2] config/arm: correct cpu arch for cro From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Joyce Kong Content-Type: text/plain X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: iol-compile-arm64-testing Test-Status: FAILURE http://dpdk.org/patch/133926 _Testing issues_ Submitter: Joyce Kong Date: Tuesday, November 07 2023 03:26:28 DPDK git baseline: Repo:dpdk Branch: master CommitID:2bbad8f974e00552d106c27e1d157a31179ab5ec 133926 --> testing fail Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | FAIL | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | FAIL | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL | +----------------------------------------+--------------------+ ==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ==== C compiler for the host machine: ccache arm-linux-gnueabihf-gcc (gcc 9.4.0 "arm-linux-gnueabihf-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0") C linker for the host machine: arm-linux-gnueabihf-gcc ld.bfd 2.34 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: aarch32 Host machine cpu: auto Target machine cpu family: aarch32 Target machine cpu: auto Message: ## Building in Developer Mode ## Program pkg-config found: YES (/usr/bin/pkg-config) Program check-symbols.sh found: YES (/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Meson@2/dpdk/buildtools/check-symbols.sh) Program options-ibverbs-static.sh found: YES (/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Meson@2/dpdk/buildtools/options-ibverbs-static.sh) Program python3 found: YES (/usr/bin/python3) Program cat found: YES (/usr/bin/cat) Program ../buildtools/symlink-drivers-solibs.sh found: YES (/bin/sh /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Meson@2/dpdk/config/../buildtools/symlink-drivers-solibs.sh) Compiler for C supports arguments -march=native: NO config/meson.build:178:8: ERROR: Problem encountered: Compiler does not support "native" arch flag. A full log can be found at /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Meson@2/dpdk/build/meson-logs/meson-log.txt ==== End log output ==== Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) Ubuntu 20.04 ARM GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang version 10.0.0-4ubuntu1 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: gcc 9.3.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28260/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/