#!/bin/sh export_top_env() { export suite='boot' export testcase='boot' export category='functional' export timeout='10m' export job_origin='boot.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-20251118-225732' export commit='fb5a7f1b2bb3442ab270404463be4f0d7578295f' export kconfig='x86_64-kexec' export nr_vm=300 export job_file='/lkp/jobs/queued/bisect/vm-snb/boot-1-quantal-x86_64-core-20190426.cgz-fb5a7f1b2bb3-20251119-80027-11hbup5-1.yaml' export id='7a350d3a3753bd560aeeba6f0b69e64a2375c554' export queuer_version='/zdci/src/lkp' export model='qemu-system-x86_64 -enable-kvm -cpu SandyBridge' export nr_cpu=2 export memory='32G' export ssh_base_port=23032 export kernel_cmdline_hw='watchdog_thresh=240 rcuperf.shutdown=0 rcuscale.shutdown=0 refscale.shutdown=0 audit=0 kunit.enable=0 ia32_emulation=on' export need_kconfig_hw=\{\"KVM_GUEST\"\=\>\"y\"\} export rootfs='quantal-x86_64-core-20190426.cgz' export compiler='clang-20' export enqueue_time='2025-11-19 17:33:17 +0800' export _rt='/result/boot/1/vm-snb/quantal-x86_64-core-20190426.cgz/x86_64-kexec/clang-20/fb5a7f1b2bb3442ab270404463be4f0d7578295f' export LKP_SERVER='internal-lkp-server' export scheduler_version='/lkp/lkp/.src-20251119-155005' export arch='x86_64' export max_uptime=600 export initrd='/osimage/quantal/quantal-x86_64-core-20190426.cgz' export bootloader_append='root=/dev/ram0 RESULT_ROOT=/result/boot/1/vm-snb/quantal-x86_64-core-20190426.cgz/x86_64-kexec/clang-20/fb5a7f1b2bb3442ab270404463be4f0d7578295f/0 BOOT_IMAGE=/pkg/linux/x86_64-kexec/clang-20/fb5a7f1b2bb3442ab270404463be4f0d7578295f/vmlinuz-6.18.0-rc1-00154-gfb5a7f1b2bb3 branch=linux-devel/devel-hourly-20251118-225732 job=/lkp/jobs/scheduled/vm-meta-127/boot-1-quantal-x86_64-core-20190426.cgz-fb5a7f1b2bb3-20251119-80027-11hbup5-1.yaml user=lkp ARCH=x86_64 kconfig=x86_64-kexec commit=fb5a7f1b2bb3442ab270404463be4f0d7578295f intremap=posted_msi watchdog_thresh=240 rcuperf.shutdown=0 rcuscale.shutdown=0 refscale.shutdown=0 audit=0 kunit.enable=0 ia32_emulation=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-kexec/clang-20/fb5a7f1b2bb3442ab270404463be4f0d7578295f/modules.cgz' export lkp_initrd='/osimage/user/lkp/lkp-x86_64.cgz' export site='shz' export LKP_CGI_PORT=80 export LKP_CIFS_PORT=139 export job_initrd='/lkp/jobs/scheduled/vm-meta-127/boot-1-quantal-x86_64-core-20190426.cgz-fb5a7f1b2bb3-20251119-80027-11hbup5-1.cgz' export kernel='/pkg/linux/x86_64-kexec/clang-20/fb5a7f1b2bb3442ab270404463be4f0d7578295f/vmlinuz-6.18.0-rc1-00154-gfb5a7f1b2bb3' export result_root='/result/boot/1/vm-snb/quantal-x86_64-core-20190426.cgz/x86_64-kexec/clang-20/fb5a7f1b2bb3442ab270404463be4f0d7578295f/0' export user='lkp' export meta_host='vm-meta-127' [ -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 oom-killer run_monitor $LKP_SRC/monitors/plain/watchdog run_test $LKP_SRC/tests/wrapper sleep 1 } 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 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 } "$@"