#!/bin/sh export_top_env() { export suite='boot' export testcase='boot' export timeout='10m' export job_origin='/lkp/lkp/src/jobs/boot.yaml' export queue='bisect' export testbox='vm-lkp-wsx03-quantal-i386-6' export tbox_group='vm-lkp-wsx03-quantal-i386' export branch='linux-devel/devel-hourly-2016111409' export commit='1157ae41a38d92d38c954835f5688046e2af6da9' export kconfig='i386-randconfig-c0-11141222' export submit_id='582b2f940b9a9309c2380878' export job_file='/lkp/scheduled/vm-lkp-wsx03-quantal-i386-6/boot-1-quantal-core-i386.cgz-1157ae41a38d92d38c954835f5688046e2af6da9-20161116-68034-1b01efu-0.yaml' export id='fbd41f4e60319208621382a47b614e03a393cd95' export model='qemu-system-i386 -enable-kvm' export nr_vm=32 export nr_cpu=1 export memory='360M' export rootfs='quantal-core-i386.cgz' export need_kconfig='CONFIG_KVM_GUEST=y' export compiler='gcc-4.9' export enqueue_time='2016-11-15 23:53:56 +0800' export _id='582b2f940b9a9309c2380878' export user='lkp' export result_root='/result/boot/1/vm-lkp-wsx03-quantal-i386/quantal-core-i386.cgz/i386-randconfig-c0-11141222/gcc-4.9/1157ae41a38d92d38c954835f5688046e2af6da9/0' export LKP_SERVER='inn' export max_uptime=600 export initrd='/osimage/quantal/quantal-core-i386.cgz' export bootloader_append='root=/dev/ram0 user=lkp job=/lkp/scheduled/vm-lkp-wsx03-quantal-i386-6/boot-1-quantal-core-i386.cgz-1157ae41a38d92d38c954835f5688046e2af6da9-20161116-68034-1b01efu-0.yaml ARCH=i386 kconfig=i386-randconfig-c0-11141222 branch=linux-devel/devel-hourly-2016111409 commit=1157ae41a38d92d38c954835f5688046e2af6da9 BOOT_IMAGE=/pkg/linux/i386-randconfig-c0-11141222/gcc-4.9/1157ae41a38d92d38c954835f5688046e2af6da9/vmlinuz-4.9.0-rc1-00038-g1157ae4 max_uptime=600 RESULT_ROOT=/result/boot/1/vm-lkp-wsx03-quantal-i386/quantal-core-i386.cgz/i386-randconfig-c0-11141222/gcc-4.9/1157ae41a38d92d38c954835f5688046e2af6da9/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-c0-11141222/gcc-4.9/1157ae41a38d92d38c954835f5688046e2af6da9/modules.cgz' export site='inn' export LKP_CGI_PORT=80 export LKP_CIFS_PORT=139 export kernel='/pkg/linux/i386-randconfig-c0-11141222/gcc-4.9/1157ae41a38d92d38c954835f5688046e2af6da9/vmlinuz-4.9.0-rc1-00038-g1157ae4' export dequeue_time='2016-11-16 00:06:33 +0800' export job_initrd='/lkp/scheduled/vm-lkp-wsx03-quantal-i386-6/boot-1-quantal-core-i386.cgz-1157ae41a38d92d38c954835f5688046e2af6da9-20161116-68034-1b01efu-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/one-shot/wrapper boot-slabinfo run_monitor $LKP_SRC/monitors/one-shot/wrapper boot-meminfo run_monitor $LKP_SRC/monitors/one-shot/wrapper memmap 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 sleep 1 } extract_stats() { $LKP_SRC/stats/wrapper boot-slabinfo $LKP_SRC/stats/wrapper boot-meminfo $LKP_SRC/stats/wrapper memmap $LKP_SRC/stats/wrapper boot-memory $LKP_SRC/stats/wrapper boot-time $LKP_SRC/stats/wrapper kernel-size $LKP_SRC/stats/wrapper kmsg $LKP_SRC/stats/wrapper time sleep.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 } "$@"