[TCWG CI] Regression caused by linux: Merge series "" from ::
commit 58da0d84fdd2563939dafa48334e190fad1b536c
Merge: 2ce1b21cb332 dbe638f71eae
Author: Mark Brown <broonie(a)kernel.org>
Merge series "" from :
Results regressed to
# reset_artifacts:
-10
# build_abe binutils:
-9
# build_abe stage1:
-5
# build_abe qemu:
-2
# linux_n_obj:
30256
# linux build successful:
all
# First few build errors in logs:
from
# reset_artifacts:
-10
# build_abe binutils:
-9
# build_abe stage1:
-5
# build_abe qemu:
-2
# linux_n_obj:
30504
# linux build successful:
all
# linux boot successful:
boot
THIS IS THE END OF INTERESTING STUFF. BELOW ARE LINKS TO BUILDS, REPRODUCTION INSTRUCTIONS, AND THE RAW COMMIT.
This commit has regressed these CI configurations:
- tcwg_kernel/gnu-release-aarch64-next-allmodconfig
First_bad build: https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-a…
Last_good build: https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-a…
Baseline build: https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-a…
Even more details: https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-a…
Reproduce builds:
<cut>
mkdir investigate-linux-58da0d84fdd2563939dafa48334e190fad1b536c
cd investigate-linux-58da0d84fdd2563939dafa48334e190fad1b536c
# Fetch scripts
git clone https://git.linaro.org/toolchain/jenkins-scripts
# Fetch manifests and test.sh script
mkdir -p artifacts/manifests
curl -o artifacts/manifests/build-baseline.sh https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-a… --fail
curl -o artifacts/manifests/build-parameters.sh https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-a… --fail
curl -o artifacts/test.sh https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-a… --fail
chmod +x artifacts/test.sh
# Reproduce the baseline build (build all pre-requisites)
./jenkins-scripts/tcwg_kernel-build.sh @@ artifacts/manifests/build-baseline.sh
# Save baseline build state (which is then restored in artifacts/test.sh)
mkdir -p ./bisect
rsync -a --del --delete-excluded --exclude /bisect/ --exclude /artifacts/ --exclude /linux/ ./ ./bisect/baseline/
cd linux
# Reproduce first_bad build
git checkout --detach 58da0d84fdd2563939dafa48334e190fad1b536c
../artifacts/test.sh
# Reproduce last_good build
git checkout --detach 2ce1b21cb3326e12af3c72c47e1d294b19d73947
../artifacts/test.sh
cd ..
</cut>
Full commit (up to 1000 lines):
<cut>
commit 58da0d84fdd2563939dafa48334e190fad1b536c
Merge: 2ce1b21cb332 dbe638f71eae
Author: Mark Brown <broonie(a)kernel.org>
Date: Fri Nov 12 21:25:21 2021 +0000
Merge series "" from :
Changes from ChiYuan Huang <cy_huang(a)richtek.com> to fix a couple of
bugs and add a new device ID/quirk for the rt9120s to the driver.
sound/soc/codecs/rt9120.c | 58 +++++++++++++++++++++++++++++++++++++++--------
1 file changed, 48 insertions(+), 10 deletions(-)
</cut>
[TCWG CI] Regression caused by linux: Merge series "" from ::
commit 58da0d84fdd2563939dafa48334e190fad1b536c
Merge: 2ce1b21cb332 dbe638f71eae
Author: Mark Brown <broonie(a)kernel.org>
Merge series "" from :
Results regressed to
# reset_artifacts:
-10
# build_abe binutils:
-9
# build_abe stage1:
-5
# build_abe qemu:
-2
# linux_n_obj:
30256
# linux build successful:
all
# First few build errors in logs:
from
# reset_artifacts:
-10
# build_abe binutils:
-9
# build_abe stage1:
-5
# build_abe qemu:
-2
# linux_n_obj:
30504
# linux build successful:
all
# linux boot successful:
boot
THIS IS THE END OF INTERESTING STUFF. BELOW ARE LINKS TO BUILDS, REPRODUCTION INSTRUCTIONS, AND THE RAW COMMIT.
This commit has regressed these CI configurations:
- tcwg_kernel/gnu-release-aarch64-next-allmodconfig
First_bad build: https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-a…
Last_good build: https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-a…
Baseline build: https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-a…
Even more details: https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-a…
Reproduce builds:
<cut>
mkdir investigate-linux-58da0d84fdd2563939dafa48334e190fad1b536c
cd investigate-linux-58da0d84fdd2563939dafa48334e190fad1b536c
# Fetch scripts
git clone https://git.linaro.org/toolchain/jenkins-scripts
# Fetch manifests and test.sh script
mkdir -p artifacts/manifests
curl -o artifacts/manifests/build-baseline.sh https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-a… --fail
curl -o artifacts/manifests/build-parameters.sh https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-a… --fail
curl -o artifacts/test.sh https://ci.linaro.org/job/tcwg_kernel-gnu-bisect-gnu-release-aarch64-next-a… --fail
chmod +x artifacts/test.sh
# Reproduce the baseline build (build all pre-requisites)
./jenkins-scripts/tcwg_kernel-build.sh @@ artifacts/manifests/build-baseline.sh
# Save baseline build state (which is then restored in artifacts/test.sh)
mkdir -p ./bisect
rsync -a --del --delete-excluded --exclude /bisect/ --exclude /artifacts/ --exclude /linux/ ./ ./bisect/baseline/
cd linux
# Reproduce first_bad build
git checkout --detach 58da0d84fdd2563939dafa48334e190fad1b536c
../artifacts/test.sh
# Reproduce last_good build
git checkout --detach 2ce1b21cb3326e12af3c72c47e1d294b19d73947
../artifacts/test.sh
cd ..
</cut>
Full commit (up to 1000 lines):
<cut>
commit 58da0d84fdd2563939dafa48334e190fad1b536c
Merge: 2ce1b21cb332 dbe638f71eae
Author: Mark Brown <broonie(a)kernel.org>
Date: Fri Nov 12 21:25:21 2021 +0000
Merge series "" from :
Changes from ChiYuan Huang <cy_huang(a)richtek.com> to fix a couple of
bugs and add a new device ID/quirk for the rt9120s to the driver.
sound/soc/codecs/rt9120.c | 58 +++++++++++++++++++++++++++++++++++++++--------
1 file changed, 48 insertions(+), 10 deletions(-)
</cut>