#!/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-waimea-yocto-ia32-8' export tbox_group='vm-waimea-yocto-ia32' export branch='linux-devel/devel-catchup-201712150503' export commit='adc8732ba8dc55ea7dd226a2edc59a8ef57478cf' export kconfig='x86_64-randconfig-h0-12150359' export submit_id='5a336d800b9a9341feee9fc9' export job_file='/lkp/scheduled/vm-waimea-yocto-ia32-8/boot-1-yocto-tiny-i386-2016-04-22.cgz-adc8732ba8dc55ea7dd226a2edc59a8ef57478cf-20171215-82430-1ubrhwe-1.yaml' export id='c15d1d5f6b085484039beef51dcbb53b5a61be95' export model='qemu-system-x86_64 -enable-kvm' export nr_vm=20 export nr_cpu=1 export memory='420M' export rootfs='yocto-tiny-i386-2016-04-22.cgz' export ssh_base_port=23710 export need_kconfig='CONFIG_KVM_GUEST=y' export compiler='gcc-7' export enqueue_time='2017-12-15 14:36:49 +0800' export _id='5a33757c0b9a9341feee9fca' export _rt='/result/boot/1/vm-waimea-yocto-ia32/yocto-tiny-i386-2016-04-22.cgz/x86_64-randconfig-h0-12150359/gcc-7/adc8732ba8dc55ea7dd226a2edc59a8ef57478cf' export user='lkp' export result_root='/result/boot/1/vm-waimea-yocto-ia32/yocto-tiny-i386-2016-04-22.cgz/x86_64-randconfig-h0-12150359/gcc-7/adc8732ba8dc55ea7dd226a2edc59a8ef57478cf/1' export LKP_SERVER='inn' export max_uptime=600 export initrd='/osimage/yocto/yocto-tiny-i386-2016-04-22.cgz' export bootloader_append='root=/dev/ram0 user=lkp job=/lkp/scheduled/vm-waimea-yocto-ia32-8/boot-1-yocto-tiny-i386-2016-04-22.cgz-adc8732ba8dc55ea7dd226a2edc59a8ef57478cf-20171215-82430-1ubrhwe-1.yaml ARCH=x86_64 kconfig=x86_64-randconfig-h0-12150359 branch=linux-devel/devel-catchup-201712150503 commit=adc8732ba8dc55ea7dd226a2edc59a8ef57478cf BOOT_IMAGE=/pkg/linux/x86_64-randconfig-h0-12150359/gcc-7/adc8732ba8dc55ea7dd226a2edc59a8ef57478cf/vmlinuz-4.15.0-rc3-00005-gadc8732 max_uptime=600 RESULT_ROOT=/result/boot/1/vm-waimea-yocto-ia32/yocto-tiny-i386-2016-04-22.cgz/x86_64-randconfig-h0-12150359/gcc-7/adc8732ba8dc55ea7dd226a2edc59a8ef57478cf/1 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 modules_initrd='/pkg/linux/x86_64-randconfig-h0-12150359/gcc-7/adc8732ba8dc55ea7dd226a2edc59a8ef57478cf/modules.cgz' export bm_initrd='/osimage/deps/debian-x86_64-2016-08-31.cgz/run-ipconfig.i386_2016-09-03.cgz' export lkp_initrd='/lkp/lkp/lkp-i386.cgz' export site='inn' export LKP_CGI_PORT=80 export LKP_CIFS_PORT=139 export kernel='/pkg/linux/x86_64-randconfig-h0-12150359/gcc-7/adc8732ba8dc55ea7dd226a2edc59a8ef57478cf/vmlinuz-4.15.0-rc3-00005-gadc8732' export dequeue_time='2017-12-15 15:11:43 +0800' export job_initrd='/lkp/scheduled/vm-waimea-yocto-ia32-8/boot-1-yocto-tiny-i386-2016-04-22.cgz-adc8732ba8dc55ea7dd226a2edc59a8ef57478cf-20171215-82430-1ubrhwe-1.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/no-stdout/wrapper boot-time 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 } "$@"