Mock Version: 1.3.4
ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-fragment-cache.spec'], nspawn_args=[]chrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-5953/root'timeout=0printOutput=Falseuid=1001user='mockbuild'shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7efe9713e898>gid=135env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', '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-fragment-cache.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', '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-fragment-cache-0.2.1-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-fragment-cache.spec'], nspawn_args=[]chrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-5953/root'timeout=0printOutput=Falseuid=1001user='mockbuild'shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7efe9713e898>gid=135env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', '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-fragment-cache.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', '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.3YnczF
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf package
+ /usr/bin/tar -xof -
+ /usr/bin/gzip -dc /builddir/build/SOURCES/fragment-cache-0.2.1.tgz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd package
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ cp -p /builddir/build/SOURCES/test.js .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.57k1g6
+ umask 022
+ cd /builddir/build/BUILD
+ cd package
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lMGkZw
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/nodejs-fragment-cache-0.2.1-1.fc27.x86_64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/nodejs-fragment-cache-0.2.1-1.fc27.x86_64
++ dirname /builddir/build/BUILDROOT/nodejs-fragment-cache-0.2.1-1.fc27.x86_64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/nodejs-fragment-cache-0.2.1-1.fc27.x86_64
+ cd package
+ mkdir -p /builddir/build/BUILDROOT/nodejs-fragment-cache-0.2.1-1.fc27.x86_64/usr/lib/node_modules/fragment-cache
+ cp -pr package.json index.js /builddir/build/BUILDROOT/nodejs-fragment-cache-0.2.1-1.fc27.x86_64/usr/lib/node_modules/fragment-cache
+ /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules
+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --ver-rel 0.2.1-1.fc27 --unique-debug-arch x86_64 --unique-debug-src-base nodejs-fragment-cache --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.1GRl1X
+ 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
  fragment-cache

    ✓ should export a function

    ✓ should create an instance of FragmentCache
  methods
    .cache

      ✓ should create a cache

      ✓ should return the cache after creating it
    .get

      ✓ should get a cache

      ✓ should be an instance of MapCache

      ✓ should get an item from a cache
    .set

      ✓ should set items on the __data__ object of a cache
    .has

      ✓ should return true when `key` exists on a cache
    .cache.set

      ✓ should set items on cache.__data__
    .cache.get

      ✓ should get items from a cache
    .cache.has

      ✓ should return true when an item exists on a cache
  12 passing (13ms)
+ exit 0
Processing files: nodejs-fragment-cache-0.2.1-1.fc27.noarch
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.LOWg9p
+ umask 022
+ cd /builddir/build/BUILD
+ cd package
+ DOCDIR=/builddir/build/BUILDROOT/nodejs-fragment-cache-0.2.1-1.fc27.x86_64/usr/share/doc/nodejs-fragment-cache
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-fragment-cache-0.2.1-1.fc27.x86_64/usr/share/doc/nodejs-fragment-cache
+ cp -pr README.md /builddir/build/BUILDROOT/nodejs-fragment-cache-0.2.1-1.fc27.x86_64/usr/share/doc/nodejs-fragment-cache
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.JjfriS
+ umask 022
+ cd /builddir/build/BUILD
+ cd package
+ LICENSEDIR=/builddir/build/BUILDROOT/nodejs-fragment-cache-0.2.1-1.fc27.x86_64/usr/share/licenses/nodejs-fragment-cache
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-fragment-cache-0.2.1-1.fc27.x86_64/usr/share/licenses/nodejs-fragment-cache
+ cp -pr LICENSE /builddir/build/BUILDROOT/nodejs-fragment-cache-0.2.1-1.fc27.x86_64/usr/share/licenses/nodejs-fragment-cache
+ exit 0
Provides: nodejs-fragment-cache = 0.2.1-1.fc27 npm(fragment-cache) = 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.10.0 npm(map-cache) >= 0.2.2 npm(map-cache) < 0.3
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nodejs-fragment-cache-0.2.1-1.fc27.x86_64
Wrote: /builddir/build/RPMS/nodejs-fragment-cache-0.2.1-1.fc27.noarch.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pZY8Ik
+ umask 022
+ cd /builddir/build/BUILD
+ cd package
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/nodejs-fragment-cache-0.2.1-1.fc27.x86_64
+ exit 0
Child return code was: 0