From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Subject: Re: kernelci failures due to "pahole" missing From: denys.f@collabora.com Date: Tue, 03 May 2022 07:58:08 +0300 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-ID: To: kernelci@groups.io, tkjos@google.com Hi,=20 We are testing in staging fix for that: https://github.com/kernelci/kernelci-core/pull/1158 Also i noticed in some cases lz4 package required for this test, so added it too. Best regards, Denys On Fri, 2022-04-29 at 15:22 -0700, Todd Kjos via groups.io wrote: > We have a bunch of Android kernel test failures due to missing > "pahole" in > the build environment (example android13-5.15 gki_defconfig > > > ): >=20 >=20 > =C2=A0 LD=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 vmlinux.o > =C2=A0 MODPOST vmlinux.symvers > =C2=A0 MODINFO modules.builtin.modinfo > =C2=A0 GEN=C2=A0=C2=A0=C2=A0=C2=A0 modules.builtin > BTF: .tmp_vmlinux.btf: pahole (pahole) is not available > Failed to generate BTF for vmlinux > Try to disable CONFIG_DEBUG_INFO_BTF > make[1]: *** [/tmp/kci/linux/Makefile:1247: vmlinux] Error 1 > make[1]: Leaving directory '/tmp/kci/linux/build' > make: *** [Makefile:237: __sub-make] Error 2 > make: Leaving directory '/tmp/kci/linux' >=20 > Would it be possible to get pahole added to the build environments > used to > build android kernels? >=20 > -Todd >=20 >=20 >=20 >=20 >=20