use_pty:FALSE /usr/share/restraint/plugins/run_task_plugins bash ./runtest.sh :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: startup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 14:56:22 ] :: [ BEGIN ] :: Running 'lscpu | grep ' monitor '' Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sme sev sev_es :: [ 14:56:23 ] :: [ LOG ] :: Output of 'lscpu | grep ' monitor '': :: [ 14:56:23 ] :: [ LOG ] :: --------------- OUTPUT START --------------- :: [ 14:56:23 ] :: [ LOG ] :: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sme sev sev_es :: [ 14:56:23 ] :: [ LOG ] :: --------------- OUTPUT END --------------- :: [ 14:56:23 ] :: [ PASS ] :: Command 'lscpu | grep ' monitor '' (Expected 0, got 0) :: [ 14:56:23 ] :: [ BEGIN ] :: Running 'mkdir -p -m 0755 /var/tmp/20220926145622' :: [ 14:56:23 ] :: [ PASS ] :: Command 'mkdir -p -m 0755 /var/tmp/20220926145622' (Expected 0, got 0) :: [ 14:56:23 ] :: [ BEGIN ] :: Running 'chmod +x /var/tmp/20220926145622/msr_tools_setup.sh' :: [ 14:56:23 ] :: [ LOG ] :: Output of 'chmod +x /var/tmp/20220926145622/msr_tools_setup.sh': :: [ 14:56:23 ] :: [ LOG ] :: --------------- OUTPUT START --------------- :: [ 14:56:23 ] :: [ LOG ] :: --------------- OUTPUT END --------------- :: [ 14:56:23 ] :: [ PASS ] :: Command 'chmod +x /var/tmp/20220926145622/msr_tools_setup.sh' (Expected 0, got 0) :: [ 14:56:23 ] :: [ BEGIN ] :: Running 'cat -n /var/tmp/20220926145622/msr_tools_setup.sh' 1 #!/bin/bash 2 3 [[ -f /usr/sbin/rdmsr ]] && exit 0 4 [[ -f /usr/local/bin/rdmsr ]] && exit 0 5 6 src_url=https://github.com/intel/msr-tools.git 7 dst_dir=/var/tmp/20220926145622/msr-tools 8 rm -rf $dst_dir 9 git clone $src_url $dst_dir || exit 1 10 cd $dst_dir 11 sed -i 's%^LT_INIT%#LT_INIT%g' configure.ac || exit 1 12 ./autogen.sh || exit 1 13 make || exit 1 14 make install || exit 1 15 exit 0 :: [ 14:56:23 ] :: [ LOG ] :: Output of 'cat -n /var/tmp/20220926145622/msr_tools_setup.sh': :: [ 14:56:23 ] :: [ LOG ] :: --------------- OUTPUT START --------------- :: [ 14:56:23 ] :: [ LOG ] :: 1 #!/bin/bash :: [ 14:56:23 ] :: [ LOG ] :: 2 :: [ 14:56:23 ] :: [ LOG ] :: 3 [[ -f /usr/sbin/rdmsr ]] && exit 0 :: [ 14:56:23 ] :: [ LOG ] :: 4 [[ -f /usr/local/bin/rdmsr ]] && exit 0 :: [ 14:56:23 ] :: [ LOG ] :: 5 :: [ 14:56:23 ] :: [ LOG ] :: 6 src_url=https://github.com/intel/msr-tools.git :: [ 14:56:23 ] :: [ LOG ] :: 7 dst_dir=/var/tmp/20220926145622/msr-tools :: [ 14:56:23 ] :: [ LOG ] :: 8 rm -rf $dst_dir :: [ 14:56:23 ] :: [ LOG ] :: 9 git clone $src_url $dst_dir || exit 1 :: [ 14:56:23 ] :: [ LOG ] :: 10 cd $dst_dir :: [ 14:56:23 ] :: [ LOG ] :: 11 sed -i 's%^LT_INIT%#LT_INIT%g' configure.ac || exit 1 :: [ 14:56:23 ] :: [ LOG ] :: 12 ./autogen.sh || exit 1 :: [ 14:56:23 ] :: [ LOG ] :: 13 make || exit 1 :: [ 14:56:23 ] :: [ LOG ] :: 14 make install || exit 1 :: [ 14:56:23 ] :: [ LOG ] :: 15 exit 0 :: [ 14:56:23 ] :: [ LOG ] :: --------------- OUTPUT END --------------- :: [ 14:56:23 ] :: [ PASS ] :: Command 'cat -n /var/tmp/20220926145622/msr_tools_setup.sh' (Expected 0, got 0) :: [ 14:56:23 ] :: [ BEGIN ] :: Running 'bash /var/tmp/20220926145622/msr_tools_setup.sh' Cloning into '/var/tmp/20220926145622/msr-tools'... configure.ac:10: installing './compile' configure.ac:3: installing './install-sh' configure.ac:3: installing './missing' Makefile.am: installing './depcomp' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for inttypes.h... (cached) yes checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking for stdint.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands msr-tools 1.3.0 ======== prefix: /usr/local bindir: ${exec_prefix}/bin compiler: gcc cflags: -g -O2 ldflags: test -z "wrmsr rdmsr msr-cpuid" || rm -f wrmsr rdmsr msr-cpuid rm -f *.o make all-am make[1]: Entering directory '/var/tmp/20220926145622/msr-tools' CC wrmsr-wrmsr.o CCLD wrmsr CC rdmsr-rdmsr.o CCLD rdmsr CC msr_cpuid-cpuid.o CCLD msr-cpuid make[1]: Leaving directory '/var/tmp/20220926145622/msr-tools' make[1]: Entering directory '/var/tmp/20220926145622/msr-tools' /usr/bin/mkdir -p '/usr/local/bin' /usr/bin/install -c wrmsr rdmsr msr-cpuid '/usr/local/bin' make[1]: Nothing to be done for 'install-data-am'. make[1]: Leaving directory '/var/tmp/20220926145622/msr-tools' :: [ 14:56:31 ] :: [ LOG ] :: Output of 'bash /var/tmp/20220926145622/msr_tools_setup.sh': :: [ 14:56:31 ] :: [ LOG ] :: --------------- OUTPUT START --------------- :: [ 14:56:31 ] :: [ LOG ] :: checking fcntl.h usability... yes :: [ 14:56:31 ] :: [ LOG ] :: checking fcntl.h presence... yes :: [ 14:56:31 ] :: [ LOG ] :: checking for fcntl.h... yes :: [ 14:56:31 ] :: [ LOG ] :: checking getopt.h usability... yes :: [ 14:56:31 ] :: [ LOG ] :: checking getopt.h presence... yes :: [ 14:56:31 ] :: [ LOG ] :: checking for getopt.h... yes :: [ 14:56:31 ] :: [ LOG ] :: checking for inttypes.h... (cached) yes :: [ 14:56:31 ] :: [ LOG ] :: checking stdbool.h usability... yes :: [ 14:56:31 ] :: [ LOG ] :: checking stdbool.h presence... yes :: [ 14:56:31 ] :: [ LOG ] :: checking for stdbool.h... yes :: [ 14:56:31 ] :: [ LOG ] :: checking for stdint.h... (cached) yes :: [ 14:56:31 ] :: [ LOG ] :: checking stdio.h usability... yes :: [ 14:56:31 ] :: [ LOG ] :: checking stdio.h presence... yes :: [ 14:56:31 ] :: [ LOG ] :: checking for stdio.h... yes :: [ 14:56:31 ] :: [ LOG ] :: checking for stdlib.h... (cached) yes :: [ 14:56:31 ] :: [ LOG ] :: checking for string.h... (cached) yes :: [ 14:56:31 ] :: [ LOG ] :: checking for sys/types.h... (cached) yes :: [ 14:56:31 ] :: [ LOG ] :: checking for unistd.h... (cached) yes :: [ 14:56:31 ] :: [ LOG ] :: checking that generated files are newer than configure... done :: [ 14:56:31 ] :: [ LOG ] :: configure: creating ./config.status :: [ 14:56:31 ] :: [ LOG ] :: config.status: creating Makefile :: [ 14:56:31 ] :: [ LOG ] :: config.status: creating config.h :: [ 14:56:31 ] :: [ LOG ] :: config.status: executing depfiles commands :: [ 14:56:31 ] :: [ LOG ] :: :: [ 14:56:31 ] :: [ LOG ] :: msr-tools 1.3.0 :: [ 14:56:31 ] :: [ LOG ] :: ======== :: [ 14:56:31 ] :: [ LOG ] :: :: [ 14:56:31 ] :: [ LOG ] :: prefix: /usr/local :: [ 14:56:31 ] :: [ LOG ] :: bindir: ${exec_prefix}/bin :: [ 14:56:31 ] :: [ LOG ] :: :: [ 14:56:31 ] :: [ LOG ] :: compiler: gcc :: [ 14:56:31 ] :: [ LOG ] :: cflags: -g -O2 :: [ 14:56:31 ] :: [ LOG ] :: ldflags: :: [ 14:56:31 ] :: [ LOG ] :: :: [ 14:56:31 ] :: [ LOG ] :: test -z "wrmsr rdmsr msr-cpuid" || rm -f wrmsr rdmsr msr-cpuid :: [ 14:56:31 ] :: [ LOG ] :: rm -f *.o :: [ 14:56:31 ] :: [ LOG ] :: make all-am :: [ 14:56:31 ] :: [ LOG ] :: make[1]: Entering directory '/var/tmp/20220926145622/msr-tools' :: [ 14:56:31 ] :: [ LOG ] :: CC wrmsr-wrmsr.o :: [ 14:56:31 ] :: [ LOG ] :: CCLD wrmsr :: [ 14:56:31 ] :: [ LOG ] :: CC rdmsr-rdmsr.o :: [ 14:56:31 ] :: [ LOG ] :: CCLD rdmsr :: [ 14:56:32 ] :: [ LOG ] :: CC msr_cpuid-cpuid.o :: [ 14:56:32 ] :: [ LOG ] :: CCLD msr-cpuid :: [ 14:56:32 ] :: [ LOG ] :: make[1]: Leaving directory '/var/tmp/20220926145622/msr-tools' :: [ 14:56:32 ] :: [ LOG ] :: make[1]: Entering directory '/var/tmp/20220926145622/msr-tools' :: [ 14:56:32 ] :: [ LOG ] :: /usr/bin/mkdir -p '/usr/local/bin' :: [ 14:56:32 ] :: [ LOG ] :: /usr/bin/install -c wrmsr rdmsr msr-cpuid '/usr/local/bin' :: [ 14:56:32 ] :: [ LOG ] :: make[1]: Nothing to be done for 'install-data-am'. :: [ 14:56:32 ] :: [ LOG ] :: make[1]: Leaving directory '/var/tmp/20220926145622/msr-tools' :: [ 14:56:32 ] :: [ LOG ] :: --------------- OUTPUT END --------------- :: [ 14:56:32 ] :: [ PASS ] :: Command 'bash /var/tmp/20220926145622/msr_tools_setup.sh' (Expected 0, got 0) :: [ 14:56:32 ] :: [ BEGIN ] :: Running 'rdmsr 0x606' rdmsr: CPU 0 cannot read MSR 0x00000606 :: [ 14:56:32 ] :: [ LOG ] :: Output of 'rdmsr 0x606': :: [ 14:56:32 ] :: [ LOG ] :: --------------- OUTPUT START --------------- :: [ 14:56:32 ] :: [ LOG ] :: rdmsr: CPU 0 cannot read MSR 0x00000606 :: [ 14:56:32 ] :: [ LOG ] :: --------------- OUTPUT END --------------- :: [ 14:56:32 ] :: [ FAIL ] :: Command 'rdmsr 0x606' (Expected 0, got 4) :: [ 14:56:32 ] :: [ LOG ] :: Skipping current task: su access is not available ** CPU: Idle Test SKIP Score:N/A Uploading resultoutputfile.log .done