scalameta / metals

Scala language server with rich IDE features 🚀
https://scalameta.org/metals/
Apache License 2.0
2.09k stars 331 forks source link

The extension for vscode doesn't work for a project which doesn't have build.sbt file #3024

Open jievince opened 3 years ago

jievince commented 3 years ago

The project is https://github.com/neo4j/neo4j/tree/4.3, it consists of java and scala files but doesn't have a build.sbt file. So the extension(v1.10.8) doesn't work.

Java home: /home/bob/.jabba/jdk/adopt@1.11.0-11
Metals version: 0.10.5
2021.08.04 10:21:59 INFO  logging to file /home/bob/neo4j/.metals/metals.log
2021.08.04 10:21:59 INFO  Started: Metals version 0.10.5 in workspace '/home/bob/neo4j' for client Visual Studio Code 1.58.2.
2021.08.04 10:22:01 INFO  time: initialize in 1.74s
Initializing Scala Debugger
2021.08.04 10:22:01 INFO  Flyway Community Edition 7.10.0 by Redgate
2021.08.04 10:22:01 INFO  Database: jdbc:h2:file:/home/bob/neo4j/.metals/metals (H2 1.4)
2021.08.04 10:22:01 INFO  Successfully validated 3 migrations (execution time 00:00.025s)
2021.08.04 10:22:01 INFO  Current version of schema "PUBLIC": 3
2021.08.04 10:22:01 INFO  Schema "PUBLIC" is up to date. No migration necessary.
2021.08.04 10:22:02 INFO  Attempting to connect to the build server...
2021.08.04 10:22:01 WARN  no build target for: /home/bob/neo4j/community/cypher/cypher-logical-plans/src/main/scala/org/neo4j/cypher/internal/logical/plans/OrderedAggregation.scala
2021.08.04 10:22:02 INFO  tracing is disabled for protocol BSP, to enable tracing of incoming and outgoing JSON messages create an empty file at /home/bob/.cache/metals/bsp.trace.json
2021.08.04 10:22:02 INFO  time: Connected to build server in 0.31s
2021.08.04 10:22:02 INFO  Connected to Build server: Bloop v1.4.8-19-4d9f966b
2021.08.04 10:22:03 INFO  skipping build import with status 'Failed'
2021.08.04 10:22:05 INFO  no build target: using presentation compiler with only scala-library: 2.12.14
2021.08.04 10:22:06 INFO  no build target: using presentation compiler with only scala-library: 2.12.14
2021.08.04 10:22:08 INFO  time: code lens generation in 3.26s
2021.08.04 10:22:08 INFO  time: code lens generation in 5.92s
2021.08.04 10:22:09 INFO  time: indexed workspace in 4.35s
2021.08.04 10:22:09 WARN  no build target for: /home/bob/neo4j/community/cypher/cypher-logical-plans/src/main/scala/org/neo4j/cypher/internal/logical/plans/OrderedAggregation.scala
2021.08.04 10:23:15 WARN  no build target for: /home/bob/neo4j/community/cypher/cypher/src/main/scala/org/neo4j/cypher/internal/plandescription/rewrite/InternalPlanDescriptionRewriter.scala
2021.08.04 10:23:24 WARN  no build target for: /home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/InterpretedPipeMapper.scala
Ignoring decorations for non-active document 'file:///home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/InterpretedPipeMapper.scala'.
2021.08.04 10:23:25 WARN  no build target for: /home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/EagerAggregationPipe.scala
2021.08.04 10:23:28 WARN  no build target for: /home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/OrderedAggregationPipe.scala
2021.08.04 10:23:43 WARN  no build target for: /home/bob/neo4j/community/cypher/cypher-logical-plans/src/main/scala/org/neo4j/cypher/internal/logical/plans/Eager.scala
2021.08.04 10:23:53 WARN  no build target for: /home/bob/neo4j/community/cypher/cypher-logical-plans/src/main/scala/org/neo4j/cypher/internal/logical/plans/EmptyResult.scala
2021.08.04 10:24:15 WARN  no build target for: /home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/EagerAggregationPipe.scala
2021.08.04 10:24:39 WARN  no build target for: /home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/InterpretedPipeMapper.scala
2021.08.04 10:25:41 WARN  no build target for: /home/bob/neo4j/community/community-it/cypher-it/src/test/scala/org/neo4j/internal/collector/DataCollectorQueriesAcceptanceTest.scala
2021.08.04 10:25:44 WARN  no build target for: /home/bob/neo4j/community/cypher/cypher/src/main/scala/org/neo4j/cypher/internal/plandescription/rewrite/InternalPlanDescriptionRewriter.scala
2021.08.04 15:29:34 WARN  no build target for: /home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/OrderedAggregationPipe.scala
tgodzik commented 3 years ago

Thanks for reporting! The project contains pom.xml, so it should work correctly, we support sbt, maven, gradle and mill. It looks like the build import failed, do you have any logs from that? You could try rerunning Metals: Import build command via command palette or metals view.

jievince commented 3 years ago

Hi @tgodzik, before I execute mvn clean install command in the shell to build the shell, and build success. But metals go to definition doesn't work. And After I run Metals: Import build as you say, it seems to trigger the build again? Does metals just work when after import build? Indeed, I want to use metals to do go to the definition of functions and header packages.

tgodzik commented 3 years ago

Metals: Import build is needed for Metals to function and it's not the same as mvn clean install. It invokes maven to create configuration files that Metals (or Bloop in reality) can understand. Things should work after a successful import was run, but only for Scala files, Java files are not supported.

jievince commented 3 years ago

The Metals: Import build has finished. But there are many errors, the logs are very long, So I intercepted part of it:

