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 C883B46C76 for ; Fri, 1 Aug 2025 20:18:39 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BFFDE40650; Fri, 1 Aug 2025 20:18:39 +0200 (CEST) Received: from dmx.alabs.net (dmx.alabs.net [52.211.35.88]) by mails.dpdk.org (Postfix) with ESMTP id 6B36A40650 for ; Fri, 1 Aug 2025 20:18:38 +0200 (CEST) Received: from ec2-52-49-224-164.eu-west-1.compute.amazonaws.com (unknown [10.122.5.122]) by dmx.alabs.net (Postfix) with ESMTP id 04C178475F9; Fri, 1 Aug 2025 21:18:37 +0300 (IDT) DKIM-Filter: OpenDKIM Filter v2.11.0 dmx.alabs.net 04C178475F9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alabs.net; s=alabs; t=1754072317; bh=tm4EnW35HNxFFSYEjsLy+PbgKzOuU4vFZKvx4jH4Wak=; h=Date:From:To:Subject:List-ID:From; b=kOt50Qt7YiIVypCaUyyK5Ab6seHaNJfPdPjyfB0vs0kWJ8F9oZSa6CAqoBXR/lJAu IPUZG2ceNhxi7O4jGOpe1KqIJ+ZaxbDUV0wDE5IRH/bJezXjyK6BE1MP+phuU93oNr MVkdxvCtFWf6E2MlP48zLvqHIK+Zq9DLyj5bfXQ8= Received: from ip-10-159-234-77.eu-west-1.compute.internal (swci-jnk-k2apps.alabs.net [10.159.234.77]) by ec2-52-49-224-164.eu-west-1.compute.amazonaws.com (Postfix) with ESMTP id F0EA812ACA8; Fri, 1 Aug 2025 21:18:36 +0300 (IDT) Date: Fri, 1 Aug 2025 21:18:36 +0300 (IDT) From: al-sw-devops@alabs.net To: test-report@dpdk.org, atrwajee@amazon.com, shaibran@amazon.com Message-ID: <410229097.2759.1754072316989@ip-10-159-234-77.eu-west-1.compute.internal> Subject: |FAILURE| pw155615-155615 net/cksum: compute raw cksum for several segments MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_2758_1657080041.1754072316985" X-Jenkins-Job: Community-Fast-tests 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 ------=_Part_2758_1657080041.1754072316985 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Test-Name: DPDK Fast test suite Test-Label: aws-unit-testing Test-Status: FAILURE _Unit Testing Apply error encountered_ http://dpdk.org/patch/155615 Test Status Summary: +--------------+------------------+ | Architecture | DPDK Unit Test | +--------------+------------------+ | x86_64 | FAILURE | +--------------+------------------+ | arm64 | FAILURE | +--------------+------------------+ Test environment (aarch64): Description: Apply error encountered OS : Ubuntu 24.04.1 LTS Kernel : 6.8.0-1030-aws NIC : Elastic Network Adapter GCC : 13.3.0-6ubuntu2~24.04 Test last 100 lines (aarch64) WARNING: Patch parsing for tags failed: Traceback (most recent call last): File "/root/dpdk-ci/tools/patch_parser.py", line 92, in patch_files = get_all_files_from_patches(args.patch_file_paths) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/root/dpdk-ci/tools/patch_parser.py", line 55, in get_all_files_from_patches return set(itertools.chain.from_iterable(map(get_changed_files_in_patch, patch_files))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/root/dpdk-ci/tools/patch_parser.py", line 51, in get_changed_files_in_patch return list(filenames) ^^^^^^^^^^^^^^^ File "/root/dpdk-ci/tools/patch_parser.py", line 50, in filenames = map(lambda diff: diff.header.new_path, whatthepatch.parse_patch(f.read())) ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'new_path' Cleaning repository state... Trying to checkout branch: origin/main Checked out to main (38543d33bd47fc0ee21f59db80a8763620741879) Done: main commit 38543d33bd47fc0ee21f59db80a8763620741879 Trying to checkout branch: origin/main Checked out to main (38543d33bd47fc0ee21f59db80a8763620741879) Applying patch... Failed to apply patch: Applying: net/cksum: compute raw cksum for several segments error: patch fragment without header at line 7: @@ -157,7 +177,7 @@ rte_raw_cksum_mbuf(const struct rte_mbuf *m, error: could not build fake ancestor hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0001 net/cksum: compute raw cksum for several segments When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". Patch failed. Checking for conflicts in .rst files... Patch apply failed with conflicts in non-.rst files: [] FAILURE Test environment (x86_64): Description: Apply error encountered OS : Ubuntu 24.04.1 LTS Kernel : 6.8.0-1030-aws NIC : Elastic Network Adapter GCC : 13.3.0-6ubuntu2~24.04 Test last 100 lines (x86_64) WARNING: Patch parsing for tags failed: Traceback (most recent call last): File "/root/dpdk-ci/tools/patch_parser.py", line 92, in patch_files = get_all_files_from_patches(args.patch_file_paths) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/root/dpdk-ci/tools/patch_parser.py", line 55, in get_all_files_from_patches return set(itertools.chain.from_iterable(map(get_changed_files_in_patch, patch_files))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/root/dpdk-ci/tools/patch_parser.py", line 51, in get_changed_files_in_patch return list(filenames) ^^^^^^^^^^^^^^^ File "/root/dpdk-ci/tools/patch_parser.py", line 50, in filenames = map(lambda diff: diff.header.new_path, whatthepatch.parse_patch(f.read())) ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'new_path' Cleaning repository state... Trying to checkout branch: origin/main Checked out to main (38543d33bd47fc0ee21f59db80a8763620741879) Done: main commit 38543d33bd47fc0ee21f59db80a8763620741879 Trying to checkout branch: origin/main Checked out to main (38543d33bd47fc0ee21f59db80a8763620741879) Applying patch... Applying: net/cksum: compute raw cksum for several segments error: patch fragment without header at line 7: @@ -157,7 +177,7 @@ rte_raw_cksum_mbuf(const struct rte_mbuf *m, error: could not build fake ancestor hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0001 net/cksum: compute raw cksum for several segments When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". Patch failed. Checking for conflicts in .rst files... Patch apply failed with conflicts in non-.rst files: [] FAILURE ------=_Part_2758_1657080041.1754072316985--