lists.linaro.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2025
September
August
July
June
May
April
March
February
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
List overview
Download
Lkft-triage
----- 2025 -----
September 2025
August 2025
July 2025
June 2025
May 2025
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
lkft-triage@lists.linaro.org
51 participants
33116 discussions
Start a n
N
ew thread
next-20250915: error[E0425]: cannot find function `atomic_read_acquire` in crate `bindings`
by Naresh Kamboju
The following build warnings / errors noticed on the arm arm64 and x86_64 with rust config build on the Linux next-20250915 tag. First seen on next-20250915 Good: next-20250912 Bad: next-20250915 Regression Analysis: - New regression? yes - Reproducibility? yes * arm, build - rustclang-lkftconfig-kselftest - rustgcc-lkftconfig-kselftest * arm64, build - rustclang-lkftconfig-kselftest - rustgcc-lkftconfig-kselftest * x86_64, build - rustgcc-lkftconfig-kselftest - rustclang-nightly-lkftconfig-kselftest Build regression: next-20250915: error[E0425]: cannot find function `atomic_read_acquire` in crate `bindings` Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org> ## Build log error[E0425]: cannot find function `atomic_read_acquire` in crate `bindings` --> rust/kernel/sync/atomic/internal.rs:124:37 | 124 | $unsafe { bindings::[< $ctype _ $func >]($($c_arg,)*) } | ^^^^^^^^^^^^^^^^^^^^ not found in `bindings` ... 201 | / declare_and_impl_atomic_methods!( 202 | | /// Basic atomic operations 203 | | pub trait AtomicBasicOps { 204 | | /// Atomic read (load). ... | 216 | | ); | |_- in this macro invocation | = note: this error originates in the macro `impl_atomic_method` which comes from the expansion of the macro `declare_and_impl_atomic_methods` (in Nightly builds, run with -Z macro-backtrace for more info) error: aborting due to 34 previous errors For more information about this error, try `rustc --explain E0425`. make[3]: *** [rust/Makefile:553: rust/kernel.o] Error 1 ## Source * Kernel version: 6.17.0-rc6 * Git tree:
https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next.git
* Git describe: 6.17.0-rc6-next-20250915 * Git commit: c3067c2c38316c3ef013636c93daa285ee6aaa2e * Architectures: arm, arm64 and x86_64 * Toolchains: gcc (Debian 15.2.0-3) 15.2.0 * Kconfigs: rust config ## Build * Build log:
https://qa-reports.linaro.org/api/testruns/29894207/log_file/
* Build details:
https://regressions.linaro.org/lkft/linux-next-master/next-20250915/build/r…
* Build plan:
https://tuxapi.tuxsuite.com/v1/groups/linaro/projects/lkft/builds/32l4UDzp0…
* Build link:
https://storage.tuxsuite.com/public/linaro/lkft/builds/32l4UDzp0FMtS73JeG3k…
* Kernel config:
https://storage.tuxsuite.com/public/linaro/lkft/builds/32l4UDzp0FMtS73JeG3k…
-- Linaro LKFT
5 hours, 10 minutes
4
4
0
0
next-20250915: LTP chdir01 df01_sh stat04 tst_device.c:97: TBROK: Could not stat loop device 0
by Naresh Kamboju
The following LTP chdir01 df01_sh and stat04 tests failed on the rock-pi-4b qemu-arm64 on the Linux next-20250915 tag build. First seen on next-20250915 Good: next-20250912 Bad: next-20250915 Regression Analysis: - New regression? yes - Reproducibility? yes * rk3399-rock-pi-4b, ltp-smoke * qemu-arm64, ltp-smoke * qemu-arm64-compat, ltp-smoke - chdir01 - df01_sh - stat04 Test regression: next-20250915: LTP chdir01 df01_sh stat04 tst_device.c:97: TBROK: Could not stat loop device 0 Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org> ## Test log <8>[ 53.655971] <LAVA_SIGNAL_STARTTC chdir01> tst_buffers.c:57: TINFO: Test is using guarded buffers tst_tmpdir.c:316: TINFO: Using /tmp/LTP_chdm4pHJb as tmpdir (tmpfs filesystem) tst_device.c:98: TINFO: Found free device 0 '/dev/loop0' tst_test.c:1953: TINFO: LTP version: 20250530 tst_test.c:1956: TINFO: Tested kernel: 6.17.0-rc6-next-20250915 #1 SMP PREEMPT @1757983656 aarch64 tst_kconfig.c:88: TINFO: Parsing kernel config '/proc/config.gz' tst_kconfig.c:676: TINFO: CONFIG_TRACE_IRQFLAGS kernel option detected which might slow the execution tst_test.c:1774: TINFO: Overall timeout per run is 0h 28m 48s tst_supported_fs_types.c:97: TINFO: Kernel supports ext2 tst_supported_fs_types.c:62: TINFO: mkfs.ext2 does exist tst_supported_fs_types.c:97: TINFO: Kernel supports ext3 tst_supported_fs_types.c:62: TINFO: mkfs.ext3 does exist tst_supported_fs_types.c:97: TINFO: Kernel supports ext4 tst_supported_fs_types.c:62: TINFO: mkfs.ext4 does exist tst_supported_fs_types.c:128: TINFO: Filesystem xfs is not supported tst_supported_fs_types.c:97: TINFO: Kernel supports btrfs tst_supported_fs_types.c:62: TINFO: mkfs.btrfs does exist tst_supported_fs_types.c:105: TINFO: Skipping bcachefs because of FUSE blacklist tst_supported_fs_types.c:97: TINFO: Kernel supports vfat tst_supported_fs_types.c:62: TINFO: mkfs.vfat does exist tst_supported_fs_types.c:128: TINFO: Filesystem exfat is not supported tst_supported_fs_types.c:132: TINFO: FUSE does support ntfs tst_supported_fs_types.c:62: TINFO: mkfs.ntfs does exist tst_supported_fs_types.c:97: TINFO: Kernel supports tmpfs tst_supported_fs_types.c:49: TINFO: mkfs is not needed for tmpfs tst_test.c:1888: TINFO: === Testing on ext2 === tst_device.c:391: TWARN: Failed to clear 512k block on /dev/loop0 tst_test.c:1217: TBROK: tst_clear_device() failed Summary: passed 0 failed 0 broken 1 skipped 0 warnings 1 tst_device.c:283: TWARN: open(/dev/loop0) failed: ENOENT (2) <8>[ 53.679564] <LAVA_SIGNAL_ENDTC chdir01> <8>[ 53.708246] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=chdir01 RESULT=fail> <8>[ 53.933883] <LAVA_SIGNAL_STARTTC stat04> tst_buffers.c:57: TINFO: Test is using guarded buffers tst_tmpdir.c:316: TINFO: Using /tmp/LTP_staPDxElt as tmpdir (tmpfs filesystem) tst_device.c:97: TBROK: Could not stat loop device 0 Summary: passed 0 failed 0 broken 1 skipped 0 warnings 0 <8>[ 53.947889] <LAVA_SIGNAL_ENDTC stat04> <8>[ 53.974024] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=stat04 RESULT=fail> <8>[ 54.048075] <LAVA_SIGNAL_STARTTC df01_sh> df01 1 TINFO: Running: df01.sh df01 1 TINFO: Tested kernel: Linux runner-j2nyww-sk-project-40964107-concurrent-0 6.17.0-rc6-next-20250915 #1 SMP PREEMPT @1757983656 aarch64 GNU/Linux df01 1 TINFO: Using /tmp/LTP_df01.7pcwUXe1CN as tmpdir (tmpfs filesystem) tst_device.c:97: TBROK: Could not stat loop device 0 df01 1 TBROK: Failed to acquire device Summary: passed 0 failed 0 broken 1 skipped 0 warnings 0 <8>[ 54.060936] <LAVA_SIGNAL_ENDTC df01_sh> <8>[ 54.087630] <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=df01_sh RESULT=fail> ## Source * Kernel version: 6.17.0-rc6 * Git tree:
https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next.git
* Git describe: 6.17.0-rc6-next-20250915 * Git commit: c3067c2c38316c3ef013636c93daa285ee6aaa2e * Architectures: arm64 * Toolchains: gcc-13 and gcc-8 * Kconfigs: lkftconfigs ## Build * Test log:
https://qa-reports.linaro.org/api/testruns/29896973/log_file/
* Test details:
https://regressions.linaro.org/lkft/linux-next-master/next-20250915/ltp-smo…
* Test plan:
https://tuxapi.tuxsuite.com/v1/groups/linaro/projects/lkft/tests/32l4Vv9hKe…
* Build link:
https://storage.tuxsuite.com/public/linaro/lkft/builds/32l4UF8KltAzu6kUpW3h…
* Kernel config:
https://storage.tuxsuite.com/public/linaro/lkft/builds/32l4UF8KltAzu6kUpW3h…
-- Linaro LKFT
6 hours, 19 minutes
2
3
0
0
Daily cts/vts report for lkft - 2025-Sep-16
by lava@validation.linaro.org
Total jobs: 201 Total errors: 103 (51.24%) LAVA errors: 0 (0.00%) Test errors: 86 (42.79%) Job errors: 2 (1.00%) Infra errors: 15 (7.46%) Canceled jobs: 0 (0.00%) Device type: qrb5165-rb5 Total jobs: 66 Total errors: 28 (42.42%) Error type: Test Error count: 18 (27.27%) Error: No match for error type 'Test', message 'Device NOT found after DUT booted up! adb wait-for-device timed out after 300s' Count: 7 (10.61%) IDs: rb5-01: 8448510 8449370 rb5-03: 8448364 rb5-05: 8449966 rb5-07: 8448458 8449758 8450182 Error: Device NOT found! Count: 3 (4.55%) IDs: rb5-03: 8448410 rb5-05: 8448367 rb5-07: 8449767 Error: No match for error type 'Test', message 'tradefed - adb device lost[d8a1879f]' Count: 1 (1.52%) IDs: rb5-07: 8449760 Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds' Count: 4 (6.06%) IDs: rb5-01: 8448370 8448481 rb5-05: 8449410 rb5-06: 8448409 Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 590 seconds' Count: 1 (1.52%) IDs: rb5-07: 8449387 Error: No match for error type 'Test', message 'tradefed - adb device lost[93dcfd96]' Count: 1 (1.52%) IDs: rb5-01: 8448451 Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]' Count: 1 (1.52%) IDs: rb5-05: 8448361 Error type: Infrastructure Error count: 10 (15.15%) Error: Connection closed Count: 10 (15.15%) IDs: rb5-01: 8448366 8448369 8448479 8448483 8448490 8449389 8449770 8449771 rb5-05: 8448509 8448534 Device type: dragonboard-845c Total jobs: 128 Total errors: 73 (57.03%) Error type: Test Error count: 66 (51.56%) Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds' Count: 14 (10.94%) IDs: db845c-04: 8447432 8448498 db845c-05: 8447182 8449956 8449957 8450179 db845c-06: 8447202 db845c-08: 8447179 8447197 8447409 db845c-09: 8447060 8449416 8449955 8450167 Error: No match for error type 'Test', message 'tradefed - adb device lost[a6622a22]' Count: 13 (10.16%) IDs: db845c-09: 8447199 8447204 8447220 8447429 8447437 8447438 8448497 8448521 8448532 8448547 8449422 8449438 8449473 Error: No match for error type 'Test', message 'tradefed - adb device lost[d9b7d9b]' Count: 4 (3.12%) IDs: db845c-05: 8447201 8447430 8447433 8449448 Error: No match for error type 'Test', message 'tradefed - adb device lost[e875976d]' Count: 4 (3.12%) IDs: db845c-06: 8447290 8447720 8448494 8449424 Error: Device NOT found! Count: 6 (4.69%) IDs: db845c-04: 8447071 8447382 db845c-06: 8447267 db845c-09: 8447072 8447282 8449405 Error: No match for error type 'Test', message 'tradefed - adb device lost[30e1e2ee]' Count: 5 (3.91%) IDs: db845c-08: 8447200 8447216 8447428 8447436 8448533 Error: No match for error type 'Test', message 'tradefed - adb device lost[f3a58ae3]' Count: 3 (2.34%) IDs: db845c-04: 8447219 8447435 8448508 Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds' Count: 3 (2.34%) IDs: db845c-05: 8447198 db845c-06: 8447218 db845c-09: 8448493 Error: No match for error type 'Test', message 'Device NOT found after DUT booted up! adb wait-for-device timed out after 300s' Count: 13 (10.16%) IDs: db845c-04: 8447150 db845c-05: 8447083 8447283 8447287 8447395 db845c-06: 8447152 8447176 8447727 db845c-09: 8447148 8447266 8447402 8447427 8447434 Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds' Count: 1 (0.78%) IDs: db845c-05: 8447215 Error type: Job Error count: 2 (1.56%) Error: No match for error type 'Job', message 'login-action timed out after 871 seconds' Count: 1 (0.78%) IDs: db845c-05: 8450177 Error: No match for error type 'Job', message 'login-action timed out after 873 seconds' Count: 1 (0.78%) IDs: db845c-09: 8448529 Error type: Infrastructure Error count: 5 (3.91%) Error: Reboot failed Count: 3 (2.34%) IDs: db845c-08: 8447728 8448499 8449953 Error: Connection closed Count: 2 (1.56%) IDs: db845c-05: 8447217 8448536 Device type: sm8550-hdk Total jobs: 6 Total errors: 2 (33.33%) Error type: Test Error count: 2 (33.33%) Error: No match for error type 'Test', message 'tradefed - adb device lost[124d1c34]' Count: 1 (16.67%) IDs: sm8550-hdk-01: 8449908 Error: No match for error type 'Test', message 'Device NOT found after DUT booted up! adb wait-for-device timed out after 300s' Count: 1 (16.67%) IDs: sm8550-hdk-01: 8448491 Device type: rk3399-rock-pi-4b Total jobs: 1 Total errors: 0 (0.00%)
16 hours, 29 minutes
1
0
0
0
Daily report for validation - 2025-Sep-16
by lava@validation.linaro.org
Total jobs: 573 Total errors: 295 (51.48%) LAVA errors: 6 (1.05%) Test errors: 0 (0.00%) Job errors: 69 (12.04%) Infra errors: 220 (38.39%) Canceled jobs: 0 (0.00%) Device type: beaglebone-black Total jobs: 356 Total errors: 183 (51.40%) Error type: Infrastructure Error count: 168 (47.19%) Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 41 seconds' Count: 82 (23.03%) IDs: beaglebone-black03: 4200065 4200086 4200103 4200143 4200299 4200435 4200450 4200608 4200769 4201144 4201148 4201149 4201151 4212235 4212239 4212240 4212244 4212248 4212250 4212252 4212254 4212256 4212264 4212268 4212270 4212274 4212376 4212381 4212383 4212407 4212408 4212413 4212423 4212431 4212462 4212480 4212492 4212505 4212520 4212526 4212544 4212548 4212552 4212561 4212565 4212573 4212582 4212585 4212587 4212589 4212601 4212605 4212613 4212625 4212629 4212632 4212640 4212650 4212653 4212656 4212660 4212688 4212699 4212713 4212727 4212731 4212742 4212751 4212757 4212759 4212761 4212774 4212792 4212848 4212856 4212862 4212872 4212877 4212880 4212882 4212886 4212888 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 44 seconds' Count: 9 (2.53%) IDs: beaglebone-black03: 4200565 4212258 4212276 4212412 4212590 4212607 4212826 4212852 4212869 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 39 seconds' Count: 17 (4.78%) IDs: beaglebone-black03: 4200047 4212233 4212260 4212441 4212457 4212517 4212577 4212662 4212669 4212672 4212691 4212695 4212697 4212721 4212748 4212800 4212867 Error: matched a bootloader error message Count: 3 (0.84%) IDs: beaglebone-black03: 4212680 4212738 4212855 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 42 seconds' Count: 11 (3.09%) IDs: beaglebone-black03: 4200070 4212426 4212485 4212512 4212533 4212676 4212797 4212819 4212833 4212837 4212844 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 38 seconds' Count: 9 (2.53%) IDs: beaglebone-black03: 4212237 4212272 4212466 4212468 4212501 4212638 4212807 4212823 4212841 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 40 seconds' Count: 34 (9.55%) IDs: beaglebone-black03: 4200588 4200963 4201140 4201146 4212230 4212242 4212246 4212262 4212387 4212430 4212433 4212438 4212459 4212476 4212489 4212507 4212523 4212531 4212537 4212540 4212557 4212579 4212610 4212617 4212620 4212665 4212702 4212745 4212753 4212763 4212781 4212785 4212806 4212814 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 43 seconds' Count: 1 (0.28%) IDs: beaglebone-black03: 4212755 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 37 seconds' Count: 2 (0.56%) IDs: beaglebone-black03: 4200596 4200846 Error type: Bug Error count: 6 (1.69%) Error: No match for error type 'Bug', message 'Invalid max_end_time value passed to wait()' Count: 6 (1.69%) IDs: beaglebone-black03: 4212266 4212497 4212569 4212683 4212693 4212884 Error type: Job Error count: 9 (2.53%) Error: wait for prompt timed out Count: 9 (2.53%) IDs: beaglebone-black03: 4201142 4212386 4212444 4212472 4212710 4212712 4212724 4212734 4212829 Device type: bcm2837-rpi-3-b-32 Total jobs: 161 Total errors: 100 (62.11%) Error type: Infrastructure Error count: 52 (32.30%) Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 35 seconds' Count: 48 (29.81%) IDs: rpi3-b-32-03: 4212402 4212424 4212428 4212434 4212436 4212440 4212455 4212464 4212470 4212474 4212493 4212502 4212529 4212534 4212535 4212542 4212546 4212550 4212553 4212555 4212559 4212575 4212611 4212621 4212623 4212630 4212646 4212647 4212663 4212674 4212681 4212686 4212714 4212725 4212729 4212733 4212793 4212798 4212824 4212834 4212835 4212842 4212846 4212850 4212860 4212863 4212865 4212874 Error: No match for error type 'Infrastructure', message 'No time left for remaining 1 retries. You should either increase block timeout or decrease named action timeout. 4 retries out of 5 failed for uboot-action' Count: 1 (0.62%) IDs: rpi3-b-32-03: 4212736 Error: bootloader-interrupt timed out Count: 1 (0.62%) IDs: rpi3-b-32-03: 4212567 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 36 seconds' Count: 2 (1.24%) IDs: rpi3-b-32-03: 4212504 4212519 Error type: Job Error count: 48 (29.81%) Error: Login incorrect Count: 1 (0.62%) IDs: rpi3-b-32-03: 4212864 Error: wait for prompt timed out Count: 47 (29.19%) IDs: rpi3-b-32-03: 4212388 4212415 4212453 4212478 4212481 4212483 4212487 4212490 4212495 4212499 4212509 4212510 4212514 4212521 4212524 4212527 4212538 4212563 4212571 4212599 4212608 4212615 4212618 4212627 4212634 4212658 4212667 4212670 4212673 4212678 4212685 4212723 4212740 4212743 4212744 4212746 4212749 4212787 4212796 4212802 4212816 4212821 4212827 4212831 4212839 4212854 4212857 Device type: x15 Total jobs: 29 Total errors: 1 (3.45%) Error type: Job Error count: 1 (3.45%) Error: No match for error type 'Job', message 'login-action timed out after 275 seconds' Count: 1 (3.45%) IDs: x15-01: 4212783 Device type: dragonboard-410c Total jobs: 12 Total errors: 11 (91.67%) Error type: Job Error count: 11 (91.67%) 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: 11 (91.67%) IDs: dragonboard-410c-01: 4212395 4212399 4212417 4212421 4212451 4212595 4212642 4212707 4212718 4212779 4212812 Device type: dragonboard-845c Total jobs: 13 Total errors: 0 (0.00%) Device type: hi6220-hikey-r2 Total jobs: 1 Total errors: 0 (0.00%) Device type: imx93-11x11-evk Total jobs: 1 Total errors: 0 (0.00%)
16 hours, 32 minutes
1
0
0
0
next-20250915: powerpc: ERROR: modpost: "libie_fwlog_init" [drivers/net/ethernet/intel/ixgbe/ixgbe.ko] undefined!
by Naresh Kamboju
The following build warnings / errors are noticed on the powerpc with ppc6xx_defconfig build on the Linux next-20250915 tag. First seen on next-20250915 Good: next-20250912 Bad: next-20250915 Regression Analysis: - New regression? yes - Reproducibility? yes * powerpc, build - gcc-13-ppc6xx_defconfig - gcc-8-ppc6xx_defconfig Build regression: next-20250915: powerpc: ERROR: modpost: "libie_fwlog_init" [drivers/net/ethernet/intel/ixgbe/ixgbe.ko] undefined! Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org> ## Build log WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/block/swim3.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/ethernet/freescale/fec_mpc52xx_phy.o ERROR: modpost: "libie_fwlog_init" [drivers/net/ethernet/intel/ixgbe/ixgbe.ko] undefined! ERROR: modpost: "libie_get_fwlog_data" [drivers/net/ethernet/intel/ixgbe/ixgbe.ko] undefined! ERROR: modpost: "libie_fwlog_deinit" [drivers/net/ethernet/intel/ixgbe/ixgbe.ko] undefined! make[3]: *** [scripts/Makefile.modpost:147: Module.symvers] Error 1 ## Source * Kernel version: 6.17.0-rc6 * Git tree:
https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next.git
* Git describe: 6.17.0-rc6-next-20250915 * Git commit: c3067c2c38316c3ef013636c93daa285ee6aaa2e * Architectures: powerpc * Toolchains: gcc-13 and gcc-8 * Kconfigs: ppc6xx_defconfig ## Build * Build log:
https://qa-reports.linaro.org/api/testruns/29894450/log_file/
* Build details:
https://regressions.linaro.org/lkft/linux-next-master/next-20250915/build/g…
* Build plan:
https://tuxapi.tuxsuite.com/v1/groups/linaro/projects/lkft/builds/32l4NthnS…
* Build link:
https://storage.tuxsuite.com/public/linaro/lkft/builds/32l4NthnSk7ehgpfv9NJ…
* Kernel config:
https://storage.tuxsuite.com/public/linaro/lkft/builds/32l4NthnSk7ehgpfv9NJ…
-- Linaro LKFT
16 hours, 47 minutes
1
0
0
0
next-20250909: selftests/arm64/gcs/basic-gcs.c:390:30: error: use of undeclared identifier 'HWCAP_GCS'
by Naresh Kamboju
The following build warnings / errors noticed on arm64 defconfig with clang-20 and gcc-13 toolchains on the Linux next-20250909 till next-20250911 tag while building selftests/arm64. Regression Analysis: - New regression? Yes - Reproducibility? yes First seen on next-20250909 Good: next-20250908 Bad: next-20250909 till next-20250911 Test regression: next-20250909: selftests/arm64/gcs/basic-gcs.c:390:30: error: use of undeclared identifier 'HWCAP_GCS' Reported-by: Linux Kernel Functional Testing <lkft(a)linaro.org> ## Build log selftests/arm64/gcs/basic-gcs.c:390:30: error: use of undeclared identifier 'HWCAP_GCS' 390 | if (!(getauxval(AT_HWCAP) & HWCAP_GCS)) | ^ 1 error generated. The suspected commit pointing to, kselftest/arm64/gcs: Use nolibc's getauxval() a985fe638344492727528e52416211dda1c391d5 ## Source * Kernel version: 6.17.0-rc5 * Git tree:
https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next.git
* Git describe: 6.17.0-rc5-next-20250911 * Git commit: 8f21d9da46702c4d6951ba60ca8a05f42870fe8f * Architectures: arm64 * Toolchains: gcc-13 and clang-20 * Kconfigs: defconfig ## Build * Build log:
https://qa-reports.linaro.org/api/testruns/29827060/log_file/
* Build details:
https://regressions.linaro.org/lkft/linux-next-master/next-20250909/log-par…
* Build plan:
https://tuxapi.tuxsuite.com/v1/groups/linaro/projects/lkft/builds/32RzudgbC…
* Build link:
https://storage.tuxsuite.com/public/linaro/lkft/builds/32RzudgbCUiqGUoFtquJ…
* Kernel config:
https://storage.tuxsuite.com/public/linaro/lkft/builds/32RzudgbCUiqGUoFtquJ…
## Steps to reproduce $ tuxmake --runtime podman --target-arch arm64 \ --toolchain clang-nightly \ --kconfig
https://storage.tuxsuite.com/public/linaro/lkft/builds/32RzudgbCUiqGUoFtquJ…
\ LLVM=1 LLVM_IAS=1 debugkernel dtbs dtbs-legacy headers kernel kselftest modules -- Linaro LKFT
1 day, 3 hours
3
9
0
0
Daily cts/vts report for lkft - 2025-Sep-15
by lava@validation.linaro.org
Total jobs: 271 Total errors: 126 (46.49%) LAVA errors: 0 (0.00%) Test errors: 106 (39.11%) Job errors: 17 (6.27%) Infra errors: 3 (1.11%) Canceled jobs: 0 (0.00%) Device type: dragonboard-845c Total jobs: 203 Total errors: 99 (48.77%) Error type: Test Error count: 81 (39.90%) Error: Device NOT found! Count: 5 (2.46%) IDs: db845c-02: 8447027 8448432 db845c-03: 8445382 db845c-04: 8445520 db845c-06: 8446532 Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds' Count: 30 (14.78%) IDs: db845c-02: 8448184 db845c-03: 8446220 8446664 8448196 db845c-04: 8446206 8446718 8448197 db845c-05: 8445427 8445495 8447059 8448186 8448216 db845c-06: 8445414 8445418 8445431 8445486 8445493 8446154 8446219 8448377 db845c-08: 8445487 8447058 8448379 8448382 db845c-09: 8445428 8445494 8446717 8448200 8448431 db845c-10: 8445429 Error: No match for error type 'Test', message 'Device NOT found after DUT booted up! adb wait-for-device timed out after 300s' Count: 18 (8.87%) IDs: db845c-02: 8445362 8445368 8446208 8446610 8447025 8447067 8448190 db845c-03: 8446675 db845c-05: 8448189 db845c-06: 8445359 8448125 db845c-08: 8447053 db845c-09: 8445317 8445372 8446615 8446663 8447009 db845c-10: 8446209 Error: No match for error type 'Test', message 'tradefed - adb device lost[a6622a22]' Count: 2 (0.99%) IDs: db845c-09: 8445517 8447023 Error: No match for error type 'Test', message 'tradefed - adb device lost[476f370a]' Count: 3 (1.48%) IDs: db845c-10: 8445484 8445515 8447007 Error: No match for error type 'Test', message 'tradefed - adb device lost[e875976d]' Count: 3 (1.48%) IDs: db845c-06: 8445018 8445316 8446661 Error: No match for error type 'Test', message 'tradefed - adb device lost[30e1e2ee]' Count: 5 (2.46%) IDs: db845c-08: 8445016 8445309 8445361 8445387 8446639 Error: No match for error type 'Test', message 'tradefed - adb device lost[d9b7d9b]' Count: 1 (0.49%) IDs: db845c-05: 8446577 Error: No match for error type 'Test', message 'tradefed - adb device lost[f3a58ae3]' Count: 7 (3.45%) IDs: db845c-04: 8445017 8445318 8445335 8445417 8445550 8446530 8446543 Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed' Count: 1 (0.49%) IDs: db845c-06: 8445575 Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds' Count: 3 (1.48%) IDs: db845c-05: 8445308 db845c-06: 8445553 db845c-09: 8445555 Error: No match for error type 'Test', message 'tradefed - adb device lost[d966d3f5]' Count: 2 (0.99%) IDs: db845c-03: 8445312 8445551 Error: No match for error type 'Test', message 'tradefed - adb device lost[dd3b965f]' Count: 1 (0.49%) IDs: db845c-02: 8445303 Error type: Job Error count: 17 (8.37%) Error: No match for error type 'Job', message 'login-action timed out after 873 seconds' Count: 5 (2.46%) IDs: db845c-02: 8445021 db845c-03: 8445297 8445521 db845c-06: 8445524 db845c-10: 8445307 Error: No match for error type 'Job', message 'login-action timed out after 872 seconds' Count: 4 (1.97%) IDs: db845c-03: 8445305 db845c-06: 8445299 db845c-10: 8445300 8445523 Error: wait for prompt timed out Count: 5 (2.46%) IDs: db845c-02: 8445295 db845c-04: 8445296 8445311 db845c-05: 8445301 db845c-08: 8445298 Error: No match for error type 'Job', message 'login-action timed out after 860 seconds' Count: 1 (0.49%) IDs: db845c-09: 8445310 Error: No match for error type 'Job', message 'login-action timed out after 871 seconds' Count: 2 (0.99%) IDs: db845c-05: 8445294 db845c-09: 8445302 Error type: Infrastructure Error count: 1 (0.49%) Error: Connection closed Count: 1 (0.49%) IDs: db845c-05: 8445416 Device type: qrb5165-rb5 Total jobs: 49 Total errors: 22 (44.90%) Error type: Test Error count: 20 (40.82%) Error: Device NOT found! Count: 6 (12.24%) IDs: rb5-01: 8448340 rb5-03: 8448131 8448180 8448281 8448438 rb5-07: 8448294 Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds' Count: 2 (4.08%) IDs: rb5-05: 8448387 rb5-06: 8448362 Error: No match for error type 'Test', message 'Device NOT found after DUT booted up! adb wait-for-device timed out after 300s' Count: 9 (18.37%) IDs: rb5-01: 8448358 rb5-03: 8448127 8448330 rb5-05: 8448105 8448329 rb5-06: 8448146 8448338 rb5-07: 8448291 8448317 Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]' Count: 1 (2.04%) IDs: rb5-05: 8448332 Error: No match for error type 'Test', message 'tradefed - adb device lost[93dcfd96]' Count: 1 (2.04%) IDs: rb5-01: 8448199 Error: No match for error type 'Test', message 'tradefed - adb device lost[d8a1879f]' Count: 1 (2.04%) IDs: rb5-07: 8448151 Error type: Infrastructure Error count: 2 (4.08%) Error: Connection closed Count: 2 (4.08%) IDs: rb5-01: 8448109 8448163 Device type: sm8550-hdk Total jobs: 18 Total errors: 5 (27.78%) Error type: Test Error count: 5 (27.78%) Error: No match for error type 'Test', message 'tradefed - adb device lost[124d1c34]' Count: 2 (11.11%) IDs: sm8550-hdk-01: 8448117 8448376 Error: No match for error type 'Test', message 'Device NOT found after DUT booted up! adb wait-for-device timed out after 300s' Count: 2 (11.11%) IDs: sm8550-hdk-01: 8448114 8448118 Error: Device NOT found! Count: 1 (5.56%) IDs: sm8550-hdk-01: 8448115 Device type: rk3399-rock-pi-4b Total jobs: 1 Total errors: 0 (0.00%)
1 day, 16 hours
1
0
0
0
Daily report for validation - 2025-Sep-15
by lava@validation.linaro.org
Total jobs: 615 Total errors: 326 (53.01%) LAVA errors: 21 (3.41%) Test errors: 1 (0.16%) Job errors: 86 (13.98%) Infra errors: 218 (35.45%) Canceled jobs: 0 (0.00%) Device type: beaglebone-black Total jobs: 363 Total errors: 185 (50.96%) Error type: Infrastructure Error count: 165 (45.45%) Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 40 seconds' Count: 43 (11.85%) IDs: beaglebone-black03: 4210435 4210440 4210444 4210454 4210612 4210717 4211473 4211479 4211481 4211490 4211492 4211502 4211504 4211563 4211569 4211571 4211786 4211797 4211801 4211828 4211851 4211875 4211909 4211926 4211934 4211947 4211961 4211972 4211988 4212007 4212030 4212052 4212077 4212084 4212092 4212099 4212106 4212113 4212129 4212138 4212176 4212187 4212227 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 41 seconds' Count: 70 (19.28%) IDs: beaglebone-black03: 4199458 4199509 4199652 4199677 4199863 4200018 4200026 4210458 4210464 4210468 4210476 4210480 4210484 4210491 4210609 4210616 4211464 4211466 4211469 4211494 4211498 4211500 4211522 4211561 4211565 4211749 4211752 4211757 4211767 4211790 4211794 4211808 4211810 4211819 4211836 4211855 4211864 4211869 4211886 4211895 4211899 4211902 4211905 4211918 4211949 4211958 4211965 4211969 4211976 4211983 4211992 4211998 4212044 4212051 4212065 4212069 4212073 4212081 4212110 4212122 4212133 4212147 4212159 4212162 4212173 4212183 4212192 4212208 4212217 4212219 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 39 seconds' Count: 20 (5.51%) IDs: beaglebone-black03: 4210728 4211476 4211482 4211484 4211486 4211559 4211724 4211740 4211758 4211762 4211787 4211839 4211883 4211912 4211940 4211994 4212022 4212058 4212205 4212214 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 42 seconds' Count: 13 (3.58%) IDs: beaglebone-black03: 4210432 4210714 4211496 4211710 4211916 4211923 4211930 4212002 4212095 4212169 4212180 4212196 4212212 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 44 seconds' Count: 5 (1.38%) IDs: beaglebone-black03: 4211890 4212011 4212018 4212118 4212200 Error: matched a bootloader error message Count: 2 (0.55%) IDs: beaglebone-black03: 4211838 4212156 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 38 seconds' Count: 9 (2.48%) IDs: beaglebone-black03: 4211488 4211567 4211844 4211879 4211956 4212026 4212089 4212125 4212142 Error: pdu-reboot timed out Count: 1 (0.28%) IDs: beaglebone-black03: 4212062 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 37 seconds' Count: 1 (0.28%) IDs: beaglebone-black03: 4211732 Error: No match for error type 'Infrastructure', message 'No time left for remaining 1 retries. You should either increase block timeout or decrease named action timeout. 4 retries out of 5 failed for uboot-action' Count: 1 (0.28%) IDs: beaglebone-black03: 4199725 Error type: Bug Error count: 14 (3.86%) Error: No match for error type 'Bug', message 'Invalid max_end_time value passed to wait()' Count: 14 (3.86%) IDs: beaglebone-black03: 4199636 4210472 4211731 4211737 4211742 4211832 4211858 4211979 4212015 4212034 4212038 4212166 4212222 4212224 Error type: Job Error count: 6 (1.65%) Error: wait for prompt timed out Count: 4 (1.10%) IDs: beaglebone-black03: 4210449 4211729 4211824 4212102 Error: No match for error type 'Job', message 'login-action timed out after 92 seconds' Count: 1 (0.28%) IDs: beaglebone-black03: 4211613 Error: No match for error type 'Job', message 'bootloader-overlay timed out after 57 seconds' Count: 1 (0.28%) IDs: beaglebone-black03: 4210488 Device type: bcm2837-rpi-3-b-32 Total jobs: 180 Total errors: 112 (62.22%) Error type: Infrastructure Error count: 51 (28.33%) Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 35 seconds' Count: 46 (25.56%) IDs: rpi3-b-32-03: 4211796 4211826 4211833 4211842 4211860 4211872 4211884 4211893 4211900 4211907 4211910 4211911 4211919 4211932 4211938 4211954 4211963 4211967 4211973 4211981 4211984 4211990 4212004 4212005 4212009 4212013 4212060 4212070 4212071 4212075 4212082 4212090 4212093 4212097 4212100 4212108 4212115 4212120 4212131 4212171 4212178 4212185 4212189 4212194 4212203 4212210 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 36 seconds' Count: 2 (1.11%) IDs: rpi3-b-32-03: 4211755 4212016 Error: No match for error type 'Infrastructure', message 'apply-overlay-tftp timed out after 4 seconds' Count: 1 (0.56%) IDs: rpi3-b-32-03: 4211793 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 34 seconds' Count: 1 (0.56%) IDs: rpi3-b-32-03: 4211791 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 33 seconds' Count: 1 (0.56%) IDs: rpi3-b-32-03: 4211727 Error type: Job Error count: 54 (30.00%) Error: wait for prompt timed out Count: 53 (29.44%) IDs: rpi3-b-32-03: 4211733 4211764 4211804 4211806 4211849 4211862 4211877 4211881 4211888 4211891 4211897 4211903 4211921 4211924 4211928 4211952 4211959 4211966 4211970 4211974 4211977 4211986 4211996 4212000 4212023 4212024 4212028 4212032 4212036 4212042 4212056 4212063 4212067 4212079 4212085 4212087 4212096 4212104 4212116 4212123 4212127 4212134 4212136 4212146 4212158 4212163 4212167 4212174 4212177 4212198 4212201 4212206 4212209 Error: No match for error type 'Job', message 'No time left for remaining 2 retries. You should either increase block timeout or decrease named action timeout. 1 retries out of 3 failed for download-retry' Count: 1 (0.56%) IDs: rpi3-b-32-03: 4211734 Error type: Bug Error count: 7 (3.89%) Error: No match for error type 'Bug', message 'Invalid max_end_time value passed to wait()' Count: 7 (3.89%) IDs: rpi3-b-32-03: 4211821 4211866 4211914 4212020 4212111 4212140 4212181 Device type: x15 Total jobs: 44 Total errors: 14 (31.82%) Error type: Job Error count: 14 (31.82%) Error: No match for error type 'Job', message 'login-action timed out after 274 seconds' Count: 1 (2.27%) IDs: x15-01: 4212160 Error: No match for error type 'Job', message 'ipconfig: no devices to[ 205.427917] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 [ 205.438140] CPU: 0 PID: 1 Comm: init Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 [ 205.445922] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.452056] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.459838] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.467102] [<c0ffc570>] (dump_stack) from [<c0ff8354>] (panic+0x124/0x334) [ 205.474121] [<c0ff8354>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.480865] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.488037] [<c034c2d4>] (do_group_exit) from [<b6f8e010>] (0xb6f8e010) [ 205.494689] CPU1: stopping [ 205.497406] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 [ 205.505615] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.511749] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.519531] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.526794] [<c0ffc570>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.534484] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.542114] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.551391] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.561187] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.569915] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.578308] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.585845] Exception stack(0xc212df48 to 0xc212df90) [ 205.590911] df40: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.599121] df60: c1904d5c c212c000 00000000 00000000 c212c000 c1904d74 0000cfba c212df98 [ 205.607360] df80: c0331648 c0309478 60000013 ffffffff [ 205.612426] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.619873] [<c0309478>] (arch_cpu_idle) from [<c10118ac>] (default_idle_call+0x34/0xf4) [ 205.627990] [<c10118ac>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.635803] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.643402] [<c037b63c>] (cpu_startup_entry) from [<8030202c>] (0x8030202c) [ 205.650390] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.27%) IDs: x15-01: 4211873 Error: No match for error type 'Job', message 'ipconfig: no devices to[ 205.428985] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 configure ipconfig: no devices to configure ipconfig: no devi[ 205.440826] CPU: 1 PID: 1 Comm: init Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 ces to configure ipconfig: no devices to configure ipconfig: n[ 205.454162] Hardware name: Generic DRA74X (Flattened Device Tree) o devices to configure ipconfig: no devices to configure /init[ 205.465881] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) : 384: .: Can't open /run/net-*.conf [ 205.479248] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.489807] [<c0ffc570>] (dump_stack) from [<c0ff8354>] (panic+0x124/0x334) [ 205.496795] [<c0ff8354>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.503540] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.510711] [<c034c2d4>] (do_group_exit) from [<b6f84010>] (0xb6f84010) [ 205.517364] CPU0: stopping [ 205.520080] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 [ 205.528289] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.534423] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.542205] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.549468] [<c0ffc570>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.557159] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.564788] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.574066] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.583831] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.592590] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.600982] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.608489] Exception stack(0xc1901f08 to 0xc1901f50) [ 205.613555] 1f00: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.621795] 1f20: c1904d5c c1900000 00000000 00000000 c1900000 c1904d74 0000fa9a c1901f58 [ 205.630004] 1f40: c0331648 c0309478 60000013 ffffffff [ 205.635070] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.642517] [<c0309478>] (arch_cpu_idle) from [<c10118ac>] (default_idle_call+0x34/0xf4) [ 205.650634] [<c10118ac>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.658416] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.666046] [<c037b63c>] (cpu_startup_entry) from [<c170101c>] (start_kernel+0x52c/0x564) [ 205.674255] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.27%) IDs: x15-01: 4211870 Error: No match for error type 'Job', message 'ipconfig: no devices to[ 205.318328] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 [ 205.329681] CPU: 0 PID: 1 Comm: init Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 [ 205.337463] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.343597] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.351379] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.358642] [<c0ffc570>] (dump_stack) from [<c0ff8354>] (panic+0x124/0x334) [ 205.365661] [<c0ff8354>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.372406] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.379577] [<c034c2d4>] (do_group_exit) from [<b6fd4010>] (0xb6fd4010) [ 205.386230] CPU1: stopping [ 205.388946] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 [ 205.397155] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.403289] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.411071] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.418334] [<c0ffc570>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.426055] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.433654] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.442932] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.452728] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.461456] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.469848] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.477386] Exception stack(0xc212df48 to 0xc212df90) [ 205.482452] df40: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.490692] df60: c1904d5c c212c000 00000000 00000000 c212c000 c1904d74 0000e342 c212df98 [ 205.498901] df80: c0331648 c0309478 60000013 ffffffff [ 205.503967] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.511413] [<c0309478>] (arch_cpu_idle) from [<c10118ac>] (default_idle_call+0x34/0xf4) [ 205.519561] [<c10118ac>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.527343] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.534942] [<c037b63c>] (cpu_startup_entry) from [<8030202c>] (0x8030202c) [ 205.541961] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.27%) IDs: x15-01: 4211867 Error: No match for error type 'Job', message 'ipconfig: no devices [ 205.317962] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 to configure ipconfig: no devices to configure ipconfig: no de[ 205.329101] CPU: 1 PID: 1 Comm: init Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 vices to configure ipconfig: no devices to configure ipconfig:[ 205.342468] Hardware name: Generic DRA74X (Flattened Device Tree) no devices to configure ipconfig: no devices to configure /in[ 205.354187] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) it: 384: .: Can't open /run/net-*.conf [ 205.367523] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.378265] [<c0ffc570>] (dump_stack) from [<c0ff8354>] (panic+0x124/0x334) [ 205.385253] [<c0ff8354>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.391998] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.399169] [<c034c2d4>] (do_group_exit) from [<b6fa5010>] (0xb6fa5010) [ 205.405822] CPU0: stopping [ 205.408538] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 [ 205.416748] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.422882] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.430664] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.437927] [<c0ffc570>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.445617] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.453247] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.462493] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.472290] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.481018] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.489410] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.496948] Exception stack(0xc1901f08 to 0xc1901f50) [ 205.502014] 1f00: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.510223] 1f20: c1904d5c c1900000 00000000 00000000 c1900000 c1904d74 0000e4da c1901f58 [ 205.518463] 1f40: c0331648 c0309478 60000013 ffffffff [ 205.523529] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.530975] [<c0309478>] (arch_cpu_idle) from [<c10118ac>] (default_idle_call+0x34/0xf4) [ 205.539093] [<c10118ac>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.546874] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.554473] [<c037b63c>] (cpu_startup_entry) from [<c170101c>] (start_kernel+0x52c/0x564) [ 205.562713] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.27%) IDs: x15-01: 4211861 Error: No match for error type 'Job', message 'ipconfig: no devices [ 205.367065] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 to configure ipconfig: no devices to configure ipconfig: no de[ 205.378753] CPU: 1 PID: 1 Comm: init Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 vices to configure ipconfig: no devices to configure ipconfig:[ 205.392089] Hardware name: Generic DRA74X (Flattened Device Tree) no devices to configure ipconfig: no devices to configure /in[ 205.403808] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) it: 384: .: Can't open /run/net-*.conf [ 205.417175] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.427886] [<c0ffc570>] (dump_stack) from [<c0ff8354>] (panic+0x124/0x334) [ 205.434906] [<c0ff8354>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.441650] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.448822] [<c034c2d4>] (do_group_exit) from [<b6f35010>] (0xb6f35010) [ 205.455444] CPU0: stopping [ 205.458190] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 [ 205.466400] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.472534] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.480316] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.487579] [<c0ffc570>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.495269] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.502868] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.512145] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.521942] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.530670] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.539062] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.546569] Exception stack(0xc1901f08 to 0xc1901f50) [ 205.551666] 1f00: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.559875] 1f20: c1904d5c c1900000 00000000 00000000 c1900000 c1904d74 0000dee6 c1901f58 [ 205.568084] 1f40: c0331648 c0309478 60000013 ffffffff [ 205.573181] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.580596] [<c0309478>] (arch_cpu_idle) from [<c10118ac>] (default_idle_call+0x34/0xf4) [ 205.588745] [<c10118ac>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.596527] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.604125] [<c037b63c>] (cpu_startup_entry) from [<c170101c>] (start_kernel+0x52c/0x564) [ 205.612335] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.27%) IDs: x15-01: 4211859 Error: No match for error type 'Job', message 'ipconfig: no devices [ 205.268432] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 to configure ipconfig: no devices to configure ipconfig: no de[ 205.280090] CPU: 1 PID: 1 Comm: init Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 vices to configure ipconfig: no devices to configure ipconfig:[ 205.293457] Hardware name: Generic DRA74X (Flattened Device Tree) no devices to configure ipconfig: no devices to configure /in[ 205.305175] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) it: 384: .: Can't open /run/net-*.conf [ 205.318511] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.329254] [<c0ffc570>] (dump_stack) from [<c0ff8354>] (panic+0x124/0x334) [ 205.336242] [<c0ff8354>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.342987] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.350158] [<c034c2d4>] (do_group_exit) from [<b6f39010>] (0xb6f39010) [ 205.356811] CPU0: stopping [ 205.359527] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 [ 205.367736] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.373870] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.381652] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.388916] [<c0ffc570>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.396606] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.404235] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.413482] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.423278] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.432006] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.440429] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.447937] Exception stack(0xc1901f08 to 0xc1901f50) [ 205.453002] 1f00: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.461212] 1f20: c1904d5c c1900000 00000000 00000000 c1900000 c1904d74 0000edca c1901f58 [ 205.469451] 1f40: c0331648 c0309478 60000013 ffffffff [ 205.474517] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.481964] [<c0309478>] (arch_cpu_idle) from [<c10118ac>] (default_idle_call+0x34/0xf4) [ 205.490081] [<c10118ac>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.497863] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.505462] [<c037b63c>] (cpu_startup_entry) from [<c170101c>] (start_kernel+0x52c/0x564) [ 205.513702] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.27%) IDs: x15-01: 4211856 Error: No match for error type 'Job', message 'ipconfig: no devices [ 207.375427] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 [ 207.387054] CPU: 0 PID: 1 Comm: init Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 [ 207.394836] Hardware name: Generic DRA74X (Flattened Device Tree) [ 207.400970] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 207.408752] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 207.416015] [<c0ffc570>] (dump_stack) from [<c0ff8354>] (panic+0x124/0x334) [ 207.423034] [<c0ff8354>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 207.429779] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 207.436950] [<c034c2d4>] (do_group_exit) from [<b6f0e010>] (0xb6f0e010) [ 207.443603] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.27%) IDs: x15-01: 4211853 Error: No match for error type 'Job', message 'ipconfig: no devices to[ 205.402770] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 [ 205.414733] CPU: 0 PID: 1 Comm: init Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 [ 205.422515] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.428649] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.436431] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.443695] [<c0ffc570>] (dump_stack) from [<c0ff8354>] (panic+0x124/0x334) [ 205.450714] [<c0ff8354>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.457427] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.464599] [<c034c2d4>] (do_group_exit) from [<b6f0f010>] (0xb6f0f010) [ 205.471282] CPU1: stopping [ 205.473999] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 [ 205.482208] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.488342] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.496124] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.503387] [<c0ffc570>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.511077] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.518707] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.527984] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.537780] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.546508] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.554901] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.562438] Exception stack(0xc212df48 to 0xc212df90) [ 205.567504] df40: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.575714] df60: c1904d5c c212c000 00000000 00000000 c212c000 c1904d74 0000da7e c212df98 [ 205.583953] df80: c0331648 c0309478 60000013 ffffffff [ 205.589019] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.596466] [<c0309478>] (arch_cpu_idle) from [<c10118ac>] (default_idle_call+0x34/0xf4) [ 205.604583] [<c10118ac>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.612396] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.619995] [<c037b63c>] (cpu_startup_entry) from [<8030202c>] (0x8030202c) [ 205.626983] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.27%) IDs: x15-01: 4211852 Error: No match for error type 'Job', message 'ipconfig: no devices [ 205.322570] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 to configure ipconfig: no devices to configure ipconfig: no de[ 205.334197] CPU: 1 PID: 1 Comm: init Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 vices to configure ipconfig: no devices to configure ipconfig:[ 205.347564] Hardware name: Generic DRA74X (Flattened Device Tree) no devices to configure ipconfig: no devices to configure /in[ 205.359283] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) it: 384: .: Can't open /run/net-*.conf [ 205.372619] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.383361] [<c0ffc570>] (dump_stack) from [<c0ff8354>] (panic+0x124/0x334) [ 205.390350] [<c0ff8354>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.397094] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.404266] [<c034c2d4>] (do_group_exit) from [<b6f1c010>] (0xb6f1c010) [ 205.410919] CPU0: stopping [ 205.413635] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 [ 205.421844] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.427978] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.435760] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.443023] [<c0ffc570>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.450714] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.458343] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.467590] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.477386] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.486145] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.494537] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.502044] Exception stack(0xc1901f08 to 0xc1901f50) [ 205.507110] 1f00: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.515319] 1f20: c1904d5c c1900000 00000000 00000000 c1900000 c1904d74 0000fb5a c1901f58 [ 205.523559] 1f40: c0331648 c0309478 60000013 ffffffff [ 205.528625] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.536071] [<c0309478>] (arch_cpu_idle) from [<c10118ac>] (default_idle_call+0x34/0xf4) [ 205.544189] [<c10118ac>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.551971] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.559570] [<c037b63c>] (cpu_startup_entry) from [<c170101c>] (start_kernel+0x52c/0x564) [ 205.567810] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.27%) IDs: x15-01: 4211847 Error: No match for error type 'Job', message 'ipconfig: no devices [ 205.364196] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 to configure ipconfig: no devices to configure ipconfig: no de[ 205.375915] CPU: 1 PID: 1 Comm: init Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 vices to configure ipconfig: no devices to configure ipconfig:[ 205.389282] Hardware name: Generic DRA74X (Flattened Device Tree) no devices to configure ipconfig: no devices to configure /in[ 205.401000] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) it: 384: .: Can't open /run/net-*.conf [ 205.414367] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.425079] [<c0ffc570>] (dump_stack) from [<c0ff8354>] (panic+0x124/0x334) [ 205.432098] [<c0ff8354>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.438812] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.445983] [<c034c2d4>] (do_group_exit) from [<b6ef0010>] (0xb6ef0010) [ 205.452636] CPU0: stopping [ 205.455383] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 [ 205.463592] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.469726] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.477508] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.484771] [<c0ffc570>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.492462] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.500061] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.509338] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.519104] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.527862] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.536254] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.543762] Exception stack(0xc1901f08 to 0xc1901f50) [ 205.548858] 1f00: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.557067] 1f20: c1904d5c c1900000 00000000 00000000 c1900000 c1904d74 0000d31e c1901f58 [ 205.565277] 1f40: c0331648 c0309478 60000013 ffffffff [ 205.570343] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.577789] [<c0309478>] (arch_cpu_idle) from [<c10118ac>] (default_idle_call+0x34/0xf4) [ 205.585937] [<c10118ac>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.593688] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.601318] [<c037b63c>] (cpu_startup_entry) from [<c170101c>] (start_kernel+0x52c/0x564) [ 205.609527] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.27%) IDs: x15-01: 4211834 Error: No match for error type 'Job', message 'ipconfig: no devices [ 205.419158] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 to configure ipconfig: no devices to configure ipconfig: no de[ 205.430847] CPU: 1 PID: 1 Comm: init Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 vices to configure ipconfig: no devices to configure ipconfig:[ 205.444183] Hardware name: Generic DRA74X (Flattened Device Tree) no devices to configure ipconfig: no devices to configure /in[ 205.455902] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) it: 384: .: Can't open /run/net-*.conf [ 205.469268] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.480010] [<c0ffc570>] (dump_stack) from [<c0ff8354>] (panic+0x124/0x334) [ 205.486999] [<c0ff8354>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.493743] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.500915] [<c034c2d4>] (do_group_exit) from [<b6ee1010>] (0xb6ee1010) [ 205.507568] CPU0: stopping [ 205.510284] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.245-rc1-00027-gaf877a6e67ad #1 [ 205.518493] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.524627] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.532409] [<c030cb50>] (show_stack) from [<c0ffc570>] (dump_stack+0xbc/0xd0) [ 205.539672] [<c0ffc570>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.547363] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.554962] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.564239] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.574035] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.582763] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.591156] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.598663] Exception stack(0xc1901f08 to 0xc1901f50) [ 205.603759] 1f00: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.611968] 1f20: c1904d5c c1900000 00000000 00000000 c1900000 c1904d74 0000d892 c1901f58 [ 205.620178] 1f40: c0331648 c0309478 60000013 ffffffff [ 205.625274] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.632690] [<c0309478>] (arch_cpu_idle) from [<c10118ac>] (default_idle_call+0x34/0xf4) [ 205.640838] [<c10118ac>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.648620] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.656219] [<c037b63c>] (cpu_startup_entry) from [<c170101c>] (start_kernel+0x52c/0x564) [ 205.664428] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.27%) IDs: x15-01: 4211799 Error: wait for prompt timed out Count: 2 (4.55%) IDs: x15-01: 4211759 4211768 Device type: dragonboard-410c Total jobs: 12 Total errors: 11 (91.67%) Error type: Job Error count: 11 (91.67%) 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: 11 (91.67%) IDs: dragonboard-410c-01: 4211705 4211711 4211715 4211745 4211754 4211772 4211782 4211815 4211945 4212048 4212152 Device type: dragonboard-845c Total jobs: 14 Total errors: 4 (28.57%) Error type: Job Error count: 1 (7.14%) 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 (7.14%) IDs: dragonboard-845c-04: 4211783 Error type: Test Error count: 1 (7.14%) Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 1199 seconds' Count: 1 (7.14%) IDs: dragonboard-845c-06: 4211777 Error type: Infrastructure Error count: 2 (14.29%) Error: Connection closed Count: 2 (14.29%) IDs: dragonboard-845c-04: 4211702 4211774 Device type: hi6220-hikey-r2 Total jobs: 1 Total errors: 0 (0.00%) Device type: imx93-11x11-evk Total jobs: 1 Total errors: 0 (0.00%)
1 day, 16 hours
1
0
0
0
Daily cts/vts report for lkft - 2025-Sep-14
by lava@validation.linaro.org
Total jobs: 316 Total errors: 176 (55.70%) LAVA errors: 0 (0.00%) Test errors: 144 (45.57%) Job errors: 25 (7.91%) Infra errors: 7 (2.22%) Canceled jobs: 0 (0.00%) Device type: dragonboard-845c Total jobs: 232 Total errors: 148 (63.79%) Error type: Test Error count: 123 (53.02%) Error: No match for error type 'Test', message 'tradefed - adb device lost[d9b7d9b]' Count: 8 (3.45%) IDs: db845c-05: 8443191 8444101 8444115 8444884 8445015 8447353 8447371 8447407 Error: No match for error type 'Test', message 'tradefed - adb device lost[a6622a22]' Count: 8 (3.45%) IDs: db845c-09: 8443441 8443492 8444105 8444130 8444880 8447310 8447366 8447404 Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds' Count: 37 (15.95%) IDs: db845c-02: 8443293 8443994 8444004 8444010 8444059 8444840 8447348 8447363 db845c-03: 8444128 8444823 8444839 db845c-04: 8444005 8444065 8444769 8444837 8444842 db845c-05: 8444069 8444761 8444817 8444826 8444879 db845c-06: 8443292 8444822 8444838 8444874 db845c-08: 8444061 8444068 8444759 db845c-09: 8443279 8444009 8444763 8444768 db845c-10: 8443997 8444007 8444765 8444875 8447399 Error: No match for error type 'Test', message 'tradefed - adb device lost[f3a58ae3]' Count: 5 (2.16%) IDs: db845c-04: 8443449 8443498 8443814 8444123 8447383 Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 594 seconds' Count: 1 (0.43%) IDs: db845c-03: 8447374 Error: No match for error type 'Test', message 'Device NOT found after DUT booted up! adb wait-for-device timed out after 300s' Count: 23 (9.91%) IDs: db845c-02: 8443289 8443921 8444052 8444694 8444824 db845c-03: 8443840 db845c-04: 8443780 8444881 8447315 8447316 db845c-05: 8443942 8443945 8444066 8447362 db845c-06: 8443871 8444693 8444695 8444916 db845c-09: 8443781 8443822 db845c-10: 8443825 8444106 8444815 Error: Device NOT found! Count: 10 (4.31%) IDs: db845c-02: 8443874 8443927 8443992 8444118 8444698 8444877 8447354 db845c-03: 8443928 db845c-04: 8444820 db845c-06: 8447355 Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds' Count: 6 (2.59%) IDs: db845c-02: 8443491 8445014 db845c-03: 8444051 db845c-04: 8443445 db845c-06: 8443444 db845c-10: 8444989 Error: No match for error type 'Test', message 'tradefed - adb device lost[d966d3f5]' Count: 8 (3.45%) IDs: db845c-03: 8443278 8443487 8443875 8444119 8444876 8444912 8444923 8445009 Error: No match for error type 'Test', message 'tradefed - adb device lost[476f370a]' Count: 4 (1.72%) IDs: db845c-10: 8443446 8443962 8444117 8444914 Error: No match for error type 'Test', message 'tradefed - adb device lost[30e1e2ee]' Count: 4 (1.72%) IDs: db845c-08: 8443442 8443499 8444818 8444878 Error: No match for error type 'Test', message 'tradefed - adb device lost[e875976d]' Count: 7 (3.02%) IDs: db845c-06: 8443448 8443503 8443952 8444062 8444103 8444120 8444127 Error: No match for error type 'Test', message 'tradefed - adb device lost[dd3b965f]' Count: 2 (0.86%) IDs: db845c-02: 8443809 8444099 Error type: Infrastructure Error count: 2 (0.86%) Error: Connection closed Count: 2 (0.86%) IDs: db845c-05: 8444921 8447385 Error type: Job Error count: 23 (9.91%) Error: wait for prompt timed out Count: 8 (3.45%) IDs: db845c-02: 8444039 db845c-03: 8444045 db845c-05: 8444050 db845c-08: 8444053 db845c-09: 8444027 8444048 db845c-10: 8444102 8445013 Error: No match for error type 'Job', message 'login-action timed out after 873 seconds' Count: 6 (2.59%) IDs: db845c-02: 8445010 db845c-03: 8443502 db845c-04: 8445012 db845c-06: 8444032 8444044 db845c-10: 8444023 Error: No match for error type 'Job', message 'login-action timed out after 871 seconds' Count: 2 (0.86%) IDs: db845c-03: 8443496 db845c-08: 8444100 Error: No match for error type 'Job', message 'login-action timed out after 872 seconds' Count: 4 (1.72%) IDs: db845c-02: 8444046 db845c-09: 8443501 8444042 db845c-10: 8444094 Error: No match for error type 'Job', message 'login-action timed out after 858 seconds' Count: 1 (0.43%) IDs: db845c-10: 8444054 Error: No match for error type 'Job', message 'login-action timed out after 869 seconds' Count: 1 (0.43%) IDs: db845c-04: 8444041 Error: No match for error type 'Job', message 'login-action timed out after 866 seconds' Count: 1 (0.43%) IDs: db845c-04: 8444022 Device type: sm8550-hdk Total jobs: 29 Total errors: 8 (27.59%) Error type: Test Error count: 8 (27.59%) Error: No match for error type 'Test', message 'Device NOT found after DUT booted up! adb wait-for-device timed out after 300s' Count: 7 (24.14%) IDs: sm8550-hdk-01: 8446248 8446250 8446251 8447092 8447167 8447307 8447367 Error: No match for error type 'Test', message 'tradefed - adb device lost[124d1c34]' Count: 1 (3.45%) IDs: sm8550-hdk-01: 8447332 Device type: qrb5165-rb5 Total jobs: 54 Total errors: 20 (37.04%) Error type: Test Error count: 13 (24.07%) Error: No match for error type 'Test', message 'Device NOT found after DUT booted up! adb wait-for-device timed out after 300s' Count: 7 (12.96%) IDs: rb5-03: 8447039 8447158 8447257 8447320 rb5-05: 8447352 rb5-07: 8447075 8447185 Error: Device NOT found! Count: 3 (5.56%) IDs: rb5-03: 8447035 8447317 rb5-06: 8447339 Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]' Count: 1 (1.85%) IDs: rb5-05: 8447221 Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]' Count: 1 (1.85%) IDs: rb5-03: 8447192 Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds' Count: 1 (1.85%) IDs: rb5-05: 8447169 Error type: Infrastructure Error count: 5 (9.26%) Error: Connection closed Count: 5 (9.26%) IDs: rb5-01: 8447163 8447254 8447295 rb5-05: 8447159 8447161 Error type: Job Error count: 2 (3.70%) Error: No match for error type 'Job', message 'login-action timed out after 876 seconds' Count: 1 (1.85%) IDs: rb5-03: 8447186 Error: No match for error type 'Job', message 'login-action timed out after 875 seconds' Count: 1 (1.85%) IDs: rb5-03: 8447162 Device type: hi960-hikey Total jobs: 1 Total errors: 0 (0.00%)
2 days, 16 hours
1
0
0
0
Daily report for validation - 2025-Sep-14
by lava@validation.linaro.org
Total jobs: 630 Total errors: 334 (53.02%) LAVA errors: 16 (2.54%) Test errors: 0 (0.00%) Job errors: 81 (12.86%) Infra errors: 237 (37.62%) Canceled jobs: 0 (0.00%) Device type: beaglebone-black Total jobs: 360 Total errors: 185 (51.39%) Error type: Job Error count: 6 (1.67%) Error: No match for error type 'Job', message 'login-action timed out after 92 seconds' Count: 2 (0.56%) IDs: beaglebone-black03: 4211007 4211580 Error: wait for prompt timed out Count: 4 (1.11%) IDs: beaglebone-black03: 4209254 4211132 4211312 4211397 Error type: Infrastructure Error count: 170 (47.22%) Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 41 seconds' Count: 81 (22.50%) IDs: beaglebone-black03: 4209220 4209232 4209238 4209242 4209245 4209250 4209269 4209331 4209339 4209358 4209362 4209372 4209386 4209389 4209393 4209397 4209401 4209405 4209409 4209417 4209421 4209427 4209430 4209433 4209438 4209584 4209587 4209592 4209596 4209600 4209603 4209729 4209741 4209744 4210332 4210345 4210405 4210408 4210419 4210423 4210428 4211059 4211077 4211085 4211088 4211095 4211104 4211117 4211118 4211122 4211171 4211176 4211181 4211193 4211198 4211203 4211224 4211283 4211296 4211299 4211302 4211316 4211327 4211340 4211343 4211367 4211389 4211415 4211426 4211454 4211460 4211462 4211508 4211516 4211528 4211532 4211536 4211546 4211550 4211553 4211556 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 40 seconds' Count: 35 (9.72%) IDs: beaglebone-black03: 4209223 4209237 4209258 4209265 4209290 4209349 4209376 4209382 4209442 4209733 4210324 4210341 4210398 4210402 4211074 4211090 4211098 4211108 4211137 4211212 4211228 4211272 4211275 4211292 4211306 4211320 4211324 4211363 4211380 4211412 4211433 4211436 4211443 4211447 4211540 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 39 seconds' Count: 24 (6.67%) IDs: beaglebone-black03: 4209335 4209425 4211140 4211149 4211150 4211169 4211190 4211215 4211231 4211234 4211241 4211245 4211251 4211257 4211261 4211287 4211335 4211369 4211376 4211393 4211401 4211419 4211450 4211524 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 38 seconds' Count: 9 (2.50%) IDs: beaglebone-black03: 4209227 4209342 4209345 4210412 4211219 4211279 4211351 4211440 4211514 Error: matched a bootloader error message Count: 5 (1.39%) IDs: beaglebone-black03: 4210944 4211360 4211379 4211400 4211425 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 42 seconds' Count: 7 (1.94%) IDs: beaglebone-black03: 4209365 4210415 4211112 4211268 4211352 4211373 4211422 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 44 seconds' Count: 4 (1.11%) IDs: beaglebone-black03: 4209352 4210328 4211185 4211408 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 37 seconds' Count: 1 (0.28%) IDs: beaglebone-black03: 4211238 Error: No match for error type 'Infrastructure', message 'No time left for remaining 1 retries. You should either increase block timeout or decrease named action timeout. 4 retries out of 5 failed for uboot-action' Count: 1 (0.28%) IDs: beaglebone-black03: 4211208 Error: No match for error type 'Infrastructure', message 'No time left for remaining 2 retries. You should either increase block timeout or decrease named action timeout. 3 retries out of 5 failed for uboot-action' Count: 2 (0.56%) IDs: beaglebone-black03: 4209737 4210336 Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 43 seconds' Count: 1 (0.28%) IDs: beaglebone-black03: 4209368 Error type: Bug Error count: 9 (2.50%) Error: No match for error type 'Bug', message 'Invalid max_end_time value passed to wait()' Count: 9 (2.50%) IDs: beaglebone-black03: 4209262 4209725 4211072 4211081 4211156 4211248 4211264 4211331 4211385 Device type: bcm2837-rpi-3-b-32 Total jobs: 208 Total errors: 126 (60.58%) Error type: Infrastructure Error count: 65 (31.25%) Error: No match for error type 'Infrastructure', message 'bootloader-commands timed out after 35 seconds' Count: 65 (31.25%) IDs: rpi3-b-32-03: 4210730 4210738 4210746 4210754 4210756 4210762 4210775 4210783 4210787 4210800 4210804 4210811 4210817 4211100 4211115 4211123 4211154 4211188 4211201 4211209 4211213 4211232 4211236 4211239 4211243 4211246 4211253 4211262 4211270 4211273 4211281 4211285 4211288 4211294 4211297 4211304 4211308 4211318 4211325 4211333 4211336 4211353 4211365 4211378 4211390 4211395 4211399 4211403 4211406 4211413 4211417 4211424 4211428 4211431 4211445 4211448 4211452 4211456 4211520 4211526 4211534 4211538 4211542 4211544 4211554 Error type: Job Error count: 54 (25.96%) Error: wait for prompt timed out Count: 53 (25.48%) IDs: rpi3-b-32-03: 4210727 4210734 4210742 4210750 4210759 4210765 4210767 4210771 4210779 4210791 4210795 4210810 4210814 4211086 4211138 4211166 4211173 4211179 4211195 4211210 4211217 4211220 4211222 4211226 4211230 4211242 4211249 4211255 4211259 4211266 4211277 4211280 4211300 4211311 4211322 4211329 4211358 4211371 4211374 4211377 4211382 4211387 4211391 4211416 4211420 4211435 4211438 4211441 4211459 4211530 4211533 4211548 4211551 Error: Login incorrect Count: 1 (0.48%) IDs: rpi3-b-32-03: 4211357 Error type: Bug Error count: 7 (3.37%) Error: No match for error type 'Bug', message 'Invalid max_end_time value passed to wait()' Count: 7 (3.37%) IDs: rpi3-b-32-03: 4211080 4211158 4211206 4211290 4211314 4211338 4211410 Device type: x15 Total jobs: 38 Total errors: 11 (28.95%) Error type: Job Error count: 11 (28.95%) Error: No match for error type 'Job', message 'ipconfig: no devices to[ 205.333984] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 [ 205.344177] CPU: 0 PID: 1 Comm: init Not tainted 5.10.245-rc1-00022-gf49498831170 #1 [ 205.351959] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.358093] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.365905] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.373168] [<c0ffc5b0>] (dump_stack) from [<c0ff8394>] (panic+0x124/0x334) [ 205.380157] [<c0ff8394>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.386901] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.394073] [<c034c2d4>] (do_group_exit) from [<b6f4d010>] (0xb6f4d010) [ 205.400726] CPU1: stopping [ 205.403472] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.10.245-rc1-00022-gf49498831170 #1 [ 205.411682] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.417816] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.425628] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.432891] [<c0ffc5b0>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.440582] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.448211] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.457458] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.467254] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.476013] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.484405] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.491943] Exception stack(0xc212df48 to 0xc212df90) [ 205.497009] df40: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.505218] df60: c1904d5c c212c000 00000000 00000000 c212c000 c1904d74 0000ceb6 c212df98 [ 205.513458] df80: c0331648 c0309478 60000013 ffffffff [ 205.518524] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.525970] [<c0309478>] (arch_cpu_idle) from [<c10118ec>] (default_idle_call+0x34/0xf4) [ 205.534118] [<c10118ec>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.541900] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.549499] [<c037b63c>] (cpu_startup_entry) from [<8030202c>] (0x8030202c) [ 205.556518] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.63%) IDs: x15-01: 4211204 Error: No match for error type 'Job', message 'ipconfig: no devices to[ 205.324829] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 [ 205.335021] CPU: 0 PID: 1 Comm: init Not tainted 5.10.245-rc1-00022-gf49498831170 #1 [ 205.342803] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.348968] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.356750] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.364013] [<c0ffc5b0>] (dump_stack) from [<c0ff8394>] (panic+0x124/0x334) [ 205.371032] [<c0ff8394>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.377777] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.384948] [<c034c2d4>] (do_group_exit) from [<b6f90010>] (0xb6f90010) [ 205.391601] CPU1: stopping [ 205.394317] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.10.245-rc1-00022-gf49498831170 #1 [ 205.402557] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.408691] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.416473] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.423736] [<c0ffc5b0>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.431457] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.439056] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.448333] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.458129] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.466888] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.475280] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.482788] Exception stack(0xc212df48 to 0xc212df90) [ 205.487884] df40: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.496093] df60: c1904d5c c212c000 00000000 00000000 c212c000 c1904d74 0000da5e c212df98 [ 205.504302] df80: c0331648 c0309478 60000013 ffffffff [ 205.509399] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.516845] [<c0309478>] (arch_cpu_idle) from [<c10118ec>] (default_idle_call+0x34/0xf4) [ 205.524963] [<c10118ec>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.532775] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.540374] [<c037b63c>] (cpu_startup_entry) from [<8030202c>] (0x8030202c) [ 205.547393] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.63%) IDs: x15-01: 4211199 Error: No match for error type 'Job', message 'ipconfig: no devices to[ 205.230438] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 [ 205.240600] CPU: 0 PID: 1 Comm: init Not tainted 5.10.245-rc1-00022-gf49498831170 #1 [ 205.248382] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.254547] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.262329] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.269592] [<c0ffc5b0>] (dump_stack) from [<c0ff8394>] (panic+0x124/0x334) [ 205.276611] [<c0ff8394>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.283355] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.290527] [<c034c2d4>] (do_group_exit) from [<b6ee4010>] (0xb6ee4010) [ 205.297180] CPU1: stopping [ 205.299896] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.10.245-rc1-00022-gf49498831170 #1 [ 205.308105] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.314270] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.322052] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.329315] [<c0ffc5b0>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.337005] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.344635] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.353912] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.363708] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.372436] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.380828] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.388366] Exception stack(0xc212df48 to 0xc212df90) [ 205.393432] df40: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.401672] df60: c1904d5c c212c000 00000000 00000000 c212c000 c1904d74 0000deee c212df98 [ 205.409881] df80: c0331648 c0309478 60000013 ffffffff [ 205.414978] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.422393] [<c0309478>] (arch_cpu_idle) from [<c10118ec>] (default_idle_call+0x34/0xf4) [ 205.430541] [<c10118ec>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.438323] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.445922] [<c037b63c>] (cpu_startup_entry) from [<8030202c>] (0x8030202c) [ 205.452941] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.63%) IDs: x15-01: 4211196 Error: No match for error type 'Job', message 'ipconfig: no devices to[ 205.360443] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 configure ipconfig: no devices to configure ipconfig: no devi[ 205.370574] CPU: 1 PID: 1 Comm: init Not tainted 5.10.245-rc1-00022-gf49498831170 #1 ces to configure ipconfig: no devices to configure ipconfig: n[ 205.383941] Hardware name: Generic DRA74X (Flattened Device Tree) o devices to configure ipconfig: no devices to configure /init[ 205.395660] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) : 384: .: Can't open /run/net-*.conf [ 205.408996] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.419555] [<c0ffc5b0>] (dump_stack) from [<c0ff8394>] (panic+0x124/0x334) [ 205.426574] [<c0ff8394>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.433288] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.440460] [<c034c2d4>] (do_group_exit) from [<b6fc4010>] (0xb6fc4010) [ 205.447113] CPU0: stopping [ 205.449829] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.245-rc1-00022-gf49498831170 #1 [ 205.458068] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.464172] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.471954] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.479217] [<c0ffc5b0>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.486907] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.494537] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.503814] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.513580] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.522338] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.530731] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.538238] Exception stack(0xc1901f08 to 0xc1901f50) [ 205.543304] 1f00: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.551544] 1f20: c1904d5c c1900000 00000000 00000000 c1900000 c1904d74 0000d086 c1901f58 [ 205.559753] 1f40: c0331648 c0309478 60000013 ffffffff [ 205.564819] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.572265] [<c0309478>] (arch_cpu_idle) from [<c10118ec>] (default_idle_call+0x34/0xf4) [ 205.580383] [<c10118ec>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.588165] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.595794] [<c037b63c>] (cpu_startup_entry) from [<c170101c>] (start_kernel+0x52c/0x564) [ 205.604003] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.63%) IDs: x15-01: 4211194 Error: No match for error type 'Job', message 'ipconfig: no devices [ 205.290802] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 to configure ipconfig: no devices to configure ipconfig: no de[ 205.300750] CPU: 1 PID: 1 Comm: init Not tainted 5.10.245-rc1-00022-gf49498831170 #1 vices to configure ipconfig: no devices to configure ipconfig:[ 205.314086] Hardware name: Generic DRA74X (Flattened Device Tree) no devices to configure ipconfig: no devices to configure /in[ 205.325805] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) it: 384: .: Can't open /run/net-*.conf [ 205.339172] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.349914] [<c0ffc5b0>] (dump_stack) from [<c0ff8394>] (panic+0x124/0x334) [ 205.356903] [<c0ff8394>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.363647] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.370819] [<c034c2d4>] (do_group_exit) from [<b6f4a010>] (0xb6f4a010) [ 205.377471] CPU0: stopping [ 205.380187] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.245-rc1-00022-gf49498831170 #1 [ 205.388397] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.394531] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.402313] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.409576] [<c0ffc5b0>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.417266] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.424865] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.434143] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.443939] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.452667] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.461059] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.468597] Exception stack(0xc1901f08 to 0xc1901f50) [ 205.473663] 1f00: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.481872] 1f20: c1904d5c c1900000 00000000 00000000 c1900000 c1904d74 00010022 c1901f58 [ 205.490081] 1f40: c0331648 c0309478 60000013 ffffffff [ 205.495178] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.502593] [<c0309478>] (arch_cpu_idle) from [<c10118ec>] (default_idle_call+0x34/0xf4) [ 205.510742] [<c10118ec>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.518524] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.526123] [<c037b63c>] (cpu_startup_entry) from [<c170101c>] (start_kernel+0x52c/0x564) [ 205.534362] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.63%) IDs: x15-01: 4211191 Error: No match for error type 'Job', message 'ipconfig: no devices [ 205.187896] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 to configure ipconfig: no devices to configure ipconfig: no de[ 205.199554] CPU: 1 PID: 1 Comm: init Not tainted 5.10.245-rc1-00022-gf49498831170 #1 vices to configure ipconfig: no devices to configure ipconfig:[ 205.212921] Hardware name: Generic DRA74X (Flattened Device Tree) no devices to configure ipconfig: no devices to configure /in[ 205.224639] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) it: 384: .: Can't open /run/net-*.conf [ 205.237976] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.248718] [<c0ffc5b0>] (dump_stack) from [<c0ff8394>] (panic+0x124/0x334) [ 205.255706] [<c0ff8394>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.262451] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.269622] [<c034c2d4>] (do_group_exit) from [<b6f7a010>] (0xb6f7a010) [ 205.276275] CPU0: stopping [ 205.278991] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.245-rc1-00022-gf49498831170 #1 [ 205.287200] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.293334] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.301116] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.308380] [<c0ffc5b0>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.316070] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.323699] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.332946] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.342742] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.351501] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.359893] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.367401] Exception stack(0xc1901f08 to 0xc1901f50) [ 205.372467] 1f00: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.380706] 1f20: c1904d5c c1900000 00000000 00000000 c1900000 c1904d74 0000f4b6 c1901f58 [ 205.388916] 1f40: c0331648 c0309478 60000013 ffffffff [ 205.393981] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.401428] [<c0309478>] (arch_cpu_idle) from [<c10118ec>] (default_idle_call+0x34/0xf4) [ 205.409545] [<c10118ec>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.417327] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.424957] [<c037b63c>] (cpu_startup_entry) from [<c170101c>] (start_kernel+0x52c/0x564) [ 205.433166] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.63%) IDs: x15-01: 4211186 Error: No match for error type 'Job', message 'ipconfig: no devices to[ 205.363281] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 [ 205.373474] CPU: 0 PID: 1 Comm: init Not tainted 5.10.245-rc1-00022-gf49498831170 #1 [ 205.381256] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.387390] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.395172] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.402435] [<c0ffc5b0>] (dump_stack) from [<c0ff8394>] (panic+0x124/0x334) [ 205.409454] [<c0ff8394>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.416198] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.423370] [<c034c2d4>] (do_group_exit) from [<b6f21010>] (0xb6f21010) [ 205.430023] CPU1: stopping [ 205.432739] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.10.245-rc1-00022-gf49498831170 #1 [ 205.440979] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.447113] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.454895] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.462158] [<c0ffc5b0>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.469879] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.477478] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.486755] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.496551] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.505310] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.513702] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.521209] Exception stack(0xc212df48 to 0xc212df90) [ 205.526306] df40: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.534515] df60: c1904d5c c212c000 00000000 00000000 c212c000 c1904d74 0000e3e2 c212df98 [ 205.542755] df80: c0331648 c0309478 60000013 ffffffff [ 205.547821] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.555267] [<c0309478>] (arch_cpu_idle) from [<c10118ec>] (default_idle_call+0x34/0xf4) [ 205.563385] [<c10118ec>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.571197] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.578796] [<c037b63c>] (cpu_startup_entry) from [<8030202c>] (0x8030202c) [ 205.585815] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.63%) IDs: x15-01: 4211183 Error: No match for error type 'Job', message 'ipconfig: no devices to[ 205.295196] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 [ 205.307098] CPU: 0 PID: 1 Comm: init Not tainted 5.10.245-rc1-00022-gf49498831170 #1 [ 205.314880] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.321014] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.328796] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.336059] [<c0ffc5b0>] (dump_stack) from [<c0ff8394>] (panic+0x124/0x334) [ 205.343078] [<c0ff8394>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.349822] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.356994] [<c034c2d4>] (do_group_exit) from [<b6f30010>] (0xb6f30010) [ 205.363647] CPU1: stopping [ 205.366363] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.10.245-rc1-00022-gf49498831170 #1 [ 205.374572] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.380706] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.388488] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.395751] [<c0ffc5b0>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.403472] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.411071] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.420349] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.430145] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.438873] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.447265] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.454803] Exception stack(0xc212df48 to 0xc212df90) [ 205.459869] df40: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.468109] df60: c1904d5c c212c000 00000000 00000000 c212c000 c1904d74 0000cd26 c212df98 [ 205.476318] df80: c0331648 c0309478 60000013 ffffffff [ 205.481384] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.488830] [<c0309478>] (arch_cpu_idle) from [<c10118ec>] (default_idle_call+0x34/0xf4) [ 205.496978] [<c10118ec>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.504760] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.512359] [<c037b63c>] (cpu_startup_entry) from [<8030202c>] (0x8030202c) [ 205.519378] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.63%) IDs: x15-01: 4211182 Error: No match for error type 'Job', message 'ipconfig: no devices [ 205.272583] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 to configure ipconfig: no devices to configure ipconfig: no de[ 205.284332] CPU: 1 PID: 1 Comm: init Not tainted 5.10.245-rc1-00022-gf49498831170 #1 vices to configure ipconfig: no devices to configure ipconfig:[ 205.297668] Hardware name: Generic DRA74X (Flattened Device Tree) no devices to configure ipconfig: no devices to configure /in[ 205.309387] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) it: 384: .: Can't open /run/net-*.conf [ 205.322753] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.333496] [<c0ffc5b0>] (dump_stack) from [<c0ff8394>] (panic+0x124/0x334) [ 205.340484] [<c0ff8394>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.347229] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.354400] [<c034c2d4>] (do_group_exit) from [<b6f81010>] (0xb6f81010) [ 205.361053] CPU0: stopping [ 205.363769] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.245-rc1-00022-gf49498831170 #1 [ 205.371978] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.378112] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.385894] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.393157] [<c0ffc5b0>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.400848] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.408447] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.417724] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.427520] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.436248] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.444641] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.452148] Exception stack(0xc1901f08 to 0xc1901f50) [ 205.457244] 1f00: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.465454] 1f20: c1904d5c c1900000 00000000 00000000 c1900000 c1904d74 0000e8d6 c1901f58 [ 205.473663] 1f40: c0331648 c0309478 60000013 ffffffff [ 205.478759] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.486175] [<c0309478>] (arch_cpu_idle) from [<c10118ec>] (default_idle_call+0x34/0xf4) [ 205.494323] [<c10118ec>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.502105] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.509704] [<c037b63c>] (cpu_startup_entry) from [<c170101c>] (start_kernel+0x52c/0x564) [ 205.517913] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.63%) IDs: x15-01: 4211177 Error: No match for error type 'Job', message 'ipconfig: no devices [ 205.269134] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 to configure ipconfig: no devices to configure ipconfig: no de[ 205.279144] CPU: 1 PID: 1 Comm: init Not tainted 5.10.245-rc1-00022-gf49498831170 #1 vices to configure ipconfig: no devices to configure ipconfig:[ 205.292510] Hardware name: Generic DRA74X (Flattened Device Tree) no devices to configure ipconfig: no devices to configure /in[ 205.304229] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) it: 384: .: Can't open /run/net-*.conf [ 205.317565] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.328308] [<c0ffc5b0>] (dump_stack) from [<c0ff8394>] (panic+0x124/0x334) [ 205.335296] [<c0ff8394>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.342041] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.349212] [<c034c2d4>] (do_group_exit) from [<b6fba010>] (0xb6fba010) [ 205.355865] CPU0: stopping [ 205.358581] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.245-rc1-00022-gf49498831170 #1 [ 205.366790] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.372924] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.380706] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.387969] [<c0ffc5b0>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.395660] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.403289] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.412536] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.422332] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.431091] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.439483] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.446990] Exception stack(0xc1901f08 to 0xc1901f50) [ 205.452056] 1f00: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.460266] 1f20: c1904d5c c1900000 00000000 00000000 c1900000 c1904d74 0000fa92 c1901f58 [ 205.468505] 1f40: c0331648 c0309478 60000013 ffffffff [ 205.473571] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.481018] [<c0309478>] (arch_cpu_idle) from [<c10118ec>] (default_idle_call+0x34/0xf4) [ 205.489135] [<c10118ec>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.496917] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.504516] [<c037b63c>] (cpu_startup_entry) from [<c170101c>] (start_kernel+0x52c/0x564) [ 205.512756] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.63%) IDs: x15-01: 4211174 Error: No match for error type 'Job', message 'ipconfig: no devices [ 205.221771] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 to configure ipconfig: no devices to configure ipconfig: no de[ 205.233459] CPU: 1 PID: 1 Comm: init Not tainted 5.10.245-rc1-00022-gf49498831170 #1 vices to configure ipconfig: no devices to configure ipconfig:[ 205.246795] Hardware name: Generic DRA74X (Flattened Device Tree) no devices to configure ipconfig: no devices to configure /in[ 205.258514] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) it: 384: .: Can't open /run/net-*.conf [ 205.271881] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.282623] [<c0ffc5b0>] (dump_stack) from [<c0ff8394>] (panic+0x124/0x334) [ 205.289611] [<c0ff8394>] (panic) from [<c034b304>] (do_exit+0x944/0x97c) [ 205.296356] [<c034b304>] (do_exit) from [<c034c2d4>] (do_group_exit+0x0/0xb8) [ 205.303527] [<c034c2d4>] (do_group_exit) from [<b6f4b010>] (0xb6f4b010) [ 205.310180] CPU0: stopping [ 205.312896] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.245-rc1-00022-gf49498831170 #1 [ 205.321105] Hardware name: Generic DRA74X (Flattened Device Tree) [ 205.327239] [<c0311f98>] (unwind_backtrace) from [<c030cb50>] (show_stack+0x10/0x14) [ 205.335021] [<c030cb50>] (show_stack) from [<c0ffc5b0>] (dump_stack+0xbc/0xd0) [ 205.342285] [<c0ffc5b0>] (dump_stack) from [<c030fd64>] (do_handle_IPI+0x2f8/0x334) [ 205.349975] [<c030fd64>] (do_handle_IPI) from [<c030fdb8>] (ipi_handler+0x18/0x20) [ 205.357574] [<c030fdb8>] (ipi_handler) from [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi+0x7c/0x144) [ 205.366851] [<c03a8f68>] (handle_percpu_devid_fasteoi_ipi) from [<c03a2270>] (generic_handle_irq+0x48/0x94) [ 205.376647] [<c03a2270>] (generic_handle_irq) from [<c03a2940>] (__handle_domain_irq+0x5c/0xb0) [ 205.385375] [<c03a2940>] (__handle_domain_irq) from [<c0301774>] (gic_handle_irq+0x94/0xb4) [ 205.393768] [<c0301774>] (gic_handle_irq) from [<c0300bcc>] (__irq_svc+0x6c/0x90) [ 205.401306] Exception stack(0xc1901f08 to 0xc1901f50) [ 205.406372] 1f00: c1b214c0 00000000 fe600000 00000000 c1b21a60 c1904d18 [ 205.414581] 1f20: c1904d5c c1900000 00000000 00000000 c1900000 c1904d74 0000f3a2 c1901f58 [ 205.422790] 1f40: c0331648 c0309478 60000013 ffffffff [ 205.427886] [<c0300bcc>] (__irq_svc) from [<c0309478>] (arch_cpu_idle+0x20/0x3c) [ 205.435302] [<c0309478>] (arch_cpu_idle) from [<c10118ec>] (default_idle_call+0x34/0xf4) [ 205.443450] [<c10118ec>] (default_idle_call) from [<c037b2e0>] (do_idle+0x24c/0x2ec) [ 205.451232] [<c037b2e0>] (do_idle) from [<c037b63c>] (cpu_startup_entry+0x18/0x1c) [ 205.458831] [<c037b63c>] (cpu_startup_entry) from [<c170101c>] (start_kernel+0x52c/0x564) [ 205.467041] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000200 ]---' Count: 1 (2.63%) IDs: x15-01: 4211151 Device type: dragonboard-410c Total jobs: 10 Total errors: 9 (90.00%) Error type: Job Error count: 9 (90.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: 9 (90.00%) IDs: dragonboard-410c-01: 4211053 4211066 4211109 4211126 4211144 4211159 4211162 4211349 4211512 Device type: dragonboard-845c Total jobs: 12 Total errors: 3 (25.00%) Error type: Infrastructure Error count: 2 (16.67%) Error: Connection closed Count: 2 (16.67%) IDs: dragonboard-845c-04: 4211127 4211165 Error type: Job Error count: 1 (8.33%) 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 (8.33%) IDs: dragonboard-845c-04: 4211062 Device type: hi6220-hikey-r2 Total jobs: 1 Total errors: 0 (0.00%) Device type: imx93-11x11-evk Total jobs: 1 Total errors: 0 (0.00%)
2 days, 16 hours
1
0
0
0
← Newer
1
2
3
4
...
3312
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
Results per page:
10
25
50
100
200