Activity log for bug #1933108

Date Who What changed Old value New value Message
2021-06-21 13:32:31 Kleber Sacilotto de Souza bug added bug
2021-06-21 13:32:32 Kleber Sacilotto de Souza tags kernel-adt-failure
2021-06-21 13:44:57 Kleber Sacilotto de Souza nominated for series Ubuntu Focal
2021-06-21 13:44:57 Kleber Sacilotto de Souza bug task added linux-hwe-5.11 (Ubuntu Focal)
2021-06-21 13:45:03 Kleber Sacilotto de Souza linux-hwe-5.11 (Ubuntu): status New Invalid
2021-06-21 13:45:05 Kleber Sacilotto de Souza linux-hwe-5.11 (Ubuntu Focal): status New Confirmed
2021-06-21 13:45:49 Kleber Sacilotto de Souza summary linux-hwe-5.11 ADT test failure with linux-hwe-5.11/5.11.0-20.21~20.04.1 udpgro.sh/udpgro_bench.sh from selftests.net ADT test failure with linux-hwe-5.11
2021-06-21 13:50:18 Kleber Sacilotto de Souza description This is a scripted bug report about ADT failures while running linux-hwe-5.11 tests for linux-hwe-5.11/5.11.0-20.21~20.04.1 on focal. Whether this is caused by the dep8 tests of the tested source or the kernel has yet to be determined. Testing failed on: amd64: https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/amd64/l/linux-hwe-5.11/20210612_013139_52bf0@/log.gz arm64: https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/arm64/l/linux-hwe-5.11/20210612_185828_49cb4@/log.gz ppc64el: https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/ppc64el/l/linux-hwe-5.11/20210612_011655_0d30e@/log.gz s390x: https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/s390x/l/linux-hwe-5.11/20210611_233218_cf940@/log.gz udpgro.sh and udpgro_bench.sh from selftests.net are failing with hwe-5.11 in focal due to the lack of bpf: 00:27:02 DEBUG| [stdout] # selftests: net: udpgro_bench.sh 00:27:02 DEBUG| [stdout] # Missing xdp_dummy helper. Build bpf selftest first 00:27:02 DEBUG| [stdout] not ok 23 selftests: net: udpgro_bench.sh # exit=255 00:27:02 DEBUG| [stdout] # selftests: net: udpgro.sh 00:27:02 DEBUG| [stdout] # Missing xdp_dummy helper. Build bpf selftest first 00:27:02 DEBUG| [stdout] not ok 24 selftests: net: udpgro.sh # exit=255 Which is caused by a build failure: 00:18:21 DEBUG| Running 'sudo sh -c 'echo 1 > /proc/sys/net/ipv4/conf/all/accept_local'' 00:18:21 DEBUG| Running 'make -C linux/tools/testing/selftests TARGETS=bpf SKIP_TARGETS= KDIR=/usr/src/linux-headers-5.11.0-20-generic' 00:18:21 DEBUG| [stdout] make: Entering directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests' 00:18:21 DEBUG| [stdout] make --no-builtin-rules ARCH=x86 -C ../../.. headers_install 00:18:21 DEBUG| [stdout] make[1]: Entering directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux' 00:18:22 DEBUG| [stdout] INSTALL ./usr/include 00:18:22 DEBUG| [stdout] make[1]: Leaving directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux' 00:18:22 DEBUG| [stdout] make[1]: Entering directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/bpf' 00:18:22 DEBUG| [stdout] make[1]: Leaving directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/bpf' 00:18:22 DEBUG| [stderr] Makefile:125: *** Cannot find a vmlinux for VMLINUX_BTF at any of " ../../../../vmlinux /sys/kernel/btf/vmlinux /boot/vmlinux-5.11.0-20-generic". Stop. 00:18:22 DEBUG| [stdout] make: Leaving directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests' 00:18:22 DEBUG| [stderr] make: *** [Makefile:165: all] Error 2 ======================= Testing failed on:     amd64: https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/amd64/l/linux-hwe-5.11/20210612_013139_52bf0@/log.gz     arm64: https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/arm64/l/linux-hwe-5.11/20210612_185828_49cb4@/log.gz     ppc64el: https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/ppc64el/l/linux-hwe-5.11/20210612_011655_0d30e@/log.gz     s390x: https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/s390x/l/linux-hwe-5.11/20210611_233218_cf940@/log.gz
2021-06-21 13:56:25 Kleber Sacilotto de Souza description udpgro.sh and udpgro_bench.sh from selftests.net are failing with hwe-5.11 in focal due to the lack of bpf: 00:27:02 DEBUG| [stdout] # selftests: net: udpgro_bench.sh 00:27:02 DEBUG| [stdout] # Missing xdp_dummy helper. Build bpf selftest first 00:27:02 DEBUG| [stdout] not ok 23 selftests: net: udpgro_bench.sh # exit=255 00:27:02 DEBUG| [stdout] # selftests: net: udpgro.sh 00:27:02 DEBUG| [stdout] # Missing xdp_dummy helper. Build bpf selftest first 00:27:02 DEBUG| [stdout] not ok 24 selftests: net: udpgro.sh # exit=255 Which is caused by a build failure: 00:18:21 DEBUG| Running 'sudo sh -c 'echo 1 > /proc/sys/net/ipv4/conf/all/accept_local'' 00:18:21 DEBUG| Running 'make -C linux/tools/testing/selftests TARGETS=bpf SKIP_TARGETS= KDIR=/usr/src/linux-headers-5.11.0-20-generic' 00:18:21 DEBUG| [stdout] make: Entering directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests' 00:18:21 DEBUG| [stdout] make --no-builtin-rules ARCH=x86 -C ../../.. headers_install 00:18:21 DEBUG| [stdout] make[1]: Entering directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux' 00:18:22 DEBUG| [stdout] INSTALL ./usr/include 00:18:22 DEBUG| [stdout] make[1]: Leaving directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux' 00:18:22 DEBUG| [stdout] make[1]: Entering directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/bpf' 00:18:22 DEBUG| [stdout] make[1]: Leaving directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/bpf' 00:18:22 DEBUG| [stderr] Makefile:125: *** Cannot find a vmlinux for VMLINUX_BTF at any of " ../../../../vmlinux /sys/kernel/btf/vmlinux /boot/vmlinux-5.11.0-20-generic". Stop. 00:18:22 DEBUG| [stdout] make: Leaving directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests' 00:18:22 DEBUG| [stderr] make: *** [Makefile:165: all] Error 2 ======================= Testing failed on:     amd64: https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/amd64/l/linux-hwe-5.11/20210612_013139_52bf0@/log.gz     arm64: https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/arm64/l/linux-hwe-5.11/20210612_185828_49cb4@/log.gz     ppc64el: https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/ppc64el/l/linux-hwe-5.11/20210612_011655_0d30e@/log.gz     s390x: https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/s390x/l/linux-hwe-5.11/20210611_233218_cf940@/log.gz udpgro.sh and udpgro_bench.sh from selftests.net are failing with hwe-5.11 in focal due to the lack of bpf: 00:27:02 DEBUG| [stdout] # selftests: net: udpgro_bench.sh 00:27:02 DEBUG| [stdout] # Missing xdp_dummy helper. Build bpf selftest first 00:27:02 DEBUG| [stdout] not ok 23 selftests: net: udpgro_bench.sh # exit=255 00:27:02 DEBUG| [stdout] # selftests: net: udpgro.sh 00:27:02 DEBUG| [stdout] # Missing xdp_dummy helper. Build bpf selftest first 00:27:02 DEBUG| [stdout] not ok 24 selftests: net: udpgro.sh # exit=255 Which is caused by a build failure (likely the same issue as bug 1926330): 00:18:21 DEBUG| Running 'sudo sh -c 'echo 1 > /proc/sys/net/ipv4/conf/all/accept_local'' 00:18:21 DEBUG| Running 'make -C linux/tools/testing/selftests TARGETS=bpf SKIP_TARGETS= KDIR=/usr/src/linux-headers-5.11.0-20-generic' 00:18:21 DEBUG| [stdout] make: Entering directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests' 00:18:21 DEBUG| [stdout] make --no-builtin-rules ARCH=x86 -C ../../.. headers_install 00:18:21 DEBUG| [stdout] make[1]: Entering directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux' 00:18:22 DEBUG| [stdout] INSTALL ./usr/include 00:18:22 DEBUG| [stdout] make[1]: Leaving directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux' 00:18:22 DEBUG| [stdout] make[1]: Entering directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/bpf' 00:18:22 DEBUG| [stdout] make[1]: Leaving directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/bpf' 00:18:22 DEBUG| [stderr] Makefile:125: *** Cannot find a vmlinux for VMLINUX_BTF at any of " ../../../../vmlinux /sys/kernel/btf/vmlinux /boot/vmlinux-5.11.0-20-generic". Stop. 00:18:22 DEBUG| [stdout] make: Leaving directory '/tmp/autopkgtest.NBLYCG/build.0It/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests' 00:18:22 DEBUG| [stderr] make: *** [Makefile:165: all] Error 2 ======================= Testing failed on:     amd64: https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/amd64/l/linux-hwe-5.11/20210612_013139_52bf0@/log.gz     arm64: https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/arm64/l/linux-hwe-5.11/20210612_185828_49cb4@/log.gz     ppc64el: https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/ppc64el/l/linux-hwe-5.11/20210612_011655_0d30e@/log.gz     s390x: https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/s390x/l/linux-hwe-5.11/20210611_233218_cf940@/log.gz
2021-06-21 13:57:37 Kleber Sacilotto de Souza bug task added ubuntu-kernel-tests
2021-06-21 13:57:50 Kleber Sacilotto de Souza ubuntu-kernel-tests: status New Confirmed
2022-01-07 04:53:38 Po-Hsu Lin marked as duplicate 1932239