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 0571C45EC4 for ; Mon, 16 Dec 2024 23:39:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 00EF4402A3; Mon, 16 Dec 2024 23:39:30 +0100 (CET) Received: from mail-pf1-f227.google.com (mail-pf1-f227.google.com [209.85.210.227]) by mails.dpdk.org (Postfix) with ESMTP id 0298640267 for ; Mon, 16 Dec 2024 23:39:29 +0100 (CET) Received: by mail-pf1-f227.google.com with SMTP id d2e1a72fcca58-728f28744c5so4223100b3a.1 for ; Mon, 16 Dec 2024 14:39:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734388768; x=1734993568; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=En0KLiCM+JjOYG2NEYBRtge7CYOOKdxbftmDlz79Zj4=; b=U3bioV94Da18DpDBio4ebhO4EC5Rx3JHEE58dP8SwWBj1xqYbTa++jxAE/yaFxADpQ wTvq45BVNYSB0Bgj5VSr1x0IuSzZtoslV09p5MDGijpspLRye1CQEMq+DgJ8Inr+6X4b Ecykwe6KxNQ56NQCbu4R0u5jOgON0QujVqgWk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734388768; x=1734993568; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=En0KLiCM+JjOYG2NEYBRtge7CYOOKdxbftmDlz79Zj4=; b=NbO7vY9/J8XKgrJJt2Wf+HFmzEIsskZ01E3EvEJ7xU3McH8+C7KUPbN71hCmPfiEPA oLlHismbOQMN9D5xY9eoqR/r1LmeF2JN9S16G+cs67BLb1JqDqkVV8WKiuSLBbjAuNRT qTjlTQOpUb8C5BFk+ZNENvyzLuB8WIYdK0q30pkU5o03F4wsUMILoKKdByjnd0s2SlA8 7YnuV1Emm4AoO88Eec0ySXPX+ezwj1YesUCvckj7wZotAoZ0Qudg539q23YNQDs9qJ6m 4gIFq8eO6/Avu/ihC49BFvxHa2ENMo6APxHorDNwmpbya/EyU9TV3wLf3FVgbfYR1fvh xezg== X-Gm-Message-State: AOJu0Ywzzk2p1qv8Hvibx4fqGYMyk/eYo48GAmq3GM4ynn6gbC3BwVW3 xencCIL7+Iqk0JHiCyz6nr9yYrK9QFeK8L7UuLqzUUV0az7moXcAphe4fSe+Gzr0hmoO99IADGh OiATQYVmshKufoKA5DXrsmqupC3hga9h0s9FU7lOq X-Gm-Gg: ASbGncuM63JV91rK8dzdBKNpiAUgIiJZ6UC/prFwykCXQ8p6WM2dgOA+x1tRV/nXCsy MzbqNvk3BB+jQXWoazsxYoPWa0gBoyPnxNorMGIc1jWcPpjxsvoR/sXZ6GmaKVWBJfFFX40SekW gjY3bgZom4O2X/mgiv/TxS/X+1OZGZlvij5+vCHFwK3h5OAt70ByDNQnWmlGH1B1ic4V0GbgNBi bbqIarczth6qkQ8zdZpA1dGQ33di8dONZms1huZ8MfrFvOPQO7TuiLqYzqgU+Q2ukSZzDD3AGYn eQ== X-Google-Smtp-Source: AGHT+IGUdikS7SLdGLSgne3j/QZP1kyT6yee4781Xcfw2OX8xZVFdh0xNVnK8RtN2P7bEPAUbulG/sNlQ3uA X-Received: by 2002:a17:90b:2f8d:b0:2ee:cd83:8fe7 with SMTP id 98e67ed59e1d1-2f2901b268bmr21590614a91.35.1734388767978; Mon, 16 Dec 2024 14:39:27 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 98e67ed59e1d1-2f2a1eb0b9fsm389295a91.8.2024.12.16.14.39.27 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Dec 2024 14:39:27 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 16 Dec 2024 14:39:27 -0800 (PST) Message-ID: <6760ac1f.170a0220.24cfd.92d0SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 21FCB6052471; Mon, 16 Dec 2024 17:39:27 -0500 (EST) Subject: |WARNING| pw149259 [PATCH] [v2] eventdev: add port attribute for ind From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241216203313.31730-1-pravin.pathak@intel.com> References: <20241216203313.31730-1-pravin.pathak@intel.com> 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-amd64-testing Test-Status: WARNING http://dpdk.org/patch/149259 _Testing issues_ Submitter: Pravin Pathak Date: Monday, December 16 2024 20:33:13 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 149259 --> testing issues Upstream job id: Generic-DPDK-Compile-Meson#343920 Test environment and result as below: +-------------------+--------------------+------------------+-------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | +===================+====================+==================+===================+ | CentOS Stream 9 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Fedora 39 (Clang) | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | Fedora 39 | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | openSUSE Leap 15 | PASS | WARN | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | RHEL9 | PEND | PEND | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 22.04 | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ ==== 20 line log output for openSUSE Leap 15 (dpdk_compile_ovs): ==== --- Failed to get log output --- ==== End log output ==== CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32150/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/