Created
September 12, 2024 01:01
-
-
Save jesuino/3e27034e722b1d04f0f7b7cfbdb9616a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Detecting the operating system and CPU architecture | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] os.detected.name: linux | |
[INFO] os.detected.arch: x86_64 | |
[INFO] os.detected.bitness: 64 | |
[INFO] os.detected.version: 6.5 | |
[INFO] os.detected.version.major: 6 | |
[INFO] os.detected.version.minor: 5 | |
[INFO] os.detected.release: fedora | |
[INFO] os.detected.release.version: 39 | |
[INFO] os.detected.release.like.fedora: true | |
[INFO] os.detected.classifier: linux-x86_64 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Detecting the operating system and CPU architecture | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] os.detected.name: linux | |
[INFO] os.detected.arch: x86_64 | |
[INFO] os.detected.version: 6.5 | |
[INFO] os.detected.version.major: 6 | |
[INFO] os.detected.version.minor: 5 | |
[INFO] os.detected.release: fedora | |
[INFO] os.detected.release.version: 39 | |
[INFO] os.detected.release.like.fedora: true | |
[INFO] os.detected.classifier: linux-x86_64 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Build Order: | |
[INFO] | |
[INFO] Jlama Parent [pom] | |
[INFO] Jlama Core [jar] | |
[INFO] Jlama Native [jar] | |
[INFO] Jlama Net [jar] | |
[INFO] Jlama Cli [jar] | |
[INFO] Jlama Tests [jar] | |
[INFO] | |
[INFO] -------------------< com.github.tjake:jlama-parent >-------------------- | |
[INFO] Building Jlama Parent 0.3.1 [1/6] | |
[INFO] from pom.xml | |
[INFO] --------------------------------[ pom ]--------------------------------- | |
[INFO] | |
[INFO] --- clean:3.1.0:clean (default-clean) @ jlama-parent --- | |
[INFO] | |
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ jlama-parent --- | |
[INFO] Deleting /home/.../projects/Jlama/.flattened-pom.xml | |
[INFO] | |
[INFO] --- build-helper:1.10:parse-version (parse-version) @ jlama-parent --- | |
[INFO] | |
[INFO] --- flatten:1.5.0:flatten (flatten) @ jlama-parent --- | |
[INFO] Generating flattened POM of project com.github.tjake:jlama-parent:pom:0.3.1... | |
[INFO] | |
[INFO] --- surefire:3.3.1:test (jdk22-test) @ jlama-parent --- | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Summary for Jlama Parent 0.3.1: | |
[INFO] | |
[INFO] Jlama Parent ....................................... FAILURE [ 0.327 s] | |
[INFO] Jlama Core ......................................... SKIPPED | |
[INFO] Jlama Native ....................................... SKIPPED | |
[INFO] Jlama Net .......................................... SKIPPED | |
[INFO] Jlama Cli .......................................... SKIPPED | |
[INFO] Jlama Tests ........................................ SKIPPED | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 0.550 s | |
[INFO] Finished at: 2024-09-11T21:59:53-03:00 | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.3.1:test (jdk22-test) on project jlama-parent: Requested toolchain specification did not match any configured toolchain: {version=22} -> [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