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 E57184607B for ; Tue, 14 Jan 2025 04:02:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E165340611; Tue, 14 Jan 2025 04:02:37 +0100 (CET) Received: from mail-yb1-f228.google.com (mail-yb1-f228.google.com [209.85.219.228]) by mails.dpdk.org (Postfix) with ESMTP id 20A264060F for ; Tue, 14 Jan 2025 04:02:36 +0100 (CET) Received: by mail-yb1-f228.google.com with SMTP id 3f1490d57ef6-e3a0acba5feso6733983276.2 for ; Mon, 13 Jan 2025 19:02:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736823755; x=1737428555; 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=Kp3343q3U6z8Ca8AV+3g4djCY92zPcylSrIhWXRRWU8=; b=CwyU2AXfdbDaNKSQIS3753P1hJg/JatA8qXA1e1gehSEErYit8pqTEVYaqlCeVlTbG slvDzlDVZ+AHN1IrgxfXBpNaglB8IecZre/GkUNFLFOioqP5pFmrhc3djQLyEbPcgi6C rOoIUcibIL/Rf/52llI75CzpL9V3TFFJOJlO4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736823755; x=1737428555; 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=Kp3343q3U6z8Ca8AV+3g4djCY92zPcylSrIhWXRRWU8=; b=cnVk32yV/2Ec/sbXVu2YmX6+0lPvXdw053+fvad3fGINKvUUit9CyjZHkzbXYNKixh dZnjP8CCCly76AzzRsjmPaQxJzITIZOpZbCo0iaor+LxKHX4FKRL+VTmW9itYlhA5JXQ DgNfOHZk3wvhilFeJ/oojl/Y0VvY5/2QHjvHdgHSgoFsHJ6b6Cr0bGAQYzK+OYwtI8HI FRfzUM1yarJBd77qbnth17d/LUwAYrhvTOUMr67a5rcFltG/s0L3o1z6ytF5/S970BAs UjHtTXnq73tPgzdCFNT8ztl9zdlbhBCMgzNGB9jAYtpJxG2KJz+L03tjKJDw5gGcRbP5 16MQ== X-Gm-Message-State: AOJu0YwJqoIYa+RYixGYkc7MCl5CkICypPpYxa/KywGSBbqeKGxcYPLZ nKJuVrjLt6cqwnfjoVrTADmdnOHqlBaQXPI65r5Kogdz8XFH/Z08YlUzqNvCxNZlUehsqUoSVv6 AnnE+WH8L0577Ct7iD2rrAVtf492tZI189vhS3PrL X-Gm-Gg: ASbGncsFEpInsUHt9qfi6hMWiPvzKcJeGBKizxgr3BCB62b/Agc5NXW2z6U829c9nFF 365vIyuxnpWTHFj8uJv8w92MOYSs1unUZRvtBZtdmc6WfcF5yEwUhP+J2yw8OQsbhO9f5zTLXX2 6GD1ZfvX0WcnQ6LXtJo5p6JSevvxQIkYCWvYXUybJPGc21OA3R0XMva9cID32US3/sEdZShoC/a zf6AqZxjqxrEuwN8yyeKl4Iz+1N0tn2NN48OxfUsS7T0bGuKHT8A5+eSpL9HU2nT130ok0wblfw Dg5JRg== X-Google-Smtp-Source: AGHT+IFq5PBdHenIBo/GcR3mFSsjXYcQltLeYMSpAaE19IJ3YpdVyQiIu/nY6+tXLV69UJx0i2hs5cqRZ6Ve X-Received: by 2002:a05:690c:f8f:b0:6ef:6ec2:ac62 with SMTP id 00721157ae682-6f5312276c1mr168746117b3.15.1736823755161; Mon, 13 Jan 2025 19:02:35 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f546cb8c50sm5122677b3.40.2025.01.13.19.02.35 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Jan 2025 19:02:35 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 13 Jan 2025 19:02:35 -0800 (PST) Message-ID: <6785d3cb.050a0220.11724a.685cSMTPIN_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 999136052471; Mon, 13 Jan 2025 22:02:34 -0500 (EST) Subject: |FAILURE| pw150001-150058 [PATCH] [v16, 60/60] lib: add compile warning about use of VLAs From: dpdklab@iol.unh.edu To: test-report@dpdk.org Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1736821958-3295-61-git-send-email-andremue@linux.microsoft.com> References: <1736821958-3295-61-git-send-email-andremue@linux.microsoft.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-testing Test-Status: FAILURE http://dpdk.org/patch/150001 _build patch failure_ Submitter: Andre Muezerie Date: Tuesday, January 14 2025 02:32:38 Applied on: CommitID:fd51012de5369679e807be1d6a81d63ef15015ce Apply patch set 150001-150058 failed: Not Found

Not Found

The requested resource was not found on this server.

https://lab.dpdk.org/results/dashboard/patchsets/32313/ UNH-IOL DPDK Community Lab