Skip to content
Failed

Console Output

Started by user PseudoKnight
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/CHLogblock
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/CHLogblock/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/PseudoKnight/CHLogblock/ # timeout=10
Fetching upstream changes from https://github.com/PseudoKnight/CHLogblock/
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress -- https://github.com/PseudoKnight/CHLogblock/ +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 345fb1b92ca45f546373ede6c689cfbb95af41b0 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 345fb1b92ca45f546373ede6c689cfbb95af41b0 # timeout=10
Commit message: "Update to LB 1.20"
 > git rev-list --no-walk 78420854453e25d98130f8873241491850dc7ba5 # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 34509
[CHLogblock] $ /usr/lib/jvm/temurin-17-jdk-amd64/bin/java -cp /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.14.jar:/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6/boot/plexus-classworlds-2.7.0.jar:/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6/conf/logging jenkins.maven3.agent.Maven35Main /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6 /var/jenkins_home/war/WEB-INF/lib/remoting-3206.vb_15dcf73f6a_9.jar /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.14.jar /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.14.jar 34509
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/jenkins_home/workspace/CHLogblock/pom.xml clean package
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< io.github.jbaero:chlogblock >---------------------
[INFO] Building CHLogBlock 0.5.0
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/de/diddiz/logblock/1.20.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from spigotmc-repo: https://hub.spigotmc.org/nexus/content/groups/public/de/diddiz/logblock/1.20.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from logblock-repo: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/1.20.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from logblock-repo: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/1.20.0.0-SNAPSHOT/maven-metadata.xml (779 B at 385 B/s)
[INFO] Downloading from enginehub-repo: https://maven.enginehub.org/repo/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-20240725.044113-25.pom
[INFO] Downloading from spigotmc-repo: https://hub.spigotmc.org/nexus/content/groups/public/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-20240725.044113-25.pom
[INFO] Downloading from logblock-repo: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-20240725.044113-25.pom
[INFO] Downloaded from logblock-repo: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-20240725.044113-25.pom (5.2 kB at 23 kB/s)
[INFO] Downloading from logblock-repo: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-20240725.044113-25.jar
[INFO] Downloaded from logblock-repo: https://www.iani.de/nexus/content/repositories/snapshots/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-20240725.044113-25.jar (586 kB at 548 kB/s)
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ chlogblock ---
[INFO] Deleting /var/jenkins_home/workspace/CHLogblock/target
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ chlogblock ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/CHLogblock/src/main/resources
[INFO] 
[INFO] --- compiler:3.12.1:compile (default-compile) @ chlogblock ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 5 source files with javac [debug deprecation release 16] to target/classes
[INFO] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java: Some input files use unchecked or unsafe operations.
[INFO] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[15,26] cannot access de.diddiz.LogBlock.LogBlock
  bad class file: /var/jenkins_home/.m2/repository/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-SNAPSHOT.jar(/de/diddiz/LogBlock/LogBlock.class)
    class file has wrong version 65.0, should be 61.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[16,26] cannot access de.diddiz.LogBlock.QueryParams
  bad class file: /var/jenkins_home/.m2/repository/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-SNAPSHOT.jar(/de/diddiz/LogBlock/QueryParams.class)
    class file has wrong version 65.0, should be 61.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[18,31] cannot access de.diddiz.LogBlock.util.CuboidRegion
  bad class file: /var/jenkins_home/.m2/repository/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-SNAPSHOT.jar(/de/diddiz/LogBlock/util/CuboidRegion.class)
    class file has wrong version 65.0, should be 61.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[19,36] cannot access de.diddiz.LogBlock.worldedit.WorldEditHelper
  bad class file: /var/jenkins_home/.m2/repository/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-SNAPSHOT.jar(/de/diddiz/LogBlock/worldedit/WorldEditHelper.class)
    class file has wrong version 65.0, should be 61.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[23,26] cannot access de.diddiz.LogBlock.Actor
  bad class file: /var/jenkins_home/.m2/repository/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-SNAPSHOT.jar(/de/diddiz/LogBlock/Actor.class)
    class file has wrong version 65.0, should be 61.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[24,26] cannot access de.diddiz.LogBlock.Consumer
  bad class file: /var/jenkins_home/.m2/repository/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-SNAPSHOT.jar(/de/diddiz/LogBlock/Consumer.class)
    class file has wrong version 65.0, should be 61.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[19,26] cannot access de.diddiz.LogBlock.BlockChange
  bad class file: /var/jenkins_home/.m2/repository/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-SNAPSHOT.jar(/de/diddiz/LogBlock/BlockChange.class)
    class file has wrong version 65.0, should be 61.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[35,43] cannot find symbol
  symbol:   class LogBlock
  location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[35,16] cannot find symbol
  symbol:   class QueryParams
  location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[104,36] cannot find symbol
  symbol:   class QueryParams
  location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[104,16] cannot find symbol
  symbol:   class QueryParams
  location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[40,24] cannot find symbol
  symbol:   class Consumer
  location: class io.github.jbaero.chlb.functions.LBLogging
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/CHLB.java:[20,24] cannot find symbol
  symbol:   class LogBlock
  location: class io.github.jbaero.chlb.CHLB
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/CHLB.java:[21,24] cannot find symbol
  symbol:   class Consumer
  location: class io.github.jbaero.chlb.CHLB
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/CHLB.java:[42,23] cannot find symbol
  symbol:   class Consumer
  location: class io.github.jbaero.chlb.CHLB
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/CHLB.java:[49,23] cannot find symbol
  symbol:   class LogBlock
  location: class io.github.jbaero.chlb.CHLB
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[33,23] cannot find symbol
  symbol:   class Consumer
  location: class io.github.jbaero.chlb.functions.LBQueries
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[42,23] cannot find symbol
  symbol:   class LogBlock
  location: class io.github.jbaero.chlb.functions.LBQueries
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[36,17] cannot find symbol
  symbol:   class QueryParams
  location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[36,47] cannot find symbol
  symbol:   class QueryParams
  location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[45,17] cannot find symbol
  symbol:   class CuboidRegion
  location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[49,51] cannot find symbol
  symbol:   variable BlockChangeType
  location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[51,91] cannot find symbol
  symbol:   variable BlockChangeType
  location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[69,54] cannot find symbol
  symbol:   variable CuboidRegion
  location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[74,54] cannot find symbol
  symbol:   variable WorldEditHelper
  location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[41,17] cannot find symbol
  symbol:   class Consumer
  location: class io.github.jbaero.chlb.functions.LBLogging
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[66,25] cannot find symbol
  symbol:   class Actor
  location: class io.github.jbaero.chlb.functions.LBLogging.lb_log_break
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[66,43] cannot find symbol
  symbol:   class Actor
  location: class io.github.jbaero.chlb.functions.LBLogging.lb_log_break
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[150,60] cannot find symbol
  symbol:   class Actor
  location: class io.github.jbaero.chlb.functions.LBLogging.lb_log_break_sign
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[202,68] cannot find symbol
  symbol:   class Actor
  location: class io.github.jbaero.chlb.functions.LBLogging.lb_log_place
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[204,68] cannot find symbol
  symbol:   class Actor
  location: class io.github.jbaero.chlb.functions.LBLogging.lb_log_place
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[278,60] cannot find symbol
  symbol:   class Actor
  location: class io.github.jbaero.chlb.functions.LBLogging.lb_log_place_sign
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/CHLB.java:[52,43] cannot find symbol
  symbol:   class LogBlock
  location: class io.github.jbaero.chlb.CHLB
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/CHLB.java:[53,39] cannot find symbol
  symbol:   class LogBlock
  location: class io.github.jbaero.chlb.CHLB
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[34,17] cannot find symbol
  symbol:   class Consumer
  location: class io.github.jbaero.chlb.functions.LBQueries
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[43,17] cannot find symbol
  symbol:   class LogBlock
  location: class io.github.jbaero.chlb.functions.LBQueries
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[68,25] cannot find symbol
  symbol:   class LogBlock
  location: class io.github.jbaero.chlb.functions.LBQueries.lb_get_changes
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[69,25] cannot find symbol
  symbol:   class QueryParams
  location: class io.github.jbaero.chlb.functions.LBQueries.lb_get_changes
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[70,40] cannot find symbol
  symbol:   class BlockChange
  location: class io.github.jbaero.chlb.functions.LBQueries.lb_get_changes
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[77,30] cannot find symbol
  symbol:   class BlockChange
  location: class io.github.jbaero.chlb.functions.LBQueries.lb_get_changes
[INFO] 40 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  25.665 s
[INFO] Finished at: 2024-07-26T21:59:31-06:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project chlogblock: Compilation failure: Compilation failure:
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[15,26] cannot access de.diddiz.LogBlock.LogBlock
[ERROR] bad class file: /var/jenkins_home/.m2/repository/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-SNAPSHOT.jar(/de/diddiz/LogBlock/LogBlock.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[16,26] cannot access de.diddiz.LogBlock.QueryParams
[ERROR] bad class file: /var/jenkins_home/.m2/repository/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-SNAPSHOT.jar(/de/diddiz/LogBlock/QueryParams.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[18,31] cannot access de.diddiz.LogBlock.util.CuboidRegion
[ERROR] bad class file: /var/jenkins_home/.m2/repository/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-SNAPSHOT.jar(/de/diddiz/LogBlock/util/CuboidRegion.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[19,36] cannot access de.diddiz.LogBlock.worldedit.WorldEditHelper
[ERROR] bad class file: /var/jenkins_home/.m2/repository/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-SNAPSHOT.jar(/de/diddiz/LogBlock/worldedit/WorldEditHelper.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[23,26] cannot access de.diddiz.LogBlock.Actor
[ERROR] bad class file: /var/jenkins_home/.m2/repository/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-SNAPSHOT.jar(/de/diddiz/LogBlock/Actor.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[24,26] cannot access de.diddiz.LogBlock.Consumer
[ERROR] bad class file: /var/jenkins_home/.m2/repository/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-SNAPSHOT.jar(/de/diddiz/LogBlock/Consumer.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[19,26] cannot access de.diddiz.LogBlock.BlockChange
[ERROR] bad class file: /var/jenkins_home/.m2/repository/de/diddiz/logblock/1.20.0.0-SNAPSHOT/logblock-1.20.0.0-SNAPSHOT.jar(/de/diddiz/LogBlock/BlockChange.class)
[ERROR] class file has wrong version 65.0, should be 61.0
[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[35,43] cannot find symbol
[ERROR] symbol:   class LogBlock
[ERROR] location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[35,16] cannot find symbol
[ERROR] symbol:   class QueryParams
[ERROR] location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[104,36] cannot find symbol
[ERROR] symbol:   class QueryParams
[ERROR] location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[104,16] cannot find symbol
[ERROR] symbol:   class QueryParams
[ERROR] location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[40,24] cannot find symbol
[ERROR] symbol:   class Consumer
[ERROR] location: class io.github.jbaero.chlb.functions.LBLogging
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/CHLB.java:[20,24] cannot find symbol
[ERROR] symbol:   class LogBlock
[ERROR] location: class io.github.jbaero.chlb.CHLB
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/CHLB.java:[21,24] cannot find symbol
[ERROR] symbol:   class Consumer
[ERROR] location: class io.github.jbaero.chlb.CHLB
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/CHLB.java:[42,23] cannot find symbol
[ERROR] symbol:   class Consumer
[ERROR] location: class io.github.jbaero.chlb.CHLB
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/CHLB.java:[49,23] cannot find symbol
[ERROR] symbol:   class LogBlock
[ERROR] location: class io.github.jbaero.chlb.CHLB
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[33,23] cannot find symbol
[ERROR] symbol:   class Consumer
[ERROR] location: class io.github.jbaero.chlb.functions.LBQueries
[JENKINS] Archiving /var/jenkins_home/workspace/CHLogblock/pom.xml to io.github.jbaero/chlogblock/0.5.0/chlogblock-0.5.0.pom
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[42,23] cannot find symbol
[ERROR] symbol:   class LogBlock
[ERROR] location: class io.github.jbaero.chlb.functions.LBQueries
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[36,17] cannot find symbol
[ERROR] symbol:   class QueryParams
[ERROR] location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[36,47] cannot find symbol
[ERROR] symbol:   class QueryParams
[ERROR] location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[45,17] cannot find symbol
[ERROR] symbol:   class CuboidRegion
[ERROR] location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[49,51] cannot find symbol
[ERROR] symbol:   variable BlockChangeType
[ERROR] location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[51,91] cannot find symbol
[ERROR] symbol:   variable BlockChangeType
[ERROR] location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[69,54] cannot find symbol
[ERROR] symbol:   variable CuboidRegion
[ERROR] location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/LBOG.java:[74,54] cannot find symbol
[ERROR] symbol:   variable WorldEditHelper
[ERROR] location: class io.github.jbaero.chlb.LBOG
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[41,17] cannot find symbol
[ERROR] symbol:   class Consumer
[ERROR] location: class io.github.jbaero.chlb.functions.LBLogging
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[66,25] cannot find symbol
[ERROR] symbol:   class Actor
[ERROR] location: class io.github.jbaero.chlb.functions.LBLogging.lb_log_break
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[66,43] cannot find symbol
[ERROR] symbol:   class Actor
[ERROR] location: class io.github.jbaero.chlb.functions.LBLogging.lb_log_break
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[150,60] cannot find symbol
[ERROR] symbol:   class Actor
[ERROR] location: class io.github.jbaero.chlb.functions.LBLogging.lb_log_break_sign
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[202,68] cannot find symbol
[ERROR] symbol:   class Actor
[ERROR] location: class io.github.jbaero.chlb.functions.LBLogging.lb_log_place
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[204,68] cannot find symbol
[ERROR] symbol:   class Actor
[ERROR] location: class io.github.jbaero.chlb.functions.LBLogging.lb_log_place
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBLogging.java:[278,60] cannot find symbol
[ERROR] symbol:   class Actor
Setting project description with contents of file [README.md]
[ERROR] location: class io.github.jbaero.chlb.functions.LBLogging.lb_log_place_sign
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/CHLB.java:[52,43] cannot find symbol
[ERROR] symbol:   class LogBlock
[ERROR] location: class io.github.jbaero.chlb.CHLB
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/CHLB.java:[53,39] cannot find symbol
[ERROR] symbol:   class LogBlock
[ERROR] location: class io.github.jbaero.chlb.CHLB
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[34,17] cannot find symbol
[ERROR] symbol:   class Consumer
[ERROR] location: class io.github.jbaero.chlb.functions.LBQueries
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[43,17] cannot find symbol
[ERROR] symbol:   class LogBlock
[ERROR] location: class io.github.jbaero.chlb.functions.LBQueries
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[68,25] cannot find symbol
[ERROR] symbol:   class LogBlock
[ERROR] location: class io.github.jbaero.chlb.functions.LBQueries.lb_get_changes
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[69,25] cannot find symbol
[ERROR] symbol:   class QueryParams
[ERROR] location: class io.github.jbaero.chlb.functions.LBQueries.lb_get_changes
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[70,40] cannot find symbol
[ERROR] symbol:   class BlockChange
[ERROR] location: class io.github.jbaero.chlb.functions.LBQueries.lb_get_changes
[ERROR] /var/jenkins_home/workspace/CHLogblock/src/main/java/io/github/jbaero/chlb/functions/LBQueries.java:[77,30] cannot find symbol
[ERROR] symbol:   class BlockChange
[ERROR] location: class io.github.jbaero.chlb.functions.LBQueries.lb_get_changes
[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
channel stopped
Archiving artifacts
Finished: FAILURE