#!/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='5f4b513671867a4c23f77fd8' export job_file='/lkp/jobs/scheduled/lkp-ivb-toshiba1/suspend-stress-10-freeze-debian-x86_64-20180403.cgz-ef30fb3c6024456f0bb0eaf2f3e12eaf6b3d64a8-20200830-19491-9yjnlj-1.yaml' export id='480ea1b0e1311a775c057c5cc6c4f4ff73684a9c' 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='ef30fb3c6024456f0bb0eaf2f3e12eaf6b3d64a8' export rootfs='debian-x86_64-20180403.cgz' export enqueue_time='2020-08-30 15:11:50 +0800' export _id='5f4b513671867a4c23f77fd8' export _rt='/result/suspend-stress/10-freeze/lkp-ivb-toshiba1/debian-x86_64-20180403.cgz/x86_64-rhel-8.3/gcc-9/ef30fb3c6024456f0bb0eaf2f3e12eaf6b3d64a8' export user='lkp' export compiler='gcc-9' export head_commit='3a7c28f28d8620f33f2338efeb9ba47c8038f6d8' export base_commit='d012a7190fc1fd72ed48911e77ca97ba4521bccd' export branch='linux-review/Christoph-Hellwig/fs-don-t-allow-kernel-reads-and-writes-without-iter-ops/20200828-000108' export result_root='/result/suspend-stress/10-freeze/lkp-ivb-toshiba1/debian-x86_64-20180403.cgz/x86_64-rhel-8.3/gcc-9/ef30fb3c6024456f0bb0eaf2f3e12eaf6b3d64a8/3' export scheduler_version='/lkp/lkp/.src-20200828-133014' 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-ef30fb3c6024456f0bb0eaf2f3e12eaf6b3d64a8-20200830-19491-9yjnlj-1.yaml ARCH=x86_64 kconfig=x86_64-rhel-8.3 branch=linux-review/Christoph-Hellwig/fs-don-t-allow-kernel-reads-and-writes-without-iter-ops/20200828-000108 commit=ef30fb3c6024456f0bb0eaf2f3e12eaf6b3d64a8 BOOT_IMAGE=/pkg/linux/x86_64-rhel-8.3/gcc-9/ef30fb3c6024456f0bb0eaf2f3e12eaf6b3d64a8/vmlinuz-5.9.0-rc2-00097-gef30fb3c602445 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/ef30fb3c6024456f0bb0eaf2f3e12eaf6b3d64a8/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/ef30fb3c6024456f0bb0eaf2f3e12eaf6b3d64a8/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/ef30fb3c6024456f0bb0eaf2f3e12eaf6b3d64a8/vmlinuz-5.9.0-rc2-00097-gef30fb3c602445' export dequeue_time='2020-08-30 15:21:54 +0800' export job_initrd='/lkp/jobs/scheduled/lkp-ivb-toshiba1/suspend-stress-10-freeze-debian-x86_64-20180403.cgz-ef30fb3c6024456f0bb0eaf2f3e12eaf6b3d64a8-20200830-19491-9yjnlj-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 } "$@"