Your message dated Sat, 20 Jan 2018 12:35:04 +0000
with message-id <e1ecsms-0002jl...@fasolo.debian.org>
and subject line Bug#884155: fixed in node-object-path 0.11.4-1
has caused the Debian Bug report #884155,
regarding FTBFS with chai 4.1.2 in experimental
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
884155: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884155
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: node-object-path
version: 0.11.3-1
severity: important

I'd like to upload chai 4.1.2 to unstable, please fix this test failures.

mocha test.js -R spec


  get

    ✓ should return the value using unicode key

    ✓ should return the value using dot in key

    ✓ should return the value under shallow object

    ✓ should work with number path

    ✓ should return the value under deep object

    ✓ should return the value under array

    ✓ should return the value under array deep

    ✓ should return undefined for missing values under object

    ✓ should return undefined for missing values under array

    ✓ should return the value under integer-like key

    ✓ should return the default value when the key doesnt exist

    ✓ should return the default value when path is empty

    ✓ should return the default value when object is null or undefined

    ✓ should not fail on an object with a null prototype

    ✓ should skip non own properties

  set

    ✓ should set the value using unicode key

    ✓ should set the value using dot in key

    1) should set value under shallow object

    2) should set value using number path

    3) should set value under deep object

    4) should set value under array

    5) should create intermediate objects

    6) should create intermediate arrays

    ✓ should set value under integer-like key

    ✓ should set value under empty array

  push

    7) should push value to existing array using unicode key

    ✓ should push value to existing array using dot key

    8) should push value to existing array

    9) should push value to new array

    10) should push value to existing array using number path

  ensureExists

    11) should create the path if it does not exists

    ✓ should return the object if path is empty

    ✓ Issue #26

  coalesce

    ✓ should return the first non-undefined value

    ✓ should work with falsy values (null, 0, '', false)

    ✓ returns defaultValue if no paths found

    ✓ works with unicode and dot keys

  empty

    ✓ should ignore invalid arguments safely

    ✓ should empty each path according to their types

  del

    ✓ should work with number path

    12) should delete deep paths

    ✓ should remove items from existing array

  insert

    13) should insert value into existing array

    14) should create intermediary array

    15) should insert in another index

    ✓ should handle sparse array

  has

    ✓ should return false for empty object

    ✓ should handle empty paths properly

    ✓ should test under shallow object

    ✓ should work with number path

    ✓ should test under deep object

    ✓ should test value under array

    ✓ should test the value under array deep

    ✓ should test the value under integer-like key

    ✓ should distinct nonexistent key and key = undefined

    ✓ should work with deep undefined/null values

  bind object

    ✓ should return the value under shallow object

    16) should set value under shallow object

    17) should push value to existing array

    18) should create the path if it does not exists

    ✓ should return the first non-undefined value

    ✓ should empty each path according to their types

    19) should delete deep paths

    20) should insert value into existing array

    ✓ should test under shallow object

  Don't access not own properties [default]

    ✓ should not get a not own property

    ✓ should set a not own property on the instance (not the prototype)

    ✓ has should return false on a not own property

    ✓ empty should not empty on a not own property

    ✓ del should not delete not own property

  Access own properties [optional]

    ✓ should get a not own property

    ✓ should set a deep not own property on the prototype (if exists)

    ✓ has should return true on a not own property

    ✓ empty should empty a not own property

    ✓ del should delete a not own property


  55 passing (90ms)
  20 failing

  1) set should set value under shallow object:
     AssertionError: expected { Object (a, b, ...) } to have deep
property 'c.m'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:164:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  2) set should set value using number path:
     AssertionError: expected { Object (a, b) } to have deep property
'b.d.0'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:173:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  3) set should set value under deep object:
     AssertionError: expected { Object (a, b) } to have deep property 'b.c'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:179:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  4) set should set value under array:
     AssertionError: expected { Object (a, b) } to have deep property
'b.e.1.g'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:188:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  5) set should create intermediate objects:
     AssertionError: expected { Object (a, b, ...) } to have deep
property 'c.d.e.f'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:202:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  6) set should create intermediate arrays:
     AssertionError: expected { Object (a, b, ...) } to have deep
property 'c.0.1.m'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:213:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  7) push should push value to existing array using unicode key:
     AssertionError: expected { Object (a, b) } to have deep property
'b.ነc.0'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:245:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  8) push should push value to existing array:
     AssertionError: expected { Object (a, b) } to have deep property
'b.c.0'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:259:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  9) push should push value to new array:
     AssertionError: expected { Object (a, b) } to have deep property
'b.h.0'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:268:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  10) push should push value to existing array using number path:
     AssertionError: expected { Object (a, b) } to have deep property
'b.e.0.0'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:277:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  11) ensureExists should create the path if it does not exists:
     AssertionError: expected { Object (a, b) } to have deep property
'b.g.1.l'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:288:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  12) del should delete deep paths:
     AssertionError: expected { Object (a, b) } to have deep property
'b.g.1.0'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:466:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  13) insert should insert value into existing array:
     AssertionError: expected { Object (a, b) } to have deep property
'b.c.0'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:511:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  14) insert should create intermediary array:
     AssertionError: expected { Object (a, b) } to have deep property
'b.c.0.0'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:519:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  15) insert should insert in another index:
     AssertionError: expected { Object (a, b) } to have deep property
