Console Output

Branch indexing
10:22:10 Connecting to https://api.github.com using progwml6 ci login
Obtained Jenkinsfile from 7c9e6518261cc2159a4374d0967cbc7412a659db
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/eKnights_TinkersConstruct_1.18.2
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential progwml6-ci-gh-login
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/eKnights_TinkersConstruct_1.18.2/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/SlimeKnights/TinkersConstruct.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/SlimeKnights/TinkersConstruct.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials progwml6 ci login
 > git fetch --no-tags --progress https://github.com/SlimeKnights/TinkersConstruct.git +refs/heads/1.18.2:refs/remotes/origin/1.18.2 # timeout=10
Checking out Revision 7c9e6518261cc2159a4374d0967cbc7412a659db (1.18.2)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7c9e6518261cc2159a4374d0967cbc7412a659db # timeout=10
Commit message: "Make all geodes have calcite on the inner layer, just varying the outer layer"
 > git rev-list --no-walk 85c59a50923e32ac90dc79d6140f19242e380938 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
The recommended git tool is: NONE
using credential progwml6-ci-gh-login
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/eKnights_TinkersConstruct_1.18.2/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/SlimeKnights/TinkersConstruct.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/SlimeKnights/TinkersConstruct.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials progwml6 ci login
 > git fetch --no-tags --progress https://github.com/SlimeKnights/TinkersConstruct.git +refs/heads/1.18.2:refs/remotes/origin/1.18.2 # timeout=10
Checking out Revision 7c9e6518261cc2159a4374d0967cbc7412a659db (1.18.2)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7c9e6518261cc2159a4374d0967cbc7412a659db # timeout=10
Commit message: "Make all geodes have calcite on the inner layer, just varying the outer layer"
[Pipeline] sh
+ rm -rf build/libs
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
+ JAVA_HOME=/var/lib/jenkins/jdk-17.0.1+12/
+ ./gradlew build -PBUILD_NUMBER=53 --no-daemon
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.3/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'TConstruct'.
> Could not resolve all files for configuration ':classpath'.
   > Could not resolve org.parchmentmc:librarian:1.+.
     Required by:
         project :
      > Failed to list versions for org.parchmentmc:librarian.
         > Unable to load Maven meta-data from https://maven.parchmentmc.org/org/parchmentmc/librarian/maven-metadata.xml.
            > Could not HEAD 'https://maven.parchmentmc.org/org/parchmentmc/librarian/maven-metadata.xml'.
               > Connect to maven.parchmentmc.org:443 [maven.parchmentmc.org/144.76.14.130] failed: Connection refused

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 10s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive)
Stage "Archive" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
Stage "Deploy" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE