Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-source-map-url.spec'], user='mockbuild'timeout=0uid=1001printOutput=Falsegid=135chrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-5957/root'nspawn_args=[]logger=env={'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'HOME': '/builddir'}shell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-source-map-url.spec'] with env {'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'HOME': '/builddir'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/nodejs-source-map-url-0.4.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-source-map-url.spec'], user='mockbuild'timeout=0uid=1001printOutput=Falsegid=135chrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-5957/root'nspawn_args=[]logger=env={'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'HOME': '/builddir'}shell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/nodejs-source-map-url.spec'] with env {'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'HOME': '/builddir'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zj0njX + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf package + /usr/bin/gzip -dc /builddir/build/SOURCES/source-map-url-0.4.0.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd package + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1kmObH + umask 022 + cd /builddir/build/BUILD + cd package + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1ATG4q + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nodejs-source-map-url-0.4.0-1.fc27.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nodejs-source-map-url-0.4.0-1.fc27.x86_64 ++ dirname /builddir/build/BUILDROOT/nodejs-source-map-url-0.4.0-1.fc27.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nodejs-source-map-url-0.4.0-1.fc27.x86_64 + cd package + mkdir -p /builddir/build/BUILDROOT/nodejs-source-map-url-0.4.0-1.fc27.x86_64/usr/lib/node_modules/source-map-url + cp -pr bower.json component.json package.json x-package.json5 source-map-url.js /builddir/build/BUILDROOT/nodejs-source-map-url-0.4.0-1.fc27.x86_64/usr/lib/node_modules/source-map-url + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --ver-rel 0.4.0-1.fc27 --unique-debug-arch x86_64 --unique-debug-src-base nodejs-source-map-url --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.RjHxjb + 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 sourceMappingURL .getFrom ✓ gets the url from the 'universal' syntax with regular newlines ✓ gets the url from the 'universal' syntax with Windows newlines ✓ gets the url from the 'js' syntax with regular newlines ✓ gets the url from the 'js' syntax with Windows newlines ✓ gets the url from the 'block' syntax with regular newlines ✓ gets the url from the 'block' syntax with Windows newlines ✓ gets the url from the 'mix' syntax with regular newlines ✓ gets the url from the 'mix' syntax with Windows newlines ✓ gets the url from the 'jsLeading' syntax with regular newlines ✓ gets the url from the 'jsLeading' syntax with Windows newlines ✓ gets the url from the 'mixEmbedded' syntax with regular newlines ✓ gets the url from the 'mixEmbedded' syntax with Windows newlines ✓ returns null if no comment ✓ can return an empty string as url ✓ is detachable .existsIn ✓ returns true for the 'universal' syntax with regular newlines ✓ returns true for the 'universal' syntax with Windows newlines ✓ returns true for the 'js' syntax with regular newlines ✓ returns true for the 'js' syntax with Windows newlines ✓ returns true for the 'block' syntax with regular newlines ✓ returns true for the 'block' syntax with Windows newlines ✓ returns true for the 'mix' syntax with regular newlines ✓ returns true for the 'mix' syntax with Windows newlines ✓ returns true for the 'jsLeading' syntax with regular newlines ✓ returns true for the 'jsLeading' syntax with Windows newlines ✓ returns true for the 'mixEmbedded' syntax with regular newlines ✓ returns true for the 'mixEmbedded' syntax with Windows newlines ✓ returns false if no comment ✓ is detachable .removeFrom ✓ removes the comment for the 'universal' syntax with regular newlines ✓ removes the comment for the 'universal' syntax with Windows newlines ✓ removes the comment for the 'js' syntax with regular newlines ✓ removes the comment for the 'js' syntax with Windows newlines ✓ removes the comment for the 'block' syntax with regular newlines ✓ removes the comment for the 'block' syntax with Windows newlines ✓ removes the comment for the 'mix' syntax with regular newlines ✓ removes the comment for the 'mix' syntax with Windows newlines ✓ removes the comment for the 'jsLeading' syntax with regular newlines ✓ removes the comment for the 'jsLeading' syntax with Windows newlines ✓ removes the comment for the 'mixEmbedded' syntax with regular newlines ✓ removes the comment for the 'mixEmbedded' syntax with Windows newlines ✓ does nothing if no comment ✓ is detachable .insertBefore ✓ inserts a string before the comment for the 'universal' syntax with regular newlines ✓ inserts a string before the comment for the 'universal' syntax with Windows newlines ✓ inserts a string before the comment for the 'js' syntax with regular newlines ✓ inserts a string before the comment for the 'js' syntax with Windows newlines ✓ inserts a string before the comment for the 'block' syntax with regular newlines ✓ inserts a string before the comment for the 'block' syntax with Windows newlines ✓ inserts a string before the comment for the 'mix' syntax with regular newlines ✓ inserts a string before the comment for the 'mix' syntax with Windows newlines ✓ inserts a string before an embedded comment ✓ inserts a string before a leading comment ✓ appends if no comment ✓ is detachable .regex ✓ includes ._innerRegex ✓ matches the 'universal' syntax with regular newlines ✓ matches the 'universal' syntax with regular newlines, with trailing whitespace ✓ matches the 'universal' syntax with Windows newlines ✓ matches the 'universal' syntax with Windows newlines, with trailing whitespace ✓ matches the 'js' syntax with regular newlines ✓ matches the 'js' syntax with regular newlines, with trailing whitespace ✓ matches the 'js' syntax with Windows newlines ✓ matches the 'js' syntax with Windows newlines, with trailing whitespace ✓ matches the 'block' syntax with regular newlines ✓ matches the 'block' syntax with regular newlines, with trailing whitespace ✓ matches the 'block' syntax with Windows newlines ✓ matches the 'block' syntax with Windows newlines, with trailing whitespace ✓ matches the 'mix' syntax with regular newlines ✓ matches the 'mix' syntax with regular newlines, with trailing whitespace ✓ matches the 'mix' syntax with Windows newlines ✓ matches the 'mix' syntax with Windows newlines, with trailing whitespace ✓ does not match some cases that are easy to mess up ✓ is liberal regarding inner whitespace ._innerRegex ✓ matches the contents of sourceMappingURL comments ✓ captures the url in the first capture group ✓ supports the legacy syntax 77 passing (149ms) + exit 0 Processing files: nodejs-source-map-url-0.4.0-1.fc27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PlA7gX + umask 022 + cd /builddir/build/BUILD + cd package + DOCDIR=/builddir/build/BUILDROOT/nodejs-source-map-url-0.4.0-1.fc27.x86_64/usr/share/doc/nodejs-source-map-url + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-source-map-url-0.4.0-1.fc27.x86_64/usr/share/doc/nodejs-source-map-url + cp -pr changelog.md readme.md /builddir/build/BUILDROOT/nodejs-source-map-url-0.4.0-1.fc27.x86_64/usr/share/doc/nodejs-source-map-url + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.xXQWfJ + umask 022 + cd /builddir/build/BUILD + cd package + LICENSEDIR=/builddir/build/BUILDROOT/nodejs-source-map-url-0.4.0-1.fc27.x86_64/usr/share/licenses/nodejs-source-map-url + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-source-map-url-0.4.0-1.fc27.x86_64/usr/share/licenses/nodejs-source-map-url + cp -pr LICENSE /builddir/build/BUILDROOT/nodejs-source-map-url-0.4.0-1.fc27.x86_64/usr/share/licenses/nodejs-source-map-url + exit 0 Provides: nodejs-source-map-url = 0.4.0-1.fc27 npm(source-map-url) = 0.4.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: nodejs(engine) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nodejs-source-map-url-0.4.0-1.fc27.x86_64 Wrote: /builddir/build/RPMS/nodejs-source-map-url-0.4.0-1.fc27.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.l6bizv + umask 022 + cd /builddir/build/BUILD + cd package + /usr/bin/rm -rf /builddir/build/BUILDROOT/nodejs-source-map-url-0.4.0-1.fc27.x86_64 + exit 0 Child return code was: 0