Package: src:eslint
Version: 6.4.0~dfsg+~6.1.9-12
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:eslint, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_clean -- README.html README.txt CHANGELOG.html CHANGELOG.txt
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cmark-gfm README.md > README.html
cmark-gfm --to plaintext README.md > README.txt
cmark-gfm CHANGELOG.md > CHANGELOG.html

[... snipped ...]

ok 19740 SourceCode isSpaceBetweenTokens() should return true when there is at 
least one whitespace character between two nodes when the first given is 
located before the second let foo = bar;/**/
let baz = qux;
ok 19741 SourceCode isSpaceBetweenTokens() should return true when there is at 
least one whitespace character between two nodes when the first given is 
located after the second let foo = bar;/**/
let baz = qux;
ok 19742 SourceCode isSpaceBetweenTokens() should return true when there is at 
least one whitespace character between two nodes when the first given is 
located before the second let foo = bar;/* */
let baz = qux;
ok 19743 SourceCode isSpaceBetweenTokens() should return true when there is at 
least one whitespace character between two nodes when the first given is 
located after the second let foo = bar;/* */
let baz = qux;
ok 19744 SourceCode isSpaceBetweenTokens() should return true when there is at 
least one whitespace character between two nodes when the first given is 
located before the second let foo = bar;
/**/
let baz = qux;
ok 19745 SourceCode isSpaceBetweenTokens() should return true when there is at 
least one whitespace character between two nodes when the first given is 
located after the second let foo = bar;
/**/
let baz = qux;
ok 19746 SourceCode isSpaceBetweenTokens() should return true when there is at 
least one whitespace character between two nodes when the first given is 
located before the second let foo = bar;
/* */
let baz = qux;
ok 19747 SourceCode isSpaceBetweenTokens() should return true when there is at 
least one whitespace character between two nodes when the first given is 
located after the second let foo = bar;
/* */
let baz = qux;
ok 19748 SourceCode isSpaceBetweenTokens() should return true when there is at 
least one whitespace character between two nodes when the first given is 
located before the second let foo = 1;let foo2 = 2; let foo3 = 3;
ok 19749 SourceCode isSpaceBetweenTokens() should return true when there is at 
least one whitespace character between two nodes when the first given is 
located after the second let foo = 1;let foo2 = 2; let foo3 = 3;
ok 19750 SourceCode isSpaceBetweenTokens() should return false either of the 
arguments' location is inside the other one let foo = bar;
ok 19751 SourceCode linter.verify() should work when passed a SourceCode object 
without a config
ok 19752 SourceCode linter.verify() should work when passed a SourceCode object 
containing ES6 syntax and config
ok 19753 SourceCode linter.verify() should report an error when using let and 
ecmaVersion is 6
ok 19754 SourceCode getLocFromIndex() should return the location of a range 
index
ok 19755 SourceCode getLocFromIndex() should throw if given a bad input
ok 19756 SourceCode getLocFromIndex() should not throw if given 
sourceCode.text.length
ok 19757 SourceCode getLocFromIndex() should throw if given an out-of-range 
input
ok 19758 SourceCode getLocFromIndex() is symmetric with getIndexFromLoc()
ok 19759 SourceCode getIndexFromLoc() should return the range index of a 
location
ok 19760 SourceCode getIndexFromLoc() should throw a useful error if given a 
malformed location
ok 19761 SourceCode getIndexFromLoc() should throw a useful error if `line` is 
out of range
ok 19762 SourceCode getIndexFromLoc() should throw a useful error if `column` 
is out of range
ok 19763 SourceCode getIndexFromLoc() should not throw if the location one spot 
past the last character is given
ok 19764 TokenStore when calling getTokens should retrieve all tokens for root 
node
ok 19765 TokenStore when calling getTokens should retrieve all tokens for 
binary expression
ok 19766 TokenStore when calling getTokens should retrieve all tokens plus one 
before for binary expression
ok 19767 TokenStore when calling getTokens should retrieve all tokens plus one 
after for binary expression
ok 19768 TokenStore when calling getTokens should retrieve all tokens plus two 
before and one after for binary expression
ok 19769 TokenStore when calling getTokens should retrieve all matched tokens 
for root node with filter
ok 19770 TokenStore when calling getTokens should retrieve all tokens and 
comments in the node for root node with includeComments option
ok 19771 TokenStore when calling getTokens should retrieve matched tokens and 
comments in the node for root node with includeComments and filter options
ok 19772 TokenStore when calling getTokens should retrieve all tokens and 
comments in the node for binary expression with includeComments option
ok 19773 TokenStore when calling getTokensBefore should retrieve zero tokens 
before a node
ok 19774 TokenStore when calling getTokensBefore should retrieve one token 
before a node
ok 19775 TokenStore when calling getTokensBefore should retrieve more than one 
token before a node
ok 19776 TokenStore when calling getTokensBefore should retrieve all tokens 
before a node
ok 19777 TokenStore when calling getTokensBefore should retrieve more than one 
token before a node with count option
ok 19778 TokenStore when calling getTokensBefore should retrieve matched tokens 
before a node with count and filter options
ok 19779 TokenStore when calling getTokensBefore should retrieve all matched 
tokens before a node with filter option
ok 19780 TokenStore when calling getTokensBefore should retrieve no tokens 
before the root node
ok 19781 TokenStore when calling getTokensBefore should retrieve tokens and 
comments before a node with count and includeComments option
ok 19782 TokenStore when calling getTokensBefore should retrieve all tokens and 
comments before a node with includeComments option only
ok 19783 TokenStore when calling getTokensBefore should retrieve all tokens and 
comments before a node with includeComments and filter options
ok 19784 TokenStore when calling getTokenBefore should retrieve one token 
before a node
ok 19785 TokenStore when calling getTokenBefore should skip a given number of 
tokens
ok 19786 TokenStore when calling getTokenBefore should skip a given number of 
tokens with skip option
ok 19787 TokenStore when calling getTokenBefore should retrieve matched token 
with filter option
ok 19788 TokenStore when calling getTokenBefore should retrieve matched token 
with skip and filter options
ok 19789 TokenStore when calling getTokenBefore should retrieve one token or 
comment before a node with includeComments option
ok 19790 TokenStore when calling getTokenBefore should retrieve one token or 
comment before a node with includeComments and skip options
ok 19791 TokenStore when calling getTokenBefore should retrieve one token or 
comment before a node with includeComments and skip and filter options
ok 19792 TokenStore when calling getTokenBefore should retrieve the previous 
node if the comment at the end of source code is specified.
ok 19793 TokenStore when calling getTokenBefore should retrieve the previous 
comment if the first token is specified.
ok 19794 TokenStore when calling getTokenBefore should retrieve null if the 
first comment is specified.
ok 19795 TokenStore when calling getTokensAfter should retrieve zero tokens 
after a node
ok 19796 TokenStore when calling getTokensAfter should retrieve one token after 
a node
ok 19797 TokenStore when calling getTokensAfter should retrieve more than one 
token after a node
ok 19798 TokenStore when calling getTokensAfter should retrieve all tokens 
after a node
ok 19799 TokenStore when calling getTokensAfter should retrieve more than one 
token after a node with count option
ok 19800 TokenStore when calling getTokensAfter should retrieve all matched 
tokens after a node with filter option
ok 19801 TokenStore when calling getTokensAfter should retrieve matched tokens 
after a node with count and filter options
ok 19802 TokenStore when calling getTokensAfter should retrieve all tokens and 
comments after a node with includeComments option
ok 19803 TokenStore when calling getTokensAfter should retrieve several tokens 
and comments after a node with includeComments and count options
ok 19804 TokenStore when calling getTokensAfter should retrieve matched tokens 
and comments after a node with includeComments and count and filter options
ok 19805 TokenStore when calling getTokenAfter should retrieve one token after 
a node
ok 19806 TokenStore when calling getTokenAfter should skip a given number of 
tokens
ok 19807 TokenStore when calling getTokenAfter should skip a given number of 
tokens with skip option
ok 19808 TokenStore when calling getTokenAfter should retrieve matched token 
with filter option
ok 19809 TokenStore when calling getTokenAfter should retrieve matched token 
with filter and skip options
ok 19810 TokenStore when calling getTokenAfter should retrieve one token or 
comment after a node with includeComments option
ok 19811 TokenStore when calling getTokenAfter should retrieve one token or 
comment after a node with includeComments and skip options
ok 19812 TokenStore when calling getTokenAfter should retrieve one token or 
comment after a node with includeComments and skip and filter options
ok 19813 TokenStore when calling getTokenAfter should retrieve the next node if 
the comment at the first of source code is specified.
ok 19814 TokenStore when calling getTokenAfter should retrieve the next comment 
if the last token is specified.
ok 19815 TokenStore when calling getTokenAfter should retrieve null if the last 
comment is specified.
ok 19816 TokenStore when calling getFirstTokens should retrieve zero tokens 
from a node's token stream
ok 19817 TokenStore when calling getFirstTokens should retrieve one token from 
a node's token stream
ok 19818 TokenStore when calling getFirstTokens should retrieve more than one 
token from a node's token stream
ok 19819 TokenStore when calling getFirstTokens should retrieve all tokens from 
a node's token stream
ok 19820 TokenStore when calling getFirstTokens should retrieve more than one 
token from a node's token stream with count option
ok 19821 TokenStore when calling getFirstTokens should retrieve matched tokens 
from a node's token stream with filter option
ok 19822 TokenStore when calling getFirstTokens should retrieve matched tokens 
from a node's token stream with filter and count options
ok 19823 TokenStore when calling getFirstTokens should retrieve all tokens and 
comments from a node's token stream with includeComments option
ok 19824 TokenStore when calling getFirstTokens should retrieve several tokens 
and comments from a node's token stream with includeComments and count options
ok 19825 TokenStore when calling getFirstTokens should retrieve several tokens 
and comments from a node's token stream with includeComments and count and 
filter options
ok 19826 TokenStore when calling getFirstToken should retrieve the first token 
of a node's token stream
ok 19827 TokenStore when calling getFirstToken should skip a given number of 
tokens
ok 19828 TokenStore when calling getFirstToken should skip a given number of 
tokens with skip option
ok 19829 TokenStore when calling getFirstToken should retrieve matched token 
with filter option
ok 19830 TokenStore when calling getFirstToken should retrieve matched token 
with filter and skip options
ok 19831 TokenStore when calling getFirstToken should retrieve the first token 
or comment of a node's token stream with includeComments option
ok 19832 TokenStore when calling getFirstToken should retrieve the first 
matched token or comment of a node's token stream with includeComments and skip 
options
ok 19833 TokenStore when calling getFirstToken should retrieve the first 
matched token or comment of a node's token stream with includeComments and skip 
and filter options
ok 19834 TokenStore when calling getFirstToken should retrieve the first 
comment if the comment is at the last of nodes
ok 19835 TokenStore when calling getFirstToken should retrieve the first token 
(without includeComments option) if the comment is at the last of nodes
ok 19836 TokenStore when calling getLastTokens should retrieve zero tokens from 
the end of a node's token stream
ok 19837 TokenStore when calling getLastTokens should retrieve one token from 
the end of a node's token stream
ok 19838 TokenStore when calling getLastTokens should retrieve more than one 
token from the end of a node's token stream
ok 19839 TokenStore when calling getLastTokens should retrieve all tokens from 
the end of a node's token stream
ok 19840 TokenStore when calling getLastTokens should retrieve more than one 
token from the end of a node's token stream with count option
ok 19841 TokenStore when calling getLastTokens should retrieve matched tokens 
from the end of a node's token stream with filter option
ok 19842 TokenStore when calling getLastTokens should retrieve matched tokens 
from the end of a node's token stream with filter and count options
ok 19843 TokenStore when calling getLastTokens should retrieve all tokens from 
the end of a node's token stream with includeComments option
ok 19844 TokenStore when calling getLastTokens should retrieve matched tokens 
from the end of a node's token stream with includeComments and count options
ok 19845 TokenStore when calling getLastTokens should retrieve matched tokens 
from the end of a node's token stream with includeComments and count and filter 
options
ok 19846 TokenStore when calling getLastToken should retrieve the last token of 
a node's token stream
ok 19847 TokenStore when calling getLastToken should skip a given number of 
tokens
ok 19848 TokenStore when calling getLastToken should skip a given number of 
tokens with skip option
ok 19849 TokenStore when calling getLastToken should retrieve the last matched 
token of a node's token stream with filter option
ok 19850 TokenStore when calling getLastToken should retrieve the last matched 
token of a node's token stream with filter and skip options
ok 19851 TokenStore when calling getLastToken should retrieve the last token of 
a node's token stream with includeComments option
ok 19852 TokenStore when calling getLastToken should retrieve the last token of 
a node's token stream with includeComments and skip options
ok 19853 TokenStore when calling getLastToken should retrieve the last token of 
a node's token stream with includeComments and skip and filter options
ok 19854 TokenStore when calling getLastToken should retrieve the last comment 
if the comment is at the last of nodes
ok 19855 TokenStore when calling getLastToken should retrieve the last token 
(without includeComments option) if the comment is at the last of nodes
ok 19856 TokenStore when calling getFirstTokensBetween should retrieve zero 
tokens between adjacent nodes
ok 19857 TokenStore when calling getFirstTokensBetween should retrieve multiple 
tokens between non-adjacent nodes with count option
ok 19858 TokenStore when calling getFirstTokensBetween should retrieve matched 
tokens between non-adjacent nodes with filter option
ok 19859 TokenStore when calling getFirstTokensBetween should retrieve all 
tokens between non-adjacent nodes with empty object option
ok 19860 TokenStore when calling getFirstTokensBetween should retrieve multiple 
tokens between non-adjacent nodes with includeComments option
ok 19861 TokenStore when calling getFirstTokensBetween should retrieve multiple 
tokens between non-adjacent nodes with includeComments and count options
ok 19862 TokenStore when calling getFirstTokensBetween should retrieve multiple 
tokens and comments between non-adjacent nodes with includeComments and filter 
options
ok 19863 TokenStore when calling getFirstTokenBetween should return null 
between adjacent nodes
ok 19864 TokenStore when calling getFirstTokenBetween should retrieve one token 
between non-adjacent nodes with count option
ok 19865 TokenStore when calling getFirstTokenBetween should retrieve one token 
between non-adjacent nodes with skip option
ok 19866 TokenStore when calling getFirstTokenBetween should return null if 
it's skipped beyond the right token
ok 19867 TokenStore when calling getFirstTokenBetween should retrieve the first 
matched token between non-adjacent nodes with filter option
ok 19868 TokenStore when calling getFirstTokenBetween should retrieve first 
token or comment between non-adjacent nodes with includeComments option
ok 19869 TokenStore when calling getFirstTokenBetween should retrieve first 
token or comment between non-adjacent nodes with includeComments and skip 
options
ok 19870 TokenStore when calling getFirstTokenBetween should retrieve first 
token or comment between non-adjacent nodes with includeComments and skip and 
filter options
ok 19871 TokenStore when calling getLastTokensBetween should retrieve zero 
tokens between adjacent nodes
ok 19872 TokenStore when calling getLastTokensBetween should retrieve multiple 
tokens between non-adjacent nodes with count option
ok 19873 TokenStore when calling getLastTokensBetween should retrieve matched 
tokens between non-adjacent nodes with filter option
ok 19874 TokenStore when calling getLastTokensBetween should retrieve all 
tokens between non-adjacent nodes with empty object option
ok 19875 TokenStore when calling getLastTokensBetween should retrieve all 
tokens and comments between non-adjacent nodes with includeComments option
ok 19876 TokenStore when calling getLastTokensBetween should retrieve multiple 
tokens between non-adjacent nodes with includeComments and count options
ok 19877 TokenStore when calling getLastTokensBetween should retrieve multiple 
tokens and comments between non-adjacent nodes with includeComments and filter 
options
ok 19878 TokenStore when calling getLastTokenBetween should return null between 
adjacent nodes
ok 19879 TokenStore when calling getLastTokenBetween should retrieve one token 
between non-adjacent nodes with count option
ok 19880 TokenStore when calling getLastTokenBetween should retrieve one token 
between non-adjacent nodes with skip option
ok 19881 TokenStore when calling getLastTokenBetween should return null if it's 
skipped beyond the right token
ok 19882 TokenStore when calling getLastTokenBetween should retrieve the first 
matched token between non-adjacent nodes with filter option
ok 19883 TokenStore when calling getLastTokenBetween should retrieve first 
token or comment between non-adjacent nodes with includeComments option
ok 19884 TokenStore when calling getLastTokenBetween should retrieve first 
token or comment between non-adjacent nodes with includeComments and skip 
options
ok 19885 TokenStore when calling getLastTokenBetween should retrieve first 
token or comment between non-adjacent nodes with includeComments and skip and 
filter options
ok 19886 TokenStore when calling getTokensBetween should retrieve zero tokens 
between adjacent nodes
ok 19887 TokenStore when calling getTokensBetween should retrieve one token 
between nodes
ok 19888 TokenStore when calling getTokensBetween should retrieve multiple 
tokens between non-adjacent nodes
ok 19889 TokenStore when calling getTokensBetween should retrieve surrounding 
tokens when asked for padding
ok 19890 TokenStore when calling getTokenByRangeStart should return identifier 
token
ok 19891 TokenStore when calling getTokenByRangeStart should return null when 
token doesn't exist
ok 19892 TokenStore when calling getTokenByRangeStart should return a comment 
token when includeComments is true
ok 19893 TokenStore when calling getTokenByRangeStart should not return a 
comment token at the supplied index when includeComments is false
ok 19894 TokenStore when calling getTokenByRangeStart should not return comment 
tokens by default
ok 19895 TokenStore when calling getTokenOrCommentBefore should retrieve one 
token or comment before a node
ok 19896 TokenStore when calling getTokenOrCommentBefore should skip a given 
number of tokens
ok 19897 TokenStore when calling getTokenOrCommentAfter should retrieve one 
token or comment after a node
ok 19898 TokenStore when calling getTokenOrCommentAfter should skip a given 
number of tokens
ok 19899 TokenStore when calling getFirstToken & getTokenAfter should retrieve 
all tokens and comments in the node
ok 19900 TokenStore when calling getFirstToken & getTokenAfter should retrieve 
all tokens and comments in the node (no spaces)
ok 19901 TokenStore when calling getLastToken & getTokenBefore should retrieve 
all tokens and comments in the node
ok 19902 TokenStore when calling getLastToken & getTokenBefore should retrieve 
all tokens and comments in the node (no spaces)
ok 19903 TokenStore when calling commentsExistBetween should retrieve false if 
comments don't exist
ok 19904 TokenStore when calling commentsExistBetween should retrieve true if 
comments exist
ok 19905 TokenStore getCommentsBefore should retrieve comments before a node
ok 19906 TokenStore getCommentsBefore should retrieve comments before a token
ok 19907 TokenStore getCommentsBefore should retrieve multiple comments before 
a node
ok 19908 TokenStore getCommentsBefore should retrieve comments before a Program 
node
ok 19909 TokenStore getCommentsBefore should return an empty array if there are 
no comments before a node or token
ok 19910 TokenStore getCommentsAfter should retrieve comments after a node
ok 19911 TokenStore getCommentsAfter should retrieve comments after a token
ok 19912 TokenStore getCommentsAfter should retrieve multiple comments after a 
node
ok 19913 TokenStore getCommentsAfter should retrieve comments after a Program 
node
ok 19914 TokenStore getCommentsAfter should return an empty array if there are 
no comments after a node or token
ok 19915 TokenStore getCommentsInside should retrieve comments inside a node
ok 19916 TokenStore getCommentsInside should return an empty array if a node 
does not contain any comments
ok 19917 reduceBadExampleSize() extracts relevant part of deeply nested code
ok 19918 reduceBadExampleSize() removes irrelevant parts of AST nodes with many 
children
ok 19919 reduceBadExampleSize() removes irrelevant comments from the source code
meta-schema not available
ok 19920 consistent-docs-description valid module.exports = function(context) 
{\u000a    return {\u000a        Program: function(node) {}\u000a    };\u000a};
meta-schema not available
ok 19921 consistent-docs-description valid module.exports = {\u000a    meta: 
{},\u000a    create: function(context) {\u000a        return {};\u000a    
}\u000a};
meta-schema not available
ok 19922 consistent-docs-description valid module.exports = {\u000a    meta: 
{\u000a        docs: {\u000a            description: 'enforce some stuff'\u000a 
       }\u000a    },\u000a    create: function(context) {\u000a        return 
{};\u000a    }\u000a};
meta-schema not available
ok 19923 consistent-docs-description valid module.exports = {\u000a    meta: 
{\u000a        docs: {\u000a            description: 'require some 
things'\u000a        }\u000a    },\u000a    create: function(context) {\u000a   
     return {};\u000a    }\u000a};
meta-schema not available
ok 19924 consistent-docs-description valid module.exports = {\u000a    meta: 
{\u000a        docs: {\u000a            description: 'disallow bad 
things'\u000a        }\u000a    },\u000a    create: function(context) {\u000a   
     return {};\u000a    }\u000a};
meta-schema not available
ok 19925 consistent-docs-description invalid module.exports = {\u000a    meta: 
{\u000a        docs: {\u000a            description: 'do stuff'\u000a        
}\u000a    },\u000a    create: function(context) {\u000a        return 
{};\u000a    }\u000a};
meta-schema not available
ok 19926 consistent-docs-description invalid module.exports = {\u000a    meta: 
{\u000a        docs: {\u000a            description: 'Require stuff'\u000a      
  }\u000a    },\u000a    create: function(context) {\u000a        return 
{};\u000a    }\u000a};
meta-schema not available
ok 19927 consistent-docs-description invalid module.exports = {\u000a    meta: 
{\u000a        docs: {\u000a            description: 'Enforce stuff'\u000a      
  }\u000a    },\u000a    create: function(context) {\u000a        return 
{};\u000a    }\u000a};
meta-schema not available
ok 19928 consistent-docs-description invalid module.exports = {\u000a    meta: 
{\u000a        docs: {\u000a            description: 'Disallow stuff'\u000a     
   }\u000a    },\u000a    create: function(context) {\u000a        return 
{};\u000a    }\u000a};
meta-schema not available
ok 19929 consistent-docs-description invalid module.exports = {\u000a    meta: 
{\u000a        docs: {\u000a            description: ' disallow (whitespace in 
the beginning)'\u000a        }\u000a    },\u000a    create: function(context) 
{\u000a        return {};\u000a    }\u000a};
meta-schema not available
ok 19930 consistent-docs-description invalid module.exports = {\u000a    meta: 
{\u000a        docs: {\u000a            description: '    disallow (whitespaces 
in the beginning)'\u000a        }\u000a    },\u000a    create: 
function(context) {\u000a        return {};\u000a    }\u000a};
meta-schema not available
ok 19931 consistent-docs-description invalid module.exports = {\u000a    meta: 
{\u000a        docs: {\u000a            description: '  '\u000a        }\u000a  
  },\u000a    create: function(context) {\u000a        return {};\u000a    
}\u000a};
meta-schema not available
ok 19932 consistent-docs-description invalid module.exports = {\u000a    meta: 
{\u000a        docs: {\u000a            description: ''\u000a        }\u000a    
},\u000a    create: function(context) {\u000a        return {};\u000a    
}\u000a};
meta-schema not available
ok 19933 consistent-docs-description invalid module.exports = {\u000a    meta: 
{\u000a        docs: {\u000a            description: true\u000a        }\u000a  
  },\u000a    create: function(context) {\u000a        return {};\u000a    
}\u000a};
meta-schema not available
ok 19934 consistent-docs-url valid module.exports = function(context) {\u000a   
 return {\u000a        Program: function(node) {}\u000a    };\u000a};
meta-schema not available
ok 19935 consistent-docs-url valid module.exports = {\u000a    meta: {\u000a    
    docs: {\u000a            url: 'https://eslint.org/docs/rules/<input>'\u000a 
       }\u000a    },\u000a    create: function(context) {\u000a        return 
{};\u000a    }\u000a};
meta-schema not available
ok 19936 consistent-docs-url invalid module.exports = {\u000a    meta: {\u000a  
  },\u000a    create: function(context) {\u000a        return {};\u000a    
}\u000a};
meta-schema not available
ok 19937 consistent-docs-url invalid module.exports = {\u000a    meta: {\u000a  
      docs: {}\u000a    },\u000a    create: function(context) {\u000a        
return {};\u000a    }\u000a};
meta-schema not available
ok 19938 consistent-docs-url invalid module.exports = {\u000a    meta: {\u000a  
      docs: {\u000a            url: 'http://example.com/wrong-url'\u000a        
}\u000a    },\u000a    create: function(context) {\u000a        return 
{};\u000a    }\u000a};
meta-schema not available
ok 19939 consistent-meta-messages valid module.exports = {\u000a            
meta: {\u000a                messages: {unexpected: "an error occurs."}\u000a   
         }\u000a        };
meta-schema not available
ok 19940 consistent-meta-messages invalid \u000a            module.exports = 
{\u000a                meta: {}\u000a            };
meta-schema not available
ok 19941 internal-rules/multiline-comment-style valid \u000a            
//----------------\u000a            // Rule Description\u000a            
//----------------\u000a        
meta-schema not available
ok 19942 internal-rules/multiline-comment-style valid \u000a            
/*\u000a             * Block comment\u000a             */\u000a        
meta-schema not available
ok 19943 internal-rules/multiline-comment-style valid \u000a            // 
single-line comment\u000a        
meta-schema not available
ok 19944 internal-rules/multiline-comment-style invalid \u000a                
// foo\u000a                // bar\u000a            
meta-schema not available
ok 19945 no-invalid-meta valid module.exports = {\u000a    meta: {\u000a        
docs: {\u000a            description: 'some rule',\u000a            category: 
'Internal',\u000a            recommended: false\u000a        },\u000a        
schema: []\u000a    },\u000a    create: function(context) {\u000a        return 
{\u000a            Program: function(node) {\u000a                
context.report({\u000a                    node: node\u000a                
});\u000a            }\u000a        };\u000a    }\u000a};
meta-schema not available
ok 19946 no-invalid-meta valid module.exports = {\u000a    meta: {\u000a        
docs: {\u000a            description: 'some rule',\u000a            category: 
'Internal',\u000a            recommended: false\u000a        },\u000a        
schema: []\u000a    },\u000a    create: function(context) {\u000a        return 
{\u000a            Program: function(node) {\u000a                
context.report(node, 'Getter is not present');\u000a            }\u000a        
};\u000a    }\u000a};
meta-schema not available
ok 19947 no-invalid-meta valid module.exports = {\u000a    meta: {\u000a        
docs: {\u000a            description: 'some rule',\u000a            category: 
'Internal',\u000a            recommended: false\u000a        },\u000a        
schema: [],\u000a        fixable: 'whitespace'\u000a    },\u000a    create: 
function(context) {\u000a        return {\u000a            Program: 
function(node) {\u000a                context.report({\u000a                    
node: node,\u000a                    fix: function(fixer) {\u000a               
         return fixer.insertTextAfter(node, ' ');\u000a                    
}\u000a                });\u000a            }\u000a        };\u000a    }\u000a};
meta-schema not available
ok 19948 no-invalid-meta invalid module.exports = function(context) {\u000a    
return {\u000a        Program: function(node) {}\u000a    };\u000a};
meta-schema not available
ok 19949 no-invalid-meta invalid module.exports = {\u000a    create: 
function(context) {\u000a        return {\u000a            Program: 
function(node) {}\u000a        };\u000a    }\u000a};
meta-schema not available
ok 19950 no-invalid-meta invalid module.exports = {\u000a    meta: [],\u000a    
create: function(context) {\u000a        return {\u000a            Program: 
function(node) {}\u000a        };\u000a    }\u000a};
meta-schema not available
ok 19951 no-invalid-meta invalid module.exports = {\u000a    meta: {\u000a      
  schema: []\u000a    },\u000a    create: function(context) {\u000a        
return {\u000a            Program: function(node) {}\u000a        };\u000a    
}\u000a};
meta-schema not available
ok 19952 no-invalid-meta invalid module.exports = {\u000a    meta: {\u000a      
  docs: {\u000a            category: 'Internal',\u000a            recommended: 
false\u000a        },\u000a        schema: []\u000a    },\u000a    create: 
function(context) {\u000a        return {\u000a            Program: 
function(node) {}\u000a        };\u000a    }\u000a};
meta-schema not available
ok 19953 no-invalid-meta invalid module.exports = {\u000a    meta: {\u000a      
  docs: {\u000a            description: 'some rule',\u000a            
recommended: false\u000a        },\u000a        schema: []\u000a    },\u000a    
create: function(context) {\u000a        return {\u000a            Program: 
function(node) {}\u000a        };\u000a    }\u000a};
meta-schema not available
ok 19954 no-invalid-meta invalid module.exports = {\u000a    meta: {\u000a      
  docs: {\u000a            description: 'some rule',\u000a            category: 
'Internal'\u000a        },\u000a        schema: []\u000a    },\u000a    create: 
function(context) {\u000a        return {\u000a            Program: 
function(node) {}\u000a        };\u000a    }\u000a};
meta-schema not available
ok 19955 no-invalid-meta invalid module.exports = {\u000a    meta: {\u000a      
  docs: {\u000a            description: 'some rule',\u000a            category: 
'Internal',\u000a            recommended: false\u000a        }\u000a    
},\u000a    create: function(context) {\u000a        return {\u000a            
Program: function(node) {}\u000a        };\u000a    }\u000a};
meta-schema not available
ok 19956 no-invalid-meta invalid 
meta-schema not available
ok 19957 no-invalid-meta invalid foo();
meta-schema not available
ok 19958 no-invalid-meta invalid foo = bar;
# tests 19959
# pass 19958
# fail 1
1..19959
make[1]: *** [debian/rules:70: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:164: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

-- 
Pkg-javascript-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to