#!/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= export queue='vip' export testbox='vm-snb' export tbox_group='vm-snb' export branch='linux-review/Xin-Zhao/mm-fault-arch-faulthandler_disabled-also-check-irqs_disabled/20260325-222637' export commit='6046ff3895e712d6aa63b4e4923082413d549baa' export kconfig='i386-randconfig-141-20260328' export nr_vm=300 export job_file='/lkp/jobs/queued/vip/vm-snb/boot-1-debian-11.1-i386-20220923.cgz-i386-randconfig-141-20260328-6046ff3895e7-20260330-1225936-mum64o-1.yaml' export id='407bd01bed0a9e34fe719587f85876eb7ddf6964' export queuer_version='/lkp/xsang/.src-20260330-153239' 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='debian-11.1-i386-20220923.cgz' export compiler='clang-20' export enqueue_time='2026-03-30 20:54:52 +0800' export _rt='/result/boot/1/vm-snb/debian-11.1-i386-20220923.cgz/i386-randconfig-141-20260328/clang-20/6046ff3895e712d6aa63b4e4923082413d549baa' export LKP_SERVER='internal-lkp-server' export scheduler_version='/lkp/lkp/.src-20260330-132810' export arch='i386' export max_uptime=600 export initrd='/osimage/debian/debian-11.1-i386-20220923.cgz' export bootloader_append='root=/dev/ram0 RESULT_ROOT=/result/boot/1/vm-snb/debian-11.1-i386-20220923.cgz/i386-randconfig-141-20260328/clang-20/6046ff3895e712d6aa63b4e4923082413d549baa/0 BOOT_IMAGE=/pkg/linux/i386-randconfig-141-20260328/clang-20/6046ff3895e712d6aa63b4e4923082413d549baa/vmlinuz-7.0.0-rc5-00672-g6046ff3895e7 branch=linux-review/Xin-Zhao/mm-fault-arch-faulthandler_disabled-also-check-irqs_disabled/20260325-222637 job=/lkp/jobs/scheduled/vm-meta-166/boot-1-debian-11.1-i386-20220923.cgz-i386-randconfig-141-20260328-6046ff3895e7-20260330-1225936-mum64o-1.yaml user=lkp ARCH=i386 kconfig=i386-randconfig-141-20260328 commit=6046ff3895e712d6aa63b4e4923082413d549baa mem=4G 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/i386-randconfig-141-20260328/clang-20/6046ff3895e712d6aa63b4e4923082413d549baa/modules.cgz' export bm_initrd='/osimage/deps/debian-11.1-i386-20220923.cgz/lkp_20220923.cgz,/osimage/deps/debian-11.1-i386-20220923.cgz/rsync-rootfs_20220923.cgz,/osimage/deps/debian-11.1-i386-20220923.cgz/run-ipconfig_20220923.cgz' export lkp_initrd='/osimage/user/lkp/lkp-i386.cgz' export site='shz' export LKP_CGI_PORT=80 export LKP_CIFS_PORT=139 export job_initrd='/lkp/jobs/scheduled/vm-meta-166/boot-1-debian-11.1-i386-20220923.cgz-i386-randconfig-141-20260328-6046ff3895e7-20260330-1225936-mum64o-1.cgz' export finish_time='2026-03-28 04:39:45 +0800' export kernel='/pkg/linux/i386-randconfig-141-20260328/clang-20/6046ff3895e712d6aa63b4e4923082413d549baa/vmlinuz-7.0.0-rc5-00672-g6046ff3895e7' export result_root='/result/boot/1/vm-snb/debian-11.1-i386-20220923.cgz/i386-randconfig-141-20260328/clang-20/6046ff3895e712d6aa63b4e4923082413d549baa/0' export user='lkp' export meta_host='vm-meta-166' [ -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/bin/run-setup sanity-check run_monitor $LKP_SRC/bin/run-one-shot-monitor boot-slabinfo run_monitor $LKP_SRC/bin/run-one-shot-monitor boot-meminfo run_monitor $LKP_SRC/bin/run-one-shot-monitor memmap run_monitor $LKP_SRC/bin/run-no-stdout-monitor boot-time run_monitor $LKP_SRC/bin/run-monitor kmsg run_monitor $LKP_SRC/bin/run-monitor heartbeat run_monitor $LKP_SRC/bin/run-monitor meminfo run_monitor $LKP_SRC/bin/run-monitor oom-killer run_monitor $LKP_SRC/bin/run-plain-monitor watchdog run_test $LKP_SRC/bin/run-test sleep 1 } extract_stats() { export stats_part_begin= export stats_part_end= $LKP_SRC/bin/run-stats boot-slabinfo $LKP_SRC/bin/run-stats boot-meminfo $LKP_SRC/bin/run-stats memmap $LKP_SRC/bin/run-stats boot-memory $LKP_SRC/bin/run-stats boot-time $LKP_SRC/bin/run-stats kernel-size $LKP_SRC/bin/run-stats kmsg $LKP_SRC/bin/run-stats sleep $LKP_SRC/bin/run-stats meminfo $LKP_SRC/bin/run-stats time sleep.time $LKP_SRC/bin/run-stats dmesg $LKP_SRC/bin/run-stats kmsg $LKP_SRC/bin/run-stats last_state $LKP_SRC/bin/run-stats stderr $LKP_SRC/bin/run-stats time } "$@"