Activity log for bug #1931581

Date Who What changed Old value New value Message
2021-06-10 13:54:05 Krzysztof Kozlowski bug added bug
2021-06-10 13:54:35 Krzysztof Kozlowski tags 5.11 hirsute sru-20210531 ubuntu-bpf
2021-06-10 13:54:46 Krzysztof Kozlowski ubuntu-kernel-tests: assignee Thadeu Lima de Souza Cascardo (cascardo)
2021-06-10 14:00:31 Krzysztof Kozlowski attachment added hirsute-build-fail-after-fixing-missing-docutils.txt https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1931581/+attachment/5503876/+files/hirsute-build-fail-after-fixing-missing-docutils.txt
2021-06-10 14:00:54 Krzysztof Kozlowski description On Hirsute v5.11 the ubuntu_bpf fails to build with: make[1]: Leaving directory '/home/azure/autotest/client/tmp/ubuntu_bpf/src/linux/tools/testing/selftests/bpf' make: Leaving directory '/home/azure/autotest/client/tmp/ubuntu_bpf/src/linux/tools/testing/selftests' stderr: Warning: Kernel ABI header at 'tools/include/uapi/linux/netlink.h' differs from latest version at 'include/uapi/linux/netlink.h' Warning: Kernel ABI header at 'tools/include/uapi/linux/if_link.h' differs from latest version at 'include/uapi/linux/if_link.h' progs/btf__core_reloc_existence___err_wrong_arr_kind.c:3:15: warning: declaration of 'struct core_reloc_existence___err_wrong_arr_kind' will not be visible outside of this function [-Wvisibility] void f(struct core_reloc_existence___err_wrong_arr_kind x) {} ^ progs/btf__core_reloc_existence___err_wrong_arr_kind.c:3:57: error: variable has incomplete type 'struct core_reloc_existence___err_wrong_arr_kind' void f(struct core_reloc_existence___err_wrong_arr_kind x) {} ^ progs/btf__core_reloc_existence___err_wrong_arr_kind.c:3:15: note: forward declaration of 'struct core_reloc_existence___err_wrong_arr_kind' void f(struct core_reloc_existence___err_wrong_arr_kind x) {} ^ 1 warning and 1 error generated. make[1]: *** [Makefile:394: /home/azure/autotest/client/tmp/ubuntu_bpf/src/linux/tools/testing/selftests/bpf/btf__core_reloc_existence___err_wrong_arr_kind.o] Error 1 On Hirsute v5.11, after adding missing docutils in lp:1931580, the ubuntu_bpf fails to build with:   make[1]: Leaving directory '/home/azure/autotest/client/tmp/ubuntu_bpf/src/linux/tools/testing/selftests/bpf'   make: Leaving directory '/home/azure/autotest/client/tmp/ubuntu_bpf/src/linux/tools/testing/selftests'   stderr:   Warning: Kernel ABI header at 'tools/include/uapi/linux/netlink.h' differs from latest version at 'include/uapi/linux/netlink.h'   Warning: Kernel ABI header at 'tools/include/uapi/linux/if_link.h' differs from latest version at 'include/uapi/linux/if_link.h'   progs/btf__core_reloc_existence___err_wrong_arr_kind.c:3:15: warning: declaration of 'struct core_reloc_existence___err_wrong_arr_kind' will not be visible outside of this function [-Wvisibility]   void f(struct core_reloc_existence___err_wrong_arr_kind x) {}                 ^   progs/btf__core_reloc_existence___err_wrong_arr_kind.c:3:57: error: variable has incomplete type 'struct core_reloc_existence___err_wrong_arr_kind'   void f(struct core_reloc_existence___err_wrong_arr_kind x) {}                                                           ^   progs/btf__core_reloc_existence___err_wrong_arr_kind.c:3:15: note: forward declaration of 'struct core_reloc_existence___err_wrong_arr_kind'   void f(struct core_reloc_existence___err_wrong_arr_kind x) {}                 ^   1 warning and 1 error generated.   make[1]: *** [Makefile:394: /home/azure/autotest/client/tmp/ubuntu_bpf/src/linux/tools/testing/selftests/bpf/btf__core_reloc_existence___err_wrong_arr_kind.o] Error 1