|WARNING| pw134700 [PATCH] version: 24.03-rc0

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Fri Dec 1 01:43:22 CET 2023


Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/134700

_apply patch failure_

Submitter: David Marchand <david.marchand at redhat.com>
Date: Wednesday, November 29 2023 16:18:58 
Applied on: CommitID:eeb0605f118dae66e80faa44f7b3e88748032353
Apply patch set 134700 failed:

Checking patch .ci/linux-build.sh...
error: while searching for:
install_libabigail() {
    version=$1
    instdir=$2

    wget -q "http://mirrors.kernel.org/sourceware/libabigail/${version}.tar.gz"
    tar -xf ${version}.tar.gz
    cd $version && autoreconf -vfi && cd -
    mkdir $version/build
    cd $version/build && ../configure --prefix=$instdir && cd -
    make -C $version/build all install
    rm -rf $version
    rm ${version}.tar.gz
}

configure_coredump() {

error: patch failed: .ci/linux-build.sh:12
Checking patch .github/workflows/build.yml...
error: while searching for:
      BUILD_EXAMPLES: ${{ contains(matrix.config.checks, 'examples') }}
      CC: ccache ${{ matrix.config.compiler }}
      DEF_LIB: ${{ matrix.config.library }}
      LIBABIGAIL_VERSION: libabigail-2.1
      MINGW: ${{ matrix.config.cross == 'mingw' }}
      MINI: ${{ matrix.config.mini != '' }}
      PPC64LE: ${{ matrix.config.cross == 'ppc64le' }}
      REF_GIT_TAG: none
      RISCV64: ${{ matrix.config.cross == 'riscv64' }}
      RUN_TESTS: ${{ contains(matrix.config.checks, 'tests') }}
      STDATOMIC: ${{ contains(matrix.config.checks, 'stdatomic') }}

error: patch failed: .github/workflows/build.yml:23
error: while searching for:
            checks: stdatomic
          - os: ubuntu-20.04
            compiler: gcc
            checks: debug+doc+examples+tests
          - os: ubuntu-20.04
            compiler: clang
            checks: asan+doc+tests

error: patch failed: .github/workflows/build.yml:47
Checking patch ABI_VERSION...
error: while searching for:
24.0

error: patch failed: ABI_VERSION:1
Checking patch VERSION...
error: while searching for:
23.11.0

error: patch failed: VERSION:1
Checking patch doc/guides/rel_notes/index.rst...
error: while searching for:
    :maxdepth: 1
    :numbered:

    release_23_11
    release_23_07
    release_23_03

error: patch failed: doc/guides/rel_notes/index.rst:8
Checking patch doc/guides/rel_notes/release_24_03.rst...
error: doc/guides/rel_notes/release_24_03.rst: already exists in index
Applying patch .ci/linux-build.sh with 1 reject...
Rejected hunk #1.
Applying patch .github/workflows/build.yml with 2 rejects...
Rejected hunk #1.
Rejected hunk #2.
Applying patch ABI_VERSION with 1 reject...
Rejected hunk #1.
Applying patch VERSION with 1 reject...
Rejected hunk #1.
Applying patch doc/guides/rel_notes/index.rst with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/.ci/linux-build.sh b/.ci/linux-build.sh	(rejected hunks)
@@ -12,15 +12,16 @@ fi
 install_libabigail() {
     version=$1
     instdir=$2
+    tarball=$version.tar.xz
 
-    wget -q "http://mirrors.kernel.org/sourceware/libabigail/${version}.tar.gz"
-    tar -xf ${version}.tar.gz
+    wget -q "http://mirrors.kernel.org/sourceware/libabigail/$tarball"
+    tar -xf $tarball
     cd $version && autoreconf -vfi && cd -
     mkdir $version/build
     cd $version/build && ../configure --prefix=$instdir && cd -
     make -C $version/build all install
     rm -rf $version
-    rm ${version}.tar.gz
+    rm $tarball
 }
 
 configure_coredump() {
diff a/.github/workflows/build.yml b/.github/workflows/build.yml	(rejected hunks)
@@ -23,11 +23,11 @@ jobs:
       BUILD_EXAMPLES: ${{ contains(matrix.config.checks, 'examples') }}
       CC: ccache ${{ matrix.config.compiler }}
       DEF_LIB: ${{ matrix.config.library }}
-      LIBABIGAIL_VERSION: libabigail-2.1
+      LIBABIGAIL_VERSION: libabigail-2.4
       MINGW: ${{ matrix.config.cross == 'mingw' }}
       MINI: ${{ matrix.config.mini != '' }}
       PPC64LE: ${{ matrix.config.cross == 'ppc64le' }}
-      REF_GIT_TAG: none
+      REF_GIT_TAG: v23.11
       RISCV64: ${{ matrix.config.cross == 'riscv64' }}
       RUN_TESTS: ${{ contains(matrix.config.checks, 'tests') }}
       STDATOMIC: ${{ contains(matrix.config.checks, 'stdatomic') }}
@@ -47,7 +47,7 @@ jobs:
             checks: stdatomic
           - os: ubuntu-20.04
             compiler: gcc
-            checks: debug+doc+examples+tests
+            checks: abi+debug+doc+examples+tests
           - os: ubuntu-20.04
             compiler: clang
             checks: asan+doc+tests
diff a/ABI_VERSION b/ABI_VERSION	(rejected hunks)
@@ -1 +1 @@
-24.0
+24.1
diff a/VERSION b/VERSION	(rejected hunks)
@@ -1 +1 @@
-23.11.0
+24.03.0-rc0
diff a/doc/guides/rel_notes/index.rst b/doc/guides/rel_notes/index.rst	(rejected hunks)
@@ -8,6 +8,7 @@ Release Notes
     :maxdepth: 1
     :numbered:
 
+    release_24_03
     release_23_11
     release_23_07
     release_23_03

https://lab.dpdk.org/results/dashboard/patchsets/28493/

UNH-IOL DPDK Community Lab


More information about the test-report mailing list