#!/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-20250529-193400' export commit='c3184e841ee2a1585b89e4bbd90cacb41063871f' export kconfig='x86_64-randconfig-001-20250530' export nr_vm=300 export job_file='/lkp/jobs/queued/bisect/vm-snb/boot-1-yocto-x86_64-minimal-20190520.cgz-x86_64-randconfig-001-20250530-c3184e841ee2-20250530-173959-l0eqhg-2.yaml' export id='888ed195d7b64abba0dd902720ddbcbab825af7b' 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='yocto-x86_64-minimal-20190520.cgz' export compiler='gcc-12' export enqueue_time='2025-05-30 17:20:59 +0800' export _rt='/result/boot/1/vm-snb/yocto-x86_64-minimal-20190520.cgz/x86_64-randconfig-001-20250530/gcc-12/c3184e841ee2a1585b89e4bbd90cacb41063871f' export LKP_SERVER='internal-lkp-server' export scheduler_version='/lkp/lkp/.src-20250530-134425' 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/1/vm-snb/yocto-x86_64-minimal-20190520.cgz/x86_64-randconfig-001-20250530/gcc-12/c3184e841ee2a1585b89e4bbd90cacb41063871f/0 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-001-20250530/gcc-12/c3184e841ee2a1585b89e4bbd90cacb41063871f/vmlinuz-6.15.0-rc4-00108-gc3184e841ee2 branch=linux-devel/devel-hourly-20250529-193400 job=/lkp/jobs/scheduled/vm-meta-179/boot-1-yocto-x86_64-minimal-20190520.cgz-x86_64-randconfig-001-20250530-c3184e841ee2-20250530-173959-l0eqhg-2.yaml user=lkp ARCH=x86_64 kconfig=x86_64-randconfig-001-20250530 commit=c3184e841ee2a1585b89e4bbd90cacb41063871f 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-randconfig-001-20250530/gcc-12/c3184e841ee2a1585b89e4bbd90cacb41063871f/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-179/boot-1-yocto-x86_64-minimal-20190520.cgz-x86_64-randconfig-001-20250530-c3184e841ee2-20250530-173959-l0eqhg-2.cgz' export kernel='/pkg/linux/x86_64-randconfig-001-20250530/gcc-12/c3184e841ee2a1585b89e4bbd90cacb41063871f/vmlinuz-6.15.0-rc4-00108-gc3184e841ee2' export result_root='/result/boot/1/vm-snb/yocto-x86_64-minimal-20190520.cgz/x86_64-randconfig-001-20250530/gcc-12/c3184e841ee2a1585b89e4bbd90cacb41063871f/0' export user='lkp' export meta_host='vm-meta-179' [ -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 } "$@"