#!/bin/sh export_top_env() { export suite='boot' export testcase='boot' export category='functional' export timeout='10m' export job_origin='boot-300s.yaml' export queue_cmdline_keys='branch commit' export queue='bisect' export testbox='vm-snb' export tbox_group='vm-snb' export branch='linux-devel/devel-hourly-20240506-091733' export commit='5bbd3fa92fe5e068bcb5599c083604534482f3ed' export kconfig='x86_64-randconfig-011-20240506' export nr_vm=300 export job_file='/lkp/jobs/queued/bisect/vm-snb/boot-300-yocto-x86_64-minimal-20190520.cgz-x86_64-randconfig-011-20240506-5bbd3fa92fe5-20240507-28670-rs05o-1.yaml' export id='47cf10cab2edef31d7a3e79f6ef57c4effc893ea' export queuer_version='/zday/lkp' export model='qemu-system-x86_64 -enable-kvm -cpu SandyBridge' export nr_cpu=2 export memory='16G' export need_kconfig=\{\"KVM_GUEST\"\=\>\"y\"\} export ssh_base_port=23032 export kernel_cmdline_hw='vmalloc=256M initramfs_async=0 page_owner=on' export rootfs='yocto-x86_64-minimal-20190520.cgz' export compiler='gcc-12' export enqueue_time='2024-05-07 07:16:01 +0800' export _rt='/result/boot/300/vm-snb/yocto-x86_64-minimal-20190520.cgz/x86_64-randconfig-011-20240506/gcc-12/5bbd3fa92fe5e068bcb5599c083604534482f3ed' export user='lkp' export LKP_SERVER='internal-lkp-server' export scheduler_version='/lkp/lkp/.src-20240506-223950' export arch='x86_64' export max_uptime=600 export initrd='/osimage/yocto/yocto-x86_64-minimal-20190520.cgz' export bootloader_append='root=/dev/ram0 RESULT_ROOT=/result/boot/300/vm-snb/yocto-x86_64-minimal-20190520.cgz/x86_64-randconfig-011-20240506/gcc-12/5bbd3fa92fe5e068bcb5599c083604534482f3ed/3 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-011-20240506/gcc-12/5bbd3fa92fe5e068bcb5599c083604534482f3ed/vmlinuz-6.9.0-rc1-00005-g5bbd3fa92fe5 branch=linux-devel/devel-hourly-20240506-091733 job=/lkp/jobs/scheduled/vm-meta-208/boot-300-yocto-x86_64-minimal-20190520.cgz-x86_64-randconfig-011-20240506-5bbd3fa92fe5-20240507-28670-rs05o-1.yaml user=lkp ARCH=x86_64 kconfig=x86_64-randconfig-011-20240506 commit=5bbd3fa92fe5e068bcb5599c083604534482f3ed nmi_watchdog=0 intremap=posted_msi vmalloc=256M initramfs_async=0 page_owner=on max_uptime=600 LKP_SERVER=internal-lkp-server selinux=0 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-011-20240506/gcc-12/5bbd3fa92fe5e068bcb5599c083604534482f3ed/modules.cgz' export lkp_initrd='/osimage/user/lkp/lkp-x86_64.cgz' export site='inn' export LKP_CGI_PORT=80 export LKP_CIFS_PORT=139 export job_initrd='/lkp/jobs/scheduled/vm-meta-208/boot-300-yocto-x86_64-minimal-20190520.cgz-x86_64-randconfig-011-20240506-5bbd3fa92fe5-20240507-28670-rs05o-1.cgz' export kernel='/pkg/linux/x86_64-randconfig-011-20240506/gcc-12/5bbd3fa92fe5e068bcb5599c083604534482f3ed/vmlinuz-6.9.0-rc1-00005-g5bbd3fa92fe5' export result_root='/result/boot/300/vm-snb/yocto-x86_64-minimal-20190520.cgz/x86_64-randconfig-011-20240506/gcc-12/5bbd3fa92fe5e068bcb5599c083604534482f3ed/3' export meta_host='vm-meta-208' [ -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_setup $LKP_SRC/setup/sanity-check 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 heartbeat run_monitor $LKP_SRC/monitors/wrapper meminfo run_monitor $LKP_SRC/monitors/wrapper kmemleak run_monitor $LKP_SRC/monitors/wrapper oom-killer run_monitor $LKP_SRC/monitors/plain/watchdog run_test $LKP_SRC/tests/wrapper sleep 300 } extract_stats() { export stats_part_begin= export stats_part_end= $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 sleep $LKP_SRC/stats/wrapper meminfo $LKP_SRC/stats/wrapper kmemleak $LKP_SRC/stats/wrapper time sleep.time $LKP_SRC/stats/wrapper dmesg $LKP_SRC/stats/wrapper kmsg $LKP_SRC/stats/wrapper last_state $LKP_SRC/stats/wrapper stderr $LKP_SRC/stats/wrapper time } "$@"