Source: node-class-utils
Version: 0.3.5-1
Severity: serious

Some recent change in unstable makes node-class-utils FTBFS and Debci fail:

https://ci.debian.net/packages/n/node-class-utils/unstable/amd64/
https://tests.reproducible-builds.org/debian/history/node-class-utils.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-class-utils.html

....
  49 passing (1s)
  2 failing

  1) extend
       should add `Parent.prototype` to `Ctor` instances as `_parent_`:

      AssertionError [ERR_ASSERTION]: { configurable: true,
  set: [Function: set],
  get: [Function: get] } deepEqual Parent { a: [Function], b: [Function], c: 
[Function] }
      + expected - actual

       {
      -  "configurable": true
      -  "get": [Function]
      -  "set": [Function]
      +  "a": [Function]
      +  "b": [Function]
      +  "c": [Function]
       }
      
      at Context.<anonymous> (test.js:376:12)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:354:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:346:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:442:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:560:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:356:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:366:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:290:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:329:7
      at done (/usr/lib/nodejs/mocha/lib/runnable.js:301:5)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:372:7)
      at Hook.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:346:7)
      at next (/usr/lib/nodejs/mocha/lib/runner.js:304:10)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:334:5)

  2) extend
       should access `Parent` methods through `_parent_`:
     TypeError: this._parent_.upper is not a function
      at Ctor.instance.upper (test.js:396:28)
      at Context.<anonymous> (test.js:398:27)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:354:21)
      at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:346:7)
      at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:442:10)
      at /usr/lib/nodejs/mocha/lib/runner.js:560:12
      at next (/usr/lib/nodejs/mocha/lib/runner.js:356:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:366:7
      at next (/usr/lib/nodejs/mocha/lib/runner.js:290:14)
      at /usr/lib/nodejs/mocha/lib/runner.js:329:7
      at done (/usr/lib/nodejs/mocha/lib/runnable.js:301:5)
      at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:372:7)
      at Hook.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:346:7)
      at next (/usr/lib/nodejs/mocha/lib/runner.js:304:10)
      at Immediate.<anonymous> (/usr/lib/nodejs/mocha/lib/runner.js:334:5)



make[1]: *** [debian/rules:13: override_dh_auto_test] Error 2

Reply via email to