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 804F945DFF for ; Mon, 2 Dec 2024 06:42:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 75186402A7; Mon, 2 Dec 2024 06:42:08 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id D632940285 for ; Mon, 2 Dec 2024 06:42:06 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-21200c749bfso31402035ad.1 for ; Sun, 01 Dec 2024 21:42:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733118126; x=1733722926; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=RW/ILpqr+1gBKhyPVCC7YQHuqsXAEoQGGbQxR734j4M=; b=Rt6ck0yeqccVBcnRgJfktAUa5b4z3PKSjoQb3nIxStiB0XpWXeLPMxIEEqn1U7FBvx uBwIci6L1vzBdOhX4k/Y1JpbrLR/fYKOoriaZC/vuqsqHXdpKhloRJTrqLh0JIe7eMQs PUwzXQ7jATpRt94Z0wouZWuUZcrQvkLBySW6I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733118126; x=1733722926; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=RW/ILpqr+1gBKhyPVCC7YQHuqsXAEoQGGbQxR734j4M=; b=Fkw23J+A1X/RlIKoTreE1e3+dkmLx/3/ggKRC6coqRYTPRnPjJfqKcSPIgZ6DOLOa2 81MVTePb3XIeVRhmiEtyjPwX1HHePtyeKgZkfYAtQb0mNNIQo8BEG4aq9iI80xZlPz6B cReqCT8JeEb91YwMQiyQl2Q36m5BRYfCh6FBqBCb04i2n0vSYgWY/fBlfMG9jwDVr8zX wMyYt2CE0FqNYagrRkUKeD/20oH2h0yg3zc1db6wIdqjbkGwXvOXIcfsCaT9bkPiD14G NhiC9iylPJao2o7b3SPpuSQKn13oh4IddUCCzAAXPVF/MdjmqRqy/QLwTLxLdyr2hf4K 8q+Q== X-Gm-Message-State: AOJu0YxDMZmJ3mahCDEONL4stfaxoHcmveFGm2TA3UYpqHssP2nB7W6F h2MSkguA1meAEo6ogDV3BmDH5SqeH2GiW0zcum1zP00Q4TiXI8Nd4MjFDJOm5xhKnL+8uCQgwIZ LE9bA3FST3vBNCKQoR33bQHpG39Y0Wp5dr4RnXAv5KqYX1+bSIy1Y1wgX X-Gm-Gg: ASbGncusJun0QUhixsPCeftah00EDj1J/sQdIb5YDZkGWX9YN83RXsWwwLkswBqolyp FXIOzvECIQmRnyv3D9eQxbt4v8F1oz592jzcp1z9nOPpIfPCSKJsiy/8Eiv0o4zBqgPKfknLseE zWd58RybJv/CHC1KhSVmaX1KPts34ePYAuVvhuWI9sVUcYcoFhPcQTxPCYZ5QAxqw40CPGpLquw cI3aMtXwXRvvYc+PVTNPhi7FyvFU8YN8KaUsy7ff7aljG+9zPSpZ2Vsk5+cZURDWey7rxlJsuc= X-Google-Smtp-Source: AGHT+IExNt3JtxuCEPUKgw41OQ9Y/6INoMTHLLEJvfvr5uYDZgWHGM4TLmmuxRxkVtENst4QsvbszBfSACpc X-Received: by 2002:a17:902:f64f:b0:20c:a0a5:a181 with SMTP id d9443c01a7336-21501381b6fmr299998875ad.19.1733118126009; Sun, 01 Dec 2024 21:42:06 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-2159388a31csm617865ad.39.2024.12.01.21.42.05 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Dec 2024 21:42:05 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 01 Dec 2024 21:42:05 -0800 (PST) Message-ID: <674d48ad.170a0220.32f037.3288SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 2C04B6052471; Mon, 2 Dec 2024 00:42:05 -0500 (EST) Subject: |PENDING| [GIT MASTER] 09fb920298bc81077a12f53f700a16005961d482 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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 _Testing pending_ Branch: tags/v22.11 09fb920298bc81077a12f53f700a16005961d482 --> testing pending Upstream job id: Generic-DPDK-Compile-ABI#107154 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PEND | +-------------------+----------+ | Debian 12 | PEND | +-------------------+----------+ | Fedora 39 | PEND | +-------------------+----------+ | Fedora 39 (Clang) | PEND | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Fedora 40 | PEND | +-------------------+----------+ | openSUSE Leap 15 | PEND | +-------------------+----------+ | RHEL8 | PEND | +-------------------+----------+ | RHEL9 | PEND | +-------------------+----------+ | Ubuntu 22.04 | PEND | +-------------------+----------+ | Ubuntu 24.04 | PEND | +-------------------+----------+ 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) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) 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 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) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31798/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/