#!/bin/sh export_top_env() { export suite='trinity' export testcase='trinity' export runtime=300 export rootfs='openwrt-i386-2016-03-16.cgz' export job_origin='/lkp/lkp/src/allot/rand/vm-intel12-openwrt-i386/trinity.yaml' export testbox='vm-intel12-openwrt-i386-16' export tbox_group='vm-intel12-openwrt-i386' export kconfig='i386-randconfig-c0-09280938+CONFIG_DEBUG_INFO_REDUCED+CONFIG_DEBUG_INFO_REDUCED+CONFIG_DEBUG_INFO_REDUCED' export compiler='gcc-4.9' export queue='bisect' export branch='linus/master' export commit='e5a305ac4a5233e039586c97f4ea643a4c7dc484' export submit_id='587e6a990b9a937d9127fe7e' export job_file='/lkp/scheduled/vm-intel12-openwrt-i386-16/trinity-300s-openwrt-i386-2016-03-16.cgz-e5a305ac4a5233e039586c97f4ea643a4c7dc484-20170118-97681-sprw4l-0.yaml' export id='e26bd9862849b251936f5159acc33517b90d2b89' export model='qemu-system-i386 -enable-kvm' export nr_vm=24 export nr_cpu=1 export memory='256M' export hdd_partitions='/dev/vda' export swap_partitions='/dev/vdb' export need_kconfig='CONFIG_KVM_GUEST=y' export enqueue_time='2017-01-18 03:03:53 +0800' export _id='587e6a990b9a937d9127fe7e' export user='lkp' export result_root='/result/trinity/300s/vm-intel12-openwrt-i386/openwrt-i386-2016-03-16.cgz/i386-randconfig-c0-09280938+CONFIG_DEBUG_INFO_REDUCED+CONFIG_DEBUG_INFO_REDUCED+CONFIG_DEBUG_INFO_REDUCED/gcc-4.9/e5a305ac4a5233e039586c97f4ea643a4c7dc484/0' export LKP_SERVER='inn' export max_uptime=1500 export initrd='/osimage/openwrt/openwrt-i386-2016-03-16.cgz' export bootloader_append='root=/dev/ram0 user=lkp job=/lkp/scheduled/vm-intel12-openwrt-i386-16/trinity-300s-openwrt-i386-2016-03-16.cgz-e5a305ac4a5233e039586c97f4ea643a4c7dc484-20170118-97681-sprw4l-0.yaml ARCH=i386 kconfig=i386-randconfig-c0-09280938+CONFIG_DEBUG_INFO_REDUCED+CONFIG_DEBUG_INFO_REDUCED+CONFIG_DEBUG_INFO_REDUCED branch=linus/master commit=e5a305ac4a5233e039586c97f4ea643a4c7dc484 BOOT_IMAGE=/pkg/linux/i386-randconfig-c0-09280938+CONFIG_DEBUG_INFO_REDUCED+CONFIG_DEBUG_INFO_REDUCED+CONFIG_DEBUG_INFO_REDUCED/gcc-4.9/e5a305ac4a5233e039586c97f4ea643a4c7dc484/vmlinuz-4.10.0-rc2-02114-ge5a305a max_uptime=1500 RESULT_ROOT=/result/trinity/300s/vm-intel12-openwrt-i386/openwrt-i386-2016-03-16.cgz/i386-randconfig-c0-09280938+CONFIG_DEBUG_INFO_REDUCED+CONFIG_DEBUG_INFO_REDUCED+CONFIG_DEBUG_INFO_REDUCED/gcc-4.9/e5a305ac4a5233e039586c97f4ea643a4c7dc484/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 bm_initrd='/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-c0-09280938+CONFIG_DEBUG_INFO_REDUCED+CONFIG_DEBUG_INFO_REDUCED+CONFIG_DEBUG_INFO_REDUCED/gcc-4.9/e5a305ac4a5233e039586c97f4ea643a4c7dc484/vmlinuz-4.10.0-rc2-02114-ge5a305a' export dequeue_time='2017-01-18 03:18:56 +0800' export job_initrd='/lkp/scheduled/vm-intel12-openwrt-i386-16/trinity-300s-openwrt-i386-2016-03-16.cgz-e5a305ac4a5233e039586c97f4ea643a4c7dc484-20170118-97681-sprw4l-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 } "$@"