#!/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='validate' export testbox='vm-vp-quantal-x86_64-64' export tbox_group='vm-vp-quantal-x86_64' export branch='linux-devel/devel-catchup-201704240307' export commit='924726b2b5e5000dfb8eb6032651baed1b1bdc6c' export kconfig='x86_64-randconfig-s1-04240256' export repeat_to=8 export submit_id='58fe8b900b9a9364e7451fa0' export job_file='/lkp/scheduled/vm-vp-quantal-x86_64-64/boot-1-quantal-core-x86_64.cgz-924726b2b5e5000dfb8eb6032651baed1b1bdc6c-20170425-91367-6n2enn-4.yaml' export id='6d755e274e856331b1564db90f844490d3220ae5' export model='qemu-system-x86_64 -enable-kvm' export nr_vm=64 export nr_cpu=2 export memory='512M' export rootfs='quantal-core-x86_64.cgz' export need_kconfig='CONFIG_KVM_GUEST=y' export compiler='gcc-6' export enqueue_time='2017-04-25 07:34:40 +0800' export _id='58fe8b900b9a9364e7451fa0' export _rt='/result/boot/1/vm-vp-quantal-x86_64/quantal-core-x86_64.cgz/x86_64-randconfig-s1-04240256/gcc-6/924726b2b5e5000dfb8eb6032651baed1b1bdc6c' export user='lkp' export result_root='/result/boot/1/vm-vp-quantal-x86_64/quantal-core-x86_64.cgz/x86_64-randconfig-s1-04240256/gcc-6/924726b2b5e5000dfb8eb6032651baed1b1bdc6c/4' export LKP_SERVER='inn' export max_uptime=600 export initrd='/osimage/quantal/quantal-core-x86_64.cgz' export bootloader_append='root=/dev/ram0 user=lkp job=/lkp/scheduled/vm-vp-quantal-x86_64-64/boot-1-quantal-core-x86_64.cgz-924726b2b5e5000dfb8eb6032651baed1b1bdc6c-20170425-91367-6n2enn-4.yaml ARCH=x86_64 kconfig=x86_64-randconfig-s1-04240256 branch=linux-devel/devel-catchup-201704240307 commit=924726b2b5e5000dfb8eb6032651baed1b1bdc6c BOOT_IMAGE=/pkg/linux/x86_64-randconfig-s1-04240256/gcc-6/924726b2b5e5000dfb8eb6032651baed1b1bdc6c/vmlinuz-4.11.0-rc6-00244-g924726b max_uptime=600 RESULT_ROOT=/result/boot/1/vm-vp-quantal-x86_64/quantal-core-x86_64.cgz/x86_64-randconfig-s1-04240256/gcc-6/924726b2b5e5000dfb8eb6032651baed1b1bdc6c/4 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 earlyprintk=ttyS0,115200 console=ttyS0,115200 console=tty0 vga=normal rw' export lkp_initrd='/lkp/lkp/lkp-x86_64.cgz' export modules_initrd='/pkg/linux/x86_64-randconfig-s1-04240256/gcc-6/924726b2b5e5000dfb8eb6032651baed1b1bdc6c/modules.cgz' export site='inn' export LKP_CGI_PORT=80 export LKP_CIFS_PORT=139 export kernel='/pkg/linux/x86_64-randconfig-s1-04240256/gcc-6/924726b2b5e5000dfb8eb6032651baed1b1bdc6c/vmlinuz-4.11.0-rc6-00244-g924726b' export dequeue_time='2017-04-25 07:35:04 +0800' export job_initrd='/lkp/scheduled/vm-vp-quantal-x86_64-64/boot-1-quantal-core-x86_64.cgz-924726b2b5e5000dfb8eb6032651baed1b1bdc6c-20170425-91367-6n2enn-4.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 } "$@"