Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-vinyl.spec'], gid=135nspawn_args=[]printOutput=Falseuser='mockbuild'logger=shell=Falseenv={'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}uid=1001timeout=0chrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-6156/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-vinyl.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/nodejs-vinyl-1.1.1-4.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/nodejs-vinyl.spec'], gid=135nspawn_args=[]printOutput=Falseuser='mockbuild'logger=shell=Falseenv={'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}uid=1001timeout=0chrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-6156/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/nodejs-vinyl.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kgXWTT + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf package + /usr/bin/gzip -dc /builddir/build/SOURCES/vinyl-1.1.1.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd package + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cd /builddir/build/BUILD + cd package + /usr/bin/tar -xof - + /usr/bin/bzip2 -dc /builddir/build/SOURCES/tests-1.1.1.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/nodejs-fixdep replace-ext + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2bvses + umask 022 + cd /builddir/build/BUILD + cd package + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0SQtz0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nodejs-vinyl-1.1.1-4.fc27.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nodejs-vinyl-1.1.1-4.fc27.x86_64 ++ dirname /builddir/build/BUILDROOT/nodejs-vinyl-1.1.1-4.fc27.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nodejs-vinyl-1.1.1-4.fc27.x86_64 + cd package + mkdir -p /builddir/build/BUILDROOT/nodejs-vinyl-1.1.1-4.fc27.x86_64/usr/lib/node_modules/vinyl + cp -pr package.json index.js lib/ /builddir/build/BUILDROOT/nodejs-vinyl-1.1.1-4.fc27.x86_64/usr/lib/node_modules/vinyl + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --ver-rel 1.1.1-4.fc27 --unique-debug-arch x86_64 --unique-debug-src-base nodejs-vinyl --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/package find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /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 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.InJ0iz + umask 022 + cd /builddir/build/BUILD + cd package + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check + /usr/bin/node -e 'require("./")' + /usr/bin/mocha -R spec File isVinyl() ✓ should return true on a vinyl object ✓ should return false on a normal object ✓ should return false on a null object constructor() ✓ should default cwd to process.cwd ✓ should default base to cwd ✓ should default base to cwd even when none is given ✓ should default path to null ✓ should default history to [] ✓ should default stat to null ✓ should default contents to null ✓ should set base to given value ✓ should set cwd to given value ✓ should set path to given value ✓ should set history to given value ✓ should set stat to given value ✓ should set contents to given value isBuffer() ✓ should return true when the contents are a Buffer ✓ should return false when the contents are a Stream ✓ should return false when the contents are a null isStream() ✓ should return false when the contents are a Buffer ✓ should return true when the contents are a Stream ✓ should return false when the contents are a null isNull() ✓ should return false when the contents are a Buffer ✓ should return false when the contents are a Stream ✓ should return true when the contents are a null isDirectory() ✓ should return false when the contents are a Buffer ✓ should return false when the contents are a Stream ✓ should return true when the contents are a null clone() ✓ should copy all attributes over with Buffer ✓ should copy buffer's reference with option contents: false ✓ should copy all attributes over with Stream ✓ should copy all attributes over with null ✓ should properly clone the `stat` property ✓ should properly clone the `history` property ✓ should copy custom properties ✓ should copy history ✓ should copy all attributes deeply pipe() ✓ should write to stream with Buffer ✓ should pipe to stream with Stream ✓ should do nothing with null ✓ should write to stream with Buffer ✓ should pipe to stream with Stream ✓ should do nothing with null inspect() ✓ should return correct format when no contents and no path ✓ should return correct format when Buffer and no path ✓ should return correct format when Buffer and relative path ✓ should return correct format when Buffer and only path and no base ✓ should return correct format when Stream and relative path ✓ should return correct format when null and relative path contents get/set ✓ should work with Buffer ✓ should work with Stream ✓ should work with null ✓ should not work with string relative get/set ✓ should error on set ✓ should error on get when no base ✓ should error on get when no path ✓ should return a relative path from base ✓ should return a relative path from cwd dirname get/set ✓ should error on get when no path ✓ should return the dirname of the path ✓ should error on set when no path ✓ should set the dirname of the path basename get/set ✓ should error on get when no path ✓ should return the basename of the path ✓ should error on set when no path ✓ should set the basename of the path stem get/set ✓ should error on get when no path ✓ should return the stem of the path ✓ should error on set when no path ✓ should set the stem of the path extname get/set ✓ should error on get when no path ✓ should return the extname of the path ✓ should error on set when no path ✓ should set the extname of the path path get/set ✓ should record history when instantiation ✓ should record history when path change ✓ should not record history when set the same path ✓ should throw when set path null cloneBuffer() ✓ should return a new Buffer reference ✓ should not replicate modifications to the original buffer inspectStream() ✓ should work on a core Stream ✓ should work on a core Readable Stream ✓ should work on a core Writable Stream ✓ should work on a core Duplex Stream ✓ should work on a core Transform Stream ✓ should work on a core PassThrough Stream ✓ should not work on a Buffer ✓ should not work on a null isBuffer() ✓ should return true on a Buffer ✓ should return false on a Stream ✓ should return false on a null ✓ should return false on a array of numbers isNull() ✓ should return true on null ✓ should return false on undefined ✓ should return false on defined values isStream() ✓ should return true on a Stream ✓ should return false on a Buffer ✓ should return false on a null ✓ should return false on a array of numbers 99 passing (84ms) + exit 0 Processing files: nodejs-vinyl-1.1.1-4.fc27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.YECIx9 + umask 022 + cd /builddir/build/BUILD + cd package + DOCDIR=/builddir/build/BUILDROOT/nodejs-vinyl-1.1.1-4.fc27.x86_64/usr/share/doc/nodejs-vinyl + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-vinyl-1.1.1-4.fc27.x86_64/usr/share/doc/nodejs-vinyl + cp -pr CHANGELOG.md README.md /builddir/build/BUILDROOT/nodejs-vinyl-1.1.1-4.fc27.x86_64/usr/share/doc/nodejs-vinyl + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.eeVcNJ + umask 022 + cd /builddir/build/BUILD + cd package + LICENSEDIR=/builddir/build/BUILDROOT/nodejs-vinyl-1.1.1-4.fc27.x86_64/usr/share/licenses/nodejs-vinyl + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-vinyl-1.1.1-4.fc27.x86_64/usr/share/licenses/nodejs-vinyl + cp -pr LICENSE /builddir/build/BUILDROOT/nodejs-vinyl-1.1.1-4.fc27.x86_64/usr/share/licenses/nodejs-vinyl + exit 0 Provides: nodejs-vinyl = 1.1.1-4.fc27 npm(vinyl) = 1.1.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: nodejs(engine) >= 0.9 npm(clone) >= 1.0.0 npm(clone) < 2 npm(clone-stats) >= 0.0.1 npm(clone-stats) < 1 npm(replace-ext) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nodejs-vinyl-1.1.1-4.fc27.x86_64 Wrote: /builddir/build/RPMS/nodejs-vinyl-1.1.1-4.fc27.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gu8mok + umask 022 + cd /builddir/build/BUILD + cd package + /usr/bin/rm -rf /builddir/build/BUILDROOT/nodejs-vinyl-1.1.1-4.fc27.x86_64 + exit 0 Child return code was: 0