#!/bin/sh export_top_env() { export suite='trinity' export testcase='trinity' export category='functional' export need_memory='300MB' export runtime=300 export job_origin='trinity.yaml' export queue_cmdline_keys='branch commit' export queue='bisect' export testbox='vm-snb' export tbox_group='vm-snb' export branch='linus/master' export commit='a425ac5365f6cb3cc47bf83e6bff0213c10445f7' export kconfig='x86_64-randconfig-x001-20230703' export nr_vm=300 export submit_id='64a2a32cebe7b07bd2ed99d4' export job_file='/lkp/jobs/queued/bisect/vm-snb/trinity-group-00-5-300s-debian-11.1-i386-20220923.cgz-x86_64-randconfig-x001-20230703-a425ac5365f6-20230703-31698-1d9v0oq-1.yaml' export id='20c8e6051347194556bc96a56c86b630d0af5ef0' export queuer_version='/zday/lkp' export model='qemu-system-x86_64 -enable-kvm -cpu SandyBridge' export nr_cpu=2 export memory='16G' export need_kconfig=\{\"KVM_GUEST\"\=\>\"y\"\} export ssh_base_port=23032 export kernel_cmdline_hw='vmalloc=256M initramfs_async=0 page_owner=on' export nr_groups=5 export rootfs='debian-11.1-i386-20220923.cgz' export compiler='clang-15' export enqueue_time='2023-07-03 18:30:04 +0800' export _id='64a2a6b4ebe7b07bd2ed99d5' export _rt='/result/trinity/group-00-5-300s/vm-snb/debian-11.1-i386-20220923.cgz/x86_64-randconfig-x001-20230703/clang-15/a425ac5365f6cb3cc47bf83e6bff0213c10445f7' export user='lkp' export LKP_SERVER='internal-lkp-server' export scheduler_version='/lkp/lkp/.src-20230630-230453' export arch='i386' export max_uptime=1200 export initrd='/osimage/debian/debian-11.1-i386-20220923.cgz' export bootloader_append='root=/dev/ram0 RESULT_ROOT=/result/trinity/group-00-5-300s/vm-snb/debian-11.1-i386-20220923.cgz/x86_64-randconfig-x001-20230703/clang-15/a425ac5365f6cb3cc47bf83e6bff0213c10445f7/1 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-x001-20230703/clang-15/a425ac5365f6cb3cc47bf83e6bff0213c10445f7/vmlinuz-6.4.0-rc7-00013-ga425ac5365f6 branch=linus/master job=/lkp/jobs/scheduled/vm-meta-290/trinity-group-00-5-300s-debian-11.1-i386-20220923.cgz-x86_64-randconfig-x001-20230703-a425ac5365f6-20230703-31698-1d9v0oq-1.yaml user=lkp ARCH=x86_64 kconfig=x86_64-randconfig-x001-20230703 commit=a425ac5365f6cb3cc47bf83e6bff0213c10445f7 nmi_watchdog=0 vmalloc=256M initramfs_async=0 page_owner=on max_uptime=1200 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-x001-20230703/clang-15/a425ac5365f6cb3cc47bf83e6bff0213c10445f7/modules.cgz' export bm_initrd='/osimage/deps/debian-11.1-i386-20220923.cgz/run-ipconfig_20220923.cgz,/osimage/deps/debian-11.1-i386-20220923.cgz/lkp_20220923.cgz,/osimage/deps/debian-11.1-i386-20220923.cgz/rsync-rootfs_20220923.cgz,/osimage/pkg/debian-11.1-i386-20220923.cgz/trinity-i386-abe9de86-1_20230429.cgz' export lkp_initrd='/osimage/user/lkp/lkp-i386.cgz' export site='inn' export LKP_CGI_PORT=80 export LKP_CIFS_PORT=139 export job_initrd='/lkp/jobs/scheduled/vm-meta-290/trinity-group-00-5-300s-debian-11.1-i386-20220923.cgz-x86_64-randconfig-x001-20230703-a425ac5365f6-20230703-31698-1d9v0oq-1.cgz' export kernel='/pkg/linux/x86_64-randconfig-x001-20230703/clang-15/a425ac5365f6cb3cc47bf83e6bff0213c10445f7/vmlinuz-6.4.0-rc7-00013-ga425ac5365f6' export result_root='/result/trinity/group-00-5-300s/vm-snb/debian-11.1-i386-20220923.cgz/x86_64-randconfig-x001-20230703/clang-15/a425ac5365f6cb3cc47bf83e6bff0213c10445f7/1' export meta_host='vm-meta-290' [ -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/wrapper kmsg run_monitor $LKP_SRC/monitors/wrapper heartbeat run_monitor $LKP_SRC/monitors/wrapper meminfo run_monitor $LKP_SRC/monitors/wrapper kmemleak run_monitor $LKP_SRC/monitors/wrapper oom-killer run_monitor $LKP_SRC/monitors/plain/watchdog run_test group='group-00' $LKP_SRC/tests/wrapper trinity } extract_stats() { export stats_part_begin= export stats_part_end= $LKP_SRC/stats/wrapper kmsg $LKP_SRC/stats/wrapper meminfo $LKP_SRC/stats/wrapper kmemleak $LKP_SRC/stats/wrapper time trinity.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 } "$@"