Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/olpc-os-builder.spec'], chrootPath='/var/lib/mock/f29-build-25027-13062/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': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/olpc-os-builder.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': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/olpc-os-builder-7.0.1-12.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/olpc-os-builder.spec'], chrootPath='/var/lib/mock/f29-build-25027-13062/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': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/olpc-os-builder.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': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.M9sNoy + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf olpc-os-builder-7.0.1 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/olpc-os-builder-7.0.1.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd olpc-os-builder-7.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IWM8k7 + umask 022 + cd /builddir/build/BUILD + cd olpc-os-builder-7.0.1 + make -j4 'CC=gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' make -C bin make[1]: Entering directory '/builddir/build/BUILD/olpc-os-builder-7.0.1/bin' gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DARGTYPE=1 zhashfs.c -o zhashfs -I/usr/include/tomcrypt -ltomcrypt -lz BUILDSTDERR: zhashfs.c: In function 'read_fiemap': BUILDSTDERR: zhashfs.c:101:6: warning: implicit declaration of function 'ioctl' [-Wimplicit-function-declaration] BUILDSTDERR: if (ioctl(fd, FS_IOC_FIEMAP, fiemap) < 0) { BUILDSTDERR: ^~~~~ BUILDSTDERR: zhashfs.c: In function 'process_extent': BUILDSTDERR: zhashfs.c:137:47: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] BUILDSTDERR: printf("Extent(%lld, %lld) occupies eblocks %d to %d\n", ex->fe_logical, ex->fe_length, first_eblock, last_eblock); BUILDSTDERR: ~^ ~~~~~~~~~~~~ BUILDSTDERR: %ld BUILDSTDERR: zhashfs.c:137:53: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] BUILDSTDERR: printf("Extent(%lld, %lld) occupies eblocks %d to %d\n", ex->fe_logical, ex->fe_length, first_eblock, last_eblock); BUILDSTDERR: ~^ ~~~~~~~~~~~ BUILDSTDERR: %ld BUILDSTDERR: zhashfs.c: In function 'main': BUILDSTDERR: zhashfs.c:177:12: warning: unused variable 'skip' [-Wunused-variable] BUILDSTDERR: int skip; BUILDSTDERR: ^~~~ make[1]: Leaving directory '/builddir/build/BUILD/olpc-os-builder-7.0.1/bin' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7jN6hK + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64 + cd olpc-os-builder-7.0.1 + make install DESTDIR=/builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64 make -C bin make[1]: Entering directory '/builddir/build/BUILD/olpc-os-builder-7.0.1/bin' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/olpc-os-builder-7.0.1/bin' install -D -m 0755 osbuilder.py /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/sbin/olpc-os-builder sed -i -e 's/^INSTALLED=0/INSTALLED=1/' /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/sbin/olpc-os-builder install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1 install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1 COPYING doc/README doc/README.devel make -C bin install make[1]: Entering directory '/builddir/build/BUILD/olpc-os-builder-7.0.1/bin' install -D -m 0755 zhashfs /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/libexec/olpc-os-builder/zhashfs make[1]: Leaving directory '/builddir/build/BUILD/olpc-os-builder-7.0.1/bin' make -C lib install make[1]: Entering directory '/builddir/build/BUILD/olpc-os-builder-7.0.1/lib' install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/lib install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/lib ooblib.py shlib.sh make[1]: Leaving directory '/builddir/build/BUILD/olpc-os-builder-7.0.1/lib' make -C examples install make[1]: Entering directory '/builddir/build/BUILD/olpc-os-builder-7.0.1/examples' install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/examples install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/examples *.ini make[1]: Leaving directory '/builddir/build/BUILD/olpc-os-builder-7.0.1/examples' make -C modules install make[1]: Entering directory '/builddir/build/BUILD/olpc-os-builder-7.0.1/modules' install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/powerd install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/powerd powerd/defaults.ini powerd/kspost.50.autosuspend.sh install -m 0644 -T powerd/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/powerd.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/xo1_75 install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/xo1_75 xo1_75/prepare.10.model.sh xo1_75/kspost.50.xo1_75-tweaks.inc xo1_75/kspkglist.50.xo1_75.inc install -m 0644 -T xo1_75/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/xo1_75.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/ubifs_image install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/ubifs_image ubifs_image/defaults.ini ubifs_image/image.50.makeimg.sh install -m 0644 -T ubifs_image/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/ubifs_image.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/signing install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/signing signing/finalize.50.makefszip_img.sh signing/defaults.ini signing/preimage.10.extract.sh signing/preimage.50.addsignedcontent.sh signing/finalize.50.makefszip_zsp.sh signing/finalize.50.makefszip_onu.sh signing/preimage.40.sign-firmware.sh signing/preimage.40.sign-os.sh install -m 0644 -T signing/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/signing.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/xo1_5 install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/xo1_5 xo1_5/prepare.10.model.sh xo1_5/kspkglist.50.xo1_5.inc xo1_5/kspost.50.xo15-tweaks.inc install -m 0644 -T xo1_5/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/xo1_5.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/osk install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/osk osk/kspost.50.osk-config.sh osk/kspkglist.50.osk.inc install -m 0644 -T osk/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/osk.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/sugar_activity_group install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/sugar_activity_group sugar_activity_group/defaults.ini sugar_activity_group/kspost.60.nochroot.activities.py install -m 0644 -T sugar_activity_group/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/sugar_activity_group.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/sugar_welcome_activity install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/sugar_welcome_activity sugar_welcome_activity/defaults.ini sugar_welcome_activity/kspost.78.welcome_cmd.py sugar_welcome_activity/kspost.77.nochroot.replace_images.py install -m 0644 -T sugar_welcome_activity/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/sugar_welcome_activity.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/custom_scripts install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/custom_scripts custom_scripts/kspost.80.nochroot.custom_scripts.sh install -m 0644 -T custom_scripts/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/custom_scripts.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/sugar install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/sugar sugar/kspost.50.gconf.inc sugar/kspost.75.install_bundles.inc sugar/kspost.51.favoritesview.sh sugar/kspost.60.protect.sh sugar/kspkglist.50.sugar.inc sugar/kspost.90.nochroot.shrink_activities.inc sugar/kspost.50.misc.inc install -m 0644 -T sugar/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/sugar.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/bluetooth install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/bluetooth bluetooth/kspost.50.bluetooth.inc bluetooth/kspkglist.50.bluetooth.inc install -m 0644 -T bluetooth/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/bluetooth.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/bootanim install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/bootanim bootanim/kspost.30.nochroot.bootanim.sh install -m 0644 -T bootanim/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/bootanim.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/library_homepage install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/library_homepage library_homepage/kspost.50.nochroot.library.sh install -m 0644 -T library_homepage/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/library_homepage.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/buildnr_from_cfg install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/buildnr_from_cfg buildnr_from_cfg/prepare.10.buildnr.sh install -m 0644 -T buildnr_from_cfg/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/buildnr_from_cfg.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/buildnr_from_file install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/buildnr_from_file buildnr_from_file/defaults.ini buildnr_from_file/cleanup.50.write_buildnr.sh buildnr_from_file/prepare.10.buildnr.sh install -m 0644 -T buildnr_from_file/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/buildnr_from_file.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/sd_card_image install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/sd_card_image sd_card_image/defaults.ini sd_card_image/image.50.makefs.sh sd_card_image/postimage.50.makezd.sh install -m 0644 -T sd_card_image/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/sd_card_image.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/yumcfg install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/yumcfg yumcfg/kspost.50.yumcfg.py install -m 0644 -T yumcfg/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/yumcfg.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/oats_cfg install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/oats_cfg oats_cfg/kspost.50.oats_cfg.sh install -m 0644 -T oats_cfg/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/oats_cfg.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/xo4 install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/xo4 xo4/kspost.50.xo4-tweaks.inc xo4/kspkglist.50.xo4.inc xo4/prepare.10.model.sh install -m 0644 -T xo4/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/xo4.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/sugarlabs_activities install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/sugarlabs_activities sugarlabs_activities/defaults.ini sugarlabs_activities/kspost.60.nochroot.aslo.sh install -m 0644 -T sugarlabs_activities/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/sugarlabs_activities.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/jffs2_image install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/jffs2_image jffs2_image/image.50.makeimg.sh jffs2_image/kspost.50.jffs2.inc install -m 0644 -T jffs2_image/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/jffs2_image.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/custom_packages install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/custom_packages custom_packages/kspkglist.70.extras.sh install -m 0644 -T custom_packages/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/custom_packages.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/adobe_flash install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/adobe_flash adobe_flash/ksmain.50.adobe.sh adobe_flash/kspost.50.adoberepo.nochroot.inc adobe_flash/kspost.51.flashinstall.inc adobe_flash/kspkglist.60.adobeflash.inc adobe_flash/kspost.50.flashinstall.nochroot.inc adobe_flash/kspkglist.50.adobeflash.sh install -m 0644 -T adobe_flash/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/adobe_flash.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/base install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/base base/ksmain.10.core.inc base/mountfs.50.mount.sh base/kspost.50.lang_kbd_overrides.sh base/defaults.ini base/kspkglist.11.olpcupdate.sh base/kspost.50.stripdebug.nochroot.inc base/kspost.10.strip_locale.sh base/unmountfs.40.unmount.sh base/kspost.10.core.inc base/kspost.50.olpcupdate.sh base/build.40.imagecreate.py base/kspost.50.zip_bootfiles.nochroot.inc base/ksmain.50.timezone.sh base/cleanup.50.cleanup.sh base/preimage.90.core.sh base/kspost.85.umount_shared.nochroot.sh base/prepare.05.selinux.sh base/kspost.05.mount_shared.nochroot.sh base/postimage.50.core.sh base/kspkglist.10.core.inc base/kspost.10.version_number.sh install -m 0644 -T base/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/base.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/repos install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/repos repos/ksmain.50.repos.py install -m 0644 -T repos/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/repos.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/xo1 install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/xo1 xo1/kspost.50.xo1-tweaks.inc xo1/kspkglist.50.xo1.inc xo1/prepare.10.model.sh install -m 0644 -T xo1/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/xo1.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/sugar_activities_extra install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/sugar_activities_extra sugar_activities_extra/kspost.60.nochroot.activities.sh install -m 0644 -T sugar_activities_extra/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/sugar_activities_extra.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/usb_update install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/usb_update usb_update/image.60.makeusb.sh install -m 0644 -T usb_update/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/usb_update.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/gnome install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/gnome gnome/kspkglist.50.gnome.inc install -m 0644 -T gnome/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/gnome.txt install -d /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/x11 install -m 0644 -t /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/x11 x11/kspost.60.misc.inc x11/kspost.99.gconf-normalize.inc x11/kspkglist.60.misc.inc install -m 0644 -T x11/README /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1/modules/x11.txt make[1]: Leaving directory '/builddir/build/BUILD/olpc-os-builder-7.0.1/modules' + mv /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder-7.0.1 inst-docs + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 7.0.1-12.fc29 --unique-debug-suffix -7.0.1-12.fc29.riscv64 --unique-debug-src-base olpc-os-builder-7.0.1-12.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/olpc-os-builder-7.0.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/libexec/olpc-os-builder/zhashfs extracting debug info from /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/libexec/olpc-os-builder/zhashfs /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 16 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/sugar_welcome_activity/kspost.78.welcome_cmd.py /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/sugar_welcome_activity/kspost.77.nochroot.replace_images.py /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/yumcfg/kspost.50.yumcfg.py /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/base/build.40.imagecreate.py /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/sugar_activity_group/kspost.60.nochroot.activities.py /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/modules.d/repos/ksmain.50.repos.py /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/olpc-os-builder/lib/ooblib.py + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs BUILDSTDERR: *** WARNING: mangling shebang in /usr/sbin/olpc-os-builder from #!/usr/bin/python to #!/usr/bin/python2. This will become an ERROR, fix it manually! Processing files: olpc-os-builder-7.0.1-12.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ljmxyq + umask 022 + cd /builddir/build/BUILD + cd olpc-os-builder-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder + cp -pr inst-docs/COPYING inst-docs/README inst-docs/README.devel inst-docs/examples inst-docs/modules /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64/usr/share/doc/olpc-os-builder + exit 0 Provides: olpc-os-builder = 7.0.1-12.fc29 olpc-os-builder(riscv-64) = 7.0.1-12.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python2 ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libtomcrypt.so.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: olpc-os-builder-debugsource-7.0.1-12.fc29.riscv64 Provides: olpc-os-builder-debugsource = 7.0.1-12.fc29 olpc-os-builder-debugsource(riscv-64) = 7.0.1-12.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: olpc-os-builder-debuginfo-7.0.1-12.fc29.riscv64 Provides: debuginfo(build-id) = cbf67addebbe5164a742e68f3d69f30e52c5737a olpc-os-builder-debuginfo = 7.0.1-12.fc29 olpc-os-builder-debuginfo(riscv-64) = 7.0.1-12.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: olpc-os-builder-debugsource(riscv-64) = 7.0.1-12.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64 Wrote: /builddir/build/RPMS/olpc-os-builder-7.0.1-12.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/olpc-os-builder-debugsource-7.0.1-12.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/olpc-os-builder-debuginfo-7.0.1-12.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vbNa7Q + umask 022 + cd /builddir/build/BUILD + cd olpc-os-builder-7.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/olpc-os-builder-7.0.1-12.fc29.riscv64 + exit 0 Child return code was: 0