Activity log for bug #1779119

Date Who What changed Old value New value Message
2018-06-28 12:29:35 Po-Hsu Lin bug added bug
2018-06-28 12:29:40 Po-Hsu Lin tags bionic
2018-06-29 04:02:37 Po-Hsu Lin summary test_maps in ubuntu_bpf failed on Bionic (libbpf: ./sockmap_parse_prog.o doesn't provide kernel version) test_maps in ubuntu_bpf failed to build on Bionic ARM64
2018-06-29 04:03:19 Po-Hsu Lin description Similar to bug 1775837, this issue can be found on Bionic ARM64 / PowerPC The error message is a bit different: 1975. + echo 'Running test_maps bpf test..' 1976. + cd bpf 1977. + ./test_maps 1978. libbpf: ./sockmap_parse_prog.o doesn't provide kernel version So it looks like that the bug 1775837 has been solved, now this issue kicks in. Similar to bug 1775837, this issue can be found on Bionic ARM64 / PowerPC The test cannot be build. It complains about: 1894. In file included from /home/ubuntu/autotest/client/tmp/ubuntu_bpf/src/linux/tools/testing/selftests/bpf/test_pkt_access.c:8: 1895. /usr/include/string.h:26:10: fatal error: 'bits/libc-header-start.h' file not found 1896. #include 1897. ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1898. 1 error generated. 1899. In file included from /home/ubuntu/autotest/client/tmp/ubuntu_bpf/src/linux/tools/testing/selftests/bpf/test_xdp.c:8: 1900. /usr/include/string.h:26:10: fatal error: 'bits/libc-header-start.h' file not found 1901. #include 1902. ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1975. + echo 'Running test_maps bpf test..' 1976. + cd bpf 1977. + ./test_maps 1978. libbpf: ./sockmap_parse_prog.o doesn't provide kernel version So it looks like that the bug 1775837 has been solved, now this issue kicks in.
2018-08-23 04:36:36 Po-Hsu Lin summary test_maps in ubuntu_bpf failed to build on Bionic ARM64 test_maps failed in ubuntu_bpf and build error can be found on Bionic ARM64 /PPC64 / s390x
2018-08-23 04:36:41 Po-Hsu Lin tags bionic bionic s390x
2018-08-23 06:59:31 Po-Hsu Lin ubuntu-kernel-tests: status New Invalid