:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: startup :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: [ 07:45:30 ] :: [ PASS ] :: Command 'mkdir -p -m 0755 /var/tmp/20230119074529' (Expected 0, got 0) :: [ 07:45:30 ] :: [ LOG ] :: Output of 'chmod +x /var/tmp/20230119074529/msr_tools_setup.sh': :: [ 07:45:30 ] :: [ LOG ] :: --------------- OUTPUT START --------------- :: [ 07:45:30 ] :: [ LOG ] :: --------------- OUTPUT END --------------- :: [ 07:45:30 ] :: [ PASS ] :: Command 'chmod +x /var/tmp/20230119074529/msr_tools_setup.sh' (Expected 0, got 0) :: [ 07:45:30 ] :: [ LOG ] :: Output of 'cat -n /var/tmp/20230119074529/msr_tools_setup.sh': :: [ 07:45:30 ] :: [ LOG ] :: --------------- OUTPUT START --------------- :: [ 07:45:30 ] :: [ LOG ] :: 1 #!/bin/bash :: [ 07:45:30 ] :: [ LOG ] :: 2 :: [ 07:45:30 ] :: [ LOG ] :: 3 [[ -f /usr/sbin/rdmsr ]] && exit 0 :: [ 07:45:30 ] :: [ LOG ] :: 4 [[ -f /usr/local/bin/rdmsr ]] && exit 0 :: [ 07:45:30 ] :: [ LOG ] :: 5 :: [ 07:45:30 ] :: [ LOG ] :: 6 src_url=https://github.com/intel/msr-tools.git :: [ 07:45:30 ] :: [ LOG ] :: 7 dst_dir=/var/tmp/20230119074529/msr-tools :: [ 07:45:30 ] :: [ LOG ] :: 8 rm -rf $dst_dir :: [ 07:45:30 ] :: [ LOG ] :: 9 git clone $src_url $dst_dir || exit 1 :: [ 07:45:30 ] :: [ LOG ] :: 10 cd $dst_dir :: [ 07:45:30 ] :: [ LOG ] :: 11 sed -i 's%^LT_INIT%#LT_INIT%g' configure.ac || exit 1 :: [ 07:45:30 ] :: [ LOG ] :: 12 ./autogen.sh || exit 1 :: [ 07:45:30 ] :: [ LOG ] :: 13 make || exit 1 :: [ 07:45:30 ] :: [ LOG ] :: 14 make install || exit 1 :: [ 07:45:30 ] :: [ LOG ] :: 15 exit 0 :: [ 07:45:30 ] :: [ LOG ] :: --------------- OUTPUT END --------------- :: [ 07:45:30 ] :: [ PASS ] :: Command 'cat -n /var/tmp/20230119074529/msr_tools_setup.sh' (Expected 0, got 0) :: [ 07:45:39 ] :: [ LOG ] :: Output of 'bash /var/tmp/20230119074529/msr_tools_setup.sh': :: [ 07:45:39 ] :: [ LOG ] :: --------------- OUTPUT START --------------- :: [ 07:45:39 ] :: [ LOG ] :: checking fcntl.h usability... yes :: [ 07:45:39 ] :: [ LOG ] :: checking fcntl.h presence... yes :: [ 07:45:39 ] :: [ LOG ] :: checking for fcntl.h... yes :: [ 07:45:39 ] :: [ LOG ] :: checking getopt.h usability... yes :: [ 07:45:39 ] :: [ LOG ] :: checking getopt.h presence... yes :: [ 07:45:39 ] :: [ LOG ] :: checking for getopt.h... yes :: [ 07:45:39 ] :: [ LOG ] :: checking for inttypes.h... (cached) yes :: [ 07:45:39 ] :: [ LOG ] :: checking stdbool.h usability... yes :: [ 07:45:39 ] :: [ LOG ] :: checking stdbool.h presence... yes :: [ 07:45:39 ] :: [ LOG ] :: checking for stdbool.h... yes :: [ 07:45:39 ] :: [ LOG ] :: checking for stdint.h... (cached) yes :: [ 07:45:39 ] :: [ LOG ] :: checking stdio.h usability... yes :: [ 07:45:39 ] :: [ LOG ] :: checking stdio.h presence... yes :: [ 07:45:39 ] :: [ LOG ] :: checking for stdio.h... yes :: [ 07:45:39 ] :: [ LOG ] :: checking for stdlib.h... (cached) yes :: [ 07:45:39 ] :: [ LOG ] :: checking for string.h... (cached) yes :: [ 07:45:39 ] :: [ LOG ] :: checking for sys/types.h... (cached) yes :: [ 07:45:39 ] :: [ LOG ] :: checking for unistd.h... (cached) yes :: [ 07:45:39 ] :: [ LOG ] :: checking that generated files are newer than configure... done :: [ 07:45:39 ] :: [ LOG ] :: configure: creating ./config.status :: [ 07:45:39 ] :: [ LOG ] :: config.status: creating Makefile :: [ 07:45:39 ] :: [ LOG ] :: config.status: creating config.h :: [ 07:45:39 ] :: [ LOG ] :: config.status: executing depfiles commands :: [ 07:45:40 ] :: [ LOG ] :: :: [ 07:45:40 ] :: [ LOG ] :: msr-tools 1.3.0 :: [ 07:45:40 ] :: [ LOG ] :: ======== :: [ 07:45:40 ] :: [ LOG ] :: :: [ 07:45:40 ] :: [ LOG ] :: prefix: /usr/local :: [ 07:45:40 ] :: [ LOG ] :: bindir: ${exec_prefix}/bin :: [ 07:45:40 ] :: [ LOG ] :: :: [ 07:45:40 ] :: [ LOG ] :: compiler: gcc :: [ 07:45:40 ] :: [ LOG ] :: cflags: -g -O2 :: [ 07:45:40 ] :: [ LOG ] :: ldflags: :: [ 07:45:40 ] :: [ LOG ] :: :: [ 07:45:40 ] :: [ LOG ] :: test -z "wrmsr rdmsr msr-cpuid" || rm -f wrmsr rdmsr msr-cpuid :: [ 07:45:40 ] :: [ LOG ] :: rm -f *.o :: [ 07:45:40 ] :: [ LOG ] :: make all-am :: [ 07:45:40 ] :: [ LOG ] :: make[1]: Entering directory '/var/tmp/20230119074529/msr-tools' :: [ 07:45:40 ] :: [ LOG ] :: CC wrmsr-wrmsr.o :: [ 07:45:40 ] :: [ LOG ] :: CCLD wrmsr :: [ 07:45:40 ] :: [ LOG ] :: CC rdmsr-rdmsr.o :: [ 07:45:40 ] :: [ LOG ] :: CCLD rdmsr :: [ 07:45:40 ] :: [ LOG ] :: CC msr_cpuid-cpuid.o :: [ 07:45:40 ] :: [ LOG ] :: CCLD msr-cpuid :: [ 07:45:40 ] :: [ LOG ] :: make[1]: Leaving directory '/var/tmp/20230119074529/msr-tools' :: [ 07:45:40 ] :: [ LOG ] :: make[1]: Entering directory '/var/tmp/20230119074529/msr-tools' :: [ 07:45:40 ] :: [ LOG ] :: /usr/bin/mkdir -p '/usr/local/bin' :: [ 07:45:40 ] :: [ LOG ] :: /usr/bin/install -c wrmsr rdmsr msr-cpuid '/usr/local/bin' :: [ 07:45:40 ] :: [ LOG ] :: make[1]: Nothing to be done for 'install-data-am'. :: [ 07:45:40 ] :: [ LOG ] :: make[1]: Leaving directory '/var/tmp/20230119074529/msr-tools' :: [ 07:45:40 ] :: [ LOG ] :: --------------- OUTPUT END --------------- :: [ 07:45:40 ] :: [ PASS ] :: Command 'bash /var/tmp/20230119074529/msr_tools_setup.sh' (Expected 0, got 0) :: [ 07:45:40 ] :: [ LOG ] :: startup(): rc=0 :: [ 07:45:40 ] :: [ PASS ] :: startup() :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: Duration: 10s :: Assertions: 5 good, 0 bad :: RESULT: PASS (startup)