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 8DE83440F2 for ; Tue, 28 May 2024 10:03:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 88DB2402D2 for ; Tue, 28 May 2024 10:03:31 +0200 (CEST) Received: from mail-oi1-f181.google.com (mail-oi1-f181.google.com [209.85.167.181]) by mails.dpdk.org (Postfix) with ESMTP id B49E240150 for ; Tue, 28 May 2024 10:03:30 +0200 (CEST) Received: by mail-oi1-f181.google.com with SMTP id 5614622812f47-3d1bdefedc0so258660b6e.1 for ; Tue, 28 May 2024 01:03:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1716883409; x=1717488209; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=eC6gfD/ggIO1+TU2DmKEgQIlZUndbOFCjn26O4cM/94=; b=cX7wVX0qJo7vQejgajdS37z+nqqS9MgGZhi0jdJHb9fRqmkZJwY297pnMXHKLep4hZ XMNaFFpIIpFb7jEQHbJ3+80L026S2ljL7TwH1jyLe2Y1BrMDYfUFpf0AdNTlQun/Eg0n jggBbQOYEGYWFieEavK3KMI52JQL3WcvHUpB3xdIhXTlyT+A5JT5xbF56s1JD2RjT8/j ByASxQaXguuLMXieShVHnDHner1SV1OZq/aUyvJN4//UtCP9t27ImZ7sCr9rTFn8TEYf SsaSDSrCXCiD36WuvvQcVwKMrPVUdpH/y0alXYTalX/IVfW9N6zAMFG5Bvl0gRWVOAnD xOwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1716883409; x=1717488209; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=eC6gfD/ggIO1+TU2DmKEgQIlZUndbOFCjn26O4cM/94=; b=Yx68/Q/A70sPsskdVi11I36nWPBCEyQz+kmnPEdKSGpmWO0k4iRJaGJIfMbLJjtxUh r3lwmLM47JRRFhEV8bvYTqQXFlr3C6j1W9v/4f5s/Q0cRSw4L4TgMNw/Fzhdvk77Jqfz KOZvxHuGXf/AKIOA/emy1OUChnF+83J5izlbcaRqCeHTiA6B7AOKMmK7YiKG4q1KMa/H X5SSSP6JKtwVJ7VsI377tVBtqAaz2eDAfIvXiLLkQTHQDq7iMjMeQJYzojGIr5tltHKg zKmw3k0GSBbRwymmzFQ4saCzFg1IHw8BzcdEyqpNrCNu+dnKxjo9wajQ9Viojy6hxBc/ FxZQ== X-Gm-Message-State: AOJu0YymsL1T5//VUxBqPPapeWRuraeH3s6XTESIfMk4URL8b4EDvhKh LmKQPewoUOUfaPxol2mAng1S0Sf9pQD8PHh+atJvubmgWn7iGjPX4hxT1BAsexEBQG+9IAUb0ZJ e X-Google-Smtp-Source: AGHT+IHuNzOjMDcM0s0rC8/+ALlZ8lDtvB1+A8r7rZu52iRv68VQDlxaYsvt3CAvLE9tylPUqEAh9A== X-Received: by 2002:a05:6808:2a81:b0:3c9:cab7:dfa4 with SMTP id 5614622812f47-3d1a7d2870dmr10435573b6e.57.1716883408058; Tue, 28 May 2024 01:03:28 -0700 (PDT) Received: from upstream-bot-ci.anl.eng.rdu2.dc.redhat.com ([66.187.232.140]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6ad67329467sm32341826d6.95.2024.05.28.01.03.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 May 2024 01:03:27 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: mb@smartsharesystems.com, robot@bytheb.org Subject: |FAILURE| pw140352 [PATCH v7] eal/x86: improve rte_memcpy const size 16 performance Date: Tue, 28 May 2024 04:03:26 -0400 Message-ID: <20240528080326.1506001-1-robot@bytheb.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240528070546.92511-1-mb@smartsharesystems.com> References: <20240528070546.92511-1-mb@smartsharesystems.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 From: robot@bytheb.org Test-Label: github-robot: build Test-Status: FAILURE http://patchwork.dpdk.org/patch/140352/ _github build: failed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/9265211153 Build Logs: -----------------------Summary of failed steps----------------------- "ubuntu-22.04-gcc-mini" failed at step Build and test "ubuntu-22.04-gcc-stdatomic" failed at step Build and test "ubuntu-22.04-clang-stdatomic" failed at step Build and test "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" failed at step Build and test "ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test "ubuntu-22.04-gcc-static-i386" failed at step Build and test "ubuntu-22.04-gcc-static-mingw" failed at step Build and test "fedora:39-gcc" failed at step Build "fedora:39-clang" failed at step Build ----------------------End summary of failed steps-------------------- -------------------------------BEGIN LOGS---------------------------- #################################################################################### #### [Begin job log] "ubuntu-22.04-gcc-mini" at step Build and test #################################################################################### #################################################################################### #### [End job log] "ubuntu-22.04-gcc-mini" at step Build and test #################################################################################### #################################################################################### #### [Begin job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test #################################################################################### #################################################################################### #### [End job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test #################################################################################### #################################################################################### #### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test #################################################################################### #################################################################################### #### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test #################################################################################### #################################################################################### #### [Begin job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test #################################################################################### #################################################################################### #### [End job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test #################################################################################### #################################################################################### #### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test #################################################################################### #################################################################################### #### [End job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test #################################################################################### #################################################################################### #### [Begin job log] "ubuntu-22.04-gcc-static-i386" at step Build and test #################################################################################### #################################################################################### #### [End job log] "ubuntu-22.04-gcc-static-i386" at step Build and test #################################################################################### #################################################################################### #### [Begin job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test #################################################################################### #################################################################################### #### [End job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test #################################################################################### #################################################################################### #### [Begin job log] "fedora:39-gcc" at step Build #################################################################################### #################################################################################### #### [End job log] "fedora:39-gcc" at step Build #################################################################################### #################################################################################### #### [Begin job log] "fedora:39-clang" at step Build #################################################################################### #################################################################################### #### [End job log] "fedora:39-clang" at step Build #################################################################################### --------------------------------END LOGS-----------------------------