Mock Version: 1.2.13 Mock Version: 1.2.13 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/nodejs-content-type.spec'], chrootPath='/var/lib/mock/dist-6E-epel-build-4176588-534022/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=425user='mockbuild'timeout=172800logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/nodejs-content-type.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 warning: Could not canonicalize hostname: buildvm-11.phx2.fedoraproject.org Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/nodejs-content-type-1.0.1-1.el6.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-content-type.spec '], chrootPath='/var/lib/mock/dist-6E-epel-build-4176588-534022/root'shell=Falseuid=1000env={'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=425user='mockbuild'timeout=172800private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/nodejs-content-type.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.zo5tpv + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf content-type-1.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/v1.0.1.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd content-type-1.0.1 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.cbGukI + umask 022 + cd /builddir/build/BUILD + cd content-type-1.0.1 + LANG=C + export LANG Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.gGlQfV + unset DISPLAY + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nodejs-content-type-1.0.1-1.el6.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nodejs-content-type-1.0.1-1.el6.noarch ++ dirname /builddir/build/BUILDROOT/nodejs-content-type-1.0.1-1.el6.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nodejs-content-type-1.0.1-1.el6.noarch + cd content-type-1.0.1 + LANG=C + export LANG + unset DISPLAY + mkdir -p /builddir/build/BUILDROOT/nodejs-content-type-1.0.1-1.el6.noarch/usr/lib/node_modules/content-type + cp -pr package.json index.js /builddir/build/BUILDROOT/nodejs-content-type-1.0.1-1.el6.noarch/usr/lib/node_modules/content-type + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/content-type-1.0.1 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/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.pAWkn8 + umask 022 + cd /builddir/build/BUILD + cd content-type-1.0.1 + unset DISPLAY + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check + /usr/bin/mocha -R spec contentType.format(obj) ✓ should format basic type ✓ should format type with suffix ✓ should format type with parameter ✓ should format type with parameter that needs quotes ✓ should format type with parameter with empty value ✓ should format type with multiple parameters ✓ should require argument ✓ should reject non-objects ✓ should require type ✓ should reject invalid type ✓ should reject invalid type with LWS ✓ should reject invalid parameter name ✓ should reject invalid parameter value contentType.parse(string) ✓ should parse basic type ✓ should parse with suffix ✓ should parse basic type with surrounding OWS ✓ should parse parameters ✓ should parse parameters with extra LWS ✓ should lower-case type ✓ should lower-case parameter names ✓ should unquote parameter values ✓ should unquote parameter values with escapes ✓ should handle balanced quotes ✓ should throw on invalid media type ✓ should throw on invalid media type null ✓ should throw on invalid media type undefined ✓ should throw on invalid media type / ✓ should throw on invalid media type text / plain ✓ should throw on invalid media type text/;plain ✓ should throw on invalid media type text/"plain" ✓ should throw on invalid media type text/p£ain ✓ should throw on invalid media type text/(plain) ✓ should throw on invalid media type text/@plain ✓ should throw on invalid media type text/plain,wrong ✓ should throw on invalid parameter format ✓ should require argument ✓ should reject non-strings contentType.parse(req) ✓ should parse content-type header ✓ should reject objects without headers property ✓ should reject missing content-type contentType.parse(res) ✓ should parse content-type header ✓ should reject objects without getHeader method ✓ should reject missing content-type 43 passing (27ms) + exit 0 Processing files: nodejs-content-type-1.0.1-1.el6.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.22rQ1l + umask 022 + cd /builddir/build/BUILD + cd content-type-1.0.1 + DOCDIR=/builddir/build/BUILDROOT/nodejs-content-type-1.0.1-1.el6.noarch/usr/share/doc/nodejs-content-type-1.0.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/nodejs-content-type-1.0.1-1.el6.noarch/usr/share/doc/nodejs-content-type-1.0.1 + /bin/mkdir -p /builddir/build/BUILDROOT/nodejs-content-type-1.0.1-1.el6.noarch/usr/share/doc/nodejs-content-type-1.0.1 + cp -pr README.md HISTORY.md /builddir/build/BUILDROOT/nodejs-content-type-1.0.1-1.el6.noarch/usr/share/doc/nodejs-content-type-1.0.1 + cp -pr LICENSE /builddir/build/BUILDROOT/nodejs-content-type-1.0.1-1.el6.noarch/usr/share/doc/nodejs-content-type-1.0.1 + exit 0 Finding Provides: /usr/lib/rpm/nodejs.prov Finding Requires: /usr/lib/rpm/nodejs.req Provides: npm(content-type) = 1.0.1 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: nodejs(engine) >= 0.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nodejs-content-type-1.0.1-1.el6.noarch warning: Could not canonicalize hostname: buildvm-11.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/nodejs-content-type-1.0.1-1.el6.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.IdXlRN + umask 022 + cd /builddir/build/BUILD + cd content-type-1.0.1 + /bin/rm -rf /builddir/build/BUILDROOT/nodejs-content-type-1.0.1-1.el6.noarch + exit 0 Child return code was: 0 LEAVE do -->