Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/rakudo-URI.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-e809b0d73b7442e69f95c3d67dcd596dfeeb5bcd/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/rakudo-URI.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/rakudo-URI-0.1.4-0.1.20170920gite5c8551.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/rakudo-URI.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-e809b0d73b7442e69f95c3d67dcd596dfeeb5bcd/root'shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/rakudo-URI.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zbYjHg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf uri-0.1.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/uri-0.1.4.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd uri-0.1.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.fxj4hh + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/rakudo-URI-0.1.4-0.1.20170920gite5c8551.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/rakudo-URI-0.1.4-0.1.20170920gite5c8551.el7.arm ++ dirname /builddir/build/BUILDROOT/rakudo-URI-0.1.4-0.1.20170920gite5c8551.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/rakudo-URI-0.1.4-0.1.20170920gite5c8551.el7.arm + cd uri-0.1.4 + RAKUDO_RERESOLVE_DEPENDENCIES=0 + /usr/lib/perl6/bin/mod_inst.pl --to=/builddir/build/BUILDROOT/rakudo-URI-0.1.4-0.1.20170920gite5c8551.el7.arm/usr/lib/perl6/vendor --for=vendor + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Uu2OGx + umask 022 + cd /builddir/build/BUILD + cd uri-0.1.4 + perl6 -Ilib t/01.t t/escape.t t/november-urlencoded.t t/require.t t/rfc-3986-examples.t t/utf8-c8.t 1..46 ok 1 - We use URI et. al and we are still alive ok 2 - scheme ok 3 - host ok 4 - port ok 5 - path ok 6 - query ok 7 - frag ok 8 - segments ok 9 - first chunk ok 10 - second chunk ok 11 - Complete path stringification ok 12 - scheme ok 13 - host ok 14 - https://eXAMplE.COM stringifies to https://example.com ok 15 - default https port ok 16 - no specified port ok 17 - segments from absolute path ok 18 - segments from relative path ok 19 - first segment ok 20 - second segment ok 21 - last segment ok 22 - .segments return [''] for empty path ok 23 - default http port ok 24 - <> removed from str ok 25 - "" removed from str ok 26 - grammar detected host not ip ok 27 - grammar detected registered domain style ok 28 - numeric host ok 29 - grammar detected ipv4 ok 30 - grammar detected no registered domain style ok 31 - query with form params ok 32 - query param foo ok 33 - snake case query param foo ok 34 - query param bell ok 35 - query param foo - el 1 ok 36 - query param foo - el 2 ok 37 - test query and frag capture ok 38 - query param foo - el 2 without frag ok 39 - query param foo - el 2 relative path ok 40 - query param foo - el 2 relative path without frag 1..2 ok 1 - code dies ok 2 - right exception type (URI::X::URI::Invalid) ok 41 - Bad URI raises exception x:URI::Invalid 1..2 ok 1 - code dies ok 2 - right exception type (URI::X::URI::Invalid) ok 42 - URI followed by trailing javascript raises exception ok 43 - Pulled of prefix URI ok 44 - .port without default value lives ok 45 - .port on relative URI lives ok 46 - extracted userinfo correctly Processing files: rakudo-URI-0.1.4-0.1.20170920gite5c8551.el7.armv7hl + exit 0 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.preyAE + umask 022 + cd /builddir/build/BUILD + cd uri-0.1.4 + DOCDIR=/builddir/build/BUILDROOT/rakudo-URI-0.1.4-0.1.20170920gite5c8551.el7.arm/usr/share/doc/rakudo-URI-0.1.4 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rakudo-URI-0.1.4-0.1.20170920gite5c8551.el7.arm/usr/share/doc/rakudo-URI-0.1.4 + cp -pr README.md /builddir/build/BUILDROOT/rakudo-URI-0.1.4-0.1.20170920gite5c8551.el7.arm/usr/share/doc/rakudo-URI-0.1.4 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.h7CvaF + umask 022 + cd /builddir/build/BUILD + cd uri-0.1.4 + LICENSEDIR=/builddir/build/BUILDROOT/rakudo-URI-0.1.4-0.1.20170920gite5c8551.el7.arm/usr/share/licenses/rakudo-URI-0.1.4 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rakudo-URI-0.1.4-0.1.20170920gite5c8551.el7.arm/usr/share/licenses/rakudo-URI-0.1.4 + cp -pr LICENSE /builddir/build/BUILDROOT/rakudo-URI-0.1.4-0.1.20170920gite5c8551.el7.arm/usr/share/licenses/rakudo-URI-0.1.4 + exit 0 Provides: rakudo-URI = 0.1.4-0.1.20170920gite5c8551.el7 rakudo-URI(armv7hl-32) = 0.1.4-0.1.20170920gite5c8551.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/rakudo-URI-0.1.4-0.1.20170920gite5c8551.el7.arm Wrote: /builddir/build/RPMS/rakudo-URI-0.1.4-0.1.20170920gite5c8551.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.EoI7sT + umask 022 + cd /builddir/build/BUILD + cd uri-0.1.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/rakudo-URI-0.1.4-0.1.20170920gite5c8551.el7.arm + exit 0 Child return code was: 0