D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/nodejs-es-to-primitive-1.1.1-2.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.g3gIVK + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf package + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/es-to-primitive-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 . + rm -rf node_modules + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.XnWwX0 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd package + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.oZEu0g + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/nodejs-es-to-primitive-1.1.1-2.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/nodejs-es-to-primitive-1.1.1-2.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/nodejs-es-to-primitive-1.1.1-2.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/nodejs-es-to-primitive-1.1.1-2.mga7.x86_64 + cd package + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nodejs-es-to-primitive-1.1.1-2.mga7.x86_64/usr/lib/node_modules/es-to-primitive + cp -pr package.json index.js es5.js es6.js helpers /home/pterjan/rpmbuild/BUILDROOT/nodejs-es-to-primitive-1.1.1-2.mga7.x86_64/usr/lib/node_modules/es-to-primitive + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh -j4 -m -i --build-id-seed 1.1.1-2.mga7 --unique-debug-suffix -1.1.1-2.mga7.x86_64 --unique-debug-src-base nodejs-es-to-primitive-1.1.1-2.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/package + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.D5Se3x + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd package + '[' 1 -eq 1 ']' + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check + /usr/bin/node --harmony --es-staging test/index.js TAP version 13 # default export ok 1 default export is ES6 ok 2 ES5 property has ES5 method ok 3 ES6 property has ES6 method # primitives ok 4 toPrimitive(null) returns the same value ok 5 toPrimitive(null, String) returns the same value ok 6 toPrimitive(null, Number) returns the same value ok 7 toPrimitive(undefined) returns the same value ok 8 toPrimitive(undefined, String) returns the same value ok 9 toPrimitive(undefined, Number) returns the same value ok 10 toPrimitive(true) returns the same value ok 11 toPrimitive(true, String) returns the same value ok 12 toPrimitive(true, Number) returns the same value ok 13 toPrimitive(false) returns the same value ok 14 toPrimitive(false, String) returns the same value ok 15 toPrimitive(false, Number) returns the same value ok 16 toPrimitive(0) returns the same value ok 17 toPrimitive(0, String) returns the same value ok 18 toPrimitive(0, Number) returns the same value ok 19 toPrimitive(-0) returns the same value ok 20 toPrimitive(-0, String) returns the same value ok 21 toPrimitive(-0, Number) returns the same value ok 22 toPrimitive(42) returns the same value ok 23 toPrimitive(42, String) returns the same value ok 24 toPrimitive(42, Number) returns the same value ok 25 toPrimitive(NaN) returns the same value ok 26 toPrimitive(NaN, String) returns the same value ok 27 toPrimitive(NaN, Number) returns the same value ok 28 toPrimitive(Infinity) returns the same value ok 29 toPrimitive(Infinity, String) returns the same value ok 30 toPrimitive(Infinity, Number) returns the same value ok 31 toPrimitive(-Infinity) returns the same value ok 32 toPrimitive(-Infinity, String) returns the same value ok 33 toPrimitive(-Infinity, Number) returns the same value ok 34 toPrimitive('') returns the same value ok 35 toPrimitive('', String) returns the same value ok 36 toPrimitive('', Number) returns the same value ok 37 toPrimitive('abc') returns the same value ok 38 toPrimitive('abc', String) returns the same value ok 39 toPrimitive('abc', Number) returns the same value # Arrays ok 40 toPrimitive([]) returns toString of the array ok 41 toPrimitive([]) returns toString of the array ok 42 toPrimitive([]) returns toString of the array ok 43 toPrimitive([ 'a', 'b' ]) returns toString of the array ok 44 toPrimitive([ 'a', 'b' ]) returns toString of the array ok 45 toPrimitive([ 'a', 'b' ]) returns toString of the array ok 46 toPrimitive([ 1, 2 ]) returns toString of the array ok 47 toPrimitive([ 1, 2 ]) returns toString of the array ok 48 toPrimitive([ 1, 2 ]) returns toString of the array # Dates ok 49 toPrimitive(2018-04-29T14:03:45.947Z) returns toString of the date ok 50 toPrimitive(2018-04-29T14:03:45.947Z) returns toString of the date ok 51 toPrimitive(2018-04-29T14:03:45.947Z) returns valueOf of the date ok 52 toPrimitive(1970-01-01T00:00:00.000Z) returns toString of the date ok 53 toPrimitive(1970-01-01T00:00:00.000Z) returns toString of the date ok 54 toPrimitive(1970-01-01T00:00:00.000Z) returns valueOf of the date ok 55 toPrimitive(Invalid Date) returns toString of the date ok 56 toPrimitive(Invalid Date) returns toString of the date ok 57 toPrimitive(Invalid Date) returns valueOf of the date # Objects ok 58 coercibleObject with no hint coerces to valueOf ok 59 coercibleObject with hint String coerces to toString ok 60 coercibleObject with hint Number coerces to valueOf ok 61 coercibleFnObject coerces to toString ok 62 coercibleFnObject with hint String coerces to toString ok 63 coercibleFnObject with hint Number coerces to toString ok 64 {} with no hint coerces to Object#toString ok 65 {} with hint String coerces to Object#toString ok 66 {} with hint Number coerces to Object#toString ok 67 toStringOnlyObject returns toString ok 68 toStringOnlyObject with hint String returns toString ok 69 toStringOnlyObject with hint Number returns toString ok 70 valueOfOnlyObject returns valueOf ok 71 valueOfOnlyObject with hint String returns valueOf ok 72 valueOfOnlyObject with hint Number returns valueOf # exceptions ok 73 uncoercibleObject throws a TypeError ok 74 uncoercibleObject with hint String throws a TypeError ok 75 uncoercibleObject with hint Number throws a TypeError ok 76 uncoercibleFnObject throws a TypeError ok 77 uncoercibleFnObject with hint String throws a TypeError ok 78 uncoercibleFnObject with hint Number throws a TypeError # primitives ok 79 toPrimitive(null) returns the same value ok 80 toPrimitive(null, String) returns the same value ok 81 toPrimitive(null, Number) returns the same value ok 82 toPrimitive(undefined) returns the same value ok 83 toPrimitive(undefined, String) returns the same value ok 84 toPrimitive(undefined, Number) returns the same value ok 85 toPrimitive(true) returns the same value ok 86 toPrimitive(true, String) returns the same value ok 87 toPrimitive(true, Number) returns the same value ok 88 toPrimitive(false) returns the same value ok 89 toPrimitive(false, String) returns the same value ok 90 toPrimitive(false, Number) returns the same value ok 91 toPrimitive(0) returns the same value ok 92 toPrimitive(0, String) returns the same value ok 93 toPrimitive(0, Number) returns the same value ok 94 toPrimitive(-0) returns the same value ok 95 toPrimitive(-0, String) returns the same value ok 96 toPrimitive(-0, Number) returns the same value ok 97 toPrimitive(42) returns the same value ok 98 toPrimitive(42, String) returns the same value ok 99 toPrimitive(42, Number) returns the same value ok 100 toPrimitive(NaN) returns the same value ok 101 toPrimitive(NaN, String) returns the same value ok 102 toPrimitive(NaN, Number) returns the same value ok 103 toPrimitive(Infinity) returns the same value ok 104 toPrimitive(Infinity, String) returns the same value ok 105 toPrimitive(Infinity, Number) returns the same value ok 106 toPrimitive(-Infinity) returns the same value ok 107 toPrimitive(-Infinity, String) returns the same value ok 108 toPrimitive(-Infinity, Number) returns the same value ok 109 toPrimitive('') returns the same value ok 110 toPrimitive('', String) returns the same value ok 111 toPrimitive('', Number) returns the same value ok 112 toPrimitive('abc') returns the same value ok 113 toPrimitive('abc', String) returns the same value ok 114 toPrimitive('abc', Number) returns the same value # Symbols ok 115 toPrimitive(Symbol()) returns the same value ok 116 toPrimitive(Symbol(), String) returns the same value ok 117 toPrimitive(Symbol(), Number) returns the same value ok 118 toPrimitive(Symbol(Symbol.iterator)) returns the same value ok 119 toPrimitive(Symbol(Symbol.iterator), String) returns the same value ok 120 toPrimitive(Symbol(Symbol.iterator), Number) returns the same value ok 121 toPrimitive(Symbol(foo)) returns the same value ok 122 toPrimitive(Symbol(foo), String) returns the same value ok 123 toPrimitive(Symbol(foo), Number) returns the same value ok 124 toPrimitive([Symbol: Symbol(primitiveSym)]) returns Symbol(primitiveSym) ok 125 toPrimitive([Symbol: Symbol(primitiveSym)], String) returns Symbol(primitiveSym) ok 126 toPrimitive([Symbol: Symbol(primitiveSym)], Number) returns Symbol(primitiveSym) # Arrays ok 127 toPrimitive([]) returns the string version of the array ok 128 toPrimitive([]) returns the string version of the array ok 129 toPrimitive([]) returns the string version of the array ok 130 toPrimitive([ 'a', 'b' ]) returns the string version of the array ok 131 toPrimitive([ 'a', 'b' ]) returns the string version of the array ok 132 toPrimitive([ 'a', 'b' ]) returns the string version of the array ok 133 toPrimitive([ 1, 2 ]) returns the string version of the array ok 134 toPrimitive([ 1, 2 ]) returns the string version of the array ok 135 toPrimitive([ 1, 2 ]) returns the string version of the array # Dates ok 136 toPrimitive(2018-04-29T14:03:45.957Z) returns the string version of the date ok 137 toPrimitive(2018-04-29T14:03:45.957Z) returns the string version of the date ok 138 toPrimitive(2018-04-29T14:03:45.957Z) returns the number version of the date ok 139 toPrimitive(1970-01-01T00:00:00.000Z) returns the string version of the date ok 140 toPrimitive(1970-01-01T00:00:00.000Z) returns the string version of the date ok 141 toPrimitive(1970-01-01T00:00:00.000Z) returns the number version of the date ok 142 toPrimitive(Invalid Date) returns the string version of the date ok 143 toPrimitive(Invalid Date) returns the string version of the date ok 144 toPrimitive(Invalid Date) returns the number version of the date # Objects ok 145 coercibleObject with no hint coerces to valueOf ok 146 coercibleObject with hint Number coerces to valueOf ok 147 coercibleObject with hint String coerces to non-stringified toString ok 148 coercibleFnObject coerces to non-stringified toString ok 149 coercibleFnObject with hint Number coerces to non-stringified toString ok 150 coercibleFnObject with hint String coerces to non-stringified toString ok 151 {} with no hint coerces to Object#toString ok 152 {} with hint Number coerces to Object#toString ok 153 {} with hint String coerces to Object#toString ok 154 toStringOnlyObject returns non-stringified toString ok 155 toStringOnlyObject with hint Number returns non-stringified toString ok 156 toStringOnlyObject with hint String returns non-stringified toString ok 157 valueOfOnlyObject returns valueOf ok 158 valueOfOnlyObject with hint Number returns valueOf ok 159 valueOfOnlyObject with hint String returns non-stringified valueOf # Symbol.toPrimitive ok 160 object with Symbol.toPrimitive + no hint invokes that ok 161 object with Symbol.toPrimitive + hint Number invokes that ok 162 object with Symbol.toPrimitive + hint String invokes that ok 163 object with no hint + null Symbol.toPrimitive ignores it ok 164 object with hint Number + null Symbol.toPrimitive ignores it ok 165 object with hint String + null Symbol.toPrimitive ignores it # exceptions ok 166 Symbol.toPrimitive returning a non-function throws ok 167 Symbol.toPrimitive returning an object throws ok 168 Symbol.toPrimitive throwing throws # exceptions ok 169 uncoercibleObject throws a TypeError ok 170 uncoercibleObject with hint Number throws a TypeError ok 171 uncoercibleObject with hint String throws a TypeError ok 172 uncoercibleFnObject throws a TypeError ok 173 uncoercibleFnObject with hint Number throws a TypeError ok 174 uncoercibleFnObject with hint String throws a TypeError 1..174 # tests 174 # pass 174 # ok + exit 0 Processing files: nodejs-es-to-primitive-1.1.1-2.mga7.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.4NS2yP + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd package + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/nodejs-es-to-primitive-1.1.1-2.mga7.x86_64/usr/share/doc/nodejs-es-to-primitive + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nodejs-es-to-primitive-1.1.1-2.mga7.x86_64/usr/share/doc/nodejs-es-to-primitive + cp -pr README.md /home/pterjan/rpmbuild/BUILDROOT/nodejs-es-to-primitive-1.1.1-2.mga7.x86_64/usr/share/doc/nodejs-es-to-primitive + cp -pr CHANGELOG.md /home/pterjan/rpmbuild/BUILDROOT/nodejs-es-to-primitive-1.1.1-2.mga7.x86_64/usr/share/doc/nodejs-es-to-primitive + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Da5n66 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd package + LICENSEDIR=/home/pterjan/rpmbuild/BUILDROOT/nodejs-es-to-primitive-1.1.1-2.mga7.x86_64/usr/share/licenses/nodejs-es-to-primitive + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nodejs-es-to-primitive-1.1.1-2.mga7.x86_64/usr/share/licenses/nodejs-es-to-primitive + cp -pr LICENSE /home/pterjan/rpmbuild/BUILDROOT/nodejs-es-to-primitive-1.1.1-2.mga7.x86_64/usr/share/licenses/nodejs-es-to-primitive + exit 0 Provides: nodejs-es-to-primitive = 1.1.1-2.mga7 npm(es-to-primitive) = 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.4 npm(is-callable) >= 1.1.1 npm(is-callable) < 2 npm(is-date-object) >= 1.0.1 npm(is-date-object) < 2 npm(is-symbol) >= 1.0.1 npm(is-symbol) < 2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/nodejs-es-to-primitive-1.1.1-2.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/noarch/nodejs-es-to-primitive-1.1.1-2.mga7.noarch.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.itgEpp + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd package + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/nodejs-es-to-primitive-1.1.1-2.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9Z8bKH + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf package + exit 0 D: [iurt_root_command] Success!