#!/bin/sh export_top_env() { export suite='trinity' export testcase='trinity' export runtime=300 export rootfs='yocto-tiny-i386-2016-04-22.cgz' export job_origin='/lkp/lkp/src/allot/rand/vm-lkp-wsx03-yocto-i386/trinity.yaml' export testbox='vm-lkp-wsx03-yocto-i386-14' export tbox_group='vm-lkp-wsx03-yocto-i386' export kconfig='i386-randconfig-s0-201651' export compiler='gcc-6' export queue='bisect' export branch='linux-devel/devel-catchup-201612210159' export commit='50a8fe7622e6c45af778d91f83c11491f0afaaf3' export submit_id='586bf7560b9a935b703f3f9e' export job_file='/lkp/scheduled/vm-lkp-wsx03-yocto-i386-14/trinity-300s-yocto-tiny-i386-2016-04-22.cgz-50a8fe7622e6c45af778d91f83c11491f0afaaf3-20170104-88944-nhwf73-0.yaml' export id='720e320fce477ee1fb87763f9dc2a9337780012e' export model='qemu-system-i386 -enable-kvm' export nr_vm=32 export nr_cpu=2 export memory='320M' export swap_partitions='/dev/vda' export need_kconfig='CONFIG_KVM_GUEST=y' export enqueue_time='2017-01-04 03:11:19 +0800' export _id='586bf7560b9a935b703f3f9e' export user='lkp' export result_root='/result/trinity/300s/vm-lkp-wsx03-yocto-i386/yocto-tiny-i386-2016-04-22.cgz/i386-randconfig-s0-201651/gcc-6/50a8fe7622e6c45af778d91f83c11491f0afaaf3/0' export LKP_SERVER='inn' export max_uptime=1500 export initrd='/osimage/yocto/yocto-tiny-i386-2016-04-22.cgz' export bootloader_append='root=/dev/ram0 user=lkp job=/lkp/scheduled/vm-lkp-wsx03-yocto-i386-14/trinity-300s-yocto-tiny-i386-2016-04-22.cgz-50a8fe7622e6c45af778d91f83c11491f0afaaf3-20170104-88944-nhwf73-0.yaml ARCH=i386 kconfig=i386-randconfig-s0-201651 branch=linux-devel/devel-catchup-201612210159 commit=50a8fe7622e6c45af778d91f83c11491f0afaaf3 BOOT_IMAGE=/pkg/linux/i386-randconfig-s0-201651/gcc-6/50a8fe7622e6c45af778d91f83c11491f0afaaf3/vmlinuz-4.9.0-mm1-00096-g50a8fe7 max_uptime=1500 RESULT_ROOT=/result/trinity/300s/vm-lkp-wsx03-yocto-i386/yocto-tiny-i386-2016-04-22.cgz/i386-randconfig-s0-201651/gcc-6/50a8fe7622e6c45af778d91f83c11491f0afaaf3/0 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 systemd.log_level=err ignore_loglevel earlyprintk=ttyS0,115200 console=ttyS0,115200 console=tty0 vga=normal rw' export lkp_initrd='/lkp/lkp/lkp-i386.cgz' export modules_initrd='/pkg/linux/i386-randconfig-s0-201651/gcc-6/50a8fe7622e6c45af778d91f83c11491f0afaaf3/modules.cgz' export bm_initrd='/osimage/deps/debian-x86_64-2016-08-31.cgz/run-ipconfig.i386_2016-09-03.cgz,/osimage/pkg/static/trinity-i386.cgz' export site='inn' export LKP_CGI_PORT=80 export LKP_CIFS_PORT=139 export kernel='/pkg/linux/i386-randconfig-s0-201651/gcc-6/50a8fe7622e6c45af778d91f83c11491f0afaaf3/vmlinuz-4.9.0-mm1-00096-g50a8fe7' export dequeue_time='2017-01-04 03:59:21 +0800' export job_initrd='/lkp/scheduled/vm-lkp-wsx03-yocto-i386-14/trinity-300s-yocto-tiny-i386-2016-04-22.cgz-50a8fe7622e6c45af778d91f83c11491f0afaaf3-20170104-88944-nhwf73-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 oom-killer run_monitor $LKP_SRC/monitors/plain/watchdog run_monitor $LKP_SRC/monitors/wrapper nfs-hang run_test $LKP_SRC/tests/wrapper trinity } extract_stats() { $LKP_SRC/stats/wrapper kmsg $LKP_SRC/stats/wrapper time trinity.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 } "$@"