Console Output

Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/workspace/JustEnoughItems-MC1.16
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/JustEnoughItems-MC1.16/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/mezz/JustEnoughItems.git # timeout=10
Fetching upstream changes from https://github.com/mezz/JustEnoughItems.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
 > git fetch --tags --progress https://github.com/mezz/JustEnoughItems.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/1.10
Seen branch in repository origin/1.11
Seen branch in repository origin/1.12
Seen branch in repository origin/1.12-FG3
Seen branch in repository origin/1.12-wip
Seen branch in repository origin/1.13
Seen branch in repository origin/1.13-pre
Seen branch in repository origin/1.14
Seen branch in repository origin/1.15
Seen branch in repository origin/1.16
Seen branch in repository origin/1.8
Seen branch in repository origin/1.8.8
Seen branch in repository origin/1.8.9
Seen branch in repository origin/1.9
Seen branch in repository origin/async-plugins
Seen branch in repository origin/default-wrapper
Seen branch in repository origin/ingredient-list-refactor
Seen branch in repository origin/sorting
Seen branch in repository origin/subtype-interpreter
Seen branch in repository origin/test-gradle
Seen branch in repository origin/test-travis-ci
Seen 21 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision e1309e8271d5b88b0074f7b8f8625070d707eeb6 (origin/1.16)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1309e8271d5b88b0074f7b8f8625070d707eeb6 # timeout=10
Commit message: "Close #2282 Add hotkey for navigating recipe categories"
 > git rev-list --no-walk 3cf55c21e0a8e199bf46de56b2fe0e6001c5f74d # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Mask passwords that will be passed as build parameters.
[JustEnoughItems-MC1.16] $ /bin/sh -xe /tmp/jenkins8976539377295636220.sh
+ rm -rf build/libs
[Gradle] - Launching build.
[JustEnoughItems-MC1.16] $ /var/lib/jenkins/workspace/JustEnoughItems-MC1.16/gradlew ******** -s -Plocal_maven=/var/www/dvs1/files/maven test reobf uploadArchives curseforge
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/6.8.3/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 
> Task :compileApiJava UP-TO-DATE
> Task :processApiResources NO-SOURCE
> Task :apiClasses UP-TO-DATE
> Task :compileJava
> Task :processResources
> Task :replaceResources
> Task :classes
> Task :compileTestJava
> Task :processTestResources NO-SOURCE
> Task :testClasses

> Task :test
mezz.jei.test.IngredientFilterTest
    ? testSetup()
    ? testAddingAndRemovingIngredients()
    ? testRebuilding()
    ? testConfigBlacklist()

mezz.jei.test.TickTimerTest
    ? testBasicTickTimerMath()
    ? testMoreTicksThanValuesMath()
    ? testIndivisibleTicking()

--------------------------------------------------------------------------
Results: SUCCESS (7 tests, 7 passed, 0 failed, 0 skipped)
--------------------------------------------------------------------------

> Task :jar
> Task :downloadMcpConfig
> Task :extractSrg UP-TO-DATE
> Task :createMcpToSrg UP-TO-DATE
> Task :reobfJar
> Task :apiJar
> Task :deobfJar

> Task :javadoc
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/api/java/mezz/jei/api/recipe/IFocus.java:12: warning - Tag @link: can't find createFocus(Mode, Object) in mezz.jei.api.recipe.IRecipeManager
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/api/java/mezz/jei/api/recipe/category/IRecipeCategory.java:24: warning - Tag @link: can't find setRecipe(IRecipeLayout, T, IIngredients) in mezz.jei.api.recipe.category.IRecipeCategory
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/main/java/mezz/jei/config/forge/ConfigElement.java:103: warning - @propertyDescription is an unknown tag.
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/main/java/mezz/jei/config/forge/ConfigElement.java:103: warning - Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/main/java/mezz/jei/config/forge/ConfigElement.java:103: warning - Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/main/java/mezz/jei/config/forge/ConfigElement.java:103: warning - @propertyDescription is an unknown tag.
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/main/java/mezz/jei/config/forge/ConfigElement.java:103: warning - Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/main/java/mezz/jei/config/forge/ConfigElement.java:103: warning - Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/main/java/mezz/jei/config/forge/ConfigElement.java:103: warning - Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/main/java/mezz/jei/config/forge/ConfigElement.java:103: warning - Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/main/java/mezz/jei/config/forge/IConfigElement.java:35: warning - @propertyDescription is an unknown tag.
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/main/java/mezz/jei/config/forge/IConfigElement.java:35: warning - Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/main/java/mezz/jei/config/forge/IConfigElement.java:35: warning - Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/main/java/mezz/jei/config/forge/IConfigElement.java:35: warning - @propertyDescription is an unknown tag.
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/main/java/mezz/jei/config/forge/IConfigElement.java:35: warning - Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/main/java/mezz/jei/config/forge/IConfigElement.java:35: warning - Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/main/java/mezz/jei/config/forge/IConfigElement.java:35: warning - Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/main/java/mezz/jei/config/forge/IConfigElement.java:35: warning - Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/api/java/mezz/jei/api/gui/drawable/IDrawableAnimated.java:14: warning - Tag @link: can't find createAnimatedDrawable(IDrawableStatic, int, StartDirection, boolean) in mezz.jei.api.helpers.IGuiHelper
/var/lib/jenkins/workspace/JustEnoughItems-MC1.16/src/api/java/mezz/jei/api/gui/drawable/IDrawableAnimated.java:20: warning - Tag @see: can't find createAnimatedDrawable(IDrawableStatic, int, StartDirection, boolean) in mezz.jei.api.helpers.IGuiHelper
20 warnings

> Task :javadocJar
> Task :sourcesJar
> Task :uploadArchives
> Task :assemble
> Task :makeChangelog

> Task :curseforge238222
Uploaded /var/lib/jenkins/workspace/JustEnoughItems-MC1.16/build/libs/jei-1.16.5-7.6.3.81.jar to CurseForge Project: 238222, with ID: 3272082

> Task :curseforge

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.8.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 32s
19 actionable tasks: 16 executed, 3 up-to-date
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
Recording fingerprints
Recording fingerprints
Collecting metadata...
Metadata collection done.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in  1 second
Triggering a new build of nexus-indexes
Finished: SUCCESS