'b.d.1'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:526:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  16) bind object should set value under shallow object:
     AssertionError: expected { Object (a, b, ...) } to have deep
property 'c.m'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:650:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  17) bind object should push value to existing array:
     AssertionError: expected { Object (a, b) } to have deep property
'b.c.0'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:661:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  18) bind object should create the path if it does not exists:
     AssertionError: expected { Object (a, b) } to have deep property
'b.g.1.l'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:673:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  19) bind object should delete deep paths:
     AssertionError: expected { Object (a, b) } to have deep property
'b.g.1.0'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:761:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)

  20) bind object should insert value into existing array:
     AssertionError: expected { Object (a, b) } to have deep property
'b.c.0'
      at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:786:30)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:451:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:308:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
      at runCallback (timers.js:672:20)
      at tryOnImmediate (timers.js:645:5)
      at processImmediate [as _immediateCallback] (timers.js:617:5)



debian/rules:13: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 20
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:8: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit
status 2
--------------------------------------------------------------------------------
Build finished at 2017-12-12T08:33:55Z

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: node-object-path
Source-Version: 0.11.4-1

We believe that the bug you reported is fixed in the latest version of
node-object-path, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 884...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pirate Praveen <prav...@debian.org> (supplier of updated node-object-path 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 20 Jan 2018 16:46:05 +0530
Source: node-object-path
Binary: node-object-path
Architecture: source
Version: 0.11.4-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <prav...@debian.org>
Description:
 node-object-path - Access deep object properties using a path
Closes: 884155
Changes:
 node-object-path (0.11.4-1) experimental; urgency=medium
 .
   * Team upload
 .
   [ Paolo Greppi ]
   * New upstream release
   * Bump standards version and fix section
 .
   [ arunasank ]
   * Port tests to chai 4 (Closes: #884155)
Checksums-Sha1:
 724c9b8e3ebe982cd8a8cd230e4b0ce90d40c807 2109 node-object-path_0.11.4-1.dsc
 370ae752fbf37de3ea70a861c23bba8915691949 9556 
node-object-path_0.11.4.orig.tar.gz
 32670d519b1e90eeb95a7562b1421f4b7c41c31e 4440 
node-object-path_0.11.4-1.debian.tar.xz
 8d2fe48c53799d55f09ab896dd1216679b6523fb 8637 
node-object-path_0.11.4-1_source.buildinfo
Checksums-Sha256:
 9693bd0f8343598ec025a59f03a9f802f581814fa9b28e45e0637b2c4372d2bb 2109 
node-object-path_0.11.4-1.dsc
 8d90429ada9dd03784da3cff9ec8483cbd8519879d570e0d5f5307dfc552ab20 9556 
node-object-path_0.11.4.orig.tar.gz
 d453669ba02a4581b21c575a00bf7c2f5ab976df623a7b65f5bd7ebb0981a8d2 4440 
node-object-path_0.11.4-1.debian.tar.xz
 4182c2434c8d226acc314bfb926a663352ae80c7887d82f07ab8cbe006a6d61b 8637 
node-object-path_0.11.4-1_source.buildinfo
Files:
 ae1a31055eb14cab7067a6caddae755a 2109 javascript optional 
node-object-path_0.11.4-1.dsc
 659445c79c88ab0cdaaccf90d0c8ecc9 9556 javascript optional 
node-object-path_0.11.4.orig.tar.gz
 f46fe29543edc503c0a712811f8ac305 4440 javascript optional 
node-object-path_0.11.4-1.debian.tar.xz
 8ec114d1789fe654f272ab3045800d94 8637 javascript optional 
node-object-path_0.11.4-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlpjNUYACgkQzh+cZ0US
wiou0xAAgaKkMsCMVeZ5ixiyn86OtrdOR8Pg7iIHHUFAlSwSLmcg4lwoyzKkxjy+
TkgmHgxF1Lw3zbc3xh/f9yRyiFQK4/2+ySIaQafAXlb+J3BM2A3npO9n6oP3E8CT
2CTioBsK80K7+dGBwmAmGiFzfVSf+iGzr2+kYXnhxxoJ52NdoCoHWRFYUR4N7Jui
HeAlL7H8fv/SqQyLdow73MLW2b7nEgaXmZauqSo4WCoVJldFHjOMY/9UBmzROtev
pM4MGh8Qq36Ge8dpKFrf63b6+N8O8M+K1SdNtiwQ/TqHg+i88XApLzOUDoGElbX1
hgHnNxJ/nG5urCtqDUrtIgEW8ts9TBkUnopxrqIwps0mcEdfoJggqDwIT1/q1GFq
8JhIiWPIyNRZwZQt7G4QKwzB2RTXllWd9N1XR5cQug+s2WzVe1Tb4+2RZJU0HFqT
JPf22Anb1jT3E2x47BBGmrss4RLNp6/lZI9ubcAfSlv7EV3IQ9OqgnneUQwOSrZ7
itbPT1t50sB/Z74XqQH4WOgPnkUK6g1T4QZqsjsRicQ/4+7/ycjzN7zc5YiYiauK
RTzq9ydaiy37mjOxwpXSMDXRqXBcQsozhRIU3J/7+Ujk/snJUgyr+l1sPPG6Gcx6
M7w4eA2qbFt5m39yZkpyHKHBS9e4b5tnjBuPnDsHDCiaunjCsNg=
=ekNA
-----END PGP SIGNATURE-----

--- End Message ---
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to