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 E737045D56 for ; Tue, 26 Nov 2024 19:32:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D91D940B8D; Tue, 26 Nov 2024 19:32:57 +0100 (CET) Received: from mail-qv1-f97.google.com (mail-qv1-f97.google.com [209.85.219.97]) by mails.dpdk.org (Postfix) with ESMTP id 945594026C for ; Tue, 26 Nov 2024 19:32:56 +0100 (CET) Received: by mail-qv1-f97.google.com with SMTP id 6a1803df08f44-6d4241457b7so37661136d6.2 for ; Tue, 26 Nov 2024 10:32:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732645976; x=1733250776; 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=n8Q5oJdH7raG13GACiudUZZYuJ2MGrAt8rzu//hfFHk=; b=G4u0+0vWbKieWouTM+NCMBNu8U+Dq3OMQwPqWM1/as0xYPCxyk526jcQiZNafV4Jev 9UKrbZZrsXoJTVsq0qZorLEBxijHT0Rf94uS60f1T1cwePf0nNb+16E9U3hn1Wql592O YqHSDyqgQDVWpM+cTG/mN3iHydhsMhS1TVS3Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732645976; x=1733250776; 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=n8Q5oJdH7raG13GACiudUZZYuJ2MGrAt8rzu//hfFHk=; b=n06JI7H1FG72vSSWLxc/rF7bccLGm1GCM20dJHg+ZLzRtiPqmQHaHzZd4i5kiOWluf xDrBYp+HMDcHPKxCu6J5O/53Xt3Otr7fRQP/z2TesxH2Kpq895sTIQ47MOTBxsGn4bS7 ytCy2u092G19TLvcDY9N567AKQ9hI+bwVt7HV31RpGTd7Rg3YQiOv58cQF40/oYgzEVS XVji18Vtzh1GiizvC/GMRR4FNxuexxJjJO8BNjDcz1uhcaEnxQpJICrgqCyuIGY3lHPv xiasud6HZ2q2K8YsdwVzq7RVdCRJQ+RVqyb1DzQlq9vIFjQCovH7P2TKTHUepPWOf+Yt o+ag== X-Gm-Message-State: AOJu0YziIGRDmO9++yNpiGr/4N6RTUY0B3kaNl15oOvF3hBa/XD8akOH nuUMv3U4yL1GvvbE7NSwnejtINDJ0DppVLxDjB9ctMJXx3CyvsHKWgx+8fQn/mnxrGwcvDaN3pN na1tntdGGr6avphEBWB6eeZJwGPAvXRKbFXuTZ9pF X-Gm-Gg: ASbGncvwQgFQNjJtTBMid1Vbcd6KcKfSIyDcwEUD67ohzWDcntd/zxdGzZs+sGvpIPz IvtP1haqKJNoiHJSc+P9xvYirxv8ePMR5tsuswyVmAxyvbK2GB93QKom1byy/A8PoxWs2uAunOB 4dLgluPPMa7Djvlx1Bk0bZKjz4HyVm8X65UDW3tHUGZUniX3D7YEz+xyiZ/++56rXc7H6QUmoC/ e0oos8FP/2OfqqcYO14Vn8QU8Y64if9h66p54gCijVzIzZmeAI79SAJVn8XNK/y5o0O9Wo= X-Google-Smtp-Source: AGHT+IElSjsOP5bBwHvGhDQq5gX5tuFCg1d02qe3T6+J6A0Ge2+f3WjJwQL9xVa5dsCz3I3CDBf4oBTZWgYW X-Received: by 2002:a05:6214:767:b0:6d3:f97c:ea5f with SMTP id 6a1803df08f44-6d864d881edmr1190236d6.35.1732645975761; Tue, 26 Nov 2024 10:32:55 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6d451b45462sm4817866d6.53.2024.11.26.10.32.55 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2024 10:32:55 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 26 Nov 2024 10:32:55 -0800 (PST) Message-ID: <67461457.050a0220.30fb21.ff10SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 7AB5A6052471; Tue, 26 Nov 2024 13:32:55 -0500 (EST) Subject: |PENDING| pw148864 [PATCH] dts: remove leftover Node methods From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241126150929.2843601-1-luca.vizzarro@arm.com> References: <20241126150929.2843601-1-luca.vizzarro@arm.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: PENDING http://dpdk.org/patch/148864 _Testing pending_ Submitter: Luca Vizzarro Date: Tuesday, November 26 2024 15:09:29 DPDK git baseline: Repo:dpdk Branch: master CommitID:5744e912341ee26a0dd5b9ec28b16b8a4e45d1bc 148864 --> testing pending Upstream job id: Generic-VM-DPDK-Compile-Meson#31692 Test environment and result as below: +-------------------+--------------------+------------------+-------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | +===================+====================+==================+===================+ | CentOS Stream 9 | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | Debian 12 | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | Fedora 39 | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | Fedora 39 (Clang) | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | RHEL8 | PEND | PEND | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | RHEL9 | PEND | PEND | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | Fedora 40 | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | openSUSE Leap 15 | PEND | PEND | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 20.04 | PEND | PEND | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 24.04 | PEND | PEND | PEND | +-------------------+--------------------+------------------+-------------------+ | Alpine | PEND | PEND | SKIPPED | +-------------------+--------------------+------------------+-------------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 FreeBSD 13.4 Kernel: 13.4-RELEASE-p1 Compiler: clang 18.1.6 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Alpine Kernel: Depends on container host Compiler: gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32024/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/