Mock Version: 4.1 Mock Version: 4.1 Mock Version: 4.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/toilet.spec'], chrootPath='/var/lib/mock/dist-oc9-epol-build-106910-66917/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/toilet.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/toilet-0.3-1.oc9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/toilet.spec'], chrootPath='/var/lib/mock/dist-oc9-epol-build-106910-66917/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/toilet.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.B0n2mH + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf toilet-0.3 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/toilet-0.3.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd toilet-0.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.g1LAPH + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd toilet-0.3 + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./.auto/config.guess + '[' -f /usr/lib/rpm/OpenCloudOS/config.guess ']' + /usr/bin/rm -f ./.auto/config.guess ++ basename ./.auto/config.guess + /usr/bin/cp -fv /usr/lib/rpm/OpenCloudOS/config.guess ./.auto/config.guess '/usr/lib/rpm/OpenCloudOS/config.guess' -> './.auto/config.guess' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./.auto/config.sub + '[' -f /usr/lib/rpm/OpenCloudOS/config.sub ']' + /usr/bin/rm -f ./.auto/config.sub ++ basename ./.auto/config.sub + /usr/bin/cp -fv /usr/lib/rpm/OpenCloudOS/config.sub ./.auto/config.sub '/usr/lib/rpm/OpenCloudOS/config.sub' -> './.auto/config.sub' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld' ']' ++ find . -name ltmain.sh + ./configure --build=aarch64-opencloudos-linux-gnu --host=aarch64-opencloudos-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking build system type... aarch64-opencloudos-linux-gnu checking host system type... aarch64-opencloudos-linux-gnu checking target system type... aarch64-opencloudos-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 for style of include used by make... GNU checking for aarch64-opencloudos-linux-gnu-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 dependency style of gcc... none checking whether gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for aarch64-opencloudos-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for TIOCGWINSZ... yes checking for CACA... yes checking for release date... configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tools/Makefile config.status: creating fonts/Makefile config.status: creating doc/Makefile config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands + /usr/bin/make -O -j8 V=1 VERBOSE=1 /usr/bin/make all-recursive Making all in src make[2]: Entering directory '/builddir/build/BUILD/toilet-0.3/src' gcc -DHAVE_CONFIG_H -I. -I.. -DFONTDIR=\"/usr/share/figlet\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o toilet-export.o `test -f 'export.c' || echo './'`export.c make[2]: Leaving directory '/builddir/build/BUILD/toilet-0.3/src' make[2]: Entering directory '/builddir/build/BUILD/toilet-0.3/src' gcc -DHAVE_CONFIG_H -I. -I.. -DFONTDIR=\"/usr/share/figlet\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o toilet-term.o `test -f 'term.c' || echo './'`term.c make[2]: Leaving directory '/builddir/build/BUILD/toilet-0.3/src' make[2]: Entering directory '/builddir/build/BUILD/toilet-0.3/src' gcc -DHAVE_CONFIG_H -I. -I.. -DFONTDIR=\"/usr/share/figlet\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o toilet-figlet.o `test -f 'figlet.c' || echo './'`figlet.c make[2]: Leaving directory '/builddir/build/BUILD/toilet-0.3/src' make[2]: Entering directory '/builddir/build/BUILD/toilet-0.3/src' gcc -DHAVE_CONFIG_H -I. -I.. -DFONTDIR=\"/usr/share/figlet\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o toilet-render.o `test -f 'render.c' || echo './'`render.c make[2]: Leaving directory '/builddir/build/BUILD/toilet-0.3/src' make[2]: Entering directory '/builddir/build/BUILD/toilet-0.3/src' gcc -DHAVE_CONFIG_H -I. -I.. -DFONTDIR=\"/usr/share/figlet\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o toilet-main.o `test -f 'main.c' || echo './'`main.c make[2]: Leaving directory '/builddir/build/BUILD/toilet-0.3/src' make[2]: Entering directory '/builddir/build/BUILD/toilet-0.3/src' gcc -DHAVE_CONFIG_H -I. -I.. -DFONTDIR=\"/usr/share/figlet\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o toilet-filter.o `test -f 'filter.c' || echo './'`filter.c make[2]: Leaving directory '/builddir/build/BUILD/toilet-0.3/src' make[2]: Entering directory '/builddir/build/BUILD/toilet-0.3/src' gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o toilet toilet-main.o toilet-render.o toilet-filter.o toilet-export.o toilet-term.o toilet-figlet.o -lcaca make[2]: Leaving directory '/builddir/build/BUILD/toilet-0.3/src' Making all in tools make[2]: Entering directory '/builddir/build/BUILD/toilet-0.3/tools' gcc -DHAVE_CONFIG_H -I. -I.. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o caca2tlf-caca2tlf.o `test -f 'caca2tlf.c' || echo './'`caca2tlf.c make[2]: Leaving directory '/builddir/build/BUILD/toilet-0.3/tools' caca2tlf.c: In function 'main': caca2tlf.c:44:18: warning: variable 'b' set but not used [-Wunused-but-set-variable] 44 | unsigned int b, i; | ^ make[2]: Entering directory '/builddir/build/BUILD/toilet-0.3/tools' gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o caca2tlf caca2tlf-caca2tlf.o -lcaca make[2]: Leaving directory '/builddir/build/BUILD/toilet-0.3/tools' Making all in fonts make[2]: Nothing to be done for 'all'. Making all in doc make[2]: Entering directory '/builddir/build/BUILD/toilet-0.3/doc' sed -e "s,[@]datarootdir@,/usr/share,g" ./toilet.1.in > toilet.1 make[2]: Leaving directory '/builddir/build/BUILD/toilet-0.3/doc' Making all in test make[2]: Nothing to be done for 'all'. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6f9Xbc + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64 ++ dirname /builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64 + cd toilet-0.3 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64 'INSTALL=/usr/bin/install -p' Making install in src make[1]: Entering directory '/builddir/build/BUILD/toilet-0.3/src' make[2]: Entering directory '/builddir/build/BUILD/toilet-0.3/src' test -z "/usr/bin" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64/usr/bin" /usr/bin/install -p toilet '/builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/toilet-0.3/src' make[1]: Leaving directory '/builddir/build/BUILD/toilet-0.3/src' Making install in tools make[1]: Entering directory '/builddir/build/BUILD/toilet-0.3/tools' make[2]: Entering directory '/builddir/build/BUILD/toilet-0.3/tools' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/toilet-0.3/tools' make[1]: Leaving directory '/builddir/build/BUILD/toilet-0.3/tools' Making install in fonts make[1]: Entering directory '/builddir/build/BUILD/toilet-0.3/fonts' make[2]: Entering directory '/builddir/build/BUILD/toilet-0.3/fonts' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/figlet" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64/usr/share/figlet" /usr/bin/install -p -m 644 wideterm.tlf circle.tlf emboss.tlf emboss2.tlf future.tlf ascii9.tlf smascii9.tlf bigascii9.tlf ascii12.tlf smascii12.tlf bigascii12.tlf mono9.tlf smmono9.tlf bigmono9.tlf mono12.tlf smmono12.tlf bigmono12.tlf pagga.tlf letter.tlf smblock.tlf smbraille.tlf '/builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64/usr/share/figlet' make[2]: Leaving directory '/builddir/build/BUILD/toilet-0.3/fonts' make[1]: Leaving directory '/builddir/build/BUILD/toilet-0.3/fonts' Making install in doc make[1]: Entering directory '/builddir/build/BUILD/toilet-0.3/doc' make[2]: Entering directory '/builddir/build/BUILD/toilet-0.3/doc' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64/usr/share/man/man1" /usr/bin/install -p -m 644 toilet.1 '/builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/toilet-0.3/doc' make[1]: Leaving directory '/builddir/build/BUILD/toilet-0.3/doc' Making install in test make[1]: Entering directory '/builddir/build/BUILD/toilet-0.3/test' make[2]: Entering directory '/builddir/build/BUILD/toilet-0.3/test' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/toilet-0.3/test' make[1]: Leaving directory '/builddir/build/BUILD/toilet-0.3/test' make[1]: Entering directory '/builddir/build/BUILD/toilet-0.3' make[2]: Entering directory '/builddir/build/BUILD/toilet-0.3' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/toilet-0.3' make[1]: Leaving directory '/builddir/build/BUILD/toilet-0.3' + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.3-1.oc9 --unique-debug-suffix -0.3-1.oc9.aarch64 --unique-debug-src-base toilet-0.3-1.oc9.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/toilet-0.3 extracting debug info from /builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64/usr/bin/toilet 51 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/OpenCloudOS/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/OpenCloudOS/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/OpenCloudOS/brp-mangle-shebangs + /usr/lib/rpm/OpenCloudOS/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/OpenCloudOS/brp-python-hardlink Processing files: toilet-0.3-1.oc9.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.oh4TvY + umask 022 + cd /builddir/build/BUILD + cd toilet-0.3 + DOCDIR=/builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64/usr/share/doc/toilet + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64/usr/share/doc/toilet + cp -pr README /builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64/usr/share/doc/toilet + cp -pr ChangeLog /builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64/usr/share/doc/toilet + cp -pr NEWS /builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64/usr/share/doc/toilet + cp -pr TODO /builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64/usr/share/doc/toilet + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.93NUk2 + umask 022 + cd /builddir/build/BUILD + cd toilet-0.3 + LICENSEDIR=/builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64/usr/share/licenses/toilet + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64/usr/share/licenses/toilet + cp -pr COPYING /builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64/usr/share/licenses/toilet + RPM_EC=0 ++ jobs -p + exit 0 Provides: toilet = 0.3-1.oc9 toilet(aarch-64) = 0.3-1.oc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) libcaca.so.0()(64bit) rtld(GNU_HASH) Processing files: toilet-debugsource-0.3-1.oc9.aarch64 Provides: toilet-debugsource = 0.3-1.oc9 toilet-debugsource(aarch-64) = 0.3-1.oc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: toilet-debuginfo-0.3-1.oc9.aarch64 Provides: debuginfo(build-id) = b335ccd652127244a2fa70f474df353907f630c6 toilet-debuginfo = 0.3-1.oc9 toilet-debuginfo(aarch-64) = 0.3-1.oc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: toilet-debugsource(aarch-64) = 0.3-1.oc9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/toilet-0.3-1.oc9.aarch64 Wrote: /builddir/build/RPMS/toilet-debugsource-0.3-1.oc9.aarch64.rpm Wrote: /builddir/build/RPMS/toilet-debuginfo-0.3-1.oc9.aarch64.rpm Wrote: /builddir/build/RPMS/toilet-0.3-1.oc9.aarch64.rpm Child return code was: 0