#!/bin/sh export_top_env() { export suite='mce-log' export testcase='mce-log' export category='functional' export job_origin='/lkp/lkp/.src-20170918-232423/jobs/mce-log.yaml' export testbox='lkp-u410' export tbox_group='lkp-u410' export need_kconfig='CONFIG_X86_MCE=y CONFIG_X86_MCE_INTEL=y CONFIG_X86_MCELOG_LEGACY=y CONFIG_X86_MCE_INJECT=m CONFIG_X86_MCE=y CONFIG_X86_MCE_INTEL=y CONFIG_X86_MCELOG_LEGACY=y CONFIG_X86_MCE_INJECT=m' export kconfig='x86_64-rhel-7.2' export compiler='gcc-6' export branch='linus/master' export name='/tmp/d20170919-68044-1dv899b/mce-log-defaults.yaml' export commit='ce0fa3e56ad20f04d8252353dcd24e924abdafca' export queue='bisect' export submit_id='59c26c990b9a9364ca2d1f44' export job_file='/lkp/scheduled/lkp-u410/mce-log-defaults-debian-x86_64-2016-08-31.cgz-ce0fa3e56ad20f04d8252353dcd24e924abdafca-20170920-25802-sq7ak4-0.yaml' export id='1643a83ba472db3d0f5b9c64b47e0013d78530bc' export model='Ivy Bridge' export nr_cpu=4 export memory='4G' export nr_hdd_partitions=0 export hdd_partitions= export netconsole_port=6674 export brand='Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz' export rootfs='debian-x86_64-2016-08-31.cgz' export enqueue_time='2017-09-20 21:26:50 +0800' export _id='59c26c990b9a9364ca2d1f44' export _rt='/result/mce-log/defaults/lkp-u410/debian-x86_64-2016-08-31.cgz/x86_64-rhel-7.2/gcc-6/ce0fa3e56ad20f04d8252353dcd24e924abdafca' export user='lkp' export result_root='/result/mce-log/defaults/lkp-u410/debian-x86_64-2016-08-31.cgz/x86_64-rhel-7.2/gcc-6/ce0fa3e56ad20f04d8252353dcd24e924abdafca/1' export LKP_SERVER='inn' export max_uptime=3600 export initrd='/osimage/debian/debian-x86_64-2016-08-31.cgz' export bootloader_append='root=/dev/ram0 user=lkp job=/lkp/scheduled/lkp-u410/mce-log-defaults-debian-x86_64-2016-08-31.cgz-ce0fa3e56ad20f04d8252353dcd24e924abdafca-20170920-25802-sq7ak4-0.yaml ARCH=x86_64 kconfig=x86_64-rhel-7.2 branch=linus/master commit=ce0fa3e56ad20f04d8252353dcd24e924abdafca BOOT_IMAGE=/pkg/linux/x86_64-rhel-7.2/gcc-6/ce0fa3e56ad20f04d8252353dcd24e924abdafca/vmlinuz-4.13.0-rc1-00088-gce0fa3e max_uptime=3600 RESULT_ROOT=/result/mce-log/defaults/lkp-u410/debian-x86_64-2016-08-31.cgz/x86_64-rhel-7.2/gcc-6/ce0fa3e56ad20f04d8252353dcd24e924abdafca/1 LKP_SERVER=inn debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 net.ifnames=0 printk.devkmsg=on panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 drbd.minor_count=8 systemd.log_level=err ignore_loglevel console=tty0 earlyprintk=ttyS0,115200 console=ttyS0,115200 vga=normal rw' export lkp_initrd='/lkp/lkp/lkp-x86_64.cgz' export modules_initrd='/pkg/linux/x86_64-rhel-7.2/gcc-6/ce0fa3e56ad20f04d8252353dcd24e924abdafca/modules.cgz' export bm_initrd='/osimage/deps/debian-x86_64-2016-08-31.cgz/lkp_2017-08-01.cgz,/osimage/deps/debian-x86_64-2016-08-31.cgz/rsync-rootfs_2016-11-15.cgz,/osimage/deps/debian-x86_64-2016-08-31.cgz/run-ipconfig_2016-11-15.cgz,/osimage/deps/debian-x86_64-2016-08-31.cgz/mce-log_2017-07-01.cgz,/osimage/pkg/debian-x86_64-2016-08-31.cgz/mce-log-x86_64-aa22264_2017-07-01.cgz,/osimage/deps/debian-x86_64-2016-08-31.cgz/hw_2016-11-15.cgz' export site='inn' export LKP_CGI_PORT=80 export LKP_CIFS_PORT=139 export kernel='/pkg/linux/x86_64-rhel-7.2/gcc-6/ce0fa3e56ad20f04d8252353dcd24e924abdafca/vmlinuz-4.13.0-rc1-00088-gce0fa3e' export dequeue_time='2017-09-20 21:33:44 +0800' export job_initrd='/lkp/scheduled/lkp-u410/mce-log-defaults-debian-x86_64-2016-08-31.cgz-ce0fa3e56ad20f04d8252353dcd24e924abdafca-20170920-25802-sq7ak4-0.cgz' [ -n "$LKP_SRC" ] || export LKP_SRC=/lkp/${user:-lkp}/src } run_job() { echo $$ > $TMP/run-job.pid . $LKP_SRC/lib/http.sh . $LKP_SRC/lib/job.sh . $LKP_SRC/lib/env.sh export_top_env run_monitor $LKP_SRC/monitors/wrapper kmsg run_monitor $LKP_SRC/monitors/wrapper heartbeat run_monitor $LKP_SRC/monitors/wrapper oom-killer run_monitor $LKP_SRC/monitors/plain/watchdog run_test $LKP_SRC/tests/wrapper mce-log } extract_stats() { $LKP_SRC/stats/wrapper mce-log $LKP_SRC/stats/wrapper kmsg $LKP_SRC/stats/wrapper time mce-log.time $LKP_SRC/stats/wrapper time $LKP_SRC/stats/wrapper dmesg $LKP_SRC/stats/wrapper kmsg $LKP_SRC/stats/wrapper stderr $LKP_SRC/stats/wrapper last_state } "$@"