root@linaro-ubuntu-desktop:~# lava-test run pwrmgmt LAVA: Running shell command: 'cd pm-qa && make -k check' LAVA: (stdout) make[1]: Entering directory `/root/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/utils' LAVA: (stderr) make[1]: [uncheck] Error 1 (ignored) LAVA: (stdout) make[1]: Leaving directory `/root/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/utils' LAVA: (stdout) make[1]: Entering directory `/root/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/cpufreq' LAVA: (stdout) ### LAVA: (stdout) ### cpufreq_01: LAVA: (stdout) ### test the cpufreq framework is available for frequency LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_01 LAVA: (stdout) ### LAVA: (stdout) cpufreq_01.0/cpu0: checking 'scaling_available_frequencies' exists... pass LAVA: (stdout) cpufreq_01.1/cpu0: checking 'scaling_cur_freq' exists... pass LAVA: (stdout) cpufreq_01.2/cpu0: checking 'scaling_setspeed' exists... pass LAVA: (stdout) cpufreq_01.0/cpu1: checking 'scaling_available_frequencies' exists... pass LAVA: (stdout) cpufreq_01.1/cpu1: checking 'scaling_cur_freq' exists... pass LAVA: (stdout) cpufreq_01.2/cpu1: checking 'scaling_setspeed' exists... pass LAVA: (stdout) ### LAVA: (stdout) ### cpufreq_02: LAVA: (stdout) ### test the cpufreq framework is available for governor LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_02 LAVA: (stdout) ### LAVA: (stdout) cpufreq_02.0/cpu0: checking 'scaling_available_governors' exists... pass LAVA: (stdout) cpufreq_02.1/cpu0: checking 'scaling_governor' exists... pass LAVA: (stdout) cpufreq_02.0/cpu1: checking 'scaling_available_governors' exists... pass LAVA: (stdout) cpufreq_02.1/cpu1: checking 'scaling_governor' exists... pass LAVA: (stdout) ### LAVA: (stdout) ### cpufreq_03: LAVA: (stdout) ### test the governor change is effective LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_03 LAVA: (stdout) ### LAVA: (stdout) cpufreq_03.0/cpu0: checking governor change to 'conservative'... pass LAVA: (stdout) cpufreq_03.1/cpu0: checking governor change to 'userspace'... pass LAVA: (stdout) cpufreq_03.2/cpu0: checking governor change to 'powersave'... pass LAVA: (stdout) cpufreq_03.3/cpu0: checking governor change to 'ondemand'... pass LAVA: (stdout) cpufreq_03.4/cpu0: checking governor change to 'performance'... pass LAVA: (stdout) cpufreq_03.0/cpu1: checking governor change to 'conservative'... pass LAVA: (stdout) cpufreq_03.1/cpu1: checking governor change to 'userspace'... pass LAVA: (stdout) cpufreq_03.2/cpu1: checking governor change to 'powersave'... pass LAVA: (stdout) cpufreq_03.3/cpu1: checking governor change to 'ondemand'... pass LAVA: (stdout) cpufreq_03.4/cpu1: checking governor change to 'performance'... pass LAVA: (stdout) ### LAVA: (stdout) ### cpufreq_04: LAVA: (stdout) ### test the change of the frequency is effective in 'userspace' mode LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_04 LAVA: (stdout) ### LAVA: (stdout) cpufreq_04.0/cpu0: checking setting frequency '300.0 MHz'... pass LAVA: (stdout) cpufreq_04.1/cpu0: checking setting frequency '600.0 MHz'... pass LAVA: (stdout) cpufreq_04.2/cpu0: checking setting frequency '800.0 MHz'... pass LAVA: (stdout) cpufreq_04.3/cpu0: checking setting frequency '1008.0 MHz'... pass LAVA: (stdout) cpufreq_04.0/cpu1: checking setting frequency '300.0 MHz'... pass LAVA: (stdout) cpufreq_04.1/cpu1: checking setting frequency '600.0 MHz'... pass LAVA: (stdout) cpufreq_04.2/cpu1: checking setting frequency '800.0 MHz'... pass LAVA: (stdout) cpufreq_04.3/cpu1: checking setting frequency '1008.0 MHz'... pass LAVA: (stdout) ### LAVA: (stdout) ### cpufreq_05: LAVA: (stdout) ### test 'ondemand' and 'conservative' trigger correctly the configuration directory LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_05 LAVA: (stdout) ### LAVA: (stdout) cpufreq_05.0: checking 'ondemand' directory exists... pass LAVA: (stdout) cpufreq_05.1: checking 'conservative' directory exists... pass LAVA: (stdout) cpufreq_05.2: checking 'ondemand' directory is not there... pass LAVA: (stdout) cpufreq_05.3: checking 'conservative' directory is not there... pass LAVA: (stdout) cpufreq_05.4: combine governors not supported... skip LAVA: (stdout) ### LAVA: (stdout) ### cpufreq_06: LAVA: (stdout) ### test the change of the frequencies affect the performances of a test program LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_06 LAVA: (stdout) ### LAVA: (stdout) cpufreq_06.0/cpu0: checking deviation for frequency 300.0 MHz... pass LAVA: (stdout) cpufreq_06.1/cpu0: checking deviation for frequency 600.0 MHz... pass LAVA: (stdout) cpufreq_06.2/cpu0: checking deviation for frequency 800.0 MHz... pass LAVA: (stdout) cpufreq_06.3/cpu0: checking deviation for frequency 1008.0 MHz... pass LAVA: (stdout) cpufreq_06.0/cpu1: checking deviation for frequency 300.0 MHz... pass LAVA: (stdout) cpufreq_06.1/cpu1: checking deviation for frequency 600.0 MHz... pass LAVA: (stdout) cpufreq_06.2/cpu1: checking deviation for frequency 800.0 MHz... pass LAVA: (stdout) cpufreq_06.3/cpu1: checking deviation for frequency 1008.0 MHz... pass LAVA: (stdout) ### LAVA: (stdout) ### cpufreq_07: LAVA: (stdout) ### test the load of the cpu affects the frequency with 'ondemand' LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_07 LAVA: (stdout) ### LAVA: (stdout) cpufreq_07.0/cpu0: checking 'ondemand' increase frequency on load... pass LAVA: (stdout) cpufreq_07.1/cpu0: checking 'ondemand' decrease frequency on idle... pass LAVA: (stdout) cpufreq_07.0/cpu1: checking 'ondemand' increase frequency on load... pass LAVA: (stdout) cpufreq_07.1/cpu1: checking 'ondemand' decrease frequency on idle... pass LAVA: (stdout) ### LAVA: (stdout) ### cpufreq_08: LAVA: (stdout) ### test the load of the cpu does not affect the frequency with 'userspace' LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_08 LAVA: (stdout) ### LAVA: (stdout) cpufreq_08.0/cpu0: checking 'userspace' 300.0 MHz is fixed... pass LAVA: (stdout) cpufreq_08.1/cpu0: checking 'userspace' 600.0 MHz is fixed... pass LAVA: (stdout) cpufreq_08.2/cpu0: checking 'userspace' 800.0 MHz is fixed... pass LAVA: (stdout) cpufreq_08.3/cpu0: checking 'userspace' 1008.0 MHz is fixed... pass LAVA: (stdout) cpufreq_08.0/cpu1: checking 'userspace' 300.0 MHz is fixed... pass LAVA: (stdout) cpufreq_08.1/cpu1: checking 'userspace' 600.0 MHz is fixed... pass LAVA: (stdout) cpufreq_08.2/cpu1: checking 'userspace' 800.0 MHz is fixed... pass LAVA: (stdout) cpufreq_08.3/cpu1: checking 'userspace' 1008.0 MHz is fixed... pass LAVA: (stdout) ### LAVA: (stdout) ### cpufreq_09: LAVA: (stdout) ### test the load of the cpu does not affect the frequency with 'powersave' LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpufreq_09 LAVA: (stdout) ### LAVA: (stdout) cpufreq_09.0/cpu0: checking 'powersave' sets frequency to 300.0 MHz... pass LAVA: (stdout) cpufreq_09.1/cpu0: checking 'powersave' frequency 300.0 MHz is fixed... pass LAVA: (stdout) cpufreq_09.0/cpu1: checking 'powersave' sets frequency to 300.0 MHz... pass LAVA: (stdout) cpufreq_09.1/cpu1: checking 'powersave' frequency 300.0 MHz is fixed... pass LAVA: (stdout) make[1]: Leaving directory `/root/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/cpufreq' LAVA: (stdout) make[1]: Entering directory `/root/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/cpuhotplug' LAVA: (stdout) ### LAVA: (stdout) ### 1_sanity_check: LAVA: (stdout) ### ensure all the cpus are online before the tests LAVA: (stdout) ### ### LAVA: (stdout) 1_sanity_check.0: checking all cpu are online... pass LAVA: (stdout) ### LAVA: (stdout) ### cpuhotplug_01: LAVA: (stdout) ### test the sysfs files are present LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpuhotplug_01 LAVA: (stdout) ### LAVA: (stdout) cpuhotplug_01.0: checking 'online' exists... pass LAVA: (stdout) cpuhotplug_01.1: checking 'offline' exists... pass LAVA: (stdout) cpuhotplug_01.2: checking 'possible' exists... pass LAVA: (stdout) cpuhotplug_01.3: checking 'present' exists... pass LAVA: (stdout) cpuhotplug_01.0/cpu0: checking 'online' exists... pass LAVA: (stdout) cpuhotplug_01.0/cpu1: checking 'online' exists... pass LAVA: (stdout) ### LAVA: (stdout) ### cpuhotplug_02: LAVA: (stdout) ### test the cpu state is reflected in sysfs LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpuhotplug_02 LAVA: (stdout) ### [ 577.212921] CPU1: shutdown LAVA: (stdout) cpuhotplug_02.0/cpu1: checking cpu is offline... pass [ 577.337951] CPU1: Booted secondary processor [ 577.338073] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_02.1/cpu1: checking cpu is online... pass LAVA: (stdout) ### LAVA: (stdout) ### cpuhotplug_03: LAVA: (stdout) ### test the affinity does not work on an offline cpu LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpuhotplug_03 LAVA: (stdout) ### [ 577.582397] CPU1: shutdown LAVA: (stdout) cpuhotplug_03.0/cpu1: checking setting affinity on cpu fails... pass [ 577.646850] CPU1: Booted secondary processor [ 577.647003] CPU1: Unknown IPI message 0x1 LAVA: (stdout) ### LAVA: (stdout) ### cpuhotplug_04: LAVA: (stdout) ### test task is migrated with task affinity LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpuhotplug_04 LAVA: (stdout) ### LAVA: (stdout) cpuhotplug_04.0/cpu1: checking affinity is set... pass [ 579.915863] [sched_delayed] process 4226 (cpuburn) no longer affine to cpu1 [ 579.915924] CPU1: shutdown LAVA: (stdout) cpuhotplug_04.1/cpu1: checking offlining a cpu with affinity succeed... pass LAVA: (stdout) cpuhotplug_04.2/cpu1: checking affinity changed... pass [ 581.496917] CPU1: Booted secondary processor [ 581.496978] CPU1: Unknown IPI message 0x1 LAVA: (stdout) ### LAVA: (stdout) ### cpuhotplug_05: LAVA: (stdout) ### test cpus are reflected on /proc/cpuinfo correctly LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpuhotplug_05 LAVA: (stdout) ### [ 581.575958] CPU1: shutdown LAVA: (stdout) cpuhotplug_05.0/cpu1: checking offline processor not found in cpuinfo... pass [ 581.612548] CPU1: Booted secondary processor [ 581.612609] CPU1: Unknown IPI message 0x1 LAVA: (stdout) ### LAVA: (stdout) ### cpuhotplug_06: LAVA: (stdout) ### test interrupts show the right configuration in /proc/interrupts LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpuhotplug_06 LAVA: (stdout) ### [ 581.689697] CPU1: shutdown LAVA: (stdout) cpuhotplug_06.0/cpu1: checking offline processor not found in interrupts... pass [ 581.723968] CPU1: Booted secondary processor [ 581.724029] CPU1: Unknown IPI message 0x1 LAVA: (stdout) ### LAVA: (stdout) ### cpuhotplug_07: LAVA: (stdout) ### test userspace notification LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpuhotplug_07 LAVA: (stdout) ### [ 581.812561] CPU1: shutdown [ 581.837860] CPU1: Booted secondary processor [ 581.837921] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_07.0/cpu1: checking offline event was received... pass LAVA: (stdout) cpuhotplug_07.1/cpu1: checking online event was received... pass LAVA: (stdout) ### LAVA: (stdout) ### cpuhotplug_08: LAVA: (stdout) ### test userspace notification LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#cpuhotplug_08 LAVA: (stdout) ### [ 583.148315] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.0: checking cpu1 is offline... pass [ 583.187774] CPU1: Booted secondary processor [ 583.187927] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.1: checking cpu1 is online... pass [ 583.242919] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.2: checking cpu1 is offline... pass [ 583.281860] CPU1: Booted secondary processor [ 583.282012] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.3: checking cpu1 is online... pass [ 583.337188] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.4: checking cpu1 is offline... pass [ 583.375946] CPU1: Booted secondary processor [ 583.376068] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.5: checking cpu1 is online... pass [ 583.431121] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.6: checking cpu1 is offline... pass [ 583.469635] CPU1: Booted secondary processor [ 583.469787] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.7: checking cpu1 is online... pass [ 583.525665] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.8: checking cpu1 is offline... pass [ 583.564666] CPU1: Booted secondary processor [ 583.564788] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.9: checking cpu1 is online... pass [ 583.620605] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.10: checking cpu1 is offline... pass [ 583.659271] CPU1: Booted secondary processor [ 583.659423] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.11: checking cpu1 is online... pass [ 583.714538] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.12: checking cpu1 is offline... pass [ 583.753265] CPU1: Booted secondary processor [ 583.753417] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.13: checking cpu1 is online... pass [ 583.808837] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.14: checking cpu1 is offline... pass [ 583.847564] CPU1: Booted secondary processor [ 583.847686] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.15: checking cpu1 is online... pass [ 583.903564] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.16: checking cpu1 is offline... pass [ 583.942504] CPU1: Booted secondary processor [ 583.942657] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.17: checking cpu1 is online... pass [ 583.997741] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.18: checking cpu1 is offline... pass [ 584.037048] CPU1: Booted secondary processor [ 584.037170] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.19: checking cpu1 is online... pass [ 584.092315] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.20: checking cpu1 is offline... pass [ 584.130981] CPU1: Booted secondary processor [ 584.131103] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.21: checking cpu1 is online... pass [ 584.186431] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.22: checking cpu1 is offline... pass [ 584.225006] CPU1: Booted secondary processor [ 584.225158] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.23: checking cpu1 is online... pass [ 584.281768] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.24: checking cpu1 is offline... pass [ 584.320678] CPU1: Booted secondary processor [ 584.320831] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.25: checking cpu1 is online... pass [ 584.376373] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.26: checking cpu1 is offline... pass [ 584.414886] CPU1: Booted secondary processor [ 584.415039] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.27: checking cpu1 is online... pass [ 584.470306] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.28: checking cpu1 is offline... pass [ 584.508728] CPU1: Booted secondary processor [ 584.508850] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.29: checking cpu1 is online... pass [ 584.564056] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.30: checking cpu1 is offline... pass [ 584.602508] CPU1: Booted secondary processor [ 584.602661] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.31: checking cpu1 is online... pass [ 584.657714] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.32: checking cpu1 is offline... pass [ 584.696289] CPU1: Booted secondary processor [ 584.696441] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.33: checking cpu1 is online... pass [ 584.751770] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.34: checking cpu1 is offline... pass [ 584.790679] CPU1: Booted secondary processor [ 584.790832] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.35: checking cpu1 is online... pass [ 584.846008] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.36: checking cpu1 is offline... pass [ 584.884552] CPU1: Booted secondary processor [ 584.884674] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.37: checking cpu1 is online... pass [ 584.941741] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.38: checking cpu1 is offline... pass [ 584.981658] CPU1: Booted secondary processor [ 584.981781] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.39: checking cpu1 is online... pass [ 585.041259] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.40: checking cpu1 is offline... pass [ 585.079467] CPU1: Booted secondary processor [ 585.079589] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.41: checking cpu1 is online... pass [ 585.138824] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.42: checking cpu1 is offline... pass [ 585.177398] CPU1: Booted secondary processor [ 585.177551] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.43: checking cpu1 is online... pass [ 585.237701] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.44: checking cpu1 is offline... pass [ 585.275878] CPU1: Booted secondary processor [ 585.276000] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.45: checking cpu1 is online... pass [ 585.334594] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.46: checking cpu1 is offline... pass [ 585.372894] CPU1: Booted secondary processor [ 585.373016] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.47: checking cpu1 is online... pass [ 585.433166] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.48: checking cpu1 is offline... pass [ 585.471374] CPU1: Booted secondary processor [ 585.471527] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.49: checking cpu1 is online... pass [ 585.529327] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.50: checking cpu1 is offline... pass [ 585.567718] CPU1: Booted secondary processor [ 585.567840] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.51: checking cpu1 is online... pass [ 585.627990] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.52: checking cpu1 is offline... pass [ 585.666412] CPU1: Booted secondary processor [ 585.666564] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.53: checking cpu1 is online... pass [ 585.724853] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.54: checking cpu1 is offline... pass [ 585.763092] CPU1: Booted secondary processor [ 585.763244] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.55: checking cpu1 is online... pass [ 585.823333] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.56: checking cpu1 is offline... pass [ 585.861877] CPU1: Booted secondary processor [ 585.862030] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.57: checking cpu1 is online... pass [ 585.923828] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.58: checking cpu1 is offline... pass [ 585.970764] CPU1: Booted secondary processor [ 585.970916] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.59: checking cpu1 is online... pass [ 586.026672] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.60: checking cpu1 is offline... pass [ 586.065460] CPU1: Booted secondary processor [ 586.065612] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.61: checking cpu1 is online... pass [ 586.121032] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.62: checking cpu1 is offline... pass [ 586.159698] CPU1: Booted secondary processor [ 586.159851] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.63: checking cpu1 is online... pass [ 586.215179] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.64: checking cpu1 is offline... pass [ 586.253814] CPU1: Booted secondary processor [ 586.253967] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.65: checking cpu1 is online... pass [ 586.309539] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.66: checking cpu1 is offline... pass [ 586.348907] CPU1: Booted secondary processor [ 586.349060] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.67: checking cpu1 is online... pass [ 586.404113] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.68: checking cpu1 is offline... pass [ 586.443603] CPU1: Booted secondary processor [ 586.443725] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.69: checking cpu1 is online... pass [ 586.499053] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.70: checking cpu1 is offline... pass [ 586.538055] CPU1: Booted secondary processor [ 586.538177] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.71: checking cpu1 is online... pass [ 586.593353] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.72: checking cpu1 is offline... pass [ 586.632720] CPU1: Booted secondary processor [ 586.632843] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.73: checking cpu1 is online... pass [ 586.696014] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.74: checking cpu1 is offline... pass [ 586.735321] CPU1: Booted secondary processor [ 586.735443] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.75: checking cpu1 is online... pass [ 586.790710] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.76: checking cpu1 is offline... pass [ 586.829559] CPU1: Booted secondary processor [ 586.829681] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.77: checking cpu1 is online... pass [ 586.885040] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.78: checking cpu1 is offline... pass [ 586.924407] CPU1: Booted secondary processor [ 586.924560] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.79: checking cpu1 is online... pass [ 586.979797] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.80: checking cpu1 is offline... pass [ 587.019561] CPU1: Booted secondary processor [ 587.019683] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.81: checking cpu1 is online... pass [ 587.075103] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.82: checking cpu1 is offline... pass [ 587.117706] CPU1: Booted secondary processor [ 587.117858] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.83: checking cpu1 is online... pass [ 587.173461] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.84: checking cpu1 is offline... pass [ 587.212310] CPU1: Booted secondary processor [ 587.212463] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.85: checking cpu1 is online... pass [ 587.268341] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.86: checking cpu1 is offline... pass [ 587.307098] CPU1: Booted secondary processor [ 587.307220] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.87: checking cpu1 is online... pass [ 587.362762] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.88: checking cpu1 is offline... pass [ 587.401763] CPU1: Booted secondary processor [ 587.401916] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.89: checking cpu1 is online... pass [ 587.457061] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.90: checking cpu1 is offline... pass [ 587.496032] CPU1: Booted secondary processor [ 587.496185] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.91: checking cpu1 is online... pass [ 587.552001] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.92: checking cpu1 is offline... pass [ 587.590972] CPU1: Booted secondary processor [ 587.591125] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.93: checking cpu1 is online... pass [ 587.647277] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.94: checking cpu1 is offline... pass [ 587.686187] CPU1: Booted secondary processor [ 587.686309] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.95: checking cpu1 is online... pass [ 587.742034] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.96: checking cpu1 is offline... pass [ 587.780639] CPU1: Booted secondary processor [ 587.780761] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.97: checking cpu1 is online... pass [ 587.836456] CPU1: shutdown LAVA: (stdout) cpuhotplug_08.98: checking cpu1 is offline... pass [ 587.875122] CPU1: Booted secondary processor [ 587.875274] CPU1: Unknown IPI message 0x1 LAVA: (stdout) cpuhotplug_08.99: checking cpu1 is online... pass LAVA: (stdout) ### LAVA: (stdout) ### z_sanity_check: LAVA: (stdout) ### ensure all the cpus are online when the tests are finished LAVA: (stdout) ### ### LAVA: (stdout) z_sanity_check.0: checking all cpu are back online... pass LAVA: (stdout) make[1]: Leaving directory `/root/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/cpuhotplug' LAVA: (stdout) make[1]: Entering directory `/root/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/cpuidle' LAVA: (stdout) cpuidle is not enabled. Skipping all cpudile tests... LAVA: (stdout) make[1]: Leaving directory `/root/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/cpuidle' LAVA: (stdout) make[1]: Entering directory `/root/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/sched_mc' LAVA: (stdout) ### LAVA: (stdout) ### sched_01: LAVA: (stdout) ### test the presence of the 'sched_mc_power_savings' file LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#sched_mc_01 LAVA: (stdout) ### LAVA: (stdout) sched_01.0: checking 'sched_mc_power_savings' exists... pass LAVA: (stdout) ### LAVA: (stdout) ### sched_02: LAVA: (stdout) ### test the topology is implemented in the kernel LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#sched_mc_02 LAVA: (stdout) ### LAVA: (stdout) sched_02.0/cpu0: checking topology is enabled... pass LAVA: (stdout) sched_02.0/cpu1: checking topology is enabled... pass LAVA: (stdout) ### LAVA: (stdout) ### sched_03: LAVA: (stdout) ### test the topology files are present LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#sched_mc_03 LAVA: (stdout) ### LAVA: (stdout) sched_03.0/cpu0: checking 'core_id' exists... pass LAVA: (stdout) sched_03.1/cpu0: checking 'core_siblings' exists... pass LAVA: (stdout) sched_03.2/cpu0: checking 'core_siblings_list' exists... pass LAVA: (stdout) sched_03.3/cpu0: checking 'physical_package_id' exists... pass LAVA: (stdout) sched_03.4/cpu0: checking 'thread_siblings' exists... pass LAVA: (stdout) sched_03.5/cpu0: checking 'thread_siblings_list' exists... pass LAVA: (stdout) sched_03.0/cpu1: checking 'core_id' exists... pass LAVA: (stdout) sched_03.1/cpu1: checking 'core_siblings' exists... pass LAVA: (stdout) sched_03.2/cpu1: checking 'core_siblings_list' exists... pass LAVA: (stdout) sched_03.3/cpu1: checking 'physical_package_id' exists... pass LAVA: (stdout) sched_03.4/cpu1: checking 'thread_siblings' exists... pass LAVA: (stdout) sched_03.5/cpu1: checking 'thread_siblings_list' exists... pass LAVA: (stdout) ### LAVA: (stdout) ### sched_04: LAVA: (stdout) ### test the change are effective for the 'sched_mc_power_savings' file LAVA: (stdout) ### https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts#sched_mc_04 LAVA: (stdout) ### LAVA: (stdout) sched_04.0: checking setting value to 0... pass LAVA: (stdout) sched_04.1: checking setting value to 1... pass LAVA: (stdout) sched_04.2: checking setting value to 2... pass LAVA: (stdout) sched_04.3: checking setting invalid value to 3... pass LAVA: (stdout) sched_04.4: checking setting invalid value to -1... pass LAVA: (stdout) make[1]: Leaving directory `/root/.local/share/lava_test/installed-tests/pwrmgmt/pm-qa/sched_mc' LAVA: run complete, result_id is 'pwrmgmt.2012-09-27T02:27:04Z' root@linaro-ubuntu-desktop:~#