logs Java home: /home/bob/.jabba/jdk/adopt@1.11.0-11 Metals version: 0.10.5 2021.08.04 10:21:59 INFO logging to file /home/bob/neo4j/.metals/metals.log 2021.08.04 10:21:59 INFO Started: Metals version 0.10.5 in workspace '/home/bob/neo4j' for client Visual Studio Code 1.58.2. 2021.08.04 10:22:01 INFO time: initialize in 1.74s Initializing Scala Debugger 2021.08.04 10:22:01 INFO Flyway Community Edition 7.10.0 by Redgate 2021.08.04 10:22:01 INFO Database: jdbc:h2:file:/home/bob/neo4j/.metals/metals (H2 1.4) 2021.08.04 10:22:01 INFO Successfully validated 3 migrations (execution time 00:00.025s) 2021.08.04 10:22:01 INFO Current version of schema "PUBLIC": 3 2021.08.04 10:22:01 INFO Schema "PUBLIC" is up to date. No migration necessary. 2021.08.04 10:22:02 INFO Attempting to connect to the build server... 2021.08.04 10:22:01 WARN no build target for: /home/bob/neo4j/community/cypher/cypher-logical-plans/src/main/scala/org/neo4j/cypher/internal/logical/plans/OrderedAggregation.scala 2021.08.04 10:22:02 INFO tracing is disabled for protocol BSP, to enable tracing of incoming and outgoing JSON messages create an empty file at /home/bob/.cache/metals/bsp.trace.json 2021.08.04 10:22:02 INFO time: Connected to build server in 0.31s 2021.08.04 10:22:02 INFO Connected to Build server: Bloop v1.4.8-19-4d9f966b 2021.08.04 10:22:03 INFO skipping build import with status 'Failed' 2021.08.04 10:22:05 INFO no build target: using presentation compiler with only scala-library: 2.12.14 2021.08.04 10:22:06 INFO no build target: using presentation compiler with only scala-library: 2.12.14 2021.08.04 10:22:08 INFO time: code lens generation in 3.26s 2021.08.04 10:22:08 INFO time: code lens generation in 5.92s 2021.08.04 10:22:09 INFO time: indexed workspace in 4.35s 2021.08.04 10:22:09 WARN no build target for: /home/bob/neo4j/community/cypher/cypher-logical-plans/src/main/scala/org/neo4j/cypher/internal/logical/plans/OrderedAggregation.scala 2021.08.04 10:23:15 WARN no build target for: /home/bob/neo4j/community/cypher/cypher/src/main/scala/org/neo4j/cypher/internal/plandescription/rewrite/InternalPlanDescriptionRewriter.scala 2021.08.04 10:23:24 WARN no build target for: /home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/InterpretedPipeMapper.scala Ignoring decorations for non-active document 'file:///home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/InterpretedPipeMapper.scala'. 2021.08.04 10:23:25 WARN no build target for: /home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/EagerAggregationPipe.scala 2021.08.04 10:23:28 WARN no build target for: /home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/OrderedAggregationPipe.scala 2021.08.04 10:23:43 WARN no build target for: /home/bob/neo4j/community/cypher/cypher-logical-plans/src/main/scala/org/neo4j/cypher/internal/logical/plans/Eager.scala 2021.08.04 10:23:53 WARN no build target for: /home/bob/neo4j/community/cypher/cypher-logical-plans/src/main/scala/org/neo4j/cypher/internal/logical/plans/EmptyResult.scala 2021.08.04 10:24:15 WARN no build target for: /home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/EagerAggregationPipe.scala 2021.08.04 10:24:39 WARN no build target for: /home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/InterpretedPipeMapper.scala 2021.08.04 10:25:41 WARN no build target for: /home/bob/neo4j/community/community-it/cypher-it/src/test/scala/org/neo4j/internal/collector/DataCollectorQueriesAcceptanceTest.scala 2021.08.04 10:25:44 WARN no build target for: /home/bob/neo4j/community/cypher/cypher/src/main/scala/org/neo4j/cypher/internal/plandescription/rewrite/InternalPlanDescriptionRewriter.scala 2021.08.04 15:29:34 WARN no build target for: /home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/OrderedAggregationPipe.scala 2021.08.04 16:45:34 WARN no build target for: /home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/OrderedAggregationPipe.scala 2021.08.04 16:45:34 WARN no build target for: /home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/OrderedAggregationPipe.scala 2021.08.04 16:45:47 INFO running '/home/bob/.jabba/jdk/adopt@1.11.0-11/bin/java -Dfile.encoding=UTF-8 -Dmaven.multiModuleProjectDirectory=/home/bob/neo4j -Dmaven.home=/tmp/metals13252760533823730611 -jar /tmp/metals13252760533823730611/maven-wrapper.jar ch.epfl.scala:maven-bloop_2.12:1.4.8-19-4d9f966b:bloopInstall -DdownloadSources=true' 2021.08.04 16:45:49 INFO [INFO] Scanning for projects... 2021.08.04 16:45:49 INFO [INFO] ------------------------------------------------------------------------ 2021.08.04 16:45:49 INFO [INFO] Reactor Build Order: 2021.08.04 16:45:49 INFO [INFO] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Build resources [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j [pom] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Annotation processors [jar] 2021.08.04 16:45:49 INFO [INFO] Zstandard [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Common [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Unsafe Access [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Native [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Concurrent [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - IO [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Token API [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Locking [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Resource interface [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Collections [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Graph Database API [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Exceptions [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Value [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Testing Utils Parent [pom] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Test utilities [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Random Value [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Schema [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Test IO utilities [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Logging [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Test logging utilities [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Configuration [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Layout [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Diagnostics [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Native index [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - ID Generator [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Monitoring [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Storage Engine API [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - CSV reading and parsing [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Import Utilities [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Storage Engine Test Utilities [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Write-Ahead Log [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Procedure API [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Kernel API [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Test Batch Import utilities [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Database Layout API utilities [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Record storage engine [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Native Spatial Index [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Lucene Index [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Fulltext index [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Test kernel API utilities [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Write-Ahead Logging Test Utilities [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Graph Database Kernel [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community Cypher Build [pom] 2021.08.04 16:45:49 INFO [INFO] openCypher Front End Parent [pom] 2021.08.04 16:45:49 INFO [INFO] openCypher Utils [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Configuration [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Code Generator [jar] 2021.08.04 16:45:49 INFO [INFO] openCypher Expressions [jar] 2021.08.04 16:45:49 INFO [INFO] openCypher AST for the Cypher Query Language [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher AST factory [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher JavaCC based parser [jar] 2021.08.04 16:45:49 INFO [INFO] openCypher Parser [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Neo4j/OpenCypher AST factory [jar] 2021.08.04 16:45:49 INFO [INFO] openCypher Rewriting [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Macros [jar] 2021.08.04 16:45:49 INFO [INFO] openCypher Front End [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Intermediate Representation [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Logical Plans [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Planner SPI [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Runtime Utilities [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Graph Algorithms [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Interpreted Runtime [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Expression Evaluator [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Logical Plan Builder [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Planner [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - SSL [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Buffers [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Command Line [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Database Management System [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Security [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Bolt Protocol Version 1 [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Fabric [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Capabilities [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community Procedures [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Data Collector [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Consistency Checker [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Legacy Batch Inserter [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Import Command Line Tool [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Server API [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Server [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Procedure Compiler Core [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community Integration Tests [pom] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community Integration Test Support [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Test Harness [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Procedure Compiler Parent POM [pom] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Procedure Compiler Integration Tests [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community (Bill of Materials) [pom] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Record Storage Engine Integration Tests [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community Kernel Integration Tests [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Legacy Batch Inserter Integration Tests [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community Index Integration Tests [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community Import Integration Tests [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community DBMS Integration Tests [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community Graph Algorithms Integration Tests [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community Consistency Checker Integration Tests [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community Bolt Integration Tests [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community Generic Integration Tests [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community Fabric Integration Tests [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community Security Integration Tests [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community Cypher Integration Tests [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Push To Cloud - Admin command [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Specification Suite Tools [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Acceptance [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Compatibility Specification Suite [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Logical Plan Generator [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Runtime Acceptance [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Literal Interpreter [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Shell Parent [pom] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Shell [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Cypher Shell Integration Test [jar] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community Build [pom] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Server Assembler [pom] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Community Server Assembler [pom] 2021.08.04 16:45:49 INFO [INFO] Neo4j - Packaging Build [pom] 2021.08.04 16:45:49 INFO [INFO] 2021.08.04 16:45:49 INFO [INFO] ------------------< org.neo4j.build:build-resources >------------------- 2021.08.04 16:45:49 INFO [INFO] Building Neo4j - Build resources 4.3.3-SNAPSHOT [1/120] 2021.08.04 16:45:49 INFO [INFO] --------------------------------[ jar ]--------------------------------- 2021.08.04 16:45:49 INFO [INFO] 2021.08.04 16:45:49 INFO [INFO] --- maven-bloop_2.12:1.4.8-19-4d9f966b:bloopInstall (default-cli) @ build-resources --- 2021.08.04 16:45:51 INFO [INFO] Using empty launcher: no run setup for Neo4j - Build resources. 2021.08.04 16:45:52 INFO [INFO] Scanning for projects... 2021.08.04 16:45:52 INFO [INFO] 2021.08.04 16:45:52 INFO [INFO] ------------------< org.neo4j.build:build-resources >------------------- 2021.08.04 16:45:52 INFO [INFO] Building Neo4j - Build resources 4.3.3-SNAPSHOT 2021.08.04 16:45:52 INFO [INFO] --------------------------------[ jar ]--------------------------------- 2021.08.04 16:45:52 INFO [INFO] 2021.08.04 16:45:52 INFO [INFO] --- maven-dependency-plugin:2.8:sources (default-cli) @ build-resources --- 2021.08.04 16:45:52 INFO [INFO] 2021.08.04 16:45:52 INFO [INFO] The following files have been resolved: 2021.08.04 16:45:52 INFO [INFO] none 2021.08.04 16:45:52 INFO [INFO] 2021.08.04 16:45:52 INFO [INFO] ------------------------------------------------------------------------ 2021.08.04 16:45:52 INFO [INFO] BUILD SUCCESS 2021.08.04 16:45:52 INFO [INFO] ------------------------------------------------------------------------ 2021.08.04 16:45:52 INFO [INFO] Total time: 0.780 s 2021.08.04 16:45:52 INFO [INFO] Finished at: 2021-08-04T16:45:53+08:00 2021.08.04 16:45:52 INFO [INFO] ------------------------------------------------------------------------ 2021.08.04 16:45:52 INFO [WARNING] you don't define org.scala-lang:scala-library as a dependency of the project 2021.08.04 16:45:52 INFO [INFO] Generated .bloop/build-resources.json 2021.08.04 16:45:55 INFO [INFO] Scanning for projects... 2021.08.04 16:45:55 INFO [INFO] 2021.08.04 16:45:55 INFO [INFO] ------------------< org.neo4j.build:build-resources >------------------- 2021.08.04 16:45:55 INFO [INFO] Building Neo4j - Build resources 4.3.3-SNAPSHOT 2021.08.04 16:45:55 INFO [INFO] --------------------------------[ jar ]--------------------------------- 2021.08.04 16:45:55 INFO [INFO] 2021.08.04 16:45:55 INFO [INFO] --- maven-dependency-plugin:2.8:sources (default-cli) @ build-resources --- 2021.08.04 16:45:57 INFO [INFO] 2021.08.04 16:45:57 INFO [INFO] The following files have been resolved: 2021.08.04 16:45:57 INFO [INFO] none 2021.08.04 16:45:57 INFO [INFO] 2021.08.04 16:45:57 INFO [INFO] ------------------------------------------------------------------------ 2021.08.04 16:45:57 INFO [INFO] BUILD SUCCESS 2021.08.04 16:45:57 INFO [INFO] ------------------------------------------------------------------------ 2021.08.04 16:45:57 INFO [INFO] Total time: 1.297 s 2021.08.04 16:45:57 INFO [INFO] Finished at: 2021-08-04T16:45:57+08:00 2021.08.04 16:45:57 INFO [INFO] ------------------------------------------------------------------------ 2021.08.04 16:45:57 INFO [INFO] Generated .bloop/build-resources-test.json 2021.08.04 16:45:57 INFO [INFO] 2021.08.04 16:45:57 INFO [INFO] --------------------------< org.neo4j:parent >-------------------------- 2021.08.04 16:45:57 INFO [INFO] Building Neo4j 4.3.3-SNAPSHOT [2/120] 2021.08.04 16:45:57 INFO [INFO] --------------------------------[ pom ]--------------------------------- 2021.08.04 16:45:57 INFO [INFO] 2021.08.04 16:45:57 INFO [INFO] --- maven-bloop_2.12:1.4.8-19-4d9f966b:bloopInstall (default-cli) @ parent --- 2021.08.04 16:45:57 INFO [INFO] Using empty launcher: no run setup for Neo4j. 2021.08.04 16:45:59 INFO [INFO] Scanning for projects... 2021.08.04 16:46:00 INFO [INFO] ------------------------------------------------------------------------ 2021.08.04 16:46:00 INFO [INFO] Reactor Build Order: 2021.08.04 16:46:00 INFO [INFO] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Build resources [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j [pom] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Annotation processors [jar] 2021.08.04 16:46:00 INFO [INFO] Zstandard [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Common [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Unsafe Access [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Native [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Concurrent [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - IO [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Token API [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Locking [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Resource interface [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Collections [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Graph Database API [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Exceptions [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Value [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Testing Utils Parent [pom] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Test utilities [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Random Value [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Schema [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Test IO utilities [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Logging [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Test logging utilities [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Configuration [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Layout [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Diagnostics [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Native index [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - ID Generator [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Monitoring [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Storage Engine API [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - CSV reading and parsing [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Import Utilities [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Storage Engine Test Utilities [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Write-Ahead Log [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Procedure API [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Kernel API [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Test Batch Import utilities [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Database Layout API utilities [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Record storage engine [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Native Spatial Index [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Lucene Index [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Fulltext index [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Test kernel API utilities [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Write-Ahead Logging Test Utilities [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Graph Database Kernel [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community Cypher Build [pom] 2021.08.04 16:46:00 INFO [INFO] openCypher Front End Parent [pom] 2021.08.04 16:46:00 INFO [INFO] openCypher Utils [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Configuration [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Code Generator [jar] 2021.08.04 16:46:00 INFO [INFO] openCypher Expressions [jar] 2021.08.04 16:46:00 INFO [INFO] openCypher AST for the Cypher Query Language [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher AST factory [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher JavaCC based parser [jar] 2021.08.04 16:46:00 INFO [INFO] openCypher Parser [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Neo4j/OpenCypher AST factory [jar] 2021.08.04 16:46:00 INFO [INFO] openCypher Rewriting [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Macros [jar] 2021.08.04 16:46:00 INFO [INFO] openCypher Front End [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Intermediate Representation [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Logical Plans [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Planner SPI [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Runtime Utilities [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Graph Algorithms [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Interpreted Runtime [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Expression Evaluator [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Logical Plan Builder [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Planner [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - SSL [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Buffers [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Command Line [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Database Management System [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Security [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Bolt Protocol Version 1 [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Fabric [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Capabilities [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community Procedures [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Data Collector [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Consistency Checker [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Legacy Batch Inserter [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Import Command Line Tool [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Server API [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Server [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Procedure Compiler Core [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community Integration Tests [pom] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community Integration Test Support [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Test Harness [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Procedure Compiler Parent POM [pom] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Procedure Compiler Integration Tests [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community (Bill of Materials) [pom] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Record Storage Engine Integration Tests [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community Kernel Integration Tests [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Legacy Batch Inserter Integration Tests [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community Index Integration Tests [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community Import Integration Tests [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community DBMS Integration Tests [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community Graph Algorithms Integration Tests [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community Consistency Checker Integration Tests [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community Bolt Integration Tests [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community Generic Integration Tests [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community Fabric Integration Tests [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community Security Integration Tests [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community Cypher Integration Tests [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Push To Cloud - Admin command [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Specification Suite Tools [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Acceptance [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Compatibility Specification Suite [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Logical Plan Generator [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Runtime Acceptance [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Literal Interpreter [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Shell Parent [pom] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Shell [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Cypher Shell Integration Test [jar] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community Build [pom] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Server Assembler [pom] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Community Server Assembler [pom] 2021.08.04 16:46:00 INFO [INFO] Neo4j - Packaging Build [pom] 2021.08.04 16:46:00 INFO [INFO] 2021.08.04 16:46:00 INFO [INFO] ------------------< org.neo4j.build:build-resources >------------------- 2021.08.04 16:46:00 INFO [INFO] Building Neo4j - Build resources 4.3.3-SNAPSHOT [1/120] 2021.08.04 16:46:00 INFO [INFO] --------------------------------[ jar ]--------------------------------- 2021.08.04 16:46:00 INFO [INFO] 2021.08.04 16:46:00 INFO [INFO] --- maven-dependency-plugin:2.8:sources (default-cli) @ build-resources --- 2021.08.04 16:46:01 INFO [INFO] 2021.08.04 16:46:01 INFO [INFO] The following files have been resolved: 2021.08.04 16:46:01 INFO [INFO] none 2021.08.04 16:46:01 INFO [INFO] 2021.08.04 16:46:01 INFO [INFO] 2021.08.04 16:46:01 INFO [INFO] --------------------------< org.neo4j:parent >-------------------------- 2021.08.04 16:46:01 INFO [INFO] Building Neo4j 4.3.3-SNAPSHOT [2/120] 2021.08.04 16:46:01 INFO [INFO] --------------------------------[ pom ]--------------------------------- 2021.08.04 16:46:01 INFO [INFO] 2021.08.04 16:46:01 INFO [INFO] --- maven-dependency-plugin:3.1.2:sources (default-cli) @ parent --- 2021.08.04 16:46:01 INFO [INFO] 2021.08.04 16:46:01 INFO [INFO] The following files have been resolved: 2021.08.04 16:46:01 INFO [INFO] none 2021.08.04 16:46:01 INFO [INFO] 2021.08.04 16:46:01 INFO [INFO] 2021.08.04 16:46:01 INFO [INFO] -----------------------< org.neo4j:annotations >------------------------ 2021.08.04 16:46:01 INFO [INFO] Building Neo4j - Annotation processors 4.3.3-SNAPSHOT [3/120] 2021.08.04 16:46:01 INFO [INFO] --------------------------------[ jar ]--------------------------------- 2021.08.04 16:46:02 INFO [INFO] 2021.08.04 16:46:02 INFO [INFO] --- maven-dependency-plugin:3.1.2:sources (default-cli) @ annotations --- 2021.08.04 16:46:02 INFO [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava-sources.jar 2021.08.04 16:46:04 INFO [INFO] Can't extract module name from eclipse-collections-10.4.0-sources.jar: Provider class org.eclipse.collections.impl.set.mutable.MutableSetFactoryImpl not in module 2021.08.04 16:46:04 INFO [INFO] Can't extract module name from junit-jupiter-engine-5.7.1-sources.jar: Provider class org.junit.jupiter.engine.JupiterTestEngine not in module 2021.08.04 16:46:04 INFO [INFO] 2021.08.04 16:46:04 INFO [INFO] The following files have been resolved: 2021.08.04 16:46:04 INFO [INFO] org.eclipse.collections:eclipse-collections:jar:sources:10.4.0 2021.08.04 16:46:04 INFO [INFO] org.eclipse.collections:eclipse-collections-api:jar:sources:10.4.0 -- module eclipse.collections.api (auto) 2021.08.04 16:46:04 INFO [INFO] org.apache.commons:commons-lang3:jar:sources:3.11 -- module commons.lang3 (auto) 2021.08.04 16:46:04 INFO [INFO] com.google.code.findbugs:annotations:jar:sources:3.0.1u2 -- module annotations (auto) 2021.08.04 16:46:04 INFO [INFO] net.jcip:jcip-annotations:jar:sources:1.0 -- module jcip.annotations (auto) 2021.08.04 16:46:04 INFO [INFO] com.google.code.findbugs:jsr305:jar:sources:3.0.1 -- module jsr305 (auto) 2021.08.04 16:46:04 INFO [INFO] org.junit.jupiter:junit-jupiter:jar:sources:5.7.1 -- module junit.jupiter (auto) 2021.08.04 16:46:04 INFO [INFO] org.junit.jupiter:junit-jupiter-api:jar:sources:5.7.1 -- module junit.jupiter.api (auto) 2021.08.04 16:46:04 INFO [INFO] org.apiguardian:apiguardian-api:jar:sources:1.1.0 -- module apiguardian.api (auto) 2021.08.04 16:46:04 INFO [INFO] org.opentest4j:opentest4j:jar:sources:1.2.0 -- module opentest4j (auto) 2021.08.04 16:46:04 INFO [INFO] org.junit.platform:junit-platform-commons:jar:sources:1.7.1 -- module junit.platform.commons (auto) 2021.08.04 16:46:04 INFO [INFO] org.junit.jupiter:junit-jupiter-params:jar:sources:5.7.1 -- module junit.jupiter.params (auto) 2021.08.04 16:46:04 INFO [INFO] org.junit.jupiter:junit-jupiter-engine:jar:sources:5.7.1 2021.08.04 16:46:04 INFO [INFO] org.junit.platform:junit-platform-engine:jar:sources:1.7.1 -- module junit.platform.engine (auto) 2021.08.04 16:46:04 INFO [INFO] com.google.testing.compile:compile-testing:jar:sources:0.19 -- module compile.testing (auto) 2021.08.04 16:46:04 INFO [INFO] junit:junit:jar:sources:4.13.2 -- module junit (auto) 2021.08.04 16:46:04 INFO [INFO] com.google.auto.value:auto-value:jar:sources:1.7.4 -- module auto.value (auto) 2021.08.04 16:46:04 INFO [INFO] com.google.truth:truth:jar:sources:1.1.2 -- module truth (auto) 2021.08.04 16:46:04 INFO [INFO] com.google.auto.value:auto-value-annotations:jar:sources:1.7.4 -- module auto.value.annotations (auto) 2021.08.04 16:46:04 INFO [INFO] org.ow2.asm:asm:jar:sources:9.0 -- module asm (auto) 2021.08.04 16:46:04 INFO [INFO] com.google.guava:guava-testlib:jar:sources:30.1-jre -- module guava.testlib (auto) 2021.08.04 16:46:04 INFO [INFO] org.checkerframework:checker-qual:jar:sources:3.5.0 -- module checker.qual (auto) 2021.08.04 16:46:04 INFO [INFO] com.google.errorprone:error_prone_annotations:jar:sources:2.3.4 -- module error.prone.annotations (auto) 2021.08.04 16:46:04 INFO [INFO] com.google.j2objc:j2objc-annotations:jar:sources:1.3 -- module j2objc.annotations (auto) 2021.08.04 16:46:04 INFO [INFO] com.google.guava:guava:jar:sources:30.1-jre -- module guava (auto) 2021.08.04 16:46:04 INFO [INFO] com.google.guava:failureaccess:jar:sources:1.0.1 -- module failureaccess (auto) 2021.08.04 16:46:04 INFO [INFO] 2021.08.04 16:46:04 INFO [INFO] The following files have NOT been resolved: 2021.08.04 16:46:04 INFO [INFO] org.eclipse.collections:eclipse-collections:jar:10.4.0:compile -- module org.eclipse.collections.impl [auto] 2021.08.04 16:46:04 INFO [INFO] org.eclipse.collections:eclipse-collections-api:jar:10.4.0:compile -- module org.eclipse.collections.api [auto] 2021.08.04 16:46:04 INFO [INFO] org.apache.commons:commons-lang3:jar:3.11:compile -- module org.apache.commons.lang3 [auto] 2021.08.04 16:46:04 INFO [INFO] com.google.code.findbugs:annotations:jar:3.0.1u2:provided -- module annotations (auto) 2021.08.04 16:46:04 INFO [INFO] net.jcip:jcip-annotations:jar:1.0:provided -- module jcip.annotations (auto) 2021.08.04 16:46:04 INFO [INFO] com.google.code.findbugs:jsr305:jar:3.0.1:provided -- module jsr305 (auto) 2021.08.04 16:46:04 INFO [INFO] org.junit.jupiter:junit-jupiter:jar:5.7.1:test -- module org.junit.jupiter 2021.08.04 16:46:04 INFO [INFO] org.junit.jupiter:junit-jupiter-api:jar:5.7.1:test -- module org.junit.jupiter.api 2021.08.04 16:46:04 INFO [INFO] org.apiguardian:apiguardian-api:jar:1.1.0:test -- module org.apiguardian.api 2021.08.04 16:46:04 INFO [INFO] org.opentest4j:opentest4j:jar:1.2.0:test -- module org.opentest4j 2021.08.04 16:46:04 INFO [INFO] org.junit.platform:junit-platform-commons:jar:1.7.1:test -- module org.junit.platform.commons 2021.08.04 16:46:04 INFO [INFO] org.junit.jupiter:junit-jupiter-params:jar:5.7.1:test -- module org.junit.jupiter.params 2021.08.04 16:46:04 INFO [INFO] org.junit.jupiter:junit-jupiter-engine:jar:5.7.1:test -- module org.junit.jupiter.engine 2021.08.04 16:46:04 INFO [INFO] org.junit.platform:junit-platform-engine:jar:1.7.1:test -- module org.junit.platform.engine 2021.08.04 16:46:04 INFO [INFO] com.google.testing.compile:compile-testing:jar:0.19:test -- module compile.testing (auto) 2021.08.04 16:46:04 INFO [INFO] junit:junit:jar:4.13.2:provided -- module junit [auto] 2021.08.04 16:46:04 INFO [INFO] com.google.auto.value:auto-value:jar:1.7.4:test -- module auto.value (auto) 2021.08.04 16:46:04 INFO [INFO] com.google.truth:truth:jar:1.1.2:test -- module truth (auto) 2021.08.04 16:46:04 INFO [INFO] com.google.auto.value:auto-value-annotations:jar:1.7.4:test -- module auto.value.annotations (auto) 2021.08.04 16:46:04 INFO [INFO] org.ow2.asm:asm:jar:9.0:test -- module org.objectweb.asm 2021.08.04 16:46:04 INFO [INFO] com.google.guava:guava-testlib:jar:30.1-jre:test -- module guava.testlib (auto) 2021.08.04 16:46:04 INFO [INFO] org.checkerframework:checker-qual:jar:3.5.0:test -- module org.checkerframework.checker.qual [auto] 2021.08.04 16:46:04 INFO [INFO] com.google.errorprone:error_prone_annotations:jar:2.3.4:test -- module com.google.errorprone.annotations [auto] 2021.08.04 16:46:04 INFO [INFO] com.google.j2objc:j2objc-annotations:jar:1.3:test -- module j2objc.annotations (auto) 2021.08.04 16:46:04 INFO [INFO] com.google.guava:guava:jar:30.1-jre:test -- module com.google.common [auto] 2021.08.04 16:46:04 INFO [INFO] com.google.guava:failureaccess:jar:1.0.1:test -- module failureaccess (auto) 2021.08.04 16:46:04 INFO [INFO] com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:test -- module listenablefuture (auto) 2021.08.04 16:46:04 INFO [INFO] 2021.08.04 16:46:04 INFO [INFO] 2021.08.04 16:46:04 INFO [INFO] ----------------< org.neo4j.licensing-proxy:zstd-proxy >---------------- 2021.08.04 16:46:04 INFO [INFO] Building Zstandard 4.3.3-SNAPSHOT [4/120] 2021.08.04 16:46:04 INFO [INFO] --------------------------------[ jar ]--------------------------------- 2021.08.04 16:46:04 INFO [INFO] 2021.08.04 16:46:04 INFO [INFO] --- maven-dependency-plugin:3.1.2:sources (default-cli) @ zstd-proxy --- 2021.08.04 16:46:04 INFO [INFO] 2021.08.04 16:46:04 INFO [INFO] The following files have been resolved: 2021.08.04 16:46:04 INFO [INFO] com.github.luben:zstd-jni:jar:sources:1.4.8-5 -- module zstd.jni (auto) 2021.08.04 16:46:04 INFO [INFO] 2021.08.04 16:46:04 INFO [INFO] The following files have NOT been resolved: 2021.08.04 16:46:04 INFO [INFO] com.github.luben:zstd-jni:jar:1.4.8-5:compile -- module com.github.luben.zstd_jni [auto] 2021.08.04 16:46:04 INFO [INFO] 2021.08.04 16:46:04 INFO [INFO] 2021.08.04 16:46:04 INFO [INFO] -----------------------< org.neo4j:neo4j-common >----------------------- 2021.08.04 16:46:04 INFO [INFO] Building Neo4j - Common 4.3.3-SNAPSHOT [5/120] 2021.08.04 16:46:04 INFO [INFO] --------------------------------[ jar ]--------------------------------- 2021.08.04 16:46:04 INFO [INFO] 2021.08.04 16:46:04 INFO [INFO] --- maven-dependency-plugin:3.1.2:sources (default-cli) @ neo4j-common --- 2021.08.04 16:46:04 INFO [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.19.0/assertj-core-3.19.0-sources.jar 2021.08.04 16:46:07 INFO [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.19.0/assertj-core-3.19.0-sources.jar (1.2 MB at 592 kB/s) 2021.08.04 16:46:07 INFO [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.7.7/mockito-core-3.7.7-sources.jar 2021.08.04 16:46:07 INFO [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.7.7/mockito-core-3.7.7-sources.jar (518 kB at 601 kB/s) 2021.08.04 16:46:07 INFO [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.19/byte-buddy-1.10.19-sources.jar 2021.08.04 16:46:08 INFO [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.19/byte-buddy-1.10.19-sources.jar (1.2 MB at 2.3 MB/s) 2021.08.04 16:46:08 INFO [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.19/byte-buddy-agent-1.10.19-sources.jar 2021.08.04 16:46:08 INFO [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.19/byte-buddy-agent-1.10.19-sources.jar (207 kB at 512 kB/s) 2021.08.04 16:46:08 INFO [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1-sources.jar 2021.08.04 16:46:08 INFO [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1-sources.jar (59 kB at 153 kB/s) 2021.08.04 16:46:08 INFO [INFO] Can't extract module name from annotations-4.3.3-SNAPSHOT-sources.jar: Provider class org.neo4j.annotations.service.ServiceAnnotationProcessor not in module 2021.08.04 16:46:08 INFO [INFO] Can't extract module name from eclipse-collections-10.4.0-sources.jar: Provider class org.eclipse.collections.impl.set.mutable.MutableSetFactoryImpl not in module 2021.08.04 16:46:08 INFO [INFO] Can't extract module name from junit-jupiter-engine-5.7.1-sources.jar: Provider class org.junit.jupiter.engine.JupiterTestEngine not in module 2021.08.04 16:46:08 INFO [INFO] Can't extract module name from byte-buddy-1.10.19-sources.jar: byte.buddy: Invalid module name: 'byte' is not a Java identifier 2021.08.04 16:46:08 INFO [INFO] Can't extract module name from byte-buddy-agent-1.10.19-sources.jar: byte.buddy.agent: Invalid module name: 'byte' is not a Java identifier 2021.08.04 16:46:09 INFO [INFO] 2021.08.04 16:46:09 INFO [INFO] The following files have been resolved: 2021.08.04 16:46:09 INFO [INFO] com.google.code.findbugs:annotations:jar:sources:3.0.1u2 -- module annotations (auto) 2021.08.04 16:46:09 INFO [INFO] net.jcip:jcip-annotations:jar:sources:1.0 -- module jcip.annotations (auto) 2021.08.04 16:46:09 INFO [INFO] com.google.code.findbugs:jsr305:jar:sources:3.0.1 -- module jsr305 (auto) 2021.08.04 16:46:09 INFO [INFO] org.neo4j:annotations:jar:sources:4.3.3-SNAPSHOT 2021.08.04 16:46:09 INFO [INFO] org.eclipse.collections:eclipse-collections:jar:sources:10.4.0 2021.08.04 16:46:09 INFO [INFO] org.eclipse.collections:eclipse-collections-api:jar:sources:10.4.0 -- module eclipse.collections.api (auto) 2021.08.04 16:46:09 INFO [INFO] org.apache.commons:commons-lang3:jar:sources:3.11 -- module commons.lang3 (auto) 2021.08.04 16:46:09 INFO [INFO] org.junit.jupiter:junit-jupiter:jar:sources:5.7.1 -- module junit.jupiter (auto) 2021.08.04 16:46:09 INFO [INFO] org.junit.jupiter:junit-jupiter-api:jar:sources:5.7.1 -- module junit.jupiter.api (auto) 2021.08.04 16:46:09 INFO [INFO] org.apiguardian:apiguardian-api:jar:sources:1.1.0 -- module apiguardian.api (auto) 2021.08.04 16:46:09 INFO [INFO] org.opentest4j:opentest4j:jar:sources:1.2.0 -- module opentest4j (auto) 2021.08.04 16:46:09 INFO [INFO] org.junit.platform:junit-platform-commons:jar:sources:1.7.1 -- module junit.platform.commons (auto) 2021.08.04 16:46:09 INFO [INFO] org.junit.jupiter:junit-jupiter-params:jar:sources:5.7.1 -- module junit.jupiter.params (auto) 2021.08.04 16:46:09 INFO [INFO] org.junit.jupiter:junit-jupiter-engine:jar:sources:5.7.1 2021.08.04 16:46:09 INFO [INFO] org.junit.platform:junit-platform-engine:jar:sources:1.7.1 -- module junit.platform.engine (auto) 2021.08.04 16:46:09 INFO [INFO] org.assertj:assertj-core:jar:sources:3.19.0 -- module assertj.core (auto) 2021.08.04 16:46:09 INFO [INFO] org.mockito:mockito-core:jar:sources:3.7.7 -- module mockito.core (auto) 2021.08.04 16:46:09 INFO [INFO] net.bytebuddy:byte-buddy:jar:sources:1.10.19 2021.08.04 16:46:09 INFO [INFO] net.bytebuddy:byte-buddy-agent:jar:sources:1.10.19 2021.08.04 16:46:09 INFO [INFO] org.objenesis:objenesis:jar:sources:3.1 -- module objenesis (auto) 2021.08.04 16:46:09 INFO [INFO] 2021.08.04 16:46:09 INFO [INFO] The following files have NOT been resolved: 2021.08.04 16:46:09 INFO [INFO] com.google.code.findbugs:annotations:jar:3.0.1u2:provided -- module annotations (auto) 2021.08.04 16:46:09 INFO [INFO] net.jcip:jcip-annotations:jar:1.0:provided -- module jcip.annotations (auto) 2021.08.04 16:46:09 INFO [INFO] com.google.code.findbugs:jsr305:jar:3.0.1:provided -- module jsr305 (auto) 2021.08.04 16:46:09 INFO [INFO] org.neo4j:annotations:jar:4.3.3-SNAPSHOT:compile -- module org.neo4j.annotations [auto] 2021.08.04 16:46:09 INFO [INFO] org.eclipse.collections:eclipse-collections:jar:10.4.0:compile -- module org.eclipse.collections.impl [auto] 2021.08.04 16:46:09 INFO [INFO] org.eclipse.collections:eclipse-collections-api:jar:10.4.0:compile -- module org.eclipse.collections.api [auto] 2021.08.04 16:46:09 INFO [INFO] org.apache.commons:commons-lang3:jar:3.11:compile -- module org.apache.commons.lang3 [auto] 2021.08.04 16:46:09 INFO [INFO] org.junit.jupiter:junit-jupiter:jar:5.7.1:test -- module org.junit.jupiter 2021.08.04 16:46:09 INFO [INFO] org.junit.jupiter:junit-jupiter-api:jar:5.7.1:test -- module org.junit.jupiter.api 2021.08.04 16:46:09 INFO [INFO] org.apiguardian:apiguardian-api:jar:1.1.0:test -- module org.apiguardian.api 2021.08.04 16:46:09 INFO [INFO] org.opentest4j:opentest4j:jar:1.2.0:test -- module org.opentest4j 2021.08.04 16:46:09 INFO [INFO] org.junit.platform:junit-platform-commons:jar:1.7.1:test -- module org.junit.platform.commons 2021.08.04 16:46:09 INFO [INFO] org.junit.jupiter:junit-jupiter-params:jar:5.7.1:test -- module org.junit.jupiter.params 2021.08.04 16:46:09 INFO [INFO] org.junit.jupiter:junit-jupiter-engine:jar:5.7.1:test -- module org.junit.jupiter.engine 2021.08.04 16:46:09 INFO [INFO] org.junit.platform:junit-platform-engine:jar:1.7.1:test -- module org.junit.platform.engine 2021.08.04 16:46:09 INFO [INFO] org.assertj:assertj-core:jar:3.19.0:test -- module org.assertj.core 2021.08.04 16:46:09 INFO [INFO] org.mockito:mockito-core:jar:3.7.7:test -- module org.mockito [auto] 2021.08.04 16:46:09 INFO [INFO] net.bytebuddy:byte-buddy:jar:1.10.19:test -- module net.bytebuddy 2021.08.04 16:46:09 INFO [INFO] net.bytebuddy:byte-buddy-agent:jar:1.10.19:test -- module net.bytebuddy.agent 2021.08.04 16:46:09 INFO [INFO] org.objenesis:objenesis:jar:3.1:test -- module org.objenesis [auto] 2021.08.04 16:46:09 INFO [INFO] 2021.08.04 16:46:09 INFO [INFO] 2021.08.04 16:46:09 INFO [INFO] -----------------------< org.neo4j:neo4j-unsafe >----------------------- 2021.08.04 16:46:09 INFO [INFO] Building Neo4j - Unsafe Access 4.3.3-SNAPSHOT [6/120] 2021.08.04 16:46:09 INFO [INFO] --------------------------------[ jar ]--------------------------------- 2021.08.04 16:46:09 INFO [INFO] 2021.08.04 16:46:09 INFO [INFO] --- maven-dependency-plugin:3.1.2:sources (default-cli) @ neo4j-unsafe --- 2021.08.04 16:46:09 INFO [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.7.0/jna-5.7.0-sources.jar 2021.08.04 16:46:09 INFO [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.7.0/jna-5.7.0-sources.jar (160 kB at 212 kB/s) 2021.08.04 16:46:09 INFO [INFO] Can't extract module name from annotations-4.3.3-SNAPSHOT-sources.jar: Provider class org.neo4j.annotations.service.ServiceAnnotationProcessor not in module 2021.08.04 16:46:09 INFO [INFO] Can't extract module name from eclipse-collections-10.4.0-sources.jar: Provider class org.eclipse.collections.impl.set.mutable.MutableSetFactoryImpl not in module 2021.08.04 16:46:09 INFO [INFO] Can't extract module name from junit-jupiter-engine-5.7.1-sources.jar: Provider class org.junit.jupiter.engine.JupiterTestEngine not in module 2021.08.04 16:46:10 INFO [INFO] 2021.08.04 16:46:10 INFO [INFO] The following files have been resolved: 2021.08.04 16:46:10 INFO [INFO] org.neo4j:neo4j-common:jar:sources:4.3.3-SNAPSHOT -- module neo4j.common (auto) 2021.08.04 16:46:10 INFO [INFO] org.neo4j:annotations:jar:sources:4.3.3-SNAPSHOT 2021.08.04 16:46:10 INFO [INFO] org.eclipse.collections:eclipse-collections:jar:sources:10.4.0 2021.08.04 16:46:10 INFO [INFO] org.eclipse.collections:eclipse-collections-api:jar:sources:10.4.0 -- module eclipse.collections.api (auto) 2021.08.04 16:46:10 INFO [INFO] org.apache.commons:commons-lang3:jar:sources:3.11 -- module commons.lang3 (auto) 2021.08.04 16:46:10 INFO [INFO] org.junit.jupiter:junit-jupiter:jar:sources:5.7.1 -- module junit.jupiter (auto) 2021.08.04 16:46:10 INFO [INFO] org.junit.jupiter:junit-jupiter-api:jar:sources:5.7.1 -- module junit.jupiter.api (auto) 2021.08.04 16:46:10 INFO [INFO] org.apiguardian:apiguardian-api:jar:sources:1.1.0 -- module apiguardian.api (auto) 2021.08.04 16:46:10 INFO [INFO] org.opentest4j:opentest4j:jar:sources:1.2.0 -- module opentest4j (auto) 2021.08.04 16:46:10 INFO [INFO] org.junit.platform:junit-platform-commons:jar:sources:1.7.1 -- module junit.platform.commons (auto) 2021.08.04 16:46:10 INFO [INFO] org.junit.jupiter:junit-jupiter-params:jar:sources:5.7.1 -- module junit.jupiter.params (auto) 2021.08.04 16:46:10 INFO [INFO] org.junit.jupiter:junit-jupiter-engine:jar:sources:5.7.1 2021.08.04 16:46:10 INFO [INFO] org.junit.platform:junit-platform-engine:jar:sources:1.7.1 -- module junit.platform.engine (auto) 2021.08.04 16:46:10 INFO [INFO] org.assertj:assertj-core:jar:sources:3.19.0 -- module assertj.core (auto) 2021.08.04 16:46:10 INFO [INFO] net.java.dev.jna:jna:jar:sources:5.7.0 -- module jna (auto) 2021.08.04 16:46:10 INFO [INFO] 2021.08.04 16:46:10 INFO [INFO] The following files have NOT been resolved: 2021.08.04 16:46:10 INFO [INFO] org.neo4j:neo4j-common:jar:4.3.3-SNAPSHOT:compile -- module org.neo4j.common [auto] 2021.08.04 16:46:10 INFO [INFO] org.neo4j:annotations:jar:4.3.3-SNAPSHOT:compile -- module org.neo4j.annotations [auto] 2021.08.04 16:46:10 INFO [INFO] org.eclipse.collections:eclipse-collections:jar:10.4.0:compile -- module org.eclipse.collections.impl [auto] 2021.08.04 16:46:10 INFO [INFO] org.eclipse.collections:eclipse-collections-api:jar:10.4.0:compile -- module org.eclipse.collections.api [auto] 2021.08.04 16:46:10 INFO [INFO] org.apache.commons:commons-lang3:jar:3.11:compile -- module org.apache.commons.lang3 [auto] 2021.08.04 16:46:10 INFO [INFO] org.junit.jupiter:junit-jupiter:jar:5.7.1:test -- module org.junit.jupiter 2021.08.04 16:46:10 INFO [INFO] org.junit.jupiter:junit-jupiter-api:jar:5.7.1:test -- module org.junit.jupiter.api 2021.08.04 16:46:10 INFO [INFO] org.apiguardian:apiguardian-api:jar:1.1.0:test -- module org.apiguardian.api 2021.08.04 16:46:10 INFO [INFO] org.opentest4j:opentest4j:jar:1.2.0:test -- module org.opentest4j 2021.08.04 16:46:10 INFO [INFO] org.junit.platform:junit-platform-commons:jar:1.7.1:test -- module org.junit.platform.commons 2021.08.04 16:46:10 INFO [INFO] org.junit.jupiter:junit-jupiter-params:jar:5.7.1:test -- module org.junit.jupiter.params 2021.08.04 16:46:10 INFO [INFO] org.junit.jupiter:junit-jupiter-engine:jar:5.7.1:test -- module org.junit.jupiter.engine 2021.08.04 16:46:10 INFO [INFO] org.junit.platform:junit-platform-engine:jar:1.7.1:test -- module org.junit.platform.engine 2021.08.04 16:46:10 INFO [INFO] org.assertj:assertj-core:jar:3.19.0:test -- module org.assertj.core 2021.08.04 16:46:10 INFO [INFO] net.java.dev.jna:jna:jar:5.7.0:compile -- module com.sun.jna [auto] 2021.08.04 16:46:10 INFO [INFO] 2021.08.04 16:46:10 INFO [INFO] 2021.08.04 16:46:10 INFO [INFO] -----------------------< org.neo4j:neo4j-native >----------------------- 2021.08.04 16:46:10 INFO [INFO] Building Neo4j - Native 4.3.3-SNAPSHOT [7/120] 2021.08.04 16:46:10 INFO [INFO] --------------------------------[ jar ]--------------------------------- 2021.08.04 16:46:10 INFO [INFO] 2021.08.04 16:46:10 INFO [INFO] --- maven-dependency-plugin:3.1.2:sources (default-cli) @ neo4j-native --- 2021.08.04 16:46:10 INFO [INFO] Can't extract module name from junit-jupiter-engine-5.7.1-sources.jar: Provider class org.junit.jupiter.engine.JupiterTestEngine not in module 2021.08.04 16:46:10 INFO [INFO] 2021.08.04 16:46:10 INFO [INFO] The following files have been resolved: 2021.08.04 16:46:10 INFO [INFO] net.java.dev.jna:jna:jar:sources:5.7.0 -- module jna (auto) 2021.08.04 16:46:10 INFO [INFO] org.apache.commons:commons-lang3:jar:sources:3.11 -- module commons.lang3 (auto) 2021.08.04 16:46:10 INFO [INFO] org.junit.jupiter:junit-jupiter:jar:sources:5.7.1 -- module junit.jupiter (auto) 2021.08.04 16:46:10 INFO [INFO] org.junit.jupiter:junit-jupiter-api:jar:sources:5.7.1 -- module junit.jupiter.api (auto) 2021.08.04 16:46:10 INFO [INFO] org.apiguardian:apiguardian-api:jar:sources:1.1.0 -- module apiguardian.api (auto) 2021.08.04 16:46:10 INFO [INFO] org.opentest4j:opentest4j:jar:sources:1.2.0 -- module opentest4j (auto) 2021.08.04 16:46:10 INFO [INFO] org.junit.platform:junit-platform-commons:jar:sources:1.7.1 -- module junit.platform.commons (auto) 2021.08.04 16:46:10 INFO [INFO] org.junit.jupiter:junit-jupiter-params:jar:sources:5.7.1 -- module junit.jupiter.params (auto) 2021.08.04 16:46:10 INFO [INFO] org.junit.jupiter:junit-jupiter-engine:jar:sources:5.7.1 2021.08.04 16:46:10 INFO [INFO] org.junit.platform:junit-platform-engine:jar:sources:1.7.1 -- module junit.platform.engine (auto) 2021.08.04 16:46:10 INFO [INFO] org.assertj:assertj-core:jar:sources:3.19.0 -- module assertj.core (auto) 2021.08.04 16:46:10 INFO [INFO] 2021.08.04 16:46:10 INFO [INFO] The following files have NOT been resolved: 2021.08.04 16:46:10 INFO [INFO] net.java.dev.jna:jna:jar:5.7.0:compile -- module com.sun.jna [auto] 2021.08.04 16:46:10 INFO [INFO] org.apache.commons:commons-lang3:jar:3.11:compile -- module org.apache.commons.lang3 [auto] 2021.08.04 16:46:10 INFO [INFO] org.junit.jupiter:junit-jupiter:jar:5.7.1:test -- module org.junit.jupiter 2021.08.04 16:46:10 INFO [INFO] org.junit.jupiter:junit-jupiter-api:jar:5.7.1:test -- module org.junit.jupiter.api 2021.08.04 16:46:10 INFO [INFO] org.apiguardian:apiguardian-api:jar:1.1.0:test -- module org.apiguardian.api 2021.08.04 16:46:10 INFO [INFO] org.opentest4j:opentest4j:jar:1.2.0:test -- module org.opentest4j 2021.08.04 16:46:10 INFO [INFO] org.junit.platform:junit-platform-commons:jar:1.7.1:test -- module org.junit.platform.commons 2021.08.04 16:46:10 INFO [INFO] org.junit.jupiter:junit-jupiter-params:jar:5.7.1:test -- module org.junit.jupiter.params 2021.08.04 16:46:10 INFO [INFO] org.junit.jupiter:junit-jupiter-engine:jar:5.7.1:test -- module org.junit.jupiter.engine 2021.08.04 16:46:10 INFO [INFO] org.junit.platform:junit-platform-engine:jar:1.7.1:test -- module org.junit.platform.engine 2021.08.04 16:46:10 INFO [INFO] org.assertj:assertj-core:jar:3.19.0:test -- module org.assertj.core 2021.08.04 16:46:10 INFO [INFO] 2021.08.04 16:46:10 INFO [INFO] 2021.08.04 16:46:10 INFO [INFO] ---------------------< org.neo4j:neo4j-concurrent >--------------------- 2021.08.04 16:46:10 INFO [INFO] Building Neo4j - Concurrent 4.3.3-SNAPSHOT [8/120] 2021.08.04 16:46:10 INFO [INFO] --------------------------------[ jar ]--------------------------------- 2021.08.04 16:46:10 INFO [INFO] 2021.08.04 16:46:10 INFO [INFO] --- maven-dependency-plugin:3.1.2:sources (default-cli) @ neo4j-concurrent --- 2021.08.04 16:46:10 INFO [INFO] Can't extract module name from annotations-4.3.3-SNAPSHOT-sources.jar: Provider class org.neo4j.annotations.service.ServiceAnnotationProcessor not in module 2021.08.04 16:46:10 INFO [INFO] Can't extract module name from eclipse-collections-10.4.0-sources.jar: Provider class org.eclipse.collections.impl.set.mutable.MutableSetFactoryImpl not in module 2021.08.04 16:46:10 INFO [INFO] Can't extract module name from junit-jupiter-engine-5.7.1-sources.jar: Provider class org.junit.jupiter.engine.JupiterTestEngine not in module

Edit (@tgodzik): I changed the logs to collapse on click.

jievince commented 3 years ago
logs 2021.08.04 17:16:39 INFO time: compiled neo4j-dbms in 2.55s 2021.08.04 17:16:39 INFO compiling neo4j-consistency-check (55 java sources) 2021.08.04 17:16:42 INFO Note: /home/bob/neo4j/community/consistency-check/src/main/java/org/neo4j/consistency/report/ConsistencyReporter.java uses or overrides a deprecated API. 2021.08.04 17:16:42 INFO Note: Recompile with -Xlint:deprecation for details. 2021.08.04 17:16:42 INFO Note: Some input files use unchecked or unsafe operations. 2021.08.04 17:16:42 INFO Note: Recompile with -Xlint:unchecked for details. 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.ParallelExecution$ThrowingRunnable : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/ParallelExecution$ThrowingRunnable has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.ByteArrayBitsManipulator : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/ByteArrayBitsManipulator has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$NodeConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$NodeConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.index.IndexAccessors$IndexReaders : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/index/IndexAccessors$IndexReaders has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.cache.DefaultCacheAccess$1 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/cache/DefaultCacheAccess$1 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RelationshipLink$3 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RelationshipLink$3 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReporter : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReporter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.cache.DefaultCacheAccess$DefaultClient : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/cache/DefaultCacheAccess$DefaultClient has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.ByteArrayBitsManipulator$Slot : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/ByteArrayBitsManipulator$Slot has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RelationshipLink : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RelationshipLink has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.DebugContext$1 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/DebugContext$1 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.internal.SchemaIndexExtensionLoader : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/internal/SchemaIndexExtensionLoader has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RelationshipGroupLink : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RelationshipGroupLink has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.SchemaChecker : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/SchemaChecker has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.index.IndexAccessors : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/index/IndexAccessors has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.full.IdAssigningThreadLocal : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/full/IdAssigningThreadLocal has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.ConsistencyCheckService$RebuildPreventingDegreesInitializer : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/ConsistencyCheckService$RebuildPreventingDegreesInitializer has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RelationshipGroupChecker : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RelationshipGroupChecker has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.IndexChecker$IndexContext : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/IndexChecker$IndexContext has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$PropertyConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$PropertyConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RelationshipLink$4 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RelationshipLink$4 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.Checker : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/Checker has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.IndexSizes : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/IndexSizes has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.SafePropertyChainReader$1 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/SafePropertyChainReader$1 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.SchemaChecker$1 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/SchemaChecker$1 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.SafePropertyChainReader : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/SafePropertyChainReader has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$RelationshipConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$RelationshipConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.EntityTokenIndexCheckState : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/EntityTokenIndexCheckState has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$NeoStoreConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$NeoStoreConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReporter$ReportInvocationHandler : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReporter$ReportInvocationHandler has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.cache.CacheSlots$NextRelationship : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/cache/CacheSlots$NextRelationship has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.cache.CacheAccess : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/cache/CacheAccess has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.SchemaChecker$MandatoryPropertiesBuilder : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/SchemaChecker$MandatoryPropertiesBuilder has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.NodeLink$2 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/NodeLink$2 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$NoConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$NoConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.NodeBasedMemoryLimiter$Factory : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/NodeBasedMemoryLimiter$Factory has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.CountsState$2 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/CountsState$2 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$LabelScanConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$LabelScanConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.CheckerContext : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/CheckerContext has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.BatchedRelationshipRecords : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/BatchedRelationshipRecords has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReporter$ReportHandler : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReporter$ReportHandler has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.storestatistics.Histogram : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/storestatistics/Histogram has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.SchemaChecker$BasicSchemaCheck : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/SchemaChecker$BasicSchemaCheck has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.CheckConsistencyCommand$TargetOption : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/CheckConsistencyCommand$TargetOption has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.full.FullCheck : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/full/FullCheck has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.NodeLink : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/NodeLink has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RelationshipChainChecker$ScanDirection : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RelationshipChainChecker$ScanDirection has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.cache.CacheSlots : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/cache/CacheSlots has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RecordReader : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RecordReader has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.ConsistencyCheckService$RelationshipGroupDegreesStoreManager : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/ConsistencyCheckService$RelationshipGroupDegreesStoreManager has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$LabelTokenConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$LabelTokenConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.IndexChecker : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/IndexChecker has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.CountsState$1 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/CountsState$1 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$IndexConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$IndexConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RecordLoading : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RecordLoading has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.cache.CacheSlots$NodeLink : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/cache/CacheSlots$NodeLink has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.InconsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/InconsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.full.ConsistencyFlags : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/full/ConsistencyFlags has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.cache.CacheSlots$NodeLabel : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/cache/CacheSlots$NodeLabel has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.ConsistencyCheckService$Result : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/ConsistencyCheckService$Result has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.ConsistencyCheckService$1 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/ConsistencyCheckService$1 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.statistics.Counts$Type : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/statistics/Counts$Type has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.store.DirectStoreAccess : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/store/DirectStoreAccess has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$DynamicConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$DynamicConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.CountsState : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/CountsState has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.SchemaRuleKey : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/SchemaRuleKey has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.statistics.DefaultCounts : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/statistics/DefaultCounts has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.InconsistencyMessageLogger : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/InconsistencyMessageLogger has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.store.synthetic.TokenScanDocument : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/store/synthetic/TokenScanDocument has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.InconsistentStoreException : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/InconsistentStoreException has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.ParallelExecution : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/ParallelExecution has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$SchemaConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$SchemaConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.index.IndexAccessors$IndexAccessorLookup : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/index/IndexAccessors$IndexAccessorLookup has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.NodeLink$1 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/NodeLink$1 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RecordStorageConsistencyChecker : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RecordStorageConsistencyChecker has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RelationshipLink$2 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RelationshipLink$2 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.InconsistencyLogger : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/InconsistencyLogger has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReporter$ProxyFactory : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReporter$ProxyFactory has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.NodeBasedMemoryLimiter : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/NodeBasedMemoryLimiter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.cache.PackedMultiFieldCache : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/cache/PackedMultiFieldCache has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.cache.CacheAccess$2 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/cache/CacheAccess$2 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$Reporter : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$Reporter has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RelationshipChainChecker$ScanDirection$1 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RelationshipChainChecker$ScanDirection$1 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.SchemaComplianceChecker : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/SchemaComplianceChecker has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.DebugContext : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/DebugContext has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$RelationshipGroupConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$RelationshipGroupConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.statistics.Counts : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/statistics/Counts has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RelationshipChainChecker$ScanDirection$2 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RelationshipChainChecker$ScanDirection$2 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.CheckConsistencyCommand : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/CheckConsistencyCommand has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.DynamicNodeLabelsCache : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/DynamicNodeLabelsCache has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$PropertyKeyTokenConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$PropertyKeyTokenConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReporter$FormattingDocumentedHandler : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReporter$FormattingDocumentedHandler has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$PrimitiveConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$PrimitiveConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RelationshipChainChecker : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RelationshipChainChecker has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$RelationshipInUseWithCorrectRelationshipTypeReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$RelationshipInUseWithCorrectRelationshipTypeReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RelationshipChecker : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RelationshipChecker has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.CountsState$CountsChecker : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/CountsState$CountsChecker has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.ConsistencyCheckService : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/ConsistencyCheckService has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencySummaryStatistics : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencySummaryStatistics has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.cache.CacheAccess$Client : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/cache/CacheAccess$Client has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.full.ConsistencyCheckIncompleteException : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/full/ConsistencyCheckIncompleteException has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.ConsistencyCheckService$CountsStoreManager : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/ConsistencyCheckService$CountsStoreManager has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.store.synthetic.CountsEntry : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/store/synthetic/CountsEntry has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.cache.DefaultCacheAccess : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/cache/DefaultCacheAccess has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReporter$Monitor : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReporter$Monitor has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RelationshipGroupLink$1 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RelationshipGroupLink$1 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.ConsistencyCheckOptions : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/ConsistencyCheckOptions has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.cache.CacheAccess$1 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/cache/CacheAccess$1 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.ConsistencyCheckService$CountsStorageManager : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/ConsistencyCheckService$CountsStorageManager has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$NodeInUseWithCorrectLabelsReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$NodeInUseWithCorrectLabelsReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RelationshipLink$1 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RelationshipLink$1 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.ParallelExecution$InternalTask : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/ParallelExecution$InternalTask has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.statistics.Counts$1 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/statistics/Counts$1 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.NodeChecker : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/NodeChecker has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.store.synthetic.IndexEntry : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/store/synthetic/IndexEntry has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$DynamicLabelConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$DynamicLabelConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.RecordType : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/RecordType has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.CheckConsistencyCommandProvider : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/CheckConsistencyCommandProvider has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$RelationshipTypeConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$RelationshipTypeConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$CountsConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$CountsConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$RelationshipTypeScanConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$RelationshipTypeScanConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.report.ConsistencyReport$NameConsistencyReport : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/report/ConsistencyReport$NameConsistencyReport has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checking.cache.CacheSlots$RelationshipLink : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checking/cache/CacheSlots$RelationshipLink has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.ConsistencyCheckService$RebuildPreventingCountsInitializer : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/ConsistencyCheckService$RebuildPreventingCountsInitializer has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RelationshipGroupLink$2 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RelationshipGroupLink$2 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.RelationshipGroupLink$3 : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/RelationshipGroupLink$3 has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.ParallelExecution$RangeOperation : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/ParallelExecution$RangeOperation has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 2021.08.04 17:16:42 INFO time: compiled neo4j-consistency-check in 3.37s 2021.08.04 17:16:45 ERROR code navigation does not work for the file '/home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/OrderedAggregationPipe.scala' because the SemanticDB file '/home/bob/neo4j/community/cypher/interpreted-runtime/target/bloop-bsp-clients-classes/classes-Metals-bbpIHnDgQPKceCm53eo0PA==/META-INF/semanticdb/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/OrderedAggregationPipe.scala.semanticdb' doesn't exist. There can be many reasons for this error. 2021.08.04 17:16:46 ERROR code navigation does not work for the file '/home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/OrderedAggregationPipe.scala' because the SemanticDB file '/home/bob/neo4j/community/cypher/interpreted-runtime/target/bloop-bsp-clients-classes/classes-Metals-bbpIHnDgQPKceCm53eo0PA==/META-INF/semanticdb/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/OrderedAggregationPipe.scala.semanticdb' doesn't exist. There can be many reasons for this error. 2021.08.04 17:16:49 ERROR code navigation does not work for the file '/home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/OrderedAggregationPipe.scala' because the SemanticDB file '/home/bob/neo4j/community/cypher/interpreted-runtime/target/bloop-bsp-clients-classes/classes-Metals-bbpIHnDgQPKceCm53eo0PA==/META-INF/semanticdb/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/OrderedAggregationPipe.scala.semanticdb' doesn't exist. There can be many reasons for this error.
tgodzik commented 3 years ago

Looks like there is a bunch of issues with your build and some things might not work correctly:

2021.08.04 17:16:42 WARN Error reading API from class file: org.neo4j.consistency.checker.ParallelExecution$RangeOperation : java.lang.UnsupportedClassVersionError: org/neo4j/consistency/checker/ParallelExecution$RangeOperation has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0

means that some of the code was compiled with JDK 11 and now it's being compiled with JDK 8. You might want to set the JDK version to the main one you are using in metals.javaHome and do a mvn clean before reimporting. Btw. You can just attach the metals.log file, which will make it easier to read.

jievince commented 3 years ago

Where to set metals.javaHome?

tgodzik commented 3 years ago

Where to set metals.javaHome?

In the metals section of the VS Code settings unless you are using a different editor.

jievince commented 3 years ago

metals.javaHome is jdk11, and I do Metals: Import build after mvn clean, the log errors seem as the same as before:

2021.08.04 17:59:18 ERROR code navigation does not work for the file '/home/bob/neo4j/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/OrderedAggregationPipe.scala' because the SemanticDB file '/home/bob/neo4j/community/cypher/interpreted-runtime/target/bloop-bsp-clients-classes/classes-Metals-D4R8xLqIR0WzDB3T4H4-vg==/META-INF/semanticdb/community/cypher/interpreted-runtime/src/main/scala/org/neo4j/cypher/internal/runtime/interpreted/pipes/OrderedAggregationPipe.scala.semanticdb' doesn't exist. There can be many reasons for this error
tgodzik commented 3 years ago

That error just means that the code was not correctly compiled, do you see any diagnostics errors anywhere? Let me take a look at thet repo, maybe it's a bug in config generation.

jievince commented 3 years ago

I don't see anything but metal.log. And the metals.log is too big, I couldn't upload it here

dos65 commented 3 years ago

I've tried to import this project. It took about 10 minutes and reported that Import project partially failed ... however looks like it mostly works well.

Some submodules wasn't imported with BUILD FAILURE but it's hard to say if it's problem with this build or bloop plugin. Attaching my logs but they are huge.

jievince commented 3 years ago

Does the go to defination works for scala files in neo4j?

dos65 commented 3 years ago

Does the go to defination works for scala files in neo4j?

@jievince yep, I tried it in some random files and it works

tgodzik commented 3 years ago

It looks like it doesn't export all the proejct though because of:

[ERROR] Failed to execute goal on project neo4j-id-generator: Could not resolve dependencies for project org.neo4j:neo4j-id-generator:jar:4.3.3-SNAPSHOT: The following artifacts could not be resolved: org.neo4j:neo4j-index:jar:4.3.3-SNAPSHOT, org.neo4j:neo4j-index:jar:tests:4.3.3-SNAPSHOT: Could not find artifact org.neo4j:neo4j-index:jar:4.3.3-SNAPSHOT -> [Help 1]

Looks like the issue with snapshot dependencies we had before, we would need to try and guess those dependencies and link them normally.

jievince commented 3 years ago

Mine doesn't work. image

tgodzik commented 3 years ago

This one looks like the json file is not generate even after mvn install because that one fails:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.2.4:shade (default) on project neo4j-logging: Error creating shaded jar: duplicate entry: META-INF/services/org.neo4j.logging.shaded.log4j.core.util.ContextDataProvider -> [Help 1]

Any idea where it's coming from? Maven is based on local jars for dependencies and if one can't be published then the compile will fail and Metals will not know about all the projects that depend on a particular jar.

We should try doing a workaround that would translate or remove those jars so that the mvn install is not even needed

tgodzik commented 3 years ago

I reopened the issue here https://github.com/scalacenter/bloop/issues/1022 we need to fix that first for sure

jievince commented 2 years ago

I reopened the issue here scalacenter/bloop#1022 we need to fix that first for sure

Hi @tgodzik, how's it going?

tgodzik commented 2 years ago

I took a look whether the recent fixes solved the issues in the neo4j repo, but it seems that the build is still failing on annotation processors and some other things are still problematic unfortunately:

2021.10.20 13:25:29 ERROR Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: org.neo4j.annotations.service.ServiceAnnotationProcessor Unable to get public no-arg constructor

Not yet sure how to fix it in Bloop.

jievince commented 2 years ago

Hey, guys. How's it going

tgodzik commented 2 years ago

No progress recently unfortunately.

jievince commented 2 years ago

Oh, feeling sadly

jievince commented 1 year ago

Hello everyone, any progress? If not, I will have to continue using the jb's IDEA.

ckipp01 commented 1 year ago

Hello everyone, any progress? If not, I will have to continue using the jb's IDEA.

If there aren't any updates in here, it's safe to assume there isn't any progress.