Skip to content

Instantly share code, notes, and snippets.

@berezovskyi
Created October 14, 2016 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berezovskyi/538c49f1cb65e37c00d70c6f081a57f7 to your computer and use it in GitHub Desktop.
Save berezovskyi/538c49f1cb65e37c00d70c6f081a57f7 to your computer and use it in GitHub Desktop.
ldspider build failure
~/code/ldspider (f-oldpom ✘)✭ ᐅ mvn clean package -U
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.ontologycentral:ldspider:jar:1.3
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 204, column 12
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 217, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building LDSpider 1.3
[INFO] ------------------------------------------------------------------------
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml (812 B at 1.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml (942 B at 6.9 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ldspider ---
[INFO] Deleting /Users/andrew/code/ldspider/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ldspider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/andrew/code/ldspider/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ldspider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 85 source files to /Users/andrew/code/ldspider/target/classes
[WARNING] /Users/andrew/code/ldspider/src/main/java/com/ontologycentral/ldspider/Main.java: Some input files use or override a deprecated API.
[WARNING] /Users/andrew/code/ldspider/src/main/java/com/ontologycentral/ldspider/Main.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ldspider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/andrew/code/ldspider/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ldspider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 44 source files to /Users/andrew/code/ldspider/target/test-classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/CrawlerTest.java: Some input files use or override a deprecated API.
[WARNING] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/CrawlerTest.java: Recompile with -Xlint:deprecation for details.
[WARNING] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/frontier/SortingDiskFrontierTest.java: /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/frontier/SortingDiskFrontierTest.java uses unchecked or unsafe operations.
[WARNING] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/frontier/SortingDiskFrontierTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 4 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[17,34] constructor BreadthFirstQueue in class com.ontologycentral.ldspider.queue.BreadthFirstQueue cannot be applied to given types;
required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen,int,int,int,boolean
found: com.ontologycentral.ldspider.tld.TldManager,int,int
reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[59,34] constructor BreadthFirstQueue in class com.ontologycentral.ldspider.queue.BreadthFirstQueue cannot be applied to given types;
required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen,int,int,int,boolean
found: com.ontologycentral.ldspider.tld.TldManager,int,int
reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[68,19] cannot find symbol
symbol: method addDirectly(java.net.URI)
location: variable fq of type com.ontologycentral.ldspider.queue.SpiderQueue
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[70,19] cannot find symbol
symbol: method addDirectly(java.net.URI)
location: variable fq of type com.ontologycentral.ldspider.queue.SpiderQueue
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[71,19] cannot find symbol
symbol: method addDirectly(java.net.URI)
location: variable fq of type com.ontologycentral.ldspider.queue.SpiderQueue
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[72,19] cannot find symbol
symbol: method addDirectly(java.net.URI)
location: variable fq of type com.ontologycentral.ldspider.queue.SpiderQueue
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[73,19] cannot find symbol
symbol: method addDirectly(java.net.URI)
location: variable fq of type com.ontologycentral.ldspider.queue.SpiderQueue
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[74,19] cannot find symbol
symbol: method addDirectly(java.net.URI)
location: variable fq of type com.ontologycentral.ldspider.queue.SpiderQueue
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[75,19] cannot find symbol
symbol: method addDirectly(java.net.URI)
location: variable fq of type com.ontologycentral.ldspider.queue.SpiderQueue
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/BreadthFirstQueueTest.java:[29,42] constructor BreadthFirstQueue in class com.ontologycentral.ldspider.queue.BreadthFirstQueue cannot be applied to given types;
required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen,int,int,int,boolean
found: com.ontologycentral.ldspider.tld.TldManager,int,int
reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/CrawlerTest.java:[61,18] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
(actual and formal argument lists differ in length)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
(actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/FetchTest.java:[34,10] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
(actual and formal argument lists differ in length)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
(actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/FetchTest.java:[47,10] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
(actual and formal argument lists differ in length)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
(actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/ThreadingAddTest.java:[26,34] constructor BreadthFirstQueue in class com.ontologycentral.ldspider.queue.BreadthFirstQueue cannot be applied to given types;
required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen,int,int,int,boolean
found: com.ontologycentral.ldspider.tld.TldManager,int,int
reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/ThreadingAddTest.java:[44,34] constructor LoadBalancingQueue in class com.ontologycentral.ldspider.queue.LoadBalancingQueue cannot be applied to given types;
required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen
found: com.ontologycentral.ldspider.tld.TldManager
reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/SeedReadTest.java:[14,55] incompatible types: java.lang.Iterable<java.net.URI> cannot be converted to java.util.Set<java.net.URI>
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/CrawlerStatsTest.java:[22,18] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
(actual and formal argument lists differ in length)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
(actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/PerformanceTest.java:[24,40] constructor BreadthFirstQueue in class com.ontologycentral.ldspider.queue.BreadthFirstQueue cannot be applied to given types;
required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen,int,int,int,boolean
found: com.ontologycentral.ldspider.tld.TldManager,int,int
reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/PerformanceTest.java:[62,35] cannot find symbol
symbol: method addDirectly(java.net.URI)
location: variable fq of type com.ontologycentral.ldspider.queue.BreadthFirstQueue
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/CrawlLoadBalancedTest.java:[22,18] method evaluateLoadBalanced in class com.ontologycentral.ldspider.Crawler cannot be applied to given types;
required: com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,int
found: com.ontologycentral.ldspider.frontier.Frontier,int
reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/CrawlLoadBalancedTest.java:[34,18] method evaluateLoadBalanced in class com.ontologycentral.ldspider.Crawler cannot be applied to given types;
required: com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,int
found: com.ontologycentral.ldspider.frontier.Frontier,int
reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/CrawlLoadBalancedTest.java:[46,18] method evaluateLoadBalanced in class com.ontologycentral.ldspider.Crawler cannot be applied to given types;
required: com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,int
found: com.ontologycentral.ldspider.frontier.Frontier,int
reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/CrawlerMultipleTest.java:[32,18] method evaluateLoadBalanced in class com.ontologycentral.ldspider.Crawler cannot be applied to given types;
required: com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,int
found: com.ontologycentral.ldspider.frontier.Frontier,int
reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/CrawlerMultipleTest.java:[45,18] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
(actual and formal argument lists differ in length)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
(actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/DBpediaTest.java:[29,14] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
(actual and formal argument lists differ in length)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
(actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/DBpediaTest.java:[43,14] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
(actual and formal argument lists differ in length)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
(actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/hooks/sink/SinkSparulTest.java:[71,6] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int,com.ontologycentral.ldspider.Crawler.Mode)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
(actual and formal argument lists differ in length)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
(actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/ThreadingPollTest.java:[24,34] constructor BreadthFirstQueue in class com.ontologycentral.ldspider.queue.BreadthFirstQueue cannot be applied to given types;
required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen,int,int,int,boolean
found: com.ontologycentral.ldspider.tld.TldManager,int,int
reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/hooks/content/ContentHandlerAny23Test.java:[49,14] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int,com.ontologycentral.ldspider.Crawler.Mode)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
(actual and formal argument lists differ in length)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
(actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/RedirectTest.java:[36,18] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
(actual and formal argument lists differ in length)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
(actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/LoadBalancingQueueTest.java:[21,41] constructor LoadBalancingQueue in class com.ontologycentral.ldspider.queue.LoadBalancingQueue cannot be applied to given types;
required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen
found: com.ontologycentral.ldspider.tld.TldManager
reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/ABoxTBoxTest.java:[69,18] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int,com.ontologycentral.ldspider.Crawler.Mode)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
(actual and formal argument lists differ in length)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
(actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/LoadBalancingQueuePollTest.java:[20,34] constructor LoadBalancingQueue in class com.ontologycentral.ldspider.queue.LoadBalancingQueue cannot be applied to given types;
required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen
found: com.ontologycentral.ldspider.tld.TldManager
reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/SeedTest.java:[24,18] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
(actual and formal argument lists differ in length)
method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
(actual and formal argument lists differ in length)
[INFO] 34 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.213 s
[INFO] Finished at: 2016-10-14T08:58:37+02:00
[INFO] Final Memory: 32M/298M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project ldspider: Compilation failure: Compilation failure:
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[17,34] constructor BreadthFirstQueue in class com.ontologycentral.ldspider.queue.BreadthFirstQueue cannot be applied to given types;
[ERROR] required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen,int,int,int,boolean
[ERROR] found: com.ontologycentral.ldspider.tld.TldManager,int,int
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[59,34] constructor BreadthFirstQueue in class com.ontologycentral.ldspider.queue.BreadthFirstQueue cannot be applied to given types;
[ERROR] required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen,int,int,int,boolean
[ERROR] found: com.ontologycentral.ldspider.tld.TldManager,int,int
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[68,19] cannot find symbol
[ERROR] symbol: method addDirectly(java.net.URI)
[ERROR] location: variable fq of type com.ontologycentral.ldspider.queue.SpiderQueue
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[70,19] cannot find symbol
[ERROR] symbol: method addDirectly(java.net.URI)
[ERROR] location: variable fq of type com.ontologycentral.ldspider.queue.SpiderQueue
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[71,19] cannot find symbol
[ERROR] symbol: method addDirectly(java.net.URI)
[ERROR] location: variable fq of type com.ontologycentral.ldspider.queue.SpiderQueue
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[72,19] cannot find symbol
[ERROR] symbol: method addDirectly(java.net.URI)
[ERROR] location: variable fq of type com.ontologycentral.ldspider.queue.SpiderQueue
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[73,19] cannot find symbol
[ERROR] symbol: method addDirectly(java.net.URI)
[ERROR] location: variable fq of type com.ontologycentral.ldspider.queue.SpiderQueue
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[74,19] cannot find symbol
[ERROR] symbol: method addDirectly(java.net.URI)
[ERROR] location: variable fq of type com.ontologycentral.ldspider.queue.SpiderQueue
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/RedirectTest.java:[75,19] cannot find symbol
[ERROR] symbol: method addDirectly(java.net.URI)
[ERROR] location: variable fq of type com.ontologycentral.ldspider.queue.SpiderQueue
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/BreadthFirstQueueTest.java:[29,42] constructor BreadthFirstQueue in class com.ontologycentral.ldspider.queue.BreadthFirstQueue cannot be applied to given types;
[ERROR] required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen,int,int,int,boolean
[ERROR] found: com.ontologycentral.ldspider.tld.TldManager,int,int
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/CrawlerTest.java:[61,18] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/FetchTest.java:[34,10] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/FetchTest.java:[47,10] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/ThreadingAddTest.java:[26,34] constructor BreadthFirstQueue in class com.ontologycentral.ldspider.queue.BreadthFirstQueue cannot be applied to given types;
[ERROR] required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen,int,int,int,boolean
[ERROR] found: com.ontologycentral.ldspider.tld.TldManager,int,int
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/ThreadingAddTest.java:[44,34] constructor LoadBalancingQueue in class com.ontologycentral.ldspider.queue.LoadBalancingQueue cannot be applied to given types;
[ERROR] required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen
[ERROR] found: com.ontologycentral.ldspider.tld.TldManager
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/SeedReadTest.java:[14,55] incompatible types: java.lang.Iterable<java.net.URI> cannot be converted to java.util.Set<java.net.URI>
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/CrawlerStatsTest.java:[22,18] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/PerformanceTest.java:[24,40] constructor BreadthFirstQueue in class com.ontologycentral.ldspider.queue.BreadthFirstQueue cannot be applied to given types;
[ERROR] required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen,int,int,int,boolean
[ERROR] found: com.ontologycentral.ldspider.tld.TldManager,int,int
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/PerformanceTest.java:[62,35] cannot find symbol
[ERROR] symbol: method addDirectly(java.net.URI)
[ERROR] location: variable fq of type com.ontologycentral.ldspider.queue.BreadthFirstQueue
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/CrawlLoadBalancedTest.java:[22,18] method evaluateLoadBalanced in class com.ontologycentral.ldspider.Crawler cannot be applied to given types;
[ERROR] required: com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,int
[ERROR] found: com.ontologycentral.ldspider.frontier.Frontier,int
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/CrawlLoadBalancedTest.java:[34,18] method evaluateLoadBalanced in class com.ontologycentral.ldspider.Crawler cannot be applied to given types;
[ERROR] required: com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,int
[ERROR] found: com.ontologycentral.ldspider.frontier.Frontier,int
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/CrawlLoadBalancedTest.java:[46,18] method evaluateLoadBalanced in class com.ontologycentral.ldspider.Crawler cannot be applied to given types;
[ERROR] required: com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,int
[ERROR] found: com.ontologycentral.ldspider.frontier.Frontier,int
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/CrawlerMultipleTest.java:[32,18] method evaluateLoadBalanced in class com.ontologycentral.ldspider.Crawler cannot be applied to given types;
[ERROR] required: com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,int
[ERROR] found: com.ontologycentral.ldspider.frontier.Frontier,int
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/CrawlerMultipleTest.java:[45,18] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/DBpediaTest.java:[29,14] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/DBpediaTest.java:[43,14] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/hooks/sink/SinkSparulTest.java:[71,6] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int,com.ontologycentral.ldspider.Crawler.Mode)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/ThreadingPollTest.java:[24,34] constructor BreadthFirstQueue in class com.ontologycentral.ldspider.queue.BreadthFirstQueue cannot be applied to given types;
[ERROR] required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen,int,int,int,boolean
[ERROR] found: com.ontologycentral.ldspider.tld.TldManager,int,int
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/hooks/content/ContentHandlerAny23Test.java:[49,14] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int,com.ontologycentral.ldspider.Crawler.Mode)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/RedirectTest.java:[36,18] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/LoadBalancingQueueTest.java:[21,41] constructor LoadBalancingQueue in class com.ontologycentral.ldspider.queue.LoadBalancingQueue cannot be applied to given types;
[ERROR] required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen
[ERROR] found: com.ontologycentral.ldspider.tld.TldManager
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/ABoxTBoxTest.java:[69,18] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int,com.ontologycentral.ldspider.Crawler.Mode)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/queue/LoadBalancingQueuePollTest.java:[20,34] constructor LoadBalancingQueue in class com.ontologycentral.ldspider.queue.LoadBalancingQueue cannot be applied to given types;
[ERROR] required: org.semanticweb.yars.tld.TldManager,com.ontologycentral.ldspider.queue.Redirects,com.ontologycentral.ldspider.seen.Seen
[ERROR] found: com.ontologycentral.ldspider.tld.TldManager
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /Users/andrew/code/ldspider/src/test/java/com/ontologycentral/ldspider/SeedTest.java:[24,18] no suitable method found for evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,int,int,int)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean,com.ontologycentral.ldspider.Crawler.Mode) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] method com.ontologycentral.ldspider.Crawler.evaluateBreadthFirst(com.ontologycentral.ldspider.frontier.Frontier,com.ontologycentral.ldspider.seen.Seen,com.ontologycentral.ldspider.queue.Redirects,int,int,int,int,boolean) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
~/code/ldspider (f-oldpom ✘)✭ ᐅ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment