matthiaslang / jackychess

another opensource uci chess engine written in java
GNU General Public License v3.0
4 stars 1 forks source link

can't compile v24.04 on Linux #3

Closed tissatussa closed 5 months ago

tissatussa commented 5 months ago

see output in terminal below. btw. your supplied asset .jar works fine in CuteChess.

linux-rules

[ i'm on Xubuntu 22.04 ]

~/Compiled/jackychess-24.04$ mvn clean package
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.mattlang.jackychess:engine:jar:24.04
[WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] parent                                                             [pom]
[INFO] engine                                                             [jar]
[INFO] tuner                                                              [jar]
[INFO] 
[INFO] -------------------< org.mattlang.jackychess:parent >-------------------
[INFO] Building parent 24.04                                              [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.22.0/maven-failsafe-plugin-2.22.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.22.0/maven-failsafe-plugin-2.22.0.pom (12 kB at 20 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 369 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.22.0/maven-failsafe-plugin-2.22.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.22.0/maven-failsafe-plugin-2.22.0.jar (294 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/lukegb/mojo/gitdescribe-maven-plugin/3.0/gitdescribe-maven-plugin-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/lukegb/mojo/gitdescribe-maven-plugin/3.0/gitdescribe-maven-plugin-3.0.pom (6.0 kB at 29 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 193 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/lukegb/mojo/gitdescribe-maven-plugin/3.0/gitdescribe-maven-plugin-3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/lukegb/mojo/gitdescribe-maven-plugin/3.0/gitdescribe-maven-plugin-3.0.jar (9.4 kB at 82 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent ---
[INFO] 
[INFO] --- gitdescribe-maven-plugin:3.0:gitdescribe (git-describe) @ parent ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.2/maven-scm-api-1.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.2/maven-scm-api-1.2.pom (1.6 kB at 61 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.2/maven-scm-1.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.2/maven-scm-1.2.pom (12 kB at 331 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.2/maven-scm-api-1.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.2/maven-scm-api-1.2.jar (84 kB at 1.6 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.jar (189 kB at 2.1 MB/s)
[INFO] Setting Git Describe: unknown
[INFO] 
[INFO] -------------------< org.mattlang.jackychess:engine >-------------------
[INFO] Building engine 24.04                                              [2/3]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 266 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 893 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/templating-maven-plugin/3.0.0/templating-maven-plugin-3.0.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/templating-maven-plugin/3.0.0/templating-maven-plugin-3.0.0.pom (6.7 kB at 277 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom (36 kB at 1.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/templating-maven-plugin/3.0.0/templating-maven-plugin-3.0.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/templating-maven-plugin/3.0.0/templating-maven-plugin-3.0.0.jar (22 kB at 852 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 377 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 452 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.5.1/maven-compiler-plugin-3.5.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.5.1/maven-compiler-plugin-3.5.1.pom (10 kB at 483 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom (12 kB at 633 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.5.1/maven-compiler-plugin-3.5.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.5.1/maven-compiler-plugin-3.5.1.jar (50 kB at 1.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom (5.0 kB at 227 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom (26 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar (41 kB at 1.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 307 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 472 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.pom (25 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.13.2/assertj-core-3.13.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.13.2/assertj-core-3.13.2.pom (16 kB at 630 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-parent-pom/2.2.5/assertj-parent-pom-2.2.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-parent-pom/2.2.5/assertj-parent-pom-2.2.5.pom (19 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.5.1/junit-bom-5.5.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.5.1/junit-bom-5.5.1.pom (4.4 kB at 177 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math4-legacy/4.0-beta1/commons-math4-legacy-4.0-beta1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math4-legacy/4.0-beta1/commons-math4-legacy-4.0-beta1.pom (6.4 kB at 33 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math-parent/4.0-beta1/commons-math-parent-4.0-beta1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math-parent/4.0-beta1/commons-math-parent-4.0-beta1.pom (39 kB at 360 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/55/commons-parent-55.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/55/commons-parent-55.pom (82 kB at 422 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/28/apache-28.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/28/apache-28.pom (21 kB at 943 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-bom/1.1/commons-numbers-bom-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-bom/1.1/commons-numbers-bom-1.1.pom (3.5 kB at 33 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-bom/1.5/commons-rng-bom-1.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-bom/1.5/commons-rng-bom-1.5.pom (2.3 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-statistics-distribution/1.0/commons-statistics-distribution-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-statistics-distribution/1.0/commons-statistics-distribution-1.0.pom (3.0 kB at 16 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-statistics-parent/1.0/commons-statistics-parent-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-statistics-parent/1.0/commons-statistics-parent-1.0.pom (26 kB at 247 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 3.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom (5.6 kB at 296 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-client-api/1.5/commons-rng-client-api-1.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-client-api/1.5/commons-rng-client-api-1.5.pom (4.4 kB at 162 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-parent/1.5/commons-rng-parent-1.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-parent/1.5/commons-rng-parent-1.5.pom (29 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-sampling/1.5/commons-rng-sampling-1.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-sampling/1.5/commons-rng-sampling-1.5.pom (2.8 kB at 116 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-combinatorics/1.1/commons-numbers-combinatorics-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-combinatorics/1.1/commons-numbers-combinatorics-1.1.pom (2.4 kB at 13 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-parent/1.1/commons-numbers-parent-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-parent/1.1/commons-numbers-parent-1.1.pom (26 kB at 252 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-gamma/1.1/commons-numbers-gamma-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-gamma/1.1/commons-numbers-gamma-1.1.pom (2.3 kB at 23 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-fraction/1.1/commons-numbers-fraction-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-fraction/1.1/commons-numbers-fraction-1.1.pom (2.3 kB at 22 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-core/1.1/commons-numbers-core-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-core/1.1/commons-numbers-core-1.1.pom (2.5 kB at 25 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-rootfinder/1.1/commons-numbers-rootfinder-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-rootfinder/1.1/commons-numbers-rootfinder-1.1.pom (2.0 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-complex/1.1/commons-numbers-complex-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-complex/1.1/commons-numbers-complex-1.1.pom (2.5 kB at 13 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-angle/1.1/commons-numbers-angle-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-angle/1.1/commons-numbers-angle-1.1.pom (2.1 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-field/1.1/commons-numbers-field-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-field/1.1/commons-numbers-field-1.1.pom (2.5 kB at 13 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-quaternion/1.1/commons-numbers-quaternion-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-quaternion/1.1/commons-numbers-quaternion-1.1.pom (2.2 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-arrays/1.1/commons-numbers-arrays-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-arrays/1.1/commons-numbers-arrays-1.1.pom (2.2 kB at 21 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-simple/1.5/commons-rng-simple-1.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-simple/1.5/commons-rng-simple-1.5.pom (2.9 kB at 152 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-core/1.5/commons-rng-core-1.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-core/1.5/commons-rng-core-1.5.pom (2.9 kB at 128 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math4-legacy-exception/4.0-beta1/commons-math4-legacy-exception-4.0-beta1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math4-legacy-exception/4.0-beta1/commons-math4-legacy-exception-4.0-beta1.pom (2.0 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math4-legacy-core/4.0-beta1/commons-math4-legacy-core-4.0-beta1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math4-legacy-core/4.0-beta1/commons-math4-legacy-core-4.0-beta1.pom (2.7 kB at 14 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math4-core/4.0-beta1/commons-math4-core-4.0-beta1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math4-core/4.0-beta1/commons-math4-core-4.0-beta1.pom (2.2 kB at 21 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.pom (9.3 kB at 516 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-parent/1.37/jmh-parent-1.37.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-parent/1.37/jmh-parent-1.37.pom (12 kB at 616 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom (14 kB at 776 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom (29 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-generator-annprocess/1.37/jmh-generator-annprocess-1.37.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-generator-annprocess/1.37/jmh-generator-annprocess-1.37.pom (3.7 kB at 185 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.20/lombok-1.18.20.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.20/lombok-1.18.20.pom (1.5 kB at 87 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/sf/supercsv/super-csv/2.4.0/super-csv-2.4.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/supercsv/super-csv/2.4.0/super-csv-2.4.0.pom (2.6 kB at 128 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/sf/supercsv/super-csv-parent/2.4.0/super-csv-parent-2.4.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/supercsv/super-csv-parent/2.4.0/super-csv-parent-2.4.0.pom (16 kB at 818 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.13.2/assertj-core-3.13.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math4-legacy/4.0-beta1/commons-math4-legacy-4.0-beta1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-statistics-distribution/1.0/commons-statistics-distribution-1.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-core/1.1/commons-numbers-core-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.jar (383 kB at 6.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-complex/1.1/commons-numbers-complex-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-core/1.1/commons-numbers-core-1.1.jar (26 kB at 330 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-gamma/1.1/commons-numbers-gamma-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-statistics-distribution/1.0/commons-statistics-distribution-1.0.jar (89 kB at 344 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-fraction/1.1/commons-numbers-fraction-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-complex/1.1/commons-numbers-complex-1.1.jar (22 kB at 86 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-combinatorics/1.1/commons-numbers-combinatorics-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-gamma/1.1/commons-numbers-gamma-1.1.jar (65 kB at 228 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-angle/1.1/commons-numbers-angle-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-fraction/1.1/commons-numbers-fraction-1.1.jar (26 kB at 71 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-rootfinder/1.1/commons-numbers-rootfinder-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math4-legacy/4.0-beta1/commons-math4-legacy-4.0-beta1.jar (2.0 MB at 4.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-field/1.1/commons-numbers-field-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-combinatorics/1.1/commons-numbers-combinatorics-1.1.jar (22 kB at 49 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-quaternion/1.1/commons-numbers-quaternion-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-angle/1.1/commons-numbers-angle-1.1.jar (15 kB at 31 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-arrays/1.1/commons-numbers-arrays-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-rootfinder/1.1/commons-numbers-rootfinder-1.1.jar (11 kB at 19 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-client-api/1.5/commons-rng-client-api-1.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-client-api/1.5/commons-rng-client-api-1.5.jar (26 kB at 44 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-simple/1.5/commons-rng-simple-1.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-simple/1.5/commons-rng-simple-1.5.jar (52 kB at 86 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-core/1.5/commons-rng-core-1.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-field/1.1/commons-numbers-field-1.1.jar (13 kB at 21 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-sampling/1.5/commons-rng-sampling-1.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-quaternion/1.1/commons-numbers-quaternion-1.1.jar (21 kB at 32 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math4-legacy-exception/4.0-beta1/commons-math4-legacy-exception-4.0-beta1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-core/1.5/commons-rng-core-1.5.jar (112 kB at 174 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math4-legacy-core/4.0-beta1/commons-math4-legacy-core-4.0-beta1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-numbers-arrays/1.1/commons-numbers-arrays-1.1.jar (13 kB at 20 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math4-core/4.0-beta1/commons-math4-core-4.0-beta1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-rng-sampling/1.5/commons-rng-sampling-1.5.jar (225 kB at 334 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.jar (553 kB at 691 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar (78 kB at 94 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.13.2/assertj-core-3.13.2.jar (4.5 MB at 5.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-generator-annprocess/1.37/jmh-generator-annprocess-1.37.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math4-legacy-exception/4.0-beta1/commons-math4-legacy-exception-4.0-beta1.jar (65 kB at 77 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.20/lombok-1.18.20.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math4-legacy-core/4.0-beta1/commons-math4-legacy-core-4.0-beta1.jar (54 kB at 62 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/sf/supercsv/super-csv/2.4.0/super-csv-2.4.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-generator-annprocess/1.37/jmh-generator-annprocess-1.37.jar (31 kB at 35 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math4-core/4.0-beta1/commons-math4-core-4.0-beta1.jar (124 kB at 138 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/supercsv/super-csv/2.4.0/super-csv-2.4.0.jar (98 kB at 106 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar (2.2 MB at 2.0 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.20/lombok-1.18.20.jar (1.9 MB at 1.6 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ engine ---
[INFO] 
[INFO] --- gitdescribe-maven-plugin:3.0:gitdescribe (git-describe) @ engine ---
[INFO] Setting Git Describe: unknown
[INFO] 
[INFO] --- templating-maven-plugin:3.0.0:filter-sources (filter-src) @ engine ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (6.0 kB at 195 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 438 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar (55 kB at 2.0 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 4.9 MB/s)
[INFO] Copying files with filtering to temporary directory.
[INFO] Copying 1 resource from src/main/java-templates to target/templates-tmp3084285529
[INFO] Copied 1 files to output directory: /home/roelof/Compiled/jackychess-24.04/engine/target/generated-sources/java-templates
[INFO] Source directory: /home/roelof/Compiled/jackychess-24.04/engine/target/generated-sources/java-templates added.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ engine ---
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 311 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 5.7 MB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 36 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ engine ---
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.7/plexus-compiler-api-2.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.7/plexus-compiler-api-2.7.pom (891 B at 56 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.7/plexus-compiler-2.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.7/plexus-compiler-2.7.pom (4.9 kB at 260 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.7/plexus-compiler-manager-2.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.7/plexus-compiler-manager-2.7.pom (711 B at 37 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.7/plexus-compiler-javac-2.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.7/plexus-compiler-javac-2.7.pom (792 B at 34 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.7/plexus-compilers-2.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.7/plexus-compilers-2.7.pom (1.4 kB at 81 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.7/plexus-compiler-javac-2.7.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.7/plexus-compiler-manager-2.7.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.7/plexus-compiler-api-2.7.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.7/plexus-compiler-manager-2.7.jar (4.7 kB at 138 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.7/plexus-compiler-api-2.7.jar (26 kB at 695 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.7/plexus-compiler-javac-2.7.jar (19 kB at 527 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 2.9 MB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 197 source files to /home/roelof/Compiled/jackychess-24.04/engine/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for parent 24.04:
[INFO] 
[INFO] parent ............................................. SUCCESS [  2.391 s]
[INFO] engine ............................................. FAILURE [  9.175 s]
[INFO] tuner .............................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.773 s
[INFO] Finished at: 2024-05-14T11:58:41+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project engine: Fatal error compiling: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid' -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :engine
matthiaslang commented 5 months ago

updated lombok dependency to work with newer java versions;

matthiaslang commented 5 months ago

fix pushed in master branch

tissatussa commented 5 months ago

thanks, now it compiles correctly :

[..]
Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 709 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.jar (43 kB at 859 kB/s)
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] Building jar: /home/roelof/Compiled/jackychess-master-v24.04-commit-33935a3/tuner/target/tuner-24.04-jar-with-dependencies.jar
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] META-INF/MANIFEST.MF already added, skipping
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for parent 24.04:
[INFO] 
[INFO] parent ............................................. SUCCESS [  0.669 s]
[INFO] engine ............................................. SUCCESS [01:26 min]
[INFO] tuner .............................................. SUCCESS [  4.804 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:32 min
[INFO] Finished at: 2024-05-15T13:20:02+02:00
[INFO] ------------------------------------------------------------------------