#!/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='5f0605e337ee173819750245' export job_file='/lkp/jobs/scheduled/lkp-ivb-toshiba1/suspend-stress-10-freeze-debian-x86_64-20180403.cgz-47b918cf9a1d2b6e36706fd2be2b91e65f490146-20200709-14361-gyxlgr-1.yaml' export id='33558c8c25f4b2c67e3aeba04da85752dc3632d5' 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='47b918cf9a1d2b6e36706fd2be2b91e65f490146' export rootfs='debian-x86_64-20180403.cgz' export enqueue_time='2020-07-09 01:44:03 +0800' export _id='5f0605e337ee173819750245' export _rt='/result/suspend-stress/10-freeze/lkp-ivb-toshiba1/debian-x86_64-20180403.cgz/x86_64-rhel-8.3/gcc-9/47b918cf9a1d2b6e36706fd2be2b91e65f490146' export user='lkp' export compiler='gcc-9' export head_commit='13de697379576f52d58b75b46b418f3a2b15ff2c' export base_commit='dcb7fd82c75ee2d6e6f9d8cc71c52519ed52e258' export branch='linux-devel/devel-hourly-2020070808' export result_root='/result/suspend-stress/10-freeze/lkp-ivb-toshiba1/debian-x86_64-20180403.cgz/x86_64-rhel-8.3/gcc-9/47b918cf9a1d2b6e36706fd2be2b91e65f490146/3' export scheduler_version='/lkp/lkp/.src-20200708-082141' 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-freeze-debian-x86_64-20180403.cgz-47b918cf9a1d2b6e36706fd2be2b91e65f490146-20200709-14361-gyxlgr-1.yaml ARCH=x86_64 kconfig=x86_64-rhel-8.3 branch=linux-devel/devel-hourly-2020070808 commit=47b918cf9a1d2b6e36706fd2be2b91e65f490146 BOOT_IMAGE=/pkg/linux/x86_64-rhel-8.3/gcc-9/47b918cf9a1d2b6e36706fd2be2b91e65f490146/vmlinuz-5.8.0-rc4-00032-g47b918cf9a1d2 initcall_debug log_buf_len=4M no_console_suspend ignore_loglevel max_uptime=3600 RESULT_ROOT=/result/suspend-stress/10-freeze/lkp-ivb-toshiba1/debian-x86_64-20180403.cgz/x86_64-rhel-8.3/gcc-9/47b918cf9a1d2b6e36706fd2be2b91e65f490146/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/47b918cf9a1d2b6e36706fd2be2b91e65f490146/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/47b918cf9a1d2b6e36706fd2be2b91e65f490146/vmlinuz-5.8.0-rc4-00032-g47b918cf9a1d2' export dequeue_time='2020-07-09 02:09:18 +0800' export job_initrd='/lkp/jobs/scheduled/lkp-ivb-toshiba1/suspend-stress-10-freeze-debian-x86_64-20180403.cgz-47b918cf9a1d2b6e36706fd2be2b91e65f490146-20200709-14361-gyxlgr-1.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='freeze' $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 } "$@"