#!/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-20250510-063002' export commit='c095828c286182c38cfc8837ca4fec8bc4bdb81d' export kconfig='x86_64-kexec' export nr_vm=300 export job_file='/lkp/jobs/queued/bisect/vm-snb/boot-1-debian-11.1-i386-20220923.cgz-c095828c2861-20250511-34448-k1lywq-0.yaml' export id='6e8eb719666c5f0d58c81778824922688b635a54' export queuer_version='/zday/lkp' export model='qemu-system-x86_64 -enable-kvm -cpu SandyBridge' export nr_cpu=2 export memory='16G' export ssh_base_port=23032 export need_kconfig_hw=\{\"KVM_GUEST\"\=\>\"y\"\} export kernel_cmdline_hw='vmalloc=256M initramfs_async=0 page_owner=on carrier_timeout=60 rcupdate.rcu_self_test=0' export rootfs='debian-11.1-i386-20220923.cgz' export compiler='clang-20' export enqueue_time='2025-05-11 17:22:05 +0800' export _rt='/result/boot/1/vm-snb/debian-11.1-i386-20220923.cgz/x86_64-kexec/clang-20/c095828c286182c38cfc8837ca4fec8bc4bdb81d' export LKP_SERVER='internal-lkp-server' export scheduler_version='/lkp/lkp/.src-20250509-111127' 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-kexec/clang-20/c095828c286182c38cfc8837ca4fec8bc4bdb81d/0 BOOT_IMAGE=/pkg/linux/x86_64-kexec/clang-20/c095828c286182c38cfc8837ca4fec8bc4bdb81d/vmlinuz-6.15.0-rc5-next-20250509-00002-gc095828c2861 branch=linux-devel/devel-hourly-20250510-063002 job=/lkp/jobs/scheduled/vm-meta-278/boot-1-debian-11.1-i386-20220923.cgz-c095828c2861-20250511-34448-k1lywq-0.yaml user=lkp ARCH=x86_64 kconfig=x86_64-kexec commit=c095828c286182c38cfc8837ca4fec8bc4bdb81d intremap=posted_msi vmalloc=256M initramfs_async=0 page_owner=on carrier_timeout=60 rcupdate.rcu_self_test=0 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/c095828c286182c38cfc8837ca4fec8bc4bdb81d/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-278/boot-1-debian-11.1-i386-20220923.cgz-c095828c2861-20250511-34448-k1lywq-0.cgz' export result_root='/result/boot/1/vm-snb/debian-11.1-i386-20220923.cgz/x86_64-kexec/clang-20/c095828c286182c38cfc8837ca4fec8bc4bdb81d/0' export dequeue_time= export kernel='/pkg/linux/x86_64-kexec/clang-20/c095828c286182c38cfc8837ca4fec8bc4bdb81d/vmlinuz-6.15.0-rc5-next-20250509-00002-gc095828c2861' export user='lkp' export meta_host='vm-meta-278' [ -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 } "$@"