Skip to content
Success

Console Output

Started by user PseudoKnight
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/PermissionsEx
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/PermissionsEx/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/Pieter12345/PermissionsEx/ # timeout=10
Fetching upstream changes from https://github.com/Pieter12345/PermissionsEx/
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress -- https://github.com/Pieter12345/PermissionsEx/ +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/1.23.x^{commit} # timeout=10
Checking out Revision 34e11f4ab281899019c6a29abfadae6f0f227b50 (refs/remotes/origin/1.23.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 34e11f4ab281899019c6a29abfadae6f0f227b50 # timeout=10
Commit message: "Fix potential file storage entry removal failure"
 > git rev-list --no-walk 34e11f4ab281899019c6a29abfadae6f0f227b50 # timeout=10
Parsing POMs
Established TCP socket on 41705
[PermissionsEx] $ /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-3160.vd76b_9ddd10cc.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 41705
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/jenkins_home/workspace/PermissionsEx/pom.xml clean package install
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------------< ru.tehkode:PermissionsEx >----------------------
[INFO] Building PermissionsEx 1.23.5-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Could not transfer metadata org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [pex-repo (http://pex-repo.aoeu.xyz, default, releases+snapshots)]
[WARNING] org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT/maven-metadata.xml failed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [pex-repo (http://pex-repo.aoeu.xyz, default, releases+snapshots)]
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ PermissionsEx ---
[INFO] Deleting /var/jenkins_home/workspace/PermissionsEx/target
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ PermissionsEx ---
[INFO] Copying 6 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:2.0.2:compile (default-compile) @ PermissionsEx ---
[INFO] Compiling 59 source files to /var/jenkins_home/workspace/PermissionsEx/target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ PermissionsEx ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/PermissionsEx/src/test/resources
[INFO] 
[INFO] --- compiler:2.0.2:testCompile (default-testCompile) @ PermissionsEx ---
[INFO] Compiling 3 source files to /var/jenkins_home/workspace/PermissionsEx/target/test-classes
[INFO] 
[INFO] --- surefire:3.2.2:test (default-test) @ PermissionsEx ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running ru.tehkode.utils.DateUtilsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 s -- in ru.tehkode.utils.DateUtilsTest
[INFO] Running ru.tehkode.permissions.RegExpMatcherTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s -- in ru.tehkode.permissions.RegExpMatcherTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ PermissionsEx ---
[INFO] Building jar: /var/jenkins_home/workspace/PermissionsEx/target/PermissionsEx-1.23.5-SNAPSHOT.jar
[INFO] 
[INFO] --- shade:2.1:shade (default) @ PermissionsEx ---
[INFO] Including com.google.code.gson:gson:jar:2.10 in the shaded jar.
[INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar.
[INFO] Including junit:junit:jar:4.10 in the shaded jar.
[INFO] Including org.hamcrest:hamcrest-core:jar:1.1 in the shaded jar.
[INFO] Including commons-dbcp:commons-dbcp:jar:1.4 in the shaded jar.
[INFO] Including commons-pool:commons-pool:jar:1.5.4 in the shaded jar.
[INFO] Including com.mojang:AccountsClient:jar:unspecified in the shaded jar.
[WARNING] junit-4.10.jar, hamcrest-core-1.1.jar define 21 overlappping classes: 
[WARNING]   - org.hamcrest.internal.SelfDescribingValue
[WARNING]   - org.hamcrest.Description
[WARNING]   - org.hamcrest.CoreMatchers
[WARNING]   - org.hamcrest.core.AllOf
[WARNING]   - org.hamcrest.SelfDescribing
[WARNING]   - org.hamcrest.core.IsSame
[WARNING]   - org.hamcrest.BaseDescription
[WARNING]   - org.hamcrest.core.DescribedAs
[WARNING]   - org.hamcrest.Factory
[WARNING]   - org.hamcrest.internal.ArrayIterator
[WARNING]   - 11 more...
[WARNING] maven-shade-plugin has detected that some .class files
[WARNING] are present in two or more JARs. When this happens, only
[WARNING] one single version of the class is copied in the uberjar.
[WARNING] Usually this is not harmful and you can skeep these
[WARNING] warnings, otherwise try to manually exclude artifacts
[WARNING] based on mvn dependency:tree -Ddetail=true and the above
[WARNING] output
[WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/jenkins_home/workspace/PermissionsEx/target/PermissionsEx-1.23.5-SNAPSHOT.jar with /var/jenkins_home/workspace/PermissionsEx/target/PermissionsEx-1.23.5-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ PermissionsEx ---
[INFO] Copying 6 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:2.0.2:compile (default-compile) @ PermissionsEx ---
[INFO] Compiling 1 source file to /var/jenkins_home/workspace/PermissionsEx/target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ PermissionsEx ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/PermissionsEx/src/test/resources
[INFO] 
[INFO] --- compiler:2.0.2:testCompile (default-testCompile) @ PermissionsEx ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.2.2:test (default-test) @ PermissionsEx ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ PermissionsEx ---
[INFO] 
[INFO] --- shade:2.1:shade (default) @ PermissionsEx ---
[INFO] Including com.google.code.gson:gson:jar:2.10 in the shaded jar.
[INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar.
[INFO] Including junit:junit:jar:4.10 in the shaded jar.
[INFO] Including org.hamcrest:hamcrest-core:jar:1.1 in the shaded jar.
[INFO] Including commons-dbcp:commons-dbcp:jar:1.4 in the shaded jar.
[INFO] Including commons-pool:commons-pool:jar:1.5.4 in the shaded jar.
[INFO] Including com.mojang:AccountsClient:jar:unspecified in the shaded jar.
[WARNING] junit-4.10.jar, hamcrest-core-1.1.jar, PermissionsEx-1.23.5-SNAPSHOT.jar define 21 overlappping classes: 
[WARNING]   - org.hamcrest.internal.SelfDescribingValue
[WARNING]   - org.hamcrest.Description
[WARNING]   - org.hamcrest.CoreMatchers
[WARNING]   - org.hamcrest.core.AllOf
[WARNING]   - org.hamcrest.SelfDescribing
[WARNING]   - org.hamcrest.core.IsSame
[WARNING]   - org.hamcrest.BaseDescription
[WARNING]   - org.hamcrest.core.DescribedAs
[WARNING]   - org.hamcrest.Factory
[WARNING]   - org.hamcrest.internal.ArrayIterator
[WARNING]   - 11 more...
[WARNING] json-simple-1.1.1.jar, PermissionsEx-1.23.5-SNAPSHOT.jar define 12 overlappping classes: 
[WARNING]   - org.json.simple.JSONStreamAware
[WARNING]   - org.json.simple.parser.ContentHandler
[WARNING]   - org.json.simple.parser.ContainerFactory
[WARNING]   - org.json.simple.parser.JSONParser
[WARNING]   - org.json.simple.parser.Yytoken
[WARNING]   - org.json.simple.JSONObject
[WARNING]   - org.json.simple.parser.ParseException
[WARNING]   - org.json.simple.ItemList
[WARNING]   - org.json.simple.JSONArray
[WARNING]   - org.json.simple.parser.Yylex
[WARNING]   - 2 more...
[WARNING] gson-2.10.jar, PermissionsEx-1.23.5-SNAPSHOT.jar define 1 overlappping classes: 
[WARNING]   - META-INF.versions.9.module-info
[WARNING] junit-4.10.jar, PermissionsEx-1.23.5-SNAPSHOT.jar define 231 overlappping classes: 
[WARNING]   - org.junit.AfterClass
[WARNING]   - org.junit.experimental.theories.Theories$TheoryAnchor$1$1
[WARNING]   - org.junit.runners.ParentRunner
[WARNING]   - org.junit.rules.Timeout
[WARNING]   - org.junit.experimental.max.MaxHistory$RememberingListener
[WARNING]   - org.junit.Before
[WARNING]   - org.junit.package-info
[WARNING]   - org.junit.internal.runners.MethodRoadie$1$1
[WARNING]   - org.junit.runners.model.NoGenericTypeParametersValidator
[WARNING]   - org.junit.runner.Result$1
[WARNING]   - 221 more...
[WARNING] maven-shade-plugin has detected that some .class files
[WARNING] are present in two or more JARs. When this happens, only
[WARNING] one single version of the class is copied in the uberjar.
[WARNING] Usually this is not harmful and you can skeep these
[WARNING] warnings, otherwise try to manually exclude artifacts
[WARNING] based on mvn dependency:tree -Ddetail=true and the above
[WARNING] output
[WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/jenkins_home/workspace/PermissionsEx/target/PermissionsEx-1.23.5-SNAPSHOT.jar with /var/jenkins_home/workspace/PermissionsEx/target/PermissionsEx-1.23.5-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ PermissionsEx ---
[INFO] Installing /var/jenkins_home/workspace/PermissionsEx/pom.xml to /var/jenkins_home/.m2/repository/ru/tehkode/PermissionsEx/1.23.5-SNAPSHOT/PermissionsEx-1.23.5-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/workspace/PermissionsEx/target/PermissionsEx-1.23.5-SNAPSHOT.jar to /var/jenkins_home/.m2/repository/ru/tehkode/PermissionsEx/1.23.5-SNAPSHOT/PermissionsEx-1.23.5-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  59.124 s
[INFO] Finished at: 2024-02-28T02:38:51-07:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/jenkins_home/workspace/PermissionsEx/pom.xml to ru.tehkode/PermissionsEx/1.23.5-SNAPSHOT/PermissionsEx-1.23.5-SNAPSHOT.pom
[JENKINS] Archiving /var/jenkins_home/workspace/PermissionsEx/target/PermissionsEx-1.23.5-SNAPSHOT.jar to ru.tehkode/PermissionsEx/1.23.5-SNAPSHOT/PermissionsEx-1.23.5-SNAPSHOT.jar
channel stopped
Archiving artifacts
Finished: SUCCESS