Mock Version: 1.3.4
ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-concat-stream.spec'], nspawn_args=[]logger=<mockbuild.trace_decorator.getLog object at 0x7f8b456a7898>timeout=0gid=135uid=1001chrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-7752/root'printOutput=Falseshell=Falseuser='mockbuild'env={'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'})
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-concat-stream.spec'] with env {'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'PS1': '<mock-chroot> \\s-\\v\\$ ', '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-concat-stream-1.6.0-1.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-concat-stream.spec'], nspawn_args=[]logger=<mockbuild.trace_decorator.getLog object at 0x7f8b456a7898>timeout=0gid=135uid=1001chrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-7752/root'printOutput=Falseshell=Falseuser='mockbuild'env={'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'})
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/nodejs-concat-stream.spec'] with env {'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'PS1': '<mock-chroot> \\s-\\v\\$ ', '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.ZfU7gZ
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf concat-stream-1.6.0
+ /usr/bin/gzip -dc /builddir/build/SOURCES/concat-stream-1.6.0.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd concat-stream-1.6.0
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /builddir/build/SOURCES/nodejs-concat-stream-typedarray.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch
+ /usr/lib/rpm/nodejs-fixdep -r typedarray
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0yX4X1
+ umask 022
+ cd /builddir/build/BUILD
+ cd concat-stream-1.6.0
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5thwF4
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/nodejs-concat-stream-1.6.0-1.fc27.x86_64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/nodejs-concat-stream-1.6.0-1.fc27.x86_64
++ dirname /builddir/build/BUILDROOT/nodejs-concat-stream-1.6.0-1.fc27.x86_64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/nodejs-concat-stream-1.6.0-1.fc27.x86_64
+ cd concat-stream-1.6.0
+ mkdir -p /builddir/build/BUILDROOT/nodejs-concat-stream-1.6.0-1.fc27.x86_64/usr/lib/node_modules/concat-stream
+ cp -pr package.json index.js /builddir/build/BUILDROOT/nodejs-concat-stream-1.6.0-1.fc27.x86_64/usr/lib/node_modules/concat-stream
+ /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules
+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --ver-rel 1.6.0-1.fc27 --unique-debug-arch x86_64 --unique-debug-src-base nodejs-concat-stream --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/concat-stream-1.6.0
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.sw0xG7
+ umask 022
+ cd /builddir/build/BUILD
+ cd concat-stream-1.6.0
+ /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check
+ /usr/bin/node -e 'require("./")'
+ /usr/bin/tape test/array.js test/buffer.js test/infer.js test/nothing.js test/objects.js test/string.js test/typedarray.js test/server/ls.js
TAP version 13
# array stream
ok 1 should be equivalent
# buffer stream
ok 2 should be truthy
ok 3 should be equal
# buffer mixed writes
ok 4 should be truthy
ok 5 should be equal
# type inference works as expected
ok 6 array
ok 7 buffer
ok 8 buffer
ok 9 uint8array
ok 10 string
ok 11 string
ok 12 object
ok 13 buffer
# no callback stream
# no encoding set, no data
ok 14 should be equivalent
# encoding set to string, no data
ok 15 should be equivalent
# writing objects
# switch to objects encoding if no encoding specified and objects are written
# string -> buffer stream
ok 16 should be equal
ok 17 should be equivalent
ok 18 should be equivalent
ok 19 should be equal
ok 20 should be equivalent
ok 21 should be equivalent
ok 22 should be truthy
ok 23 should be equal
# string stream
ok 24 should be equal
ok 25 should be equal
# end chunk
ok 26 should be equal
# string from mixed write encodings
ok 27 should be equal
ok 28 should be equal
# string from buffers with multibyte characters
ok 29 should be equal
ok 30 should be equal
# string infer encoding with empty string chunk
ok 31 should be equal
ok 32 should be equal
# to string numbers
ok 33 should be equal
# typed array stream
ok 34 should be equal
ok 35 should be equivalent
# typed array from strings, buffers, and arrays
ok 36 should be equal
ok 37 should be equivalent
# ls command
ok 38 should be equal
1..38
# tests 38
# pass  38
# ok
+ exit 0
Processing files: nodejs-concat-stream-1.6.0-1.fc27.noarch
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tgBlHb
+ umask 022
+ cd /builddir/build/BUILD
+ cd concat-stream-1.6.0
+ DOCDIR=/builddir/build/BUILDROOT/nodejs-concat-stream-1.6.0-1.fc27.x86_64/usr/share/doc/nodejs-concat-stream
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-concat-stream-1.6.0-1.fc27.x86_64/usr/share/doc/nodejs-concat-stream
+ cp -pr readme.md /builddir/build/BUILDROOT/nodejs-concat-stream-1.6.0-1.fc27.x86_64/usr/share/doc/nodejs-concat-stream
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.EdMeJf
+ umask 022
+ cd /builddir/build/BUILD
+ cd concat-stream-1.6.0
+ LICENSEDIR=/builddir/build/BUILDROOT/nodejs-concat-stream-1.6.0-1.fc27.x86_64/usr/share/licenses/nodejs-concat-stream
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-concat-stream-1.6.0-1.fc27.x86_64/usr/share/licenses/nodejs-concat-stream
+ cp -pr LICENSE /builddir/build/BUILDROOT/nodejs-concat-stream-1.6.0-1.fc27.x86_64/usr/share/licenses/nodejs-concat-stream
+ exit 0
Provides: nodejs-concat-stream = 1.6.0-1.fc27 npm(concat-stream) = 1.6.0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: nodejs(engine) npm(inherits) >= 2.0.3 npm(inherits) < 3 npm(readable-stream) >= 2.2.2 npm(readable-stream) < 3
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nodejs-concat-stream-1.6.0-1.fc27.x86_64
Wrote: /builddir/build/RPMS/nodejs-concat-stream-1.6.0-1.fc27.noarch.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dFgv2j
+ umask 022
+ cd /builddir/build/BUILD
+ cd concat-stream-1.6.0
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/nodejs-concat-stream-1.6.0-1.fc27.x86_64
+ exit 0
Child return code was: 0