[Pkg-javascript-devel] Bug#892661: node-static-extend: FTBFS and Debci failure
Adrian Bunk
bunk at debian.org
Sun Mar 11 20:35:19 UTC 2018
Source: node-static-extend
Version: 0.1.2-1
Severity: serious
Tags: buster sid
Some recent change in unstable makes node-static-extend FTBFS and Debci fail:
https://ci.debian.net/packages/n/node-static-extend/unstable/amd64/
https://tests.reproducible-builds.org/debian/history/node-static-extend.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-static-extend.html
...
9 passing (18ms)
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:38: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:58:28)
at Context.<anonymous> (test.js:60: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
More information about the Pkg-javascript-devel
mailing list