Skip to content
Failed

Console Output

Started by an SCM change
Running as SYSTEM
Building in workspace /home/tomcat/.jenkins/workspace/CubesideNMSUtils
The recommended git tool is: NONE
using credential a740e5fc-56b2-4305-b679-a29aeacfeabf
 > git rev-parse --resolve-git-dir /home/tomcat/.jenkins/workspace/CubesideNMSUtils/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/Cubeside/CubesideNMSUtils.git # timeout=10
Fetching upstream changes from https://github.com/Cubeside/CubesideNMSUtils.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
using GIT_ASKPASS to set credentials 
 > git fetch --tags --force --progress -- https://github.com/Cubeside/CubesideNMSUtils.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 8d22750b1c7741b59c7b2cc581edbb365e30d008 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8d22750b1c7741b59c7b2cc581edbb365e30d008 # timeout=10
Commit message: "fix 1.21.5 build"
 > git rev-list --no-walk f54e5ca11812a0596389f167842915eecf0f8d1d # timeout=10
[CubesideNMSUtils] $ /bin/bash -xe /home/tomcat/tomcatjenkins/temp/jenkins4291568421906088374.sh
+ chmod +x gradlew
[Gradle] - Launching build.
[CubesideNMSUtils] $ /home/tomcat/.jenkins/workspace/CubesideNMSUtils/gradlew build publishToMavenLocal publish
Starting a Gradle Daemon (subsequent builds will be faster)
Adapter Pattern: 
Including Adapter: v1_20_R2
Including Adapter: paper1_21_4
Including Adapter: v1_17_R1
Including Adapter: paper1_20_4
Including Adapter: paper1_21
Including Adapter: v1_19_R2
Including Adapter: v1_19_R3
Including Adapter: v1_18_R1
Including Adapter: paper1_21_3
Including Adapter: paper1_20_6
Including Adapter: v1_19_R1
Including Adapter: v1_18_R2
Including Adapter: v1_20_R3
Including Adapter: paper1_21_5
Including Adapter: v1_20_R1
paperweight-userdev: Deleted 1 expired cache entries totaling 26566KB

[Incubating] Problems report is available at: file:///home/tomcat/.jenkins/workspace/CubesideNMSUtils/build/reports/problems/problems-report.html

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':adapter:paper1_21_5'.
> Could not resolve all files for configuration ':adapter:paper1_21_5:paperweightDevelopmentBundle'.
    Unable to resolve a dev bundle, which is required for paperweight to function.
   > Could not find io.papermc.paper:dev-bundle:1.21.5-R0.1-SNAPSHOT.
     Searched in the following locations:
       - file:/home/tomcat/.m2/repository/io/papermc/paper/dev-bundle/1.21.5-R0.1-SNAPSHOT/maven-metadata.xml
       - file:/home/tomcat/.m2/repository/io/papermc/paper/dev-bundle/1.21.5-R0.1-SNAPSHOT/dev-bundle-1.21.5-R0.1-SNAPSHOT.pom
       - https://repo.papermc.io/repository/maven-public/io/papermc/paper/dev-bundle/1.21.5-R0.1-SNAPSHOT/maven-metadata.xml
       - https://repo.papermc.io/repository/maven-public/io/papermc/paper/dev-bundle/1.21.5-R0.1-SNAPSHOT/dev-bundle-1.21.5-R0.1-SNAPSHOT.pom
     Required by:
         project :adapter:paper1_21_5

* Try:
> Add a dev bundle to the 'paperweightDevelopmentBundle' configuration (the dependencies.paperweight extension can help with this), and ensure there is a repository to resolve it from (the Paper repository is used by default).
> Run with --scan to get full insights.

BUILD FAILED in 18s
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Skipped archiving because build is not successful
Finished: FAILURE