#!/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-20260226-075312' export commit='1445ef3d5f2fefd1fcedb68cff3fff0a33994791' export kconfig='x86_64-randconfig-r052-20250414' export nr_vm=300 export job_file='/lkp/jobs/queued/bisect/vm-snb/boot-1-debian-11.1-i386-20220923.cgz-x86_64-randconfig-r052-20250414-1445ef3d5f2f-20260304-18675-1xzqucx-2.yaml' export id='d3ec757b05e100895feb70325ad156eafb196ca0' 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='debian-11.1-i386-20220923.cgz' export compiler='gcc-14' export enqueue_time='2026-03-04 00:29:21 +0800' export _rt='/result/boot/1/vm-snb/debian-11.1-i386-20220923.cgz/x86_64-randconfig-r052-20250414/gcc-14/1445ef3d5f2fefd1fcedb68cff3fff0a33994791' export LKP_SERVER='internal-lkp-server' export scheduler_version='/lkp/lkp/.src-20260303-135401' 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/x86_64-randconfig-r052-20250414/gcc-14/1445ef3d5f2fefd1fcedb68cff3fff0a33994791/0 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r052-20250414/gcc-14/1445ef3d5f2fefd1fcedb68cff3fff0a33994791/vmlinuz-7.0.0-rc1-00154-g1445ef3d5f2f branch=linux-devel/devel-hourly-20260226-075312 job=/lkp/jobs/scheduled/vm-meta-244/boot-1-debian-11.1-i386-20220923.cgz-x86_64-randconfig-r052-20250414-1445ef3d5f2f-20260304-18675-1xzqucx-2.yaml user=lkp ARCH=x86_64 kconfig=x86_64-randconfig-r052-20250414 commit=1445ef3d5f2fefd1fcedb68cff3fff0a33994791 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-randconfig-r052-20250414/gcc-14/1445ef3d5f2fefd1fcedb68cff3fff0a33994791/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-244/boot-1-debian-11.1-i386-20220923.cgz-x86_64-randconfig-r052-20250414-1445ef3d5f2f-20260304-18675-1xzqucx-2.cgz' export finish_time='2026-03-03 17:25:14 +0800' export kernel='/pkg/linux/x86_64-randconfig-r052-20250414/gcc-14/1445ef3d5f2fefd1fcedb68cff3fff0a33994791/vmlinuz-7.0.0-rc1-00154-g1445ef3d5f2f' export result_root='/result/boot/1/vm-snb/debian-11.1-i386-20220923.cgz/x86_64-randconfig-r052-20250414/gcc-14/1445ef3d5f2fefd1fcedb68cff3fff0a33994791/0' export user='lkp' export meta_host='vm-meta-244' [ -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 } "$@"