Skip to content

Instantly share code, notes, and snippets.

@elect86
Created March 15, 2024 09:48
Show Gist options
  • Save elect86/b71ffa9b63581f83e3b5e73de513bfa3 to your computer and use it in GitHub Desktop.
Save elect86/b71ffa9b63581f83e3b5e73de513bfa3 to your computer and use it in GitHub Desktop.
elect@5800x:~/IdeaProjects/SNT$ mvn test
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.morphonets:SNT >-------------------------
[INFO] Building SNT 4.2.2-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-rules) @ SNT ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- build-helper-maven-plugin:3.4.0:regex-property (sanitize-version) @ SNT ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.4.0:regex-property (guess-package) @ SNT ---
[INFO]
[INFO] --- buildnumber-maven-plugin:3.2.0:create (default) @ SNT ---
[INFO] Executing: /bin/sh -c cd '/home/elect/IdeaProjects/SNT' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/elect/IdeaProjects/SNT
[INFO] Storing buildNumber: 82d854ce4a66355f680c1a2746ce7237bd4b5bb5 at timestamp: 1710495823128
[INFO] Executing: /bin/sh -c cd '/home/elect/IdeaProjects/SNT' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/elect/IdeaProjects/SNT
[INFO] Storing scmBranch: main
[INFO]
[INFO] --- scijava-maven-plugin:2.2.0:set-rootdir (set-rootdir) @ SNT ---
[INFO] Setting rootdir: /home/elect/IdeaProjects/SNT
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (jacoco-initialize) @ SNT ---
[INFO] argLine set to -javaagent:/home/elect/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/elect/IdeaProjects/SNT/target/jacoco.exec
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ SNT ---
[INFO] Copying 86 resources from src/main/resources to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ SNT ---
[INFO] Compiling 313 source files to /home/elect/IdeaProjects/SNT/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[26,43] cannot access graphics.scenery.attribute.material.DefaultMaterial
bad class file: /home/elect/.m2/repository/graphics/scenery/scenery/0.10.0/scenery-0.10.0.jar(/graphics/scenery/attribute/material/DefaultMaterial.class)
class file has wrong version 65.0, should be 55.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[27,43] cannot access graphics.scenery.attribute.material.Material
bad class file: /home/elect/.m2/repository/graphics/scenery/scenery/0.10.0/scenery-0.10.0.jar(/graphics/scenery/attribute/material/Material.class)
class file has wrong version 65.0, should be 55.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[42,16] cannot access sc.iview.SciView
bad class file: /home/elect/.m2/repository/sc/iview/sciview/0.2.0/sciview-0.2.0.jar(/sc/iview/SciView.class)
class file has wrong version 65.0, should be 55.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[43,16] cannot access sc.iview.SciViewService
bad class file: /home/elect/.m2/repository/sc/iview/sciview/0.2.0/sciview-0.2.0.jar(/sc/iview/SciViewService.class)
class file has wrong version 65.0, should be 55.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[44,21] cannot access sc.iview.node.Line3D
bad class file: /home/elect/.m2/repository/sc/iview/sciview/0.2.0/sciview-0.2.0.jar(/sc/iview/node/Line3D.class)
class file has wrong version 65.0, should be 55.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[318,41] cannot access graphics.scenery.Mesh
bad class file: /home/elect/.m2/repository/graphics/scenery/scenery/0.10.0/scenery-0.10.0.jar(/graphics/scenery/Mesh.class)
class file has wrong version 65.0, should be 55.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[217,16] cannot access graphics.scenery.Node
bad class file: /home/elect/.m2/repository/graphics/scenery/scenery/0.10.0/scenery-0.10.0.jar(/graphics/scenery/Node.class)
class file has wrong version 65.0, should be 55.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[460,24] cannot access graphics.scenery.OrientedBoundingBox
bad class file: /home/elect/.m2/repository/graphics/scenery/scenery/0.10.0/scenery-0.10.0.jar(/graphics/scenery/OrientedBoundingBox.class)
class file has wrong version 65.0, should be 55.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[69,17] cannot find symbol
symbol: class SciViewService
location: class sc.fiji.snt.SciViewSNT
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[72,17] cannot find symbol
symbol: class SciView
location: class sc.fiji.snt.SciViewSNT
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[108,33] cannot find symbol
symbol: class SciView
location: class sc.fiji.snt.SciViewSNT
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[141,16] cannot find symbol
symbol: class SciView
location: class sc.fiji.snt.SciViewSNT
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[151,38] cannot find symbol
symbol: class SciView
location: class sc.fiji.snt.SciViewSNT
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[304,54] cannot find symbol
symbol: class Node
location: class sc.fiji.snt.SciViewSNT
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[324,25] cannot find symbol
symbol: class Node
location: class sc.fiji.snt.SciViewSNT.ShapeTree
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[333,24] cannot find symbol
symbol: class Node
location: class sc.fiji.snt.SciViewSNT.ShapeTree
[INFO] 16 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.989 s
[INFO] Finished at: 2024-03-15T10:43:45+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project SNT: Compilation failure: Compilation failure:
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[26,43] cannot access graphics.scenery.attribute.material.DefaultMaterial
[ERROR] bad class file: /home/elect/.m2/repository/graphics/scenery/scenery/0.10.0/scenery-0.10.0.jar(/graphics/scenery/attribute/material/DefaultMaterial.class)
[ERROR] class file has wrong version 65.0, should be 55.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[27,43] cannot access graphics.scenery.attribute.material.Material
[ERROR] bad class file: /home/elect/.m2/repository/graphics/scenery/scenery/0.10.0/scenery-0.10.0.jar(/graphics/scenery/attribute/material/Material.class)
[ERROR] class file has wrong version 65.0, should be 55.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[42,16] cannot access sc.iview.SciView
[ERROR] bad class file: /home/elect/.m2/repository/sc/iview/sciview/0.2.0/sciview-0.2.0.jar(/sc/iview/SciView.class)
[ERROR] class file has wrong version 65.0, should be 55.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[43,16] cannot access sc.iview.SciViewService
[ERROR] bad class file: /home/elect/.m2/repository/sc/iview/sciview/0.2.0/sciview-0.2.0.jar(/sc/iview/SciViewService.class)
[ERROR] class file has wrong version 65.0, should be 55.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[44,21] cannot access sc.iview.node.Line3D
[ERROR] bad class file: /home/elect/.m2/repository/sc/iview/sciview/0.2.0/sciview-0.2.0.jar(/sc/iview/node/Line3D.class)
[ERROR] class file has wrong version 65.0, should be 55.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[318,41] cannot access graphics.scenery.Mesh
[ERROR] bad class file: /home/elect/.m2/repository/graphics/scenery/scenery/0.10.0/scenery-0.10.0.jar(/graphics/scenery/Mesh.class)
[ERROR] class file has wrong version 65.0, should be 55.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[217,16] cannot access graphics.scenery.Node
[ERROR] bad class file: /home/elect/.m2/repository/graphics/scenery/scenery/0.10.0/scenery-0.10.0.jar(/graphics/scenery/Node.class)
[ERROR] class file has wrong version 65.0, should be 55.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[460,24] cannot access graphics.scenery.OrientedBoundingBox
[ERROR] bad class file: /home/elect/.m2/repository/graphics/scenery/scenery/0.10.0/scenery-0.10.0.jar(/graphics/scenery/OrientedBoundingBox.class)
[ERROR] class file has wrong version 65.0, should be 55.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[69,17] cannot find symbol
[ERROR] symbol: class SciViewService
[ERROR] location: class sc.fiji.snt.SciViewSNT
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[72,17] cannot find symbol
[ERROR] symbol: class SciView
[ERROR] location: class sc.fiji.snt.SciViewSNT
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[108,33] cannot find symbol
[ERROR] symbol: class SciView
[ERROR] location: class sc.fiji.snt.SciViewSNT
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[141,16] cannot find symbol
[ERROR] symbol: class SciView
[ERROR] location: class sc.fiji.snt.SciViewSNT
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[151,38] cannot find symbol
[ERROR] symbol: class SciView
[ERROR] location: class sc.fiji.snt.SciViewSNT
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[304,54] cannot find symbol
[ERROR] symbol: class Node
[ERROR] location: class sc.fiji.snt.SciViewSNT
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[324,25] cannot find symbol
[ERROR] symbol: class Node
[ERROR] location: class sc.fiji.snt.SciViewSNT.ShapeTree
[ERROR] /home/elect/IdeaProjects/SNT/src/main/java/sc/fiji/snt/SciViewSNT.java:[333,24] cannot find symbol
[ERROR] symbol: class Node
[ERROR] location: class sc.fiji.snt.SciViewSNT.ShapeTree
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment