[Pkg-javascript-devel] Bug#1005528: node-babel-eslint: FTBFS: dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 171

Lucas Nussbaum lucas at debian.org
Sun Feb 13 07:42:25 GMT 2022


Source: node-babel-eslint
Version: 10.1.0-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20220212 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure --buildsystem=nodejs
>    dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
>    dh_auto_test --buildsystem=nodejs
> 	mkdir -p node_modules
> 	ln -s ../debian/tests/test_modules/array-includes node_modules/array-includes
> 	ln -s ../debian/tests/test_modules/array.prototype.flat node_modules/array.prototype.flat
> 	ln -s ../debian/tests/test_modules/contains-path node_modules/contains-path
> 	ln -s ../debian/tests/test_modules/eslint-module-utils node_modules/eslint-module-utils
> 	ln -s ../debian/tests/test_modules/eslint-plugin-import node_modules/eslint-plugin-import
> 	ln -s ../debian/tests/test_modules/object.values node_modules/object.values
> 	ln -s ../. node_modules/babel-eslint
> 	/bin/sh -ex debian/tests/pkg-js/test
> + NODE_PATH=node_modules:debian/tests/test_modules mocha
> 
> 
>   babylon-to-espree
>     undefined simple expression (131ms)
>     undefined logical NOT
>     undefined bitwise NOT
>     undefined class declaration
>     undefined class expression
>     undefined jsx expression
>     undefined jsx expression with 'this' as identifier
>     undefined jsx expression with a dynamic attribute
>     undefined jsx expression with a member expression as identifier
>     undefined jsx expression with spread
>     undefined empty jsx text
>     undefined import bare
>     undefined export default class declaration
>     undefined export default class expression
>     undefined export default function declaration
>     undefined export default function expression
>     undefined export named
>     undefined optional chaining operator (token)
>     undefined nullish coalescing operator (token)
>     undefined pipeline operator (token)
>     undefined flow enums
>     - empty program with line comment
>     - empty program with block comment
>     undefined line comments
>     undefined block comments
>     undefined block comments #124
>     undefined null
>     undefined boolean
>     undefined regexp
>     undefined regexp
>     undefined regexp y flag
>     undefined regexp u flag
>     undefined regexp in a template string
>     undefined empty
>     undefined empty block with comment
>     compatibility
>       undefined should allow ast.analyze to be called without options
>     templates
>       undefined empty template string
>       undefined template string
>       undefined template string using $
>       undefined template string with expression
>       undefined template string with multiple expressions
>       undefined template string with expression and strings
>       undefined template string with binary expression
>       undefined tagged template
>       undefined tagged template with expression
>       undefined tagged template with new operator
>       undefined template with nested function/object
>       undefined template with braces inside and outside of template string #96
>       undefined template also with braces #96
>       undefined template with arrow returning template #603
>       undefined template string with object with template string inside
>     babel tests
>       undefined MethodDefinition
>       undefined ClassMethod
>       undefined ClassMethod multiple params
>       undefined ClassMethod multiline
>       undefined ClassMethod oneline
>       undefined ObjectMethod
>       undefined do not allow import export everywhere
>       undefined return outside function
>       undefined StringLiteral
> 
>   Public API
>     undefined exports a parseNoPatch function
> 
>   Rules:
>     `strict`
>       when set to 'never'
>         1) should error on global directive
>         2) should error on function directive
>       when set to 'global'
>         3) shouldn't error on single global directive
>         4) should error twice on global directive: no and function directive: yes
>         5) should error on function directive
>         6) should error on no directive
>       when set to 'function'
>         7) shouldn't error on single function directive
>         8) should error twice on function directive: no and global directive: yes
>         9) should error on only global directive
>         10) should error on extraneous global directive
>       When "codeFrame"
>         11) should display codeFrame when option is absent
>         12) should display codeFrame when option is true
>         undefined should not display codeFrame when option is false
> 
>   verify
>     13) arrow function support (issue #1)
>     14) EOL validation (issue #2)
>     - Readable error messages (issue #3)
>     15) Modules support (issue #5)
>     16) Rest parameters (issue #7)
>     17) Exported classes should be used (issue #8)
>     18) super keyword in class (issue #10)
>     19) Rest parameter in destructuring assignment (issue #11)
>     20) JSX attribute names marked as variables (issue #12)
>     21) Multiple destructured assignment with compound properties (issue #16)
>     22) Arrow function with non-block bodies (issue #20)
>     23) #242
>     24) await keyword (issue #22)
>     25) arrow functions (issue #27)
>     26) comment with padded-blocks (issue #33)
>     27) class usage
>     28) class definition: gaearon/redux#24
>     29) class properties #71
>     30) template strings #31
>     31) template with destructuring #31
>     32) template with arrow returning template #603
>     33) detects minimal no-unused-vars case #120
>     - visits excluded properties left of spread #95
>     - visits excluded properties left of spread #210
>     34) does not mark spread variables false-positive
>     35) does not mark spread variables false-positive
>     36) does not mark spread variables as use-before-define #249
>     37) detects no-unused-vars with object destructuring #142
>     38) don't warn no-unused-vars with spread #142
>     39) excludes comment tokens #153
>     40) ternary and parens #149
>     41) line comment space-in-parens #124
>     42) block comment space-in-parens #124
>     43) no no-undef error with rest #11
>     44) async function with space-before-function-paren #168
>     45) default param flow type no-unused-vars #184
>     46) no-use-before-define #192
>     47) jsx and stringliteral #216
>     48) getter/setter #218
>     49) getter/setter #220
>     50) fixes issues with flow types and ObjectPattern
>     51) correctly detects redeclares if in script mode #217
>     52) correctly detects redeclares if in module mode #217
>     53) no-implicit-globals in script
>     54) no-implicit-globals in module
>     55) no-implicit-globals in default
>     56) allowImportExportEverywhere option (#327)
>     57) with does not crash parsing in script mode (strict off) #171
>     - with does crash parsing in module mode (strict on) #171
>     58) new.target is not reported as undef #235
>     59) decorator does not create TypeError #229
>     60) Flow definition does not trigger warnings #223
>     61) newline-before-return with comments #289
>     62) spaced-comment with shebang #163
>     63) dynamic import support
>     64) regex with es6 unicodeCodePointEscapes
>     65) flow types on class method should be visited correctly
>     66) works with dynamicImport
>     67) works with numericSeparator
>     68) works with optionalChaining
>     69) works with import.meta
>     70) works with classPrivateProperties
>     71) works with optionalCatchBinding
>     72) exportDefaultFrom
>     73) exportNamespaceFrom
>     74) ignore eval in scope analysis
>     flow
>       75) check regular function
>       76) type alias
>       77) type cast expression #102
>       78) multiple nullable type annotations and return #108
>       79) interface declaration
>       80) enum declaration
>       81) type parameter bounds (classes)
>       82) type parameter scope (classes)
>       83) type parameter bounds (interfaces)
>       84) type parameter scope (interfaces)
>       85) type parameter bounds (type aliases)
>       86) type parameter scope (type aliases)
>       87) type parameter bounds (functions)
>       88) type parameter scope (functions)
>       89) nested type annotations
>       90) type in var declaration
>       91) object type annotation
>       92) object property types
>       93) namespaced types
>       94) ArrayTypeAnnotation
>       95) ClassImplements
>       96) type alias creates declaration + usage
>       97) type alias with type parameters
>       98) export type alias
>       99) polymorphic types #109
>       100) types definition from import
>       101) polymorphic/generic types for class #123
>       102) polymorphic/generic types for function #123
>       103) polymorphic/generic types for type alias #123
>       104) polymorphic/generic types - outside of fn scope #123
>       105) polymorphic/generic types - extending unknown #123
>       106) polymorphic/generic types - function calls
>       107) polymorphic/generic types - function calls #644
>       108) support declarations #132
>       109) supports type spreading
>       110) 1
>       111) 2
>       112) 3
>       113) 4
>       114) 5
>       115) 6
>       116) 7
>       117) 8
>       118) 9
>       119) 10
>       120) 11
>       121) 12
>       122) 13
>       123) 14
>       124) 15
>       125) 16
>       126) 17
>       127) 18
>       128) 19
>       129) 20
>       130) 21
>       131) 22
>       132) 23
>       133) 24
>       134) 25
>       135) 26
>       136) 27
>       137) 28
>       138) 29
>       139) 30
>       140) 31
>       141) 32
>       142) 33
>       143) 34
>       144) 35
>       145) 36
>       146) 37
>       147) 38
>       148) 39
>       149) 40
>       150) 41
>       151) 43
>       152) 44
>       153) 45
>       154) 46
>       155) 47
>       156) 48
>       157) 49
>     decorators #72 (legacy)
>       158) class declaration
>       159) method definition
>       160) method definition get/set
>       161) object property
>       162) object property get/set
>     decorators #72
>       163) class declaration
>       164) method definition
>       165) method definition get/set
>     Class Property Declarations
>       166) no-redeclare false positive 1
>       167) no-redeclare false positive 2
>       168) check references
>     private class properties
>       169) should not be undefined
>       170) should not be unused
>     optional chaining operator
>       171) should not be undefined #595
> 
>   https://github.com/babel/babel-eslint/issues/558
>     undefined don't crash with eslint-plugin-import (107ms)
> 
> 
>   61 passing (415ms)
>   6 pending
>   171 failing
> 
>   1) Rules:
>        `strict`
>          when set to 'never'
>            should error on global directive:
> 
>       Uncaught AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
> 
>   assert(report[0].ruleId === ruleId)
> 
>       + expected - actual
> 
>       -false
>       +true
>       
>       at /<<PKGBUILDDIR>>/test/integration.js:68:13
>       at /<<PKGBUILDDIR>>/test/integration.js:29:5
>       at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:63:3)
> 
>   2) Rules:
>        `strict`
>          when set to 'never'
>            should error on function directive:
> 
>       Uncaught AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
> 
>   assert(report[0].ruleId === ruleId)
> 
>       + expected - actual
> 
>       -false
>       +true
>       
>       at /<<PKGBUILDDIR>>/test/integration.js:68:13
>       at /<<PKGBUILDDIR>>/test/integration.js:29:5
>       at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:63:3)
> 
>   3) Rules:
>        `strict`
>          when set to 'global'
>            shouldn't error on single global directive:
> 
>       Uncaught AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
> 
>   assert(!report.length)
> 
>       + expected - actual
> 
>       -false
>       +true
>       
>       at /<<PKGBUILDDIR>>/test/integration.js:92:11
>       at /<<PKGBUILDDIR>>/test/integration.js:29:5
>       at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:63:3)
> 
>   4) Rules:
>        `strict`
>          when set to 'global'
>            should error twice on global directive: no and function directive: yes:
> 
>       Uncaught AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
> 
>   assert(report[i].ruleId === ruleId)
> 
>       + expected - actual
> 
>       -false
>       +true
>       
>       at /<<PKGBUILDDIR>>/test/integration.js:108:13
>       at Array.forEach (<anonymous>)
>       at /<<PKGBUILDDIR>>/test/integration.js:107:18
>       at /<<PKGBUILDDIR>>/test/integration.js:29:5
>       at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:63:3)
> 
>   5) Rules:
>        `strict`
>          when set to 'global'
>            should error on function directive:
> 
>       Uncaught AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
> 
>   assert(report[0].ruleId === ruleId)
> 
>       + expected - actual
> 
>       -false
>       +true
>       
>       at /<<PKGBUILDDIR>>/test/integration.js:124:11
>       at /<<PKGBUILDDIR>>/test/integration.js:29:5
>       at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:63:3)
> 
>   6) Rules:
>        `strict`
>          when set to 'global'
>            should error on no directive:
> 
>       Uncaught AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
> 
>   assert(report[0].ruleId === ruleId)
> 
>       + expected - actual
> 
>       -false
>       +true
>       
>       at /<<PKGBUILDDIR>>/test/integration.js:145:11
>       at /<<PKGBUILDDIR>>/test/integration.js:29:5
>       at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:63:3)
> 
>   7) Rules:
>        `strict`
>          when set to 'function'
>            shouldn't error on single function directive:
> 
>       Uncaught AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
> 
>   assert(!report.length)
> 
>       + expected - actual
> 
>       -false
>       +true
>       
>       at /<<PKGBUILDDIR>>/test/integration.js:168:11
>       at /<<PKGBUILDDIR>>/test/integration.js:29:5
>       at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:63:3)
> 
>   8) Rules:
>        `strict`
>          when set to 'function'
>            should error twice on function directive: no and global directive: yes:
> 
>       Uncaught AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
> 
>   assert(report[i].ruleId === ruleId)
> 
>       + expected - actual
> 
>       -false
>       +true
>       
>       at /<<PKGBUILDDIR>>/test/integration.js:184:13
>       at Array.forEach (<anonymous>)
>       at /<<PKGBUILDDIR>>/test/integration.js:183:18
>       at /<<PKGBUILDDIR>>/test/integration.js:29:5
>       at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:63:3)
> 
>   9) Rules:
>        `strict`
>          when set to 'function'
>            should error on only global directive:
> 
>       Uncaught AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
> 
>   assert(report[0].ruleId === ruleId)
> 
>       + expected - actual
> 
>       -false
>       +true
>       
>       at /<<PKGBUILDDIR>>/test/integration.js:200:11
>       at /<<PKGBUILDDIR>>/test/integration.js:29:5
>       at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:63:3)
> 
>   10) Rules:
>        `strict`
>          when set to 'function'
>            should error on extraneous global directive:
> 
>       Uncaught AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
> 
>   assert(report[0].ruleId === ruleId)
> 
>       + expected - actual
> 
>       -false
>       +true
>       
>       at /<<PKGBUILDDIR>>/test/integration.js:215:11
>       at /<<PKGBUILDDIR>>/test/integration.js:29:5
>       at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:63:3)
> 
>   11) Rules:
>        `strict`
>          When "codeFrame"
>            should display codeFrame when option is absent:
> 
>       Uncaught AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
> 
>   assert(stripAnsi(report[0].message).indexOf("^\n  5 |") > -1)
> 
>       + expected - actual
> 
>       -false
>       +true
>       
>       at /<<PKGBUILDDIR>>/test/integration.js:241:11
>       at /<<PKGBUILDDIR>>/test/integration.js:29:5
>       at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:63:3)
> 
>   12) Rules:
>        `strict`
>          When "codeFrame"
>            should display codeFrame when option is true:
> 
>       Uncaught AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
> 
>   assert(stripAnsi(report[0].message).indexOf("^\n  5 |") > -1)
> 
>       + expected - actual
> 
>       -false
>       +true
>       
>       at /<<PKGBUILDDIR>>/test/integration.js:259:11
>       at /<<PKGBUILDDIR>>/test/integration.js:29:5
>       at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:63:3)
> 
>   13) verify
>        arrow function support (issue #1):
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:83:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   14) verify
>        EOL validation (issue #2):
>      Error: 
>           Message 0 does not match:
>           Expected: 1:30 Newline required at end of file but not found. eol-last
>           Actual:   0:0 Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.
>         
>       at /<<PKGBUILDDIR>>/test/non-regression.js:53:13
>       at Array.forEach (<anonymous>)
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:48:12)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:87:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   15) verify
>        Modules support (issue #5):
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:101:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   16) verify
>        Rest parameters (issue #7):
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:112:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   17) verify
>        Exported classes should be used (issue #8):
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:118:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   18) verify
>        super keyword in class (issue #10):
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:124:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   19) verify
>        Rest parameter in destructuring assignment (issue #11):
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:130:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   20) verify
>        JSX attribute names marked as variables (issue #12):
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:137:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   21) verify
>        Multiple destructured assignment with compound properties (issue #16):
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:143:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   22) verify
>        Arrow function with non-block bodies (issue #20):
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:149:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   23) verify
>        #242:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:158:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   24) verify
>        await keyword (issue #22):
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:164:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   25) verify
>        arrow functions (issue #27):
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:170:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   26) verify
>        comment with padded-blocks (issue #33):
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:177:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   27) verify
>        class usage:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1115:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   28) verify
>        class definition: gaearon/redux#24:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1121:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   29) verify
>        class properties #71:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1134:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   30) verify
>        template strings #31:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1138:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   31) verify
>        template with destructuring #31:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1142:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   32) verify
>        template with arrow returning template #603:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1156:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   33) verify
>        detects minimal no-unused-vars case #120:
>      Error: 
>           Message 0 does not match:
>           Expected: 1:5 'unused' is defined but never used. no-unused-vars
>           Actual:   0:0 Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.
>         
>       at /<<PKGBUILDDIR>>/test/non-regression.js:53:13
>       at Array.forEach (<anonymous>)
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:48:12)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1340:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   34) verify
>        does not mark spread variables false-positive:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1363:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   35) verify
>        does not mark spread variables false-positive:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1370:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   36) verify
>        does not mark spread variables as use-before-define #249:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1377:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   37) verify
>        detects no-unused-vars with object destructuring #142:
>      Error: 
>           Message 0 does not match:
>           Expected: 1:8 'Bacona' is assigned a value but never used. no-unused-vars
>           Actual:   0:0 Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.
>         
>       at /<<PKGBUILDDIR>>/test/non-regression.js:53:13
>       at Array.forEach (<anonymous>)
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:48:12)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1384:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   38) verify
>        don't warn no-unused-vars with spread #142:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1392:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   39) verify
>        excludes comment tokens #153:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1406:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   40) verify
>        ternary and parens #149:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1429:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   41) verify
>        line comment space-in-parens #124:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1433:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   42) verify
>        block comment space-in-parens #124:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1448:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   43) verify
>        no no-undef error with rest #11:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1465:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   44) verify
>        async function with space-before-function-paren #168:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1472:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   45) verify
>        default param flow type no-unused-vars #184:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1478:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   46) verify
>        no-use-before-define #192:
>      Error: 
>           Message 0 does not match:
>           Expected: 1:13 'x' was used before it was defined. no-use-before-define
>           Actual:   0:0 Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.
>         
>       at /<<PKGBUILDDIR>>/test/non-regression.js:53:13
>       at Array.forEach (<anonymous>)
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:48:12)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1496:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   47) verify
>        jsx and stringliteral #216:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1507:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   48) verify
>        getter/setter #218:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1511:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   49) verify
>        getter/setter #220:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1526:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   50) verify
>        fixes issues with flow types and ObjectPattern:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1542:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   51) verify
>        correctly detects redeclares if in script mode #217:
>      Error: 
>           Message 0 does not match:
>           Expected: 2:5 'a' is already defined. no-redeclare
>           Actual:   0:0 Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.
>         
>       at /<<PKGBUILDDIR>>/test/non-regression.js:53:13
>       at Array.forEach (<anonymous>)
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:48:12)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1555:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   52) verify
>        correctly detects redeclares if in module mode #217:
>      Error: 
>           Message 0 does not match:
>           Expected: 2:5 'a' is already defined. no-redeclare
>           Actual:   0:0 Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.
>         
>       at /<<PKGBUILDDIR>>/test/non-regression.js:53:13
>       at Array.forEach (<anonymous>)
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:48:12)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1567:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   53) verify
>        no-implicit-globals in script:
>      Error: 
>           Message 0 does not match:
>           Expected: 1:5 Implicit global variable, assign as global property instead. no-implicit-globals
>           Actual:   0:0 Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.
>         
>       at /<<PKGBUILDDIR>>/test/non-regression.js:53:13
>       at Array.forEach (<anonymous>)
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:48:12)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1579:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   54) verify
>        no-implicit-globals in module:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1594:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   55) verify
>        no-implicit-globals in default:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1607:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   56) verify
>        allowImportExportEverywhere option (#327):
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1620:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   57) verify
>        with does not crash parsing in script mode (strict off) #171:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1641:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   58) verify
>        new.target is not reported as undef #235:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1651:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   59) verify
>        decorator does not create TypeError #229:
>      Error: 
>           Message 0 does not match:
>           Expected: 2:4 'test' is not defined. no-undef
>           Actual:   0:0 Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.
>         
>       at /<<PKGBUILDDIR>>/test/non-regression.js:53:13
>       at Array.forEach (<anonymous>)
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:48:12)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1657:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   60) verify
>        Flow definition does not trigger warnings #223:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1670:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   61) verify
>        newline-before-return with comments #289:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1680:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   62) verify
>        spaced-comment with shebang #163:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1697:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   63) verify
>        dynamic import support:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1751:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   64) verify
>        regex with es6 unicodeCodePointEscapes:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1755:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   65) verify
>        flow types on class method should be visited correctly:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1797:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   66) verify
>        works with dynamicImport:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1811:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   67) verify
>        works with numericSeparator:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1819:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   68) verify
>        works with optionalChaining:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1827:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   69) verify
>        works with import.meta:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1835:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   70) verify
>        works with classPrivateProperties:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1843:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   71) verify
>        works with optionalCatchBinding:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1851:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   72) verify
>        exportDefaultFrom:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1860:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   73) verify
>        exportNamespaceFrom:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1868:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   74) verify
>        ignore eval in scope analysis:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1876:5)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   75) verify
>        flow
>          check regular function:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:190:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   76) verify
>        flow
>          type alias:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:197:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   77) verify
>        flow
>          type cast expression #102:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:201:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   78) verify
>        flow
>          multiple nullable type annotations and return #108:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:205:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   79) verify
>        flow
>          interface declaration:
>      Error: 
>           Message 0 does not match:
>           Expected: 2:11 'Bar' is defined but never used. no-unused-vars
>           Actual:   0:0 Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.
>         
>       at /<<PKGBUILDDIR>>/test/non-regression.js:53:13
>       at Array.forEach (<anonymous>)
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:48:12)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:220:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   80) verify
>        flow
>          enum declaration:
>      Error: 
>           Message 0 does not match:
>           Expected: 6:6 'UnusedEnum' is defined but never used. no-unused-vars
>           Actual:   0:0 Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.
>         
>       at /<<PKGBUILDDIR>>/test/non-regression.js:53:13
>       at Array.forEach (<anonymous>)
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:48:12)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:233:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   81) verify
>        flow
>          type parameter bounds (classes):
>      Error: 
>           Message 0 does not match:
>           Expected: 3:34 'T4' is defined but never used. no-unused-vars
>           Actual:   0:0 Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.
>         
>       at /<<PKGBUILDDIR>>/test/non-regression.js:53:13
>       at Array.forEach (<anonymous>)
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:48:12)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:251:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   82) verify
>        flow
>          type parameter scope (classes):
>      Error: Expected 3 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:266:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   83) verify
>        flow
>          type parameter bounds (interfaces):
>      Error: Expected 2 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:283:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   84) verify
>        flow
>          type parameter scope (interfaces):
>      Error: Expected 3 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:299:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   85) verify
>        flow
>          type parameter bounds (type aliases):
>      Error: Expected 2 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:316:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   86) verify
>        flow
>          type parameter scope (type aliases):
>      Error: Expected 3 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:333:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   87) verify
>        flow
>          type parameter bounds (functions):
>      Error: 
>           Message 0 does not match:
>           Expected: 3:37 'T4' is defined but never used. no-unused-vars
>           Actual:   0:0 Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.
>         
>       at /<<PKGBUILDDIR>>/test/non-regression.js:53:13
>       at Array.forEach (<anonymous>)
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:48:12)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:350:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   88) verify
>        flow
>          type parameter scope (functions):
>      Error: Expected 3 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:363:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   89) verify
>        flow
>          nested type annotations:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:380:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   90) verify
>        flow
>          type in var declaration:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:393:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   91) verify
>        flow
>          object type annotation:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:404:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   92) verify
>        flow
>          object property types:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:415:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   93) verify
>        flow
>          namespaced types:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:429:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   94) verify
>        flow
>          ArrayTypeAnnotation:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:446:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   95) verify
>        flow
>          ClassImplements:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:456:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   96) verify
>        flow
>          type alias creates declaration + usage:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:466:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   97) verify
>        flow
>          type alias with type parameters:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:476:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   98) verify
>        flow
>          export type alias:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:488:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   99) verify
>        flow
>          polymorphic types #109:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:498:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   100) verify
>        flow
>          types definition from import:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:505:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   101) verify
>        flow
>          polymorphic/generic types for class #123:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:516:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   102) verify
>        flow
>          polymorphic/generic types for function #123:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:529:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   103) verify
>        flow
>          polymorphic/generic types for type alias #123:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:540:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   104) verify
>        flow
>          polymorphic/generic types - outside of fn scope #123:
>      Error: Expected 2 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:550:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   105) verify
>        flow
>          polymorphic/generic types - extending unknown #123:
>      Error: 
>           Message 0 does not match:
>           Expected: 2:30 'T' is not defined. no-undef
>           Actual:   0:0 Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.
>         
>       at /<<PKGBUILDDIR>>/test/non-regression.js:53:13
>       at Array.forEach (<anonymous>)
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:48:12)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:564:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   106) verify
>        flow
>          polymorphic/generic types - function calls:
>      Error: 
>           Message 0 does not match:
>           Expected: 2:3 'T' is not defined. no-undef
>           Actual:   0:0 Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.
>         
>       at /<<PKGBUILDDIR>>/test/non-regression.js:53:13
>       at Array.forEach (<anonymous>)
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:48:12)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:575:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   107) verify
>        flow
>          polymorphic/generic types - function calls #644:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:586:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   108) verify
>        flow
>          support declarations #132:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:597:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   109) verify
>        flow
>          supports type spreading:
>      Error: Expected 2 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:610:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   110) verify
>        flow
>          1:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:624:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   111) verify
>        flow
>          2:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:635:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   112) verify
>        flow
>          3:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:645:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   113) verify
>        flow
>          4:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:656:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   114) verify
>        flow
>          5:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:668:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   115) verify
>        flow
>          6:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:679:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   116) verify
>        flow
>          7:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:689:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   117) verify
>        flow
>          8:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:699:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   118) verify
>        flow
>          9:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:710:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   119) verify
>        flow
>          10:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:717:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   120) verify
>        flow
>          11:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:724:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   121) verify
>        flow
>          12:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:731:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   122) verify
>        flow
>          13:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:738:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   123) verify
>        flow
>          14:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:745:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   124) verify
>        flow
>          15:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:756:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   125) verify
>        flow
>          16:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:766:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   126) verify
>        flow
>          17:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:776:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   127) verify
>        flow
>          18:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:786:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   128) verify
>        flow
>          19:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:798:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   129) verify
>        flow
>          20:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:809:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   130) verify
>        flow
>          21:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:822:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   131) verify
>        flow
>          22:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:834:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   132) verify
>        flow
>          23:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:846:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   133) verify
>        flow
>          24:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:856:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   134) verify
>        flow
>          25:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:866:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   135) verify
>        flow
>          26:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:873:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   136) verify
>        flow
>          27:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:884:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   137) verify
>        flow
>          28:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:895:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   138) verify
>        flow
>          29:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:906:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   139) verify
>        flow
>          30:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:917:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   140) verify
>        flow
>          31:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:927:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   141) verify
>        flow
>          32:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:937:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   142) verify
>        flow
>          33:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:947:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   143) verify
>        flow
>          34:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:957:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   144) verify
>        flow
>          35:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:968:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   145) verify
>        flow
>          36:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:978:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   146) verify
>        flow
>          37:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:989:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   147) verify
>        flow
>          38:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1002:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   148) verify
>        flow
>          39:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1012:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   149) verify
>        flow
>          40:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1022:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   150) verify
>        flow
>          41:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1032:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   151) verify
>        flow
>          43:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1042:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   152) verify
>        flow
>          44:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1052:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   153) verify
>        flow
>          45:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1062:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   154) verify
>        flow
>          46:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1072:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   155) verify
>        flow
>          47:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1082:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   156) verify
>        flow
>          48:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1092:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   157) verify
>        flow
>          49:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1102:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   158) verify
>        decorators #72 (legacy)
>          class declaration:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at verifyDecoratorsLegacyAndAssertMessages (test/non-regression.js:1182:14)
>       at Context.<anonymous> (test/non-regression.js:1192:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   159) verify
>        decorators #72 (legacy)
>          method definition:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at verifyDecoratorsLegacyAndAssertMessages (test/non-regression.js:1182:14)
>       at Context.<anonymous> (test/non-regression.js:1206:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   160) verify
>        decorators #72 (legacy)
>          method definition get/set:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at verifyDecoratorsLegacyAndAssertMessages (test/non-regression.js:1182:14)
>       at Context.<anonymous> (test/non-regression.js:1224:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   161) verify
>        decorators #72 (legacy)
>          object property:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at verifyDecoratorsLegacyAndAssertMessages (test/non-regression.js:1182:14)
>       at Context.<anonymous> (test/non-regression.js:1244:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   162) verify
>        decorators #72 (legacy)
>          object property get/set:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at verifyDecoratorsLegacyAndAssertMessages (test/non-regression.js:1182:14)
>       at Context.<anonymous> (test/non-regression.js:1263:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   163) verify
>        decorators #72
>          class declaration:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1286:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   164) verify
>        decorators #72
>          method definition:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1301:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   165) verify
>        decorators #72
>          method definition get/set:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1319:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   166) verify
>        Class Property Declarations
>          no-redeclare false positive 1:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1708:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   167) verify
>        Class Property Declarations
>          no-redeclare false positive 2:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1722:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   168) verify
>        Class Property Declarations
>          check references:
>      Error: 
>           Message 0 does not match:
>           Expected: 5:11 'b' is not defined. no-undef
>           Actual:   0:0 Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.
>         
>       at /<<PKGBUILDDIR>>/test/non-regression.js:53:13
>       at Array.forEach (<anonymous>)
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:48:12)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1734:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   169) verify
>        private class properties
>          should not be undefined:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1762:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   170) verify
>        private class properties
>          should not be unused:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1773:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
>   171) verify
>        optional chaining operator
>          should not be undefined #595:
>      Error: Expected 0 message(s), got 1
> [
>   {
>     "ruleId": null,
>     "fatal": true,
>     "severity": 2,
>     "message": "Configured parser '/<<PKGBUILDDIR>>/lib/index.js' was not found.",
>     "line": 0,
>     "column": 0
>   }
> ]
>       at verifyAndAssertMessagesWithSpecificESLint (test/non-regression.js:41:11)
>       at verifyAndAssertMessages (test/non-regression.js:71:3)
>       at Context.<anonymous> (test/non-regression.js:1786:7)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (internal/timers.js:461:21)
> 
> 
> 
> dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 171


The full build log is available from:
http://qa-logs.debian.net/2022/02/12/node-babel-eslint_10.1.0-4_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the Pkg-javascript-devel mailing list