Mock Version: 1.3.3 Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/nodejs-is.spec'], env={'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'}user='mockbuild'logger=timeout=172800shell=Falseuid=1000printOutput=Falsegid=425chrootPath='/var/lib/mock/f26-build-7814230-701325/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/nodejs-is.spec'] with env {'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/nodejs-is-3.2.1-1.fc26.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/nodejs-is.spec'], env={'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'}private_network=Truegid=425logger=shell=Falseuser='mockbuild'uid=1000printOutput=FalsechrootPath='/var/lib/mock/f26-build-7814230-701325/root'timeout=172800) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/nodejs-is.spec'] with env {'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.UDWzsT + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf package + /usr/bin/gzip -dc /builddir/build/SOURCES/is-3.2.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 /var/tmp/rpm-tmp.kLmtyG + umask 022 + cd /builddir/build/BUILD + cd package + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.UZbvqt + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nodejs-is-3.2.1-1.fc26.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nodejs-is-3.2.1-1.fc26.noarch ++ dirname /builddir/build/BUILDROOT/nodejs-is-3.2.1-1.fc26.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nodejs-is-3.2.1-1.fc26.noarch + cd package + mkdir -p /builddir/build/BUILDROOT/nodejs-is-3.2.1-1.fc26.noarch/usr/lib/node_modules/is + cp -pr package.json index.js /builddir/build/BUILDROOT/nodejs-is-3.2.1-1.fc26.noarch/usr/lib/node_modules/is + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /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.sxfhRs + umask 022 + cd /builddir/build/BUILD + cd package + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check + /usr/bin/node test/index.js TAP version 13 # is.type ok 1 "true" is a boolean ok 2 "false" is a boolean ok 3 "1" is a number ok 4 "0" is a number ok 5 "0" is a number ok 6 "NaN" is a number ok 7 "Infinity" is a number ok 8 "-Infinity" is a number ok 9 "[object Object]" is an object ok 10 "null" is an object ok 11 "Tue Feb 28 2017 00:30:13 GMT+0000 (UTC)" is an object ok 12 "" is a string ok 13 "abc" is a string ok 14 undefined is undefined # is.undef ok 15 absent undefined is undefined ok 16 literal undefined is undefined ok 17 null is not undefined ok 18 object is not undefined # is.defined ok 19 undefined is not defined ok 20 null is defined ok 21 object is defined # is.empty ok 22 empty string is empty ok 23 empty String object is empty ok 24 empty array is empty ok 25 empty object is empty ok 26 null is empty ok 27 undefined is empty ok 28 undefined is empty ok 29 false is empty ok 30 0 is empty ok 31 nan is empty ok 32 empty arguments is empty ok 33 nonempty object is not empty ok 34 true is not empty ok 35 regex is not empty ok 36 date is not empty # is.equal # primitives ok 37 primitives are equal to themselves: true ok 38 primitives are equal to themselves: false ok 39 primitives are equal to themselves: undefined ok 40 primitives are equal to themselves: null ok 41 primitives are equal to themselves: ok 42 primitives are equal to themselves: foo ok 43 primitives are equal to themselves: 0 ok 44 primitives are equal to themselves: Infinity ok 45 primitives are equal to themselves: -Infinity # arrays ok 46 arrays are shallowly equal ok 47 arrays are deep equal ok 48 inequal arrays are not equal ok 49 inequal arrays are not equal ok 50 inequal length arrays are not equal ok 51 empty arrays are equal ok 52 array is equal to itself # dates ok 53 two equal date objects are equal ok 54 two inequal date objects are not equal # plain objects ok 55 objects are shallowly equal ok 56 objects are deep equal ok 57 inequal objects are not equal # object instances ok 58 the same object instances are equal ok 59 two object instances are equal when the prototype and props are the same ok 60 two object instances are equal when the prototype is not the same, but props are ok 61 object instances are not equal when the prototype and props are not the same ok 62 object instances are not equal when the prototype and props are not the same # functions ok 63 F and G have different prototypes ok 64 two functions are not equal when the prototype is not the same ok 65 F and H have the same prototype ok 66 two functions are equal when the prototype is the same # is.hosted ok 67 object is hosted ok 68 array is hosted ok 69 function is hosted ok 70 boolean value is not hosted ok 71 boolean value is not hosted ok 72 number value is not hosted ok 73 undefined value is not hosted ok 74 string value is not hosted ok 75 null value is not hosted # is.instance ok 76 new Date is instanceof Date ok 77 new constructor is instanceof constructor # is.nil ok 78 is.nil is the same as is.null ok 79 null is null ok 80 undefined is not null ok 81 object is not null # is.args ok 82 array is not arguments ok 83 arguments is arguments ok 84 sliced arguments is not arguments ok 85 old-style arguments object is arguments # is.args.empty ok 86 empty array is not empty arguments ok 87 empty arguments is empty arguments ok 88 empty sliced arguments is not empty arguments # is.array ok 89 array is array ok 90 sliced arguments is array # is.array.empty ok 91 empty array is empty array ok 92 empty arguments is not empty array ok 93 empty sliced arguments is empty array # is.isarraylike ok 94 undefined is not array-like ok 95 null is not array-like ok 96 false is not array-like ok 97 true is not array-like ok 98 object with zero length is array-like ok 99 object with positive length is array-like ok 100 object with negative length is not array-like ok 101 object with NaN length is not array-like ok 102 object with string length is not array-like ok 103 object with empty string length is not array-like ok 104 array is array-like ok 105 empty arguments is array-like ok 106 nonempty arguments is array-like # is.bool ok 107 literal true is a boolean ok 108 literal false is a boolean ok 109 object true is a boolean ok 110 object false is a boolean ok 111 undefined is not a boolean ok 112 null is not a boolean # is.false ok 113 false is false ok 114 object false is false ok 115 true is not false ok 116 undefined is not false ok 117 null is not false ok 118 empty string is not false # is.true ok 119 true is true ok 120 object true is true ok 121 false is not true ok 122 undefined is not true ok 123 null is not true ok 124 empty string is not true # is.date ok 125 new Date is date ok 126 undefined is not date ok 127 null is not date ok 128 empty string is not date ok 129 timestamp is not date ok 130 Date subtype is not date # is.date.valid ok 131 new Date() is a valid date ok 132 new Date("") is not a valid date # is.element ok 133 undefined is not element # SKIP when HTMLElement exists # is.error ok 134 Error is error ok 135 object is not error ok 136 obj has Error's toString ok 137 object with Error's toString is not error # is.fn ok 138 alias works ok 139 function is function ok 140 object is not function ok 141 null is not function # generator functions ok 142 generator function is function # is.number ok 143 positive zero is number ok 144 negative zero is number ok 145 three is number ok 146 NaN is number ok 147 infinity is number ok 148 negative infinity is number ok 149 object number is number ok 150 undefined is not number ok 151 null is not number ok 152 true is not number # is.infinite ok 153 positive infinity is infinite ok 154 negative infinity is infinite ok 155 NaN is not infinite ok 156 a number is not infinite # is.decimal ok 157 decimal is decimal ok 158 zero is not decimal ok 159 integer is not decimal ok 160 NaN is not decimal ok 161 Infinity is not decimal # is.divisibleBy ok 162 4 is divisible by 2 ok 163 4 is divisible by 2 ok 164 0 is divisible by 1 ok 165 infinity is divisible by anything ok 166 anything is divisible by infinity ok 167 infinity is divisible by infinity ok 168 1 is not divisible by 0 ok 169 NaN is not divisible by 1 ok 170 1 is not divisible by NaN ok 171 NaN is not divisible by NaN ok 172 1 is not divisible by 3 # is.integer ok 173 0 is integer ok 174 3 is integer ok 175 1.1 is not integer ok 176 NaN is not integer ok 177 infinity is not integer ok 178 null is not integer ok 179 undefined is not integer # is.maximum ok 180 3 is maximum of [3,2,1] ok 181 3 is maximum of [1,2,3] ok 182 4 is maximum of [1,2,3] ok 183 c is maximum of [a,b,c] ok 184 2 is not maximum of [1,2,3] ok 185 throws when first value is NaN ok 186 throws when second value is not array-like ok 187 throws when second value is not array-like # is.minimum ok 188 1 is minimum of [1,2,3] ok 189 0 is minimum of [1,2,3] ok 190 a is minimum of [a,b,c] ok 191 2 is not minimum of [1,2,3] ok 192 throws when first value is NaN ok 193 throws when second value is not array-like ok 194 throws when second value is not array-like # is.nan ok 195 NaN is not a number ok 196 string is not a number ok 197 boolean is not a number ok 198 object is not a number ok 199 array is not a number ok 200 function is not a number ok 201 zero is a number ok 202 three is a number ok 203 1.1 is a number ok 204 infinity is a number # is.even ok 205 zero is even ok 206 two is even ok 207 infinity is even ok 208 1 is not even ok 209 undefined is not even ok 210 null is not even ok 211 NaN is not even # is.odd ok 212 zero is odd ok 213 two is odd ok 214 infinity is odd ok 215 0 is not odd ok 216 2 is not odd ok 217 undefined is not odd ok 218 null is not odd ok 219 NaN is not odd # is.ge ok 220 3 is greater than 2 ok 221 2 is not greater than 3 ok 222 3 is greater than or equal to 3 ok 223 abc is greater than a ok 224 abc is greater than or equal to abc ok 225 a is not greater than abc ok 226 infinity is not greater than anything ok 227 anything is not greater than infinity ok 228 throws when first value is NaN ok 229 throws when second value is NaN # is.gt ok 230 3 is greater than 2 ok 231 2 is not greater than 3 ok 232 3 is not greater than 3 ok 233 abc is greater than a ok 234 abc is not greater than abc ok 235 a is not greater than abc ok 236 infinity is not greater than anything ok 237 anything is not greater than infinity ok 238 throws when first value is NaN ok 239 throws when second value is NaN # is.le ok 240 2 is lesser than or equal to 3 ok 241 3 is not lesser than or equal to 2 ok 242 3 is lesser than or equal to 3 ok 243 a is lesser than or equal to abc ok 244 abc is lesser than or equal to abc ok 245 abc is not lesser than or equal to a ok 246 infinity is not lesser than or equal to anything ok 247 anything is not lesser than or equal to infinity ok 248 throws when first value is NaN ok 249 throws when second value is NaN # is.lt ok 250 2 is lesser than 3 ok 251 3 is not lesser than 2 ok 252 3 is not lesser than 3 ok 253 a is lesser than abc ok 254 abc is not lesser than abc ok 255 abc is not lesser than a ok 256 infinity is not lesser than anything ok 257 anything is not lesser than infinity ok 258 throws when first value is NaN ok 259 throws when second value is NaN # is.within ok 260 2 is between 1 and 3 ok 261 0 is between -1 and 1 ok 262 infinity always returns true ok 263 infinity always returns true ok 264 infinity always returns true ok 265 2 is not between -1 and 1 # throws on NaN ok 266 throws when first value is NaN ok 267 throws when second value is NaN ok 268 throws when third value is NaN # throws on non-number ok 269 throws when first value is string ok 270 throws when second value is string ok 271 throws when third value is string ok 272 throws when first value is object ok 273 throws when second value is object ok 274 throws when third value is object ok 275 throws when first value is null ok 276 throws when second value is null ok 277 throws when third value is null ok 278 throws when first value is undefined ok 279 throws when second value is undefined ok 280 throws when third value is undefined # is.object ok 281 object literal is object ok 282 undefined is not an object ok 283 null is not an object ok 284 true is not an object ok 285 string is not an object ok 286 NaN is not an object ok 287 object constructor is not an object ok 288 function is not an object # Symbols ok 289 symbol is not an object # is.primitive ok 290 object literal is not a primitive ok 291 array is not a primitive ok 292 undefined is a primitive ok 293 null is a primitive ok 294 true is a primitive ok 295 string is a primitive ok 296 NaN is a primitive ok 297 object constructor is not a primitive ok 298 function is not a primitive # Symbols ok 299 symbol is a primitive # is.hash ok 300 empty object literal is hash ok 301 object literal is hash ok 302 undefined is not a hash ok 303 null is not a hash ok 304 date is not a hash ok 305 string object is not a hash ok 306 string literal is not a hash ok 307 number object is not a hash ok 308 number literal is not a hash ok 309 true is not a hash ok 310 false is not a hash ok 311 boolean obj is not hash ok 312 literal false is not hash ok 313 literal true is not hash # commonJS environment ok 314 module.exports is a hash # SKIP browser stuff # node stuff ok 315 global is not a hash ok 316 process is not a hash # is.regexp ok 317 regex literal is regex ok 318 regex object is regex ok 319 undefined is not regex ok 320 function is not regex ok 321 string regex is not regex # is.string ok 322 string literal is string ok 323 string object is string ok 324 undefined is not string ok 325 string constructor is not string ok 326 string subtype is not string # is.base64 ok 327 string is base64 encoded ok 328 zero length string is base64 encoded ok 329 string length not a multiple of four is not base64 encoded ok 330 string with invalid characters is not base64 encoded ok 331 string with = not at end is not base64 encoded ok 332 string ending with === is not base64 encoded # is.hex ok 333 string is hex encoded ok 334 zero length string is hex encoded ok 335 string with invalid characters is not hex encoded # is.symbol # not symbols ok 336 true is not symbol ok 337 false is not symbol ok 338 null is not symbol ok 339 undefined is not symbol ok 340 [object Object] is not symbol ok 341 is not symbol ok 342 function () {} is not symbol ok 343 42 is not symbol ok 344 NaN is not symbol ok 345 Infinity is not symbol ok 346 /a/g is not symbol ok 347 is not symbol ok 348 0 is not symbol ok 349 0 is not symbol ok 350 Error: error is not symbol # symbols ok 351 Symbol("foo") is symbol ok 352 hasInstance is symbol ok 353 isConcatSpreadable is symbol ok 354 iterator is symbol ok 355 toPrimitive is symbol ok 356 toStringTag is symbol ok 357 unscopables is symbol ok 358 match is symbol ok 359 replace is symbol ok 360 search is symbol ok 361 split is symbol ok 362 species is symbol 1..362 # tests 362 # pass 362 # ok + exit 0 Processing files: nodejs-is-3.2.1-1.fc26.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hpTcjY + umask 022 + cd /builddir/build/BUILD + cd package + DOCDIR=/builddir/build/BUILDROOT/nodejs-is-3.2.1-1.fc26.noarch/usr/share/doc/nodejs-is + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-is-3.2.1-1.fc26.noarch/usr/share/doc/nodejs-is + cp -pr README.md /builddir/build/BUILDROOT/nodejs-is-3.2.1-1.fc26.noarch/usr/share/doc/nodejs-is + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/nodejs-is-3.2.1-1.fc26.noarch/usr/share/doc/nodejs-is + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.665Ilw + umask 022 + cd /builddir/build/BUILD + cd package + LICENSEDIR=/builddir/build/BUILDROOT/nodejs-is-3.2.1-1.fc26.noarch/usr/share/licenses/nodejs-is + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-is-3.2.1-1.fc26.noarch/usr/share/licenses/nodejs-is + cp -pr LICENSE.md /builddir/build/BUILDROOT/nodejs-is-3.2.1-1.fc26.noarch/usr/share/licenses/nodejs-is + exit 0 Provides: nodejs-is = 3.2.1-1.fc26 npm(is) = 3.2.1 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-is-3.2.1-1.fc26.noarch Wrote: /builddir/build/RPMS/nodejs-is-3.2.1-1.fc26.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5TAUwi + umask 022 + cd /builddir/build/BUILD + cd package + /usr/bin/rm -rf /builddir/build/BUILDROOT/nodejs-is-3.2.1-1.fc26.noarch + exit 0 Child return code was: 0