#!/bin/sh export_top_env() { export suite='suspend-stress' export testcase='suspend-stress' export category='functional' export kernel_cmdline='initcall_debug log_buf_len=4M no_console_suspend ignore_loglevel' export iterations=10 export runtime= export rtcwake= export idle_time= export job_origin='/lkp-src/allot/cyclic:power:linux-devel:devel-hourly/lkp-ivb-toshiba1/suspend-stress.yaml' export queue_cmdline_keys='branch commit queue_at_least_once' export queue='validate' export testbox='lkp-ivb-toshiba1' export tbox_group='lkp-ivb-toshiba1' export kconfig='x86_64-rhel-8.3' export submit_id='5f3fa6aaafd61c376def0a1e' export job_file='/lkp/jobs/scheduled/lkp-ivb-toshiba1/suspend-stress-10-mem-debian-x86_64-20180403.cgz-33958ef53b16a6a074e8d37692adac2f5c00fb80-20200821-14189-1q1y6x4-2.yaml' export id='4f7c9ffcf356570d28b8a7c155fbfae2cada1180' export queuer_version='/lkp-src' export model='Ivy Bridge' export nr_cpu=4 export memory='4G' export belongs_to='power' export avoid_nfs=1 export need_kconfig='CONFIG_SUSPEND=y CONFIG_HIBERNATION=y CONFIG_PM_DEBUG=y' export commit='33958ef53b16a6a074e8d37692adac2f5c00fb80' export rootfs='debian-x86_64-20180403.cgz' export enqueue_time='2020-08-21 18:49:14 +0800' export _id='5f3fa6aaafd61c376def0a1e' export _rt='/result/suspend-stress/10-mem/lkp-ivb-toshiba1/debian-x86_64-20180403.cgz/x86_64-rhel-8.3/gcc-9/33958ef53b16a6a074e8d37692adac2f5c00fb80' export user='lkp' export compiler='gcc-9' export head_commit='56491aaa40c3572f4bf08fa32854f454bba2e27b' export base_commit='9123e3a74ec7b934a4a099e98af6a61c2f80bbf5' export branch='linux-review/Tang-Bin/usb-hcd-fix-the-error-check/20200820-202156' export result_root='/result/suspend-stress/10-mem/lkp-ivb-toshiba1/debian-x86_64-20180403.cgz/x86_64-rhel-8.3/gcc-9/33958ef53b16a6a074e8d37692adac2f5c00fb80/3' export scheduler_version='/lkp/lkp/.src-20200820-173517' export LKP_SERVER='inn' export arch='x86_64' export max_uptime=3600 export initrd='/osimage/debian/debian-x86_64-20180403.cgz' export bootloader_append='root=/dev/ram0 user=lkp job=/lkp/jobs/scheduled/lkp-ivb-toshiba1/suspend-stress-10-mem-debian-x86_64-20180403.cgz-33958ef53b16a6a074e8d37692adac2f5c00fb80-20200821-14189-1q1y6x4-2.yaml ARCH=x86_64 kconfig=x86_64-rhel-8.3 branch=linux-review/Tang-Bin/usb-hcd-fix-the-error-check/20200820-202156 commit=33958ef53b16a6a074e8d37692adac2f5c00fb80 BOOT_IMAGE=/pkg/linux/x86_64-rhel-8.3/gcc-9/33958ef53b16a6a074e8d37692adac2f5c00fb80/vmlinuz-5.9.0-rc1-00026-g33958ef53b16a initcall_debug log_buf_len=4M no_console_suspend ignore_loglevel max_uptime=3600 RESULT_ROOT=/result/suspend-stress/10-mem/lkp-ivb-toshiba1/debian-x86_64-20180403.cgz/x86_64-rhel-8.3/gcc-9/33958ef53b16a6a074e8d37692adac2f5c00fb80/3 LKP_SERVER=inn nokaslr 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-rhel-8.3/gcc-9/33958ef53b16a6a074e8d37692adac2f5c00fb80/modules.cgz' export bm_initrd='/osimage/deps/debian-x86_64-20180403.cgz/run-ipconfig_2018-04-03.cgz,/osimage/deps/debian-x86_64-20180403.cgz/lkp_2019-08-05.cgz,/osimage/deps/debian-x86_64-20180403.cgz/rsync-rootfs_2018-04-03.cgz,/osimage/deps/debian-x86_64-20180403.cgz/hw_2020-01-02.cgz' export lkp_initrd='/osimage/user/lkp/lkp-x86_64.cgz' export site='inn' export LKP_CGI_PORT=80 export LKP_CIFS_PORT=139 export repeat_to=4 export schedule_notify_address= export queue_at_least_once=1 export kernel='/pkg/linux/x86_64-rhel-8.3/gcc-9/33958ef53b16a6a074e8d37692adac2f5c00fb80/vmlinuz-5.9.0-rc1-00026-g33958ef53b16a' export dequeue_time='2020-08-21 18:57:32 +0800' export job_initrd='/lkp/jobs/scheduled/lkp-ivb-toshiba1/suspend-stress-10-mem-debian-x86_64-20180403.cgz-33958ef53b16a6a074e8d37692adac2f5c00fb80-20200821-14189-1q1y6x4-2.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 mode='mem' $LKP_SRC/tests/wrapper suspend-stress } extract_stats() { export stats_part_begin= export stats_part_end= $LKP_SRC/stats/wrapper suspend-stress $LKP_SRC/stats/wrapper kmsg $LKP_SRC/stats/wrapper meminfo $LKP_SRC/stats/wrapper time suspend-stress.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 } "$@"