#!/bin/sh export_top_env() { export suite='trinity' export testcase='trinity' export category='functional' export runtime=300 export job_origin='/lkp/lkp/src/allot/rand/vm-lkp-wsx03-quantal-x86_64/trinity.yaml' export testbox='vm-lkp-wsx03-quantal-x86_64-8' export tbox_group='vm-lkp-wsx03-quantal-x86_64' export model='qemu-system-x86_64 -enable-kvm -cpu Haswell,+smep,+smap' export nr_vm=64 export nr_cpu=2 export memory='512M' export rootfs='quantal-core-x86_64.cgz' export kconfig='x86_64-randconfig-h0-08311649' export compiler='gcc-7' export queue='validate' export branch='linux-devel/devel-catchup-201808311705' export commit='22f657e2876612270ad346b7f5ba2493ba434d41' export repeat_to=4 export submit_id='5b9222470b9a937662017410' export job_file='/lkp/jobs/scheduled/vm-lkp-wsx03-quantal-x86_64-8/trinity-300s-quantal-core-x86_64.cgz-22f657e2876612270ad346b7f5ba2493ba434d41-20180907-30306-1boxtva-3.yaml' export id='e35fcb96ddac767e2b50c3b575c54d1f6c038366' export need_kconfig='CONFIG_KVM_GUEST=y' export enqueue_time='2018-09-07 15:01:28 +0800' export _id='5b9222480b9a937662017411' export _rt='/result/trinity/300s/vm-lkp-wsx03-quantal-x86_64/quantal-core-x86_64.cgz/x86_64-randconfig-h0-08311649/gcc-7/22f657e2876612270ad346b7f5ba2493ba434d41' export user='lkp' export result_root='/result/trinity/300s/vm-lkp-wsx03-quantal-x86_64/quantal-core-x86_64.cgz/x86_64-randconfig-h0-08311649/gcc-7/22f657e2876612270ad346b7f5ba2493ba434d41/3' export LKP_SERVER='inn' export max_uptime=1500 export initrd='/osimage/quantal/quantal-core-x86_64.cgz' export bootloader_append='root=/dev/ram0 user=lkp job=/lkp/jobs/scheduled/vm-lkp-wsx03-quantal-x86_64-8/trinity-300s-quantal-core-x86_64.cgz-22f657e2876612270ad346b7f5ba2493ba434d41-20180907-30306-1boxtva-3.yaml ARCH=x86_64 kconfig=x86_64-randconfig-h0-08311649 branch=linux-devel/devel-catchup-201808311705 commit=22f657e2876612270ad346b7f5ba2493ba434d41 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-h0-08311649/gcc-7/22f657e2876612270ad346b7f5ba2493ba434d41/vmlinuz-4.19.0-rc1-00174-g22f657e max_uptime=1500 RESULT_ROOT=/result/trinity/300s/vm-lkp-wsx03-quantal-x86_64/quantal-core-x86_64.cgz/x86_64-randconfig-h0-08311649/gcc-7/22f657e2876612270ad346b7f5ba2493ba434d41/3 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 site='inn' export LKP_CGI_PORT=80 export LKP_CIFS_PORT=139 export kernel='/pkg/linux/x86_64-randconfig-h0-08311649/gcc-7/22f657e2876612270ad346b7f5ba2493ba434d41/vmlinuz-4.19.0-rc1-00174-g22f657e' export dequeue_time='2018-09-07 15:02:08 +0800' export job_initrd='/lkp/jobs/scheduled/vm-lkp-wsx03-quantal-x86_64-8/trinity-300s-quantal-core-x86_64.cgz-22f657e2876612270ad346b7f5ba2493ba434d41-20180907-30306-1boxtva-3.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 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 } "$@"