Mock Version: 1.2.13 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/nodejs-utile.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-e9d53355b796b39a01f8fafc172de9f444519e29/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=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/nodejs-utile.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: noarch Building for target noarch Wrote: /builddir/build/SRPMS/nodejs-utile-0.2.1-2.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/nodejs-utile.spec '], chrootPath='/var/lib/mock/epel-1-armhfp-e9d53355b796b39a01f8fafc172de9f444519e29/root'shell=Falseuid=996env={'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', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/nodejs-utile.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: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.hjjmnd + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf package + /usr/bin/gzip -dc /builddir/build/SOURCES/utile-0.2.1.tgz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd package + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/nodejs-fixdep async 0.2.x + /usr/lib/rpm/nodejs-fixdep ncp '~0.5' + /usr/lib/rpm/nodejs-fixdep rimraf '~2.1' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.E85v7U + umask 022 + cd /builddir/build/BUILD + cd package + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5DDZyD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nodejs-utile-0.2.1-2.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nodejs-utile-0.2.1-2.el7.noarch ++ dirname /builddir/build/BUILDROOT/nodejs-utile-0.2.1-2.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nodejs-utile-0.2.1-2.el7.noarch + cd package + mkdir -p /builddir/build/BUILDROOT/nodejs-utile-0.2.1-2.el7.noarch/usr/lib/node_modules/utile + cp -pr package.json lib/ /builddir/build/BUILDROOT/nodejs-utile-0.2.1-2.el7.noarch/usr/lib/node_modules/utile + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/package /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /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.DkWHDK + umask 022 + cd /builddir/build/BUILD + cd package + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check + /usr/lib/node_modules/vows/bin/vows --spec ��� utile/file When using utile the .file.readJsonSync() function ��� should return correct JSON structure When using utile the .file.readJson() function ��� should return correct JSON structure ��� utile/format ��� Should use the original util.format if there are no custom parameters to replace. ��� Should use utile.format if custom parameters are provided. ��� utile/args When using utile the args function ��� should be a function utile.rargs() with no arguments ��� should return an empty object utile.rargs() with simple arguments ��� should return an array with three items utile.rargs() with a simple slice ��� should return an array with three items utile.args() with no arguments ��� should return an empty Array utile.args() with simple arguments ��� should return an array with three items ��� should return lookup helpers ��� utile/randomString When using utile the randomString() function ��� should return 16 characters that are actually random by default When using utile the randomString() function when you can asked for different length strings ��� where they actually are of length 4, 128 ��� utile/require-directory When using utile the requireDir() function ��� should contain all wanted modules When using utile the requireDirLazy() function ��� all properties should be getters ��� should contain all wanted modules ��� utile When using utile ��� it should have the same methods as the util module ��� it should have the correct methods defined ��� the mixin() method ��� the clone() method ��� the createPath() method ��� the capitalize() method ��� the escapeRegExp() method ��� the underscoreToCamel() method ��� the camelToUnderscore() method ��� OK �� 25 honored (0.132s) + exit 0 Processing files: nodejs-utile-0.2.1-2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.nf3vbL + umask 022 + cd /builddir/build/BUILD + cd package + DOCDIR=/builddir/build/BUILDROOT/nodejs-utile-0.2.1-2.el7.noarch/usr/share/doc/nodejs-utile-0.2.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-utile-0.2.1-2.el7.noarch/usr/share/doc/nodejs-utile-0.2.1 + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/nodejs-utile-0.2.1-2.el7.noarch/usr/share/doc/nodejs-utile-0.2.1 + cp -pr LICENSE /builddir/build/BUILDROOT/nodejs-utile-0.2.1-2.el7.noarch/usr/share/doc/nodejs-utile-0.2.1 + cp -pr README.md /builddir/build/BUILDROOT/nodejs-utile-0.2.1-2.el7.noarch/usr/share/doc/nodejs-utile-0.2.1 + exit 0 Provides: nodejs-utile = 0.2.1-2.el7 npm(utile) = 0.2.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: nodejs(engine) >= 0.6.4 npm(async) >= 0.2 npm(async) < 0.3 npm(deep-equal) npm(i) >= 0.3 npm(i) < 0.4 npm(mkdirp) < 1 npm(ncp) >= 0.5 npm(ncp) < 1 npm(rimraf) >= 2.1 npm(rimraf) < 3 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nodejs-utile-0.2.1-2.el7.noarch Wrote: /builddir/build/RPMS/nodejs-utile-0.2.1-2.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.77qQ4P + umask 022 + cd /builddir/build/BUILD + cd package + /usr/bin/rm -rf /builddir/build/BUILDROOT/nodejs-utile-0.2.1-2.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->