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 14F4743FB0 for ; Sun, 5 May 2024 11:43:53 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1126A4028C for ; Sun, 5 May 2024 11:43:53 +0200 (CEST) Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com [209.85.214.174]) by mails.dpdk.org (Postfix) with ESMTP id 95C754025D for ; Sun, 5 May 2024 11:43:51 +0200 (CEST) Received: by mail-pl1-f174.google.com with SMTP id d9443c01a7336-1ed835f3c3cso9769335ad.3 for ; Sun, 05 May 2024 02:43:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1714902230; x=1715507030; 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=0cnyR/pY6Igopg+Jv4PLr4Sg9H+GNxle+VDeAQIfgOc=; b=oAYPAdzT6saC0Tuw8eD+0Hn1L7A/w9rHKowBbK2N1kcpboP10j1rCEyPNZlPNETp5K Ev2sfzvt0yybfMH7ptNXO0IvM46dYMsFK4YDC22GNnp+3tXiHKWoKPC6xWSdZtheuk8r 1VY4Xdlidu2JcoJYkSExNMseGlgp++QvHq91496XBrp0zrnRP3uG/tnlI8Y4BsEkQcF4 QJaA8ageC6tDC4TMklz2Hj5fgzLcJvaLVuBsCty6HYI3upP0N2BpvqwI0fG5isRR/bQm +5Sh+jTsJoH2e1rzimFwhComrhh0Ox7HdIqIez+dolc3D42yXpQvPpWxeY8uaPTVwQuX obEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1714902230; x=1715507030; 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=0cnyR/pY6Igopg+Jv4PLr4Sg9H+GNxle+VDeAQIfgOc=; b=AcUiuqPFGj61q9MgZmVEUPIwL7Mu8HDLe4MTON7/xFl3ILgJz0ySYmz5kvx0BgJ4ym tv3pTotmRB8wJ1RQLPLNg9chF5hlJGdikh9iPhwcdQ78ngS/rh2CLfABcTeu3DoBIRG9 GCwCyN7c4hqGbJOMPQzoB3BgjIHYixhP0sH/woJYjTTBLB7hadB5jA5KRC90GiL2vKbE Qic4H4JekAXs9f1YkSKI6KyztipXbVYPcbVaRFU7iaIf1BpyNyU3XT7Ky3ahQ/c+iR8J evOe2afoozvO7q7GD++WpuRa/JZMhOGKi5Fmv72CuvtaMUPVEROEXLSsZxzjd6FzlxmG duZQ== X-Gm-Message-State: AOJu0YzIOS7ga5utBxFRM9iISCcu3eK6i7tkEXjIZ3vzTe8ZnrlTCGKj VMCCKZw6ctBtByuN7WKeJeMP/r7nTYFDNlfZTlzwrla1I+uMnrBU8/VqR4sfE6Nd6qSu4+ZjIsD z X-Google-Smtp-Source: AGHT+IFw8n0StZCCsvSDNp+4B/Qs/jVNtD82Iu/S1XAWYnIfk33Jvnz2gUfaFzKx9edMAc0Wj8m51g== X-Received: by 2002:a17:902:7409:b0:1e0:a22a:623e with SMTP id g9-20020a170902740900b001e0a22a623emr7180918pll.21.1714902229987; Sun, 05 May 2024 02:43:49 -0700 (PDT) Received: from upstream-bot-ci.anl.eng.rdu2.dc.redhat.com ([66.187.232.140]) by smtp.gmail.com with ESMTPSA id l13-20020a170902f68d00b001eb2fa0c577sm6198740plg.116.2024.05.05.02.43.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 May 2024 02:43:49 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: mattias.ronnblom@ericsson.com, robot@bytheb.org Subject: |FAILURE| pw139872 [RFC v7 6/6] eal: add unit tests for atomic bit access functions Date: Sun, 5 May 2024 05:43:47 -0400 Message-ID: <20240505094347.4097926-1-robot@bytheb.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240505083737.118649-7-mattias.ronnblom@ericsson.com> References: <20240505083737.118649-7-mattias.ronnblom@ericsson.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/139872/ _github build: failed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8957100190 Build Logs: -----------------------Summary of failed steps----------------------- "ubuntu-22.04-gcc-mini" 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 "ubuntu-22.04-gcc-shared-aarch64" failed at step Build and test "ubuntu-22.04-gcc-ppc64le" failed at step Build and test "ubuntu-22.04-gcc-riscv64" failed at step Build and test "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-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] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test #################################################################################### #################################################################################### #### [End job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test #################################################################################### #################################################################################### #### [Begin job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test #################################################################################### #################################################################################### #### [End job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test #################################################################################### #################################################################################### #### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test #################################################################################### #################################################################################### #### [End job log] "ubuntu-22.04-gcc-riscv64" at step Build and test #################################################################################### #################################################################################### #### [Begin job log] "fedora:39-clang" at step Build #################################################################################### #################################################################################### #### [End job log] "fedora:39-clang" at step Build #################################################################################### --------------------------------END LOGS-----------------------------