#!/bin/sh export_top_env() { export suite='rcutorture' export testcase='rcutorture' export category='functional' export need_memory='300MB' export runtime=300 export job_origin='rcutorture.yaml' export queue_cmdline_keys='branch commit' export queue='bisect' export testbox='vm-snb-i386-124' export tbox_group='vm-snb-i386' export branch='linux-next/master' export commit='82e310033d7c21a7a88427f14e0dad78d731a5cd' export kconfig='i386-randconfig-a002-20211003' export nr_vm=160 export submit_id='61c907b0ff82c10fa5c88038' export job_file='/lkp/jobs/scheduled/vm-snb-i386-124/rcutorture-300s-default-rcu-debian-i386-20191205.cgz-82e310033d7c21a7a88427f14e0dad78d731a5cd-20211227-4005-1bpojf5-7.yaml' export id='f0b311900d84aca6ceaeaf59215298a32514c793' export queuer_version='/lkp-src' export model='qemu-system-i386 -enable-kvm -cpu SandyBridge' export nr_cpu=2 export memory='4G' export need_kconfig=\{\"RCU_TORTURE_TEST\"\=\>\"m\"\}' '\{\"SECURITY_LOADPIN_ENABLED\"\=\>\"n,\ \<\=\ v4.19\"\}' '\{\"SECURITY_LOADPIN_ENFORCE\"\=\>\"n,\ v4.20\"\}' '\{\"MODULE_UNLOAD\"\=\>\"y\"\}' '\{\"KVM_GUEST\"\=\>\"y\"\} export ssh_base_port=23400 export kernel_cmdline='vmalloc=128M initramfs_async=0 page_owner=on' export rootfs='debian-i386-20191205.cgz' export compiler='gcc-9' export enqueue_time='2021-12-27 08:24:16 +0800' export _id='61c90c44ff82c10fa5c8803f' export _rt='/result/rcutorture/300s-default-rcu/vm-snb-i386/debian-i386-20191205.cgz/i386-randconfig-a002-20211003/gcc-9/82e310033d7c21a7a88427f14e0dad78d731a5cd' export user='lkp' export LKP_SERVER='internal-lkp-server' export result_root='/result/rcutorture/300s-default-rcu/vm-snb-i386/debian-i386-20191205.cgz/i386-randconfig-a002-20211003/gcc-9/82e310033d7c21a7a88427f14e0dad78d731a5cd/8' export scheduler_version='/lkp/lkp/.src-20211224-211958' export arch='i386' export max_uptime=2100 export initrd='/osimage/debian/debian-i386-20191205.cgz' export bootloader_append='root=/dev/ram0 RESULT_ROOT=/result/rcutorture/300s-default-rcu/vm-snb-i386/debian-i386-20191205.cgz/i386-randconfig-a002-20211003/gcc-9/82e310033d7c21a7a88427f14e0dad78d731a5cd/8 BOOT_IMAGE=/pkg/linux/i386-randconfig-a002-20211003/gcc-9/82e310033d7c21a7a88427f14e0dad78d731a5cd/vmlinuz-5.16.0-rc1-00016-g82e310033d7c branch=linux-next/master job=/lkp/jobs/scheduled/vm-snb-i386-124/rcutorture-300s-default-rcu-debian-i386-20191205.cgz-82e310033d7c21a7a88427f14e0dad78d731a5cd-20211227-4005-1bpojf5-7.yaml user=lkp ARCH=i386 kconfig=i386-randconfig-a002-20211003 commit=82e310033d7c21a7a88427f14e0dad78d731a5cd vmalloc=128M initramfs_async=0 page_owner=on max_uptime=2100 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-a002-20211003/gcc-9/82e310033d7c21a7a88427f14e0dad78d731a5cd/modules.cgz' export bm_initrd='/osimage/deps/debian-i386-20191205.cgz/lkp_20201203.cgz' export lkp_initrd='/osimage/user/lkp/lkp-i386.cgz' export site='inn' export LKP_CGI_PORT=80 export LKP_CIFS_PORT=139 export schedule_notify_address= export kernel='/pkg/linux/i386-randconfig-a002-20211003/gcc-9/82e310033d7c21a7a88427f14e0dad78d731a5cd/vmlinuz-5.16.0-rc1-00016-g82e310033d7c' export dequeue_time='2021-12-27 08:48:18 +0800' export job_initrd='/lkp/jobs/scheduled/vm-snb-i386-124/rcutorture-300s-default-rcu-debian-i386-20191205.cgz-82e310033d7c21a7a88427f14e0dad78d731a5cd-20211227-4005-1bpojf5-7.cgz' [ -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_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 test='default' torture_type='rcu' $LKP_SRC/tests/wrapper rcutorture } extract_stats() { export stats_part_begin= export stats_part_end= env test='default' torture_type='rcu' $LKP_SRC/stats/wrapper rcutorture $LKP_SRC/stats/wrapper kmsg $LKP_SRC/stats/wrapper meminfo $LKP_SRC/stats/wrapper time rcutorture.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 } "$@"