Hi LKPers,
FYI, we noticed the following commit (built with gcc-9):
[snip]
To reproduce:
# build kernel
cd linux
cp config-5.14.0-rc2-00609-g831119f88781 .config
make HOSTCC=gcc-9 CC=gcc-9 ARCH=x86_64 olddefconfig prepare
modules_prepare bzImage
git clone
https://github.com/intel/lkp-tests.git
cd lkp-tests
bin/lkp qemu -k <bzImage> job-script # job-script is attached
in this email
This gives me:
[jk@pecola lkp-tests]$ bin/lkp qemu -o results -k bzImage job-script
11 blocks
downloading initrds ...
/usr/bin/wget -q --timeout=1800 --tries=1 --local-encoding=UTF-8
https://download.01.org/0day-ci/lkp-qemu/osimage/debian/debian-10.4-x86_6... -N
-P /home/jk/.lkp/cache/osimage/debian
440459 blocks
/usr/bin/wget -q --timeout=1800 --tries=1 --local-encoding=UTF-8
https://download.01.org/0day-ci/lkp-qemu/osimage/deps/debian-10.4-x86_64-...
-N -P /home/jk/.lkp/cache/osimage/deps/debian-10.4-x86_64-20200603.cgz
1773 blocks
/usr/bin/wget -q --timeout=1800 --tries=1 --local-encoding=UTF-8
https://download.01.org/0day-ci/lkp-qemu/osimage/deps/debian-10.4-x86_64-...
-N -P /home/jk/.lkp/cache/osimage/deps/debian-10.4-x86_64-20200603.cgz
2321 blocks
/usr/bin/wget -q --timeout=1800 --tries=1 --local-encoding=UTF-8
https://download.01.org/0day-ci/lkp-qemu/osimage/deps/debian-10.4-x86_64-...
-N -P /home/jk/.lkp/cache/osimage/deps/debian-10.4-x86_64-20200603.cgz
6856 blocks
/usr/bin/wget -q --timeout=1800 --tries=1 --local-encoding=UTF-8
https://download.01.org/0day-ci/lkp-qemu/osimage/pkg/debian-10.4-x86_64-2...
-N -P /home/jk/.lkp/cache/osimage/pkg/debian-10.4-x86_64-20200603.cgz
Failed to download
osimage/pkg/debian-10.4-x86_64-20200603.cgz/trinity-x86_64-b1a0aef9-1_20210908.cgz
I'm seeing a 404 on that URL: there's no
trinity-x86_64-b1a0aef9-1_20210908.cgz in the
osimage/pkg/debian-<version>/ directory there, only a 20210905 one.
If I modify the job-script to use that 20210905 payload instead to get
things working, it looks like no tests are run, as we're missing some
lkp init infrastructure too:
Starting LKP bootstrap...
[ 239.132159] rc.local[723]: /etc/init.d/lkp-bootstrap: 75: /etc/init.d/lkp-bootstrap:
/lkp/root/src/bin/lkp-setup-rootfs: not found
is there something on the host-side that I've missed?
Cheers,
Jeremy