***** Starting the runtest.sh script ***** ***** Current Running Kernel Package = kernel-core-5.14.0-239.1897_752274227.el9.aarch64 ***** ***** Current Running AMTU Package = ***** ***** Current Running Distro = CentOS Stream release 9 ***** ***** There is no amtu on this system, try to build one checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking target system type... aarch64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking for gawk... (cached) gawk checking for laus_open in -llaus... no checking for audit_open in -laudit... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating init/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands . amtu: 1.1 Target: aarch64-unknown-linux-gnu Installation prefix: /usr/local Compiler: gcc Compiler flags: -g -O2 make all-recursive make[1]: Entering directory '/mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/misc/amtu/amtu-1.1' Making all in src make[2]: Entering directory '/mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/misc/amtu/amtu-1.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -Wall -W -Wfloat-equal -Wundef -g -O2 -MT amtu-aarch64.o -MD -MP -MF .deps/amtu-aarch64.Tpo -c -o amtu-aarch64.o amtu-aarch64.c amtu-aarch64.c: In function ‘amtu_priv’: amtu-aarch64.c:42:19: warning: unused parameter ‘argc’ [-Wunused-parameter] 42 | int amtu_priv(int argc, char *argv[]) | ~~~~^~~~ amtu-aarch64.c:42:31: warning: unused parameter ‘argv’ [-Wunused-parameter] 42 | int amtu_priv(int argc, char *argv[]) | ~~~~~~^~~~~~ mv -f .deps/amtu-aarch64.Tpo .deps/amtu-aarch64.Po gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -Wall -W -Wfloat-equal -Wundef -g -O2 -MT amtu-i86.o -MD -MP -MF .deps/amtu-i86.Tpo -c -o amtu-i86.o amtu-i86.c mv -f .deps/amtu-i86.Tpo .deps/amtu-i86.Po gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -Wall -W -Wfloat-equal -Wundef -g -O2 -MT amtu-ppc.o -MD -MP -MF .deps/amtu-ppc.Tpo -c -o amtu-ppc.o amtu-ppc.c mv -f .deps/amtu-ppc.Tpo .deps/amtu-ppc.Po gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -Wall -W -Wfloat-equal -Wundef -g -O2 -MT amtu-s390.o -MD -MP -MF .deps/amtu-s390.Tpo -c -o amtu-s390.o amtu-s390.c mv -f .deps/amtu-s390.Tpo .deps/amtu-s390.Po gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -Wall -W -Wfloat-equal -Wundef -g -O2 -MT amtu-ia64.o -MD -MP -MF .deps/amtu-ia64.Tpo -c -o amtu-ia64.o amtu-ia64.c mv -f .deps/amtu-ia64.Tpo .deps/amtu-ia64.Po gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -Wall -W -Wfloat-equal -Wundef -g -O2 -MT amtu.o -MD -MP -MF .deps/amtu.Tpo -c -o amtu.o amtu.c mv -f .deps/amtu.Tpo .deps/amtu.Po gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -Wall -W -Wfloat-equal -Wundef -g -O2 -MT memory.o -MD -MP -MF .deps/memory.Tpo -c -o memory.o memory.c memory.c: In function ‘memory’: memory.c:109:16: warning: unused parameter ‘argc’ [-Wunused-parameter] 109 | int memory(int argc, char *argv[]) | ~~~~^~~~ memory.c:109:28: warning: unused parameter ‘argv’ [-Wunused-parameter] 109 | int memory(int argc, char *argv[]) | ~~~~~~^~~~~~ mv -f .deps/memory.Tpo .deps/memory.Po gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -Wall -W -Wfloat-equal -Wundef -g -O2 -MT memsep.o -MD -MP -MF .deps/memsep.Tpo -c -o memsep.o memsep.c memsep.c: In function ‘write_read_mem’: memsep.c:119:20: warning: variable ‘wpid’ set but not used [-Wunused-but-set-variable] 119 | pid_t pid, wpid; | ^~~~ memsep.c: In function ‘memsep’: memsep.c:189:15: warning: variable ‘id’ set but not used [-Wunused-but-set-variable] 189 | uid_t id; | ^~ memsep.c:186:16: warning: unused parameter ‘argc’ [-Wunused-parameter] 186 | int memsep(int argc, char *argv[]) | ~~~~^~~~ memsep.c:186:28: warning: unused parameter ‘argv’ [-Wunused-parameter] 186 | int memsep(int argc, char *argv[]) | ~~~~~~^~~~~~ mv -f .deps/memsep.Tpo .deps/memsep.Po gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -Wall -W -Wfloat-equal -Wundef -g -O2 -MT iodisktest.o -MD -MP -MF .deps/iodisktest.Tpo -c -o iodisktest.o iodisktest.c iodisktest.c: In function ‘iodisktest’: iodisktest.c:264:20: warning: unused parameter ‘argc’ [-Wunused-parameter] 264 | int iodisktest(int argc, char *argv[]) | ~~~~^~~~ iodisktest.c:264:32: warning: unused parameter ‘argv’ [-Wunused-parameter] 264 | int iodisktest(int argc, char *argv[]) | ~~~~~~^~~~~~ mv -f .deps/iodisktest.Tpo .deps/iodisktest.Po gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -Wall -W -Wfloat-equal -Wundef -g -O2 -MT networkio.o -MD -MP -MF .deps/networkio.Tpo -c -o networkio.o networkio.c networkio.c: In function ‘get_interfaces’: networkio.c:275:35: warning: argument to ‘sizeof’ in ‘strncmp’ call is the same expression as the second source; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] 275 | sizeof(ifa->ifa_name)) == 0) { | ^ networkio.c:310:66: warning: argument to ‘sizeof’ in ‘strncpy’ call is the same expression as the source; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] 310 | strncpy(np->ifname, ifa->ifa_name, sizeof(ifa->ifa_name)); | ^ networkio.c:328:36: warning: argument to ‘sizeof’ in ‘strncmp’ call is the same expression as the first source; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] 328 | sizeof(ifa->ifa_name))) { | ^ networkio.c: In function ‘networkio’: networkio.c:363:19: warning: unused parameter ‘argc’ [-Wunused-parameter] 363 | int networkio(int argc, char *argv[]) | ~~~~^~~~ networkio.c:363:31: warning: unused parameter ‘argv’ [-Wunused-parameter] 363 | int networkio(int argc, char *argv[]) | ~~~~~~^~~~~~ mv -f .deps/networkio.Tpo .deps/networkio.Po gcc -Wall -W -Wfloat-equal -Wundef -g -O2 -o amtu amtu-aarch64.o amtu-i86.o amtu-ppc.o amtu-s390.o amtu-ia64.o amtu.o memory.o memsep.o iodisktest.o networkio.o -laudit make[2]: Leaving directory '/mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/misc/amtu/amtu-1.1/src' Making all in init make[2]: Entering directory '/mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/misc/amtu/amtu-1.1/init' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/misc/amtu/amtu-1.1/init' Making all in doc make[2]: Entering directory '/mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/misc/amtu/amtu-1.1/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/misc/amtu/amtu-1.1/doc' make[2]: Entering directory '/mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/misc/amtu/amtu-1.1' make[2]: Leaving directory '/mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/misc/amtu/amtu-1.1' make[1]: Leaving directory '/mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/misc/amtu/amtu-1.1' Total amount of physical memory in kB: 60676408 Amount of memory in kB we can allocate: 6067640 Successfully allocated memory amount in kB: 524288 Writing random values to memory... Verifying memory values... Memory Test SUCCESS! Executing Memory Test... Executing Memory Separation Test... Line from /proc/self/maps: 00400000-00407000 r-xp 00000000 fd:00 940146 /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/misc/amtu/amtu-1.1/astart 0x400000, end 0x407000, flags r-xp Writing to Memory Address 0x40366b caught the fault 11 Reading Memory Address 0x3677fc caught the fault 11 Line from /proc/self/maps: mtu start 0x400000, end 0x407000, flags r-xp Writing to Memory Address 0x4041ad caught the fault 11 Line from /proc/self/maps: 0041f000-00420000 r--p 0000f000 fd:00 940146 /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/misc/amtu/amtu-1.1/astart 0x41f000, end 0x420000, flags r--p Writing to Memory Address 0x41f824 caught the fault 11 Reading Memory Address 0x40f485 caught the fault 11 Line from /proc/self/maps: mtu start 0x41f000, end 0x420000, flags r--p Writing to Memory Address 0x41f70c caught the fault 11 Line from /proc/self/maps: 00420000-00421000 rw-p 00010000 fd:00 940146 /mnt/tests/gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/archive/main/kernel-tests-main.zip/misc/amtu/amtu-1.1/astart 0x420000, end 0x421000, flags rw-p Line from /proc/self/maps: mtu start 0x420000, end 0x421000, flags rw-p Line from /proc/self/maps: 38b9e000-38bbf000 rw-p 00000000 00:00 0 [heap] start 0x38b9e000, end 0x38bbf000, flags rw-p Reading Memory Address 0x29ff3bab caught the fault 11 Line from /proc/self/maps: ffffb3879000-ffffb3883000 r-xp 00000000 fd:00 202026835 /usr/lib64/libnss_sss.so.2 start 0xffffb3879000, end 0xffffb3883000, flags r-xp Writing to Memory Address 0xffffb3882d14 caught the fault 11 Reading Memory Address 0x8bf1e3731892 caught the fault 11 Line from /proc/self/maps: ffffb3883000-ffffb3898000 ---p 0000a000 fd:00 202026835 /usr/lib64/libnss_sss.so.2 start 0xffffb3883000, end 0xffffb3898000, flags ---p Writing to Memory Address 0xffffb3896c48 caught the fault 11 Line from /proc/self/maps: ffffb3898000-ffffb3899000 r--p 0000f000 fd:00 202026835 /usr/lib64/libnss_sss.so.2 start 0xffffb3898000, end 0xffffb3899000, flags r--p Writing to Memory Address 0xffffb38986d6 caught the fault 11 Line from /proc/self/maps: ffffb3899000-ffffb389a000 rw-p 00010000 fd:00 202026835 /usr/lib64/libnss_sss.so.2 start 0xffffb3899000, end 0xffffb389a000, flags rw-p Line from /proc/self/maps: ffffb389a000-ffffb389f000 r-xp 00000000 fd:00 201330452 /usr/lib64/libcap-ng.so.0.0.0 start 0xffffb389a000, end 0xffffb389f000, flags r-xp Writing to Memory Address 0xffffb389d275 caught the fault 11 Line from /proc/self/maps: ffffb389f000-ffffb38b9000 ---p 00005000 fd:00 201330452 /usr/lib64/libcap-ng.so.0.0.0 start 0xffffb389f000, end 0xffffb38b9000, flags ---p Writing to Memory Address 0xffffb38a430c caught the fault 11 Line from /proc/self/maps: ffffb38b9000-ffffb38ba000 r--p 0000f000 fd:00 201330452 /usr/lib64/libcap-ng.so.0.0.0 start 0xffffb38b9000, end 0xffffb38ba000, flags r--p Writing to Memory Address 0xffffb38b9aff caught the fault 11 Line from /proc/self/maps: ffffb38ba000-ffffb38bb000 rw-p 00000000 00:00 0 start 0xffffb38ba000, end 0xffffb38bb000, flags rw-p Line from /proc/self/maps: ffffb38bb000-ffffb3a44000 r-xp 00000000 fd:00 201330244 /usr/lib64/libc.so.6 start 0xffffb38bb000, end 0xffffb3a44000, flags r-xp Writing to Memory Address 0xffffb3a2c110 caught the fault 11 Line from /proc/self/maps: ffffb3a44000-ffffb3a57000 ---p 00189000 fd:00 201330244 /usr/lib64/libc.so.6 start 0xffffb3a44000, end 0xffffb3a57000, flags ---p Writing to Memory Address 0xffffb3a451d1 caught the fault 11 Line from /proc/self/maps: ffffb3a57000-ffffb3a5b000 r--p 0018c000 fd:00 201330244 /usr/lib64/libc.so.6 start 0xffffb3a57000, end 0xffffb3a5b000, flags r--p Writing to Memory Address 0xffffb3a58f7d caught the fault 11 Line from /proc/self/maps: ffffb3a5b000-ffffb3a5d000 rw-p 00190000 fd:00 201330244 /usr/lib64/libc.so.6 start 0xffffb3a5b000, end 0xffffb3a5d000, flags rw-p Line from /proc/self/maps: ffffb3a5d000-ffffb3a69000 rw-p 00000000 00:00 0 start 0xffffb3a5d000, end 0xffffb3a69000, flags rw-p Line from /proc/self/maps: ffffb3a69000-ffffb3a88000 r-xp 00000000 fd:00 201330459 /usr/lib64/libaudit.so.1.0.0 start 0xffffb3a69000, end 0xffffb3a88000, flags r-xp Writing to Memory Address 0xffffb3a7af68 caught the fault 11 Line from /proc/self/maps: ffffb3a88000-ffffb3a98000 ---p 0001f000 fd:00 201330459 /usr/lib64/libaudit.so.1.0.0 start 0xffffb3a88000, end 0xffffb3a98000, flags ---p Writing to Memory Address 0xffffb3a91d94 caught the fault 11 Line from /proc/self/maps: ffffb3a98000-ffffb3a99000 r--p 0001f000 fd:00 201330459 /usr/lib64/libaudit.so.1.0.0 start 0xffffb3a98000, end 0xffffb3a99000, flags r--p Writing to Memory Address 0xffffb3a982f6 caught the fault 11 Line from /proc/self/maps: ffffb3a99000-ffffb3a9a000 rw-p 00020000 fd:00 201330459 /usr/lib64/libaudit.so.1.0.0 start 0xffffb3a99000, end 0xffffb3a9a000, flags rw-p Line from /proc/self/maps: ffffb3a9a000-ffffb3aa6000 rw-p 00000000 00:00 0 start 0xffffb3a9a000, end 0xffffb3aa6000, flags rw-p Line from /proc/self/maps: ffffb3aa6000-ffffb3ace000 r-xp 00000000 fd:00 3356 /usr/lib/ld-linux-aarch64.so.1 start 0xffffb3aa6000, end 0xffffb3ace000, flags r-xp Writing to Memory Address 0xffffb3aadd87 caught the fault 11 Line from /proc/self/maps: ffffb3ad5000-ffffb3ad9000 rw-p 00000000 00:00 0 start 0xffffb3ad5000, end 0xffffb3ad9000, flags rw-p Reading Memory Address 0xffffb3ad0528 caught the fault 11 Line from /proc/self/maps: ffffb3ae1000-ffffb3ae3000 r--p 00000000 00:00 0 [vvar] start 0xffffb3ae1000, end 0xffffb3ae3000, flags r--p Writing to Memory Address 0xffffb3ae20f2 caught the fault 11 Reading Memory Address 0xffffb3adc8b4 caught the fault 11 Line from /proc/self/maps: ffffb3ae3000-ffffb3ae4000 r-xp 00000000 00:00 0 [vdso] start 0xffffb3ae3000, end 0xffffb3ae4000, flags r-xp Writing to Memory Address 0xffffb3ae32c2 caught the fault 11 Line from /proc/self/maps: ffffb3ae4000-ffffb3ae6000 r--p 0002e000 fd:00 3356 /usr/lib/ld-linux-aarch64.so.1 start 0xffffb3ae4000, end 0xffffb3ae6000, flags r--p Writing to Memory Address 0xffffb3ae59ff caught the fault 11 Memory Separation Test SUCCESS! Line retrieved from /proc/partitions: 252 0 456130560 vda Stored partition name = vda Line retrieved from /proc/partitions: 252 1 614400 vda1 Stored partition name = vda1 Line retrieved from /proc/partitions: 252 2 1048576 vda2 Stored partition name = vda2 Line retrieved from /proc/partitions: 252 3 454465536 vda3 Stored partition name = vda3 Line retrieved from /proc/partitions: 253 0 73400320 dm-0 Stored partition name = dm-0 Line retrieved from /proc/partitions: 253 1 30863360 dm-1 Stored partition name = dm-1 Line retrieved from /proc/partitions: 253 2 350199808 dm-2 Stored partition name = dm-2 Line retrieved from /proc/partitions: 253 2 350199808 dm-2 Stored partition name = dm-2 Stored mounted filesystem info = proc /proc rw,nosuid,nodev,noexec,relatime Stored mounted filesystem info = sysfs /sys rw,seclabel,nosuid,nodev,noexec,relatime Stored mounted filesystem info = devtmpfs /dev rw,seclabel,nosuid,size=4096k,nr_inodes=7580023,mode=755,inode64 Stored mounted filesystem info = securityfs /sys/kernel/security rw,nosuid,nodev,noexec,relatime Stored mounted filesystem info = tmpfs /dev/shm rw,seclabel,nosuid,nodev,inode64 Stored mounted filesystem info = devpts /dev/pts rw,seclabel,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 Stored mounted filesystem info = tmpfs /run rw,seclabel,nosuid,nodev,size=12135284k,nr_inodes=819200,mode=755,inode64 Stored mounted filesystem info = cgroup2 /sys/fs/cgroup rw,seclabel,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot Stored mounted filesystem info = pstore /sys/fs/pstore rw,seclabel,nosuid,nodev,noexec,relatime Stored mounted filesystem info = efivarfs /sys/firmware/efi/efivars rw,nosuid,nodev,noexec,relatime Stored mounted filesystem info = bpf /sys/fs/bpf rw,nosuid,nodev,noexec,relatime,mode=700 Stored mounted filesystem info = /dev/mapper/cs_ampere--mtsnow--altra--03--vm--02-root / rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota Stored mounted filesystem info = selinuxfs /sys/fs/selinux rw,nosuid,noexec,relatime Stored mounted filesystem info = systemd-1 /proc/sys/fs/binfmt_misc rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13241 Stored mounted filesystem info = mqueue /dev/mqueue rw,seclabel,nosuid,nodev,noexec,relatime Stored mounted filesystem info = hugetlbfs /dev/hugepages rw,seclabel,relatime,pagesize=2M Stored mounted filesystem info = debugfs /sys/kernel/debug rw,seclabel,nosuid,nodev,noexec,relatime Stored mounted filesystem info = tracefs /sys/kernel/tracing rw,seclabel,nosuid,nodev,noexec,relatime Stored mounted filesystem info = none /run/credentials/systemd-sysctl.service ro,seclabel,nosuid,nodev,noexec,relatime,mode=700 Stored mounted filesystem info = fusectl /sys/fs/fuse/connections rw,nosuid,nodev,noexec,relatime Stored mounted filesystem info = configfs /sys/kernel/config rw,nosuid,nodev,noexec,relatime Stored mounted filesystem info = none /run/credentials/systemd-tmpfiles-setup-dev.service ro,seclabel,nosuid,nodev,noexec,relatime,mode=700 Stored mounted filesystem info = /dev/vda2 /boot rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota Stored mounted filesystem info = /dev/vda1 /boot/efi rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=winnt,errors=remount-ro Stored mounted filesystem info = /dev/mapper/cs_ampere--mtsnow--altra--03--vm--02-home /home rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota Stored mounted filesystem info = none /run/credentials/systemd-tmpfiles-setup.service ro,seclabel,nosuid,nodev,noexec,relatime,mode=700 Stored mounted filesystem info = sunrpc /var/lib/nfs/rpc_pipefs rw,relatime Stored mounted filesystem info = tmpfs /run/user/0 rw,seclabel,nosuid,nodev,relatime,size=6067640k,nr_inodes=1516910,mode=700,inode64 Stored mounted filesystem info = kdump.usersys.redhat.com:/var/www/html/vmcore /var/crash rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.8.2.231,local_lock=none,addr=10.0.152.11 Generating random numbers... Filesystem option is rw,nosuid,nodev,noexec,relatime for proc Filesystem option is rw,seclabel,nosuid,nodev,noexec,relatime for sysfs Filesystem option is rw,seclabel,nosuid,size=4096k,nr_inodes=7580023,mode=755,inode64 for devtmpfs Filesystem option is rw,nosuid,nodev,noexec,relatime for securityfs Filesystem option is rw,seclabel,nosuid,nodev,inode64 for tmpfs Filesystem option is rw,seclabel,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 for devpts Filesystem option is rw,seclabel,nosuid,nodev,size=12135284k,nr_inodes=819200,mode=755,inode64 for tmpfs Filesystem option is rw,seclabel,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot for cgroup2 Filesystem option is rw,seclabel,nosuid,nodev,noexec,relatime for pstore Filesystem option is rw,nosuid,nodev,noexec,relatime for efivarfs Filesystem option is rw,nosuid,nodev,noexec,relatime,mode=700 for bpf Filesystem option is rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota for /dev/mapper/cs_ampere--mtsnow--altra--03--vm--02-root Filesystem option is rw,nosuid,noexec,relatime for selinuxfs Filesystem option is rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=13241 for systemd-1 Filesystem option is rw,seclabel,nosuid,nodev,noexec,relatime for mqueue Filesystem option is rw,seclabel,relatime,pagesize=2M for hugetlbfs Filesystem option is rw,seclabel,nosuid,nodev,noexec,relatime for debugfs Filesystem option is rw,seclabel,nosuid,nodev,noexec,relatime for tracefs Filesystem option is ro,seclabel,nosuid,nodev,noexec,relatime,mode=700 for none Filesystem option is rw,nosuid,nodev,noexec,relatime for fusectl Filesystem option is rw,nosuid,nodev,noexec,relatime for configfs Filesystem option is ro,seclabel,nosuid,nodev,noexec,relatime,mode=700 for none Filesystem option is rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota for /dev/vda2 Detected filesystem associated with SCSI/IDE Controller Incremented rw count to: 1 New file created /boot/SP2Pco Writing 10MB string to file /boot/SP2Pco... Opening directory /boot ... Getting file descriptor of directory /boot ... Closing file /boot/SP2Pco ... Closing directory /boot ... Reopening file /boot/SP2Pco ... Verifying string in file /boot/SP2Pco matches what was written... Number of file characters checked: 10485670 Number of characters in random string: 10485670 Closing file /boot/SP2Pco ... Removed file: /boot/SP2Pco Filesystem option is rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=winnt,errors=remount-ro for /dev/vda1 Detected filesystem associated with SCSI/IDE Controller Incremented rw count to: 2 Incremented ro count to: 1 Filesystem option is rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota for /dev/mapper/cs_ampere--mtsnow--altra--03--vm--02-home Filesystem option is ro,seclabel,nosuid,nodev,noexec,relatime,mode=700 for none Filesystem option is rw,relatime for sunrpc Filesystem option is rw,seclabel,nosuid,nodev,relatime,size=6067640k,nr_inodes=1516910,mode=700,inode64 for tmpfs Filesystem option is rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.8.2.231,local_lock=none,addr=10.0.152.11 for kdump.usersys.redhat.com:/var/www/html/vmcore I/O Controller - Disk Test SUCCESS! Line from /proc/self/maps: ffffb3ae6000-ffffb3ae8000 rw-p 00030000 fd:00 3356 /usr/lib/ld-linux-aarch64.so.1 start 0xffffb3ae6000, end 0xffffb3ae8000, flags rw-p Line from /proc/self/maps: fffff5216000-fffff5237000 rw-p 00000000 00:00 0 [stack] start 0xfffff5216000, end 0xfffff5237000, flags rw-p This is the stack area. Executing I/O Controller - Disk Test... Executing Supervisor Mode Instructions Test... HLT test: caught the fault 4 Line from /proc/self/maps: ffffb3ae6000-ffffb3ae8000 rw-p 00030000 fd:00 3356 /usr/lib/ld-linux-aarch64.so.1 start 0xffffb3ae6000, end 0xffffb3ae8000, flags rw-p Line from /proc/self/maps: fffff5216000-fffff5237000 rw-p 00000000 00:00 0 [stack] start 0xfffff5216000, end 0xfffff5237000, flags rw-p This is the stack area. Executing I/O Controller - Disk Test... Executing Supervisor Mode Instructions Test... Privileged Instruction Test SUCCESS! ***** End of runtest.sh *****