Total jobs: 213
Total errors: 22 (10.33%)
LAVA errors: 0 (0.00%)
Test errors: 0 (0.00%)
Job errors: 21 (9.86%)
Infra errors: 1 (0.47%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-410c
Total jobs: 20
Total errors: 19 (95.00%)
Error type: Job
Error count: 19 (95.00%)
Error: No match for error type 'Job', message 'Unable to update image rootfs: 'mount: mount exited with status 32: mount: /sysroot: wrong fs type, bad option, bad superblock on /dev/sda, missing codepage or helper program, or other error.\n dmesg(1) may have more information after failed mount system call.''
Count: 19 (95.00%)
IDs:
dragonboard-410c-01:
4149572 4149586 4149625 4149629 4149648
4149658 4149676 4149700 4149715 4149730
4149830 4149833 4149840 4149843 4149850
4149855 4149859 4149861 4149865
Device type: dragonboard-845c
Total jobs: 23
Total errors: 2 (8.70%)
Error type: Job
Error count: 1 (4.35%)
Error: No match for error type 'Job', message '[ 0.000000] Kernel panic - not syncing: Attempted to kill the idle task!
[ 0.000000] ---[ end Kernel panic - not syncing: Attempted to kill the idle task! ]---'
Count: 1 (4.35%)
IDs:
dragonboard-845c-08:
4149852
Error type: Infrastructure
Error count: 1 (4.35%)
Error: Connection closed
Count: 1 (4.35%)
IDs:
dragonboard-845c-05:
4149660
Device type: x15
Total jobs: 57
Total errors: 1 (1.75%)
Error type: Job
Error count: 1 (1.75%)
Error: No match for error type 'Job', message 'login-action timed out after 274 seconds'
Count: 1 (1.75%)
IDs:
x15-01:
4149814
Device type: beaglebone-black
Total jobs: 74
Total errors: 0 (0.00%)
Device type: bcm2837-rpi-3-b-32
Total jobs: 37
Total errors: 0 (0.00%)
Device type: imx93-11x11-evk
Total jobs: 1
Total errors: 0 (0.00%)
Device type: hi6220-hikey-r2
Total jobs: 1
Total errors: 0 (0.00%)
Regressions on arm64 defconfig build failed with gcc-8 on the Linux next
tag next-20250512 and next-20250522.
First seen on the next-20250512
Good: next-20250509
Bad: next-20250512
Regressions found on arm64:
- build/gcc-8-defconfig
Regression Analysis:
- New regression? Yes
- Reproducible? Yes
Build regression: arm64 gcc-8 defconfig call to '__field_overflow'
declared with attribute error value doesn't fit into mask
Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org>
## Build log
-----
In file included from arch/arm64/include/asm/sysreg.h:1107,
from arch/arm64/include/asm/cputype.h:248,
from arch/arm64/include/asm/cache.h:43,
from include/vdso/cache.h:5,
from include/linux/cache.h:6,
from include/linux/time.h:5,
from include/linux/skbuff.h:15,
from include/linux/if_ether.h:19,
from include/linux/ieee80211.h:19,
from drivers/net/wireless/intel/iwlwifi/iwl-trans.h:10,
from drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info.c:6:
In function 'u32_encode_bits',
inlined from 'iwl_pcie_ctxt_info_init' at
drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info.c:208:3:
include/linux/bitfield.h:195:3: error: call to '__field_overflow'
declared with attribute error: value doesn't fit into mask
__field_overflow(); \
^~~~~~~~~~~~~~~~~~
include/linux/bitfield.h:215:2: note: in expansion of macro '____MAKE_OP'
____MAKE_OP(u##size,u##size,,)
^~~~~~~~~~~
include/linux/bitfield.h:218:1: note: in expansion of macro '__MAKE_OP'
__MAKE_OP(32)
^~~~~~~~~
## Source
* Kernel version: 6.15.0-rc7
* Git tree: https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next.git
* Git sha: 460178e842c7a1e48a06df684c66eb5fd630bcf7
* Git describe: next-20250522
## Build
* Build log: https://qa-reports.linaro.org/api/testruns/28517069/log_file/
* Build history:
https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20250522/te…
* Build link: https://storage.tuxsuite.com/public/linaro/lkft/builds/2xRo9LbWebbQqL9EYIT8…
* Kernel config:
https://storage.tuxsuite.com/public/linaro/lkft/builds/2xRo9LbWebbQqL9EYIT8…
--
Linaro LKFT
https://lkft.linaro.org
Currently rust on arm fails to compile due to '-mno-fdpic'. This flag
disables a GCC feature that we don't want for kernel builds, so let's
skip it.
Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org>
Closes: https://lore.kernel.org/all/CA+G9fYvOanQBYXKSg7C6EU30k8sTRC0JRPJXYu7wWK51w3…
Signed-off-by: Miguel Ojeda <ojeda(a)kernel.org>
Tested-by: Naresh Kamboju <naresh.kamboju(a)linaro.org>
Signed-off-by: Naresh Kamboju <naresh.kamboju(a)linaro.org>
Tested-by: Rudraksha Gupta <guptarud(a)gmail.com>
Signed-off-by: Rudraksha Gupta <guptarud(a)gmail.com>
---
Currently rust on arm fails to compile due to '-mno-fdpic'. This flag
disables a GCC feature that we don't want for kernel builds, so let's
skip it.
It seems like this bug went through the cracks, so I went ahead and sent
it. Hopefully nobody minds.
Closes: https://lore.kernel.org/all/CA+G9fYvOanQBYXKSg7C6EU30k8sTRC0JRPJXYu7wWK51w3…
---
rust/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rust/Makefile b/rust/Makefile
index 3aca903a7d08..f207ba0ed466 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -273,7 +273,7 @@ bindgen_skip_c_flags := -mno-fp-ret-in-387 -mpreferred-stack-boundary=% \
-fzero-call-used-regs=% -fno-stack-clash-protection \
-fno-inline-functions-called-once -fsanitize=bounds-strict \
-fstrict-flex-arrays=% -fmin-function-alignment=% \
- -fzero-init-padding-bits=% \
+ -fzero-init-padding-bits=% -mno-fdpic \
--param=% --param asan-%
# Derived from `scripts/Makefile.clang`.
---
base-commit: a5806cd506af5a7c19bcd596e4708b5c464bfd21
change-id: 20250520-rust-mno-fdpic-arm-fix-940a58bf9433
Best regards,
--
Rudraksha Gupta <guptarud(a)gmail.com>
Total jobs: 322
Total errors: 95 (29.50%)
LAVA errors: 1 (0.31%)
Test errors: 58 (18.01%)
Job errors: 14 (4.35%)
Infra errors: 22 (6.83%)
Canceled jobs: 0 (0.00%)
Device type: qrb5165-rb5
Total jobs: 108
Total errors: 34 (31.48%)
Error type: Test
Error count: 18 (16.67%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 7 (6.48%)
IDs:
rb5-03:
8281588 8281615 8282211 8282227
rb5-07:
8281524 8282262 8282536
Error: Device NOT found!
Count: 8 (7.41%)
IDs:
rb5-03:
8281100 8281498 8281618 8281756 8282258
rb5-05:
8281059
rb5-07:
8281015 8282209
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds'
Count: 1 (0.93%)
IDs:
rb5-05:
8281757
Error: No match for error type 'Test', message 'tradefed - adb device lost[d8a1879f]'
Count: 1 (0.93%)
IDs:
rb5-07:
8281732
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 1 (0.93%)
IDs:
rb5-03:
8281523
Error type: Bug
Error count: 1 (0.93%)
Error: No match for error type 'Bug', message 'Failed to share device '/dev/bus/usb/003/039' to docker container lava-8282222-5.4-0f2280fe-573f-41b1-962a-9829239cbc47'
Count: 1 (0.93%)
IDs:
rb5-05:
8282222
Error type: Infrastructure
Error count: 5 (4.63%)
Error: Reboot failed
Count: 1 (0.93%)
IDs:
rb5-05:
8281779
Error: Connection closed
Count: 3 (2.78%)
IDs:
rb5-01:
8281583 8281671 8281695
Error: No match for error type 'Infrastructure', message 'Failed to clean after job'
Count: 1 (0.93%)
IDs:
rb5-07:
8281539
Error type: Job
Error count: 10 (9.26%)
Error: No match for error type 'Job', message 'login-action timed out after 877 seconds'
Count: 3 (2.78%)
IDs:
rb5-01:
8281634 8281636 8281698
Error: No match for error type 'Job', message 'login-action timed out after 869 seconds'
Count: 1 (0.93%)
IDs:
rb5-01:
8281696
Error: No match for error type 'Job', message 'login-action timed out after 875 seconds'
Count: 1 (0.93%)
IDs:
rb5-07:
8281694
Error: No match for error type 'Job', message 'login-action timed out after 876 seconds'
Count: 2 (1.85%)
IDs:
rb5-01:
8281691
rb5-07:
8281635
Error: No match for error type 'Job', message 'login-action timed out after 870 seconds'
Count: 1 (0.93%)
IDs:
rb5-07:
8281641
Error: No match for error type 'Job', message 'login-action timed out after 712 seconds'
Count: 1 (0.93%)
IDs:
rb5-03:
8281639
Error: No match for error type 'Job', message 'login-action timed out after 827 seconds'
Count: 1 (0.93%)
IDs:
rb5-06:
8281633
Device type: dragonboard-845c
Total jobs: 191
Total errors: 53 (27.75%)
Error type: Infrastructure
Error count: 16 (8.38%)
Error: Connection closed
Count: 2 (1.05%)
IDs:
db845c-11:
8282768
db845c-13:
8281482
Error: Reboot failed
Count: 10 (5.24%)
IDs:
db845c-09:
8281520
db845c-11:
8281598 8281599 8282194 8282721
db845c-12:
8281596 8281601
db845c-13:
8281642
db845c-14:
8281486 8281605
Error: No match for error type 'Infrastructure', message 'Unable to run pre-power: '/usr/local/lab-scripts/cbrxd_hub_control -n w1-hub01 -m sync -u 13' failed'
Count: 2 (1.05%)
IDs:
db845c-09:
8278961 8279075
Error: No match for error type 'Infrastructure', message 'Failed to clean after job'
Count: 2 (1.05%)
IDs:
db845c-01:
8278969
db845c-07:
8278968
Error type: Test
Error count: 33 (17.28%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 899 seconds'
Count: 5 (2.62%)
IDs:
db845c-11:
8282719
db845c-13:
8281603 8282756
db845c-14:
8281644 8282192
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 898 seconds'
Count: 2 (1.05%)
IDs:
db845c-11:
8282187
db845c-12:
8281643
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 11 (5.76%)
IDs:
db845c-01:
8278919 8278921 8278926 8281554 8281562
db845c-02:
8281481 8281485 8281505
db845c-07:
8279027 8279136 8281185
Error: Device NOT found!
Count: 5 (2.62%)
IDs:
db845c-02:
8279113
db845c-07:
8278904 8281534
db845c-09:
8278951
db845c-12:
8281181
Error: No match for error type 'Test', message 'tradefed - adb device lost[371c4e67]'
Count: 2 (1.05%)
IDs:
db845c-13:
8281176 8281489
Error: No match for error type 'Test', message 'tradefed - adb device lost[f290bb24]'
Count: 1 (0.52%)
IDs:
db845c-12:
8281179
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 3 (1.57%)
IDs:
db845c-02:
8281058
db845c-03:
8281049
db845c-05:
8281104
Error: No match for error type 'Test', message 'tradefed - adb device lost[db449025]'
Count: 1 (0.52%)
IDs:
db845c-14:
8279030
Error: No match for error type 'Test', message 'tradefed - adb device lost[927ecf10]'
Count: 1 (0.52%)
IDs:
db845c-11:
8279029
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 292 seconds'
Count: 1 (0.52%)
IDs:
db845c-01:
8278956
Error: No match for error type 'Test', message 'tradefed - adb device lost[a6622a22]'
Count: 1 (0.52%)
IDs:
db845c-09:
8278943
Error type: Job
Error count: 4 (2.09%)
Error: No match for error type 'Job', message 'login-action timed out after 869 seconds'
Count: 2 (1.05%)
IDs:
db845c-14:
8281638 8282746
Error: No match for error type 'Job', message 'login-action timed out after 872 seconds'
Count: 2 (1.05%)
IDs:
db845c-11:
8281645
db845c-12:
8281640
Device type: hi6220-hikey-r2
Total jobs: 4
Total errors: 4 (100.00%)
Error type: Test
Error count: 4 (100.00%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 2 (50.00%)
IDs:
hikey-6220-r2-05:
8282074
hikey-6220-r2-06:
8282776
Error: No match for error type 'Test', message 'tradefed - adb device lost[4595FE84003F72FC]'
Count: 1 (25.00%)
IDs:
hikey-6220-r2-04:
8281788
Error: No match for error type 'Test', message 'tradefed - adb device lost[235D989C003B0752]'
Count: 1 (25.00%)
IDs:
hikey-6220-r2-03:
8281747
Device type: hi960-hikey
Total jobs: 11
Total errors: 1 (9.09%)
Error type: Test
Error count: 1 (9.09%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 596 seconds'
Count: 1 (9.09%)
IDs:
hi960-hikey-01:
8281717
Device type: juno-r2
Total jobs: 3
Total errors: 1 (33.33%)
Error type: Test
Error count: 1 (33.33%)
Error: No match for error type 'Test', message 'mkfs.ext4 /dev/disk/by-id/ata-SanDisk_SSD_PLUS_240GB_24063A4A3R08 failed; job exit'
Count: 1 (33.33%)
IDs:
juno-r2-01:
8282594
Device type: rk3399-rock-pi-4b
Total jobs: 1
Total errors: 0 (0.00%)
Device type: sm8550-hdk
Total jobs: 4
Total errors: 2 (50.00%)
Error type: Infrastructure
Error count: 1 (25.00%)
Error: Reboot failed
Count: 1 (25.00%)
IDs:
sm8550-hdk-01:
8281014
Error type: Test
Error count: 1 (25.00%)
Error: Device NOT found!
Count: 1 (25.00%)
IDs:
sm8550-hdk-01:
8279045
Total jobs: 102
Total errors: 13 (12.75%)
LAVA errors: 0 (0.00%)
Test errors: 0 (0.00%)
Job errors: 8 (7.84%)
Infra errors: 5 (4.90%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-410c
Total jobs: 9
Total errors: 8 (88.89%)
Error type: Job
Error count: 8 (88.89%)
Error: No match for error type 'Job', message 'Unable to update image rootfs: 'mount: mount exited with status 32: mount: /sysroot: wrong fs type, bad option, bad superblock on /dev/sda, missing codepage or helper program, or other error.\n dmesg(1) may have more information after failed mount system call.''
Count: 8 (88.89%)
IDs:
dragonboard-410c-01:
4149427 4149450 4149471 4149501 4149506
4149528 4149545 4149563
Device type: dragonboard-845c
Total jobs: 16
Total errors: 5 (31.25%)
Error type: Infrastructure
Error count: 5 (31.25%)
Error: Connection closed
Count: 4 (25.00%)
IDs:
dragonboard-845c-04:
4149446 4149465
dragonboard-845c-06:
4149463
dragonboard-845c-08:
4149459
Error: fastboot-flash-action timed out
Count: 1 (6.25%)
IDs:
dragonboard-845c-04:
4149461
Device type: beaglebone-black
Total jobs: 33
Total errors: 0 (0.00%)
Device type: bcm2837-rpi-3-b-32
Total jobs: 17
Total errors: 0 (0.00%)
Device type: x15
Total jobs: 25
Total errors: 0 (0.00%)
Device type: imx93-11x11-evk
Total jobs: 1
Total errors: 0 (0.00%)
Device type: hi6220-hikey-r2
Total jobs: 1
Total errors: 0 (0.00%)