Skip to content
Success

Console Output

Started by an SCM change
Running as SYSTEM
Building in workspace /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url https://github.com/threerings/getdown.git # timeout=10
Fetching upstream changes from https://github.com/threerings/getdown.git
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git fetch --tags --progress https://github.com/threerings/getdown.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision cb114746a6dda8d0bb4ceb049a6a3ccaa3651e2a (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f cb114746a6dda8d0bb4ceb049a6a3ccaa3651e2a
Commit message: "Merge pull request #260 from bekoenig/relative-paths-in-classpath"
 > /usr/bin/git rev-list --no-walk bb4b9e3390ca65bd406b4730a44ec54246994dc6 # timeout=10
[workspace] $ /home/javastream.de/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-3/bin/mvn clean install
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 4 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] getdown                                                            [pom]
[INFO] Getdown Core                                                       [jar]
[INFO] Getdown Launcher                                                   [jar]
[INFO] Getdown Ant Task                                                   [jar]
[INFO] 
[INFO] -------------------< com.threerings.getdown:getdown >-------------------
[INFO] Building getdown 1.8.7-SNAPSHOT                                    [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ getdown ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ getdown ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ getdown ---
[INFO] Installing /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/pom.xml to /home/javastream.de/www/maven/com/threerings/getdown/getdown/1.8.7-SNAPSHOT/getdown-1.8.7-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< com.threerings.getdown:getdown-core >-----------------
[INFO] Building Getdown Core 1.8.7-SNAPSHOT                               [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ getdown-core ---
[INFO] Deleting /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/core/target
[INFO] Deleting /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/core/src/main/java (includes = [com/threerings/getdown/data/Build.java], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ getdown-core ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (gen-build) @ getdown-core ---
[INFO] Executing tasks

main:
     [copy] Copying 1 file to /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/core/src/main/java/com/threerings/getdown/data
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ getdown-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:add-test-source (add-test-source) @ getdown-core ---
[INFO] Test Source directory: /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/core/src/it/java added.
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ getdown-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 34 source files to /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ getdown-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ getdown-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/core/target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 1.7
/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/core/src/test/java/com/threerings/getdown/data/PathBuilderTest.java:[19,26] [deprecation] MockitoJUnitRunner in org.mockito.runners has been deprecated
[WARNING] /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/core/src/test/java/com/threerings/getdown/data/PathBuilderTest.java:[22,9] [deprecation] MockitoJUnitRunner in org.mockito.runners has been deprecated
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ getdown-core ---
[INFO] Surefire report directory: /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/core/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.threerings.getdown.cache.ResourceCacheTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running com.threerings.getdown.cache.GarbageCollectorTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.threerings.getdown.data.PathBuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.73 sec
Running com.threerings.getdown.data.SysPropsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.threerings.getdown.data.ClassPathTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running com.threerings.getdown.data.EnvConfigTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.threerings.getdown.data.ApplicationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running com.threerings.getdown.util.ColorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.threerings.getdown.util.VersionUtilTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running com.threerings.getdown.util.FileUtilTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running com.threerings.getdown.util.StringUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.threerings.getdown.util.ConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running com.threerings.getdown.util.HostWhitelistTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec

Results :

Tests run: 47, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ getdown-core ---
[INFO] Building jar: /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/core/target/getdown-core-1.8.7-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.0:integration-test (default) @ getdown-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.threerings.getdown.tests.DigesterIT
Generating digest file 'src/it/resources/testapp/digest.txt'...
Generating digest file 'src/it/resources/testapp/digest2.txt'...
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 s - in com.threerings.getdown.tests.DigesterIT
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.0:verify (default) @ getdown-core ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ getdown-core ---
[INFO] Installing /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/core/target/getdown-core-1.8.7-SNAPSHOT.jar to /home/javastream.de/www/maven/com/threerings/getdown/getdown-core/1.8.7-SNAPSHOT/getdown-core-1.8.7-SNAPSHOT.jar
[INFO] Installing /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/core/pom.xml to /home/javastream.de/www/maven/com/threerings/getdown/getdown-core/1.8.7-SNAPSHOT/getdown-core-1.8.7-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.threerings.getdown:getdown-launcher >---------------
[INFO] Building Getdown Launcher 1.8.7-SNAPSHOT                           [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ getdown-launcher ---
[INFO] Deleting /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ getdown-launcher ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ getdown-launcher ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO] 
[INFO] --- native2ascii-maven-plugin:2.0.1:inplace (utf8-to-latin1) @ getdown-launcher ---
[INFO] Includes: [**/*.properties]
[INFO] Excludes: []
[INFO] Processing /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_ko.properties
[INFO] Converting: '/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_ko.properties' to: '/tmp/messages_ko.properties117732786729000526native2ascii'
[INFO] File converted successfuly: /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_ko.properties
[INFO] Processing /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_es.properties
[INFO] Converting: '/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_es.properties' to: '/tmp/messages_es.properties785482477160639767native2ascii'
[INFO] File converted successfuly: /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_es.properties
[INFO] Processing /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_de.properties
[INFO] Converting: '/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_de.properties' to: '/tmp/messages_de.properties4511672426402512846native2ascii'
[INFO] File converted successfuly: /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_de.properties
[INFO] Processing /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_ja.properties
[INFO] Converting: '/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_ja.properties' to: '/tmp/messages_ja.properties398457346517054711native2ascii'
[INFO] File converted successfuly: /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_ja.properties
[INFO] Processing /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_ru.properties
[INFO] Converting: '/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_ru.properties' to: '/tmp/messages_ru.properties2419016491136569754native2ascii'
[INFO] File converted successfuly: /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_ru.properties
[INFO] Processing /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_pt.properties
[INFO] Converting: '/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_pt.properties' to: '/tmp/messages_pt.properties7671683175019773251native2ascii'
[INFO] File converted successfuly: /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_pt.properties
[INFO] Processing /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_fr.properties
[INFO] Converting: '/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_fr.properties' to: '/tmp/messages_fr.properties8677249264371374490native2ascii'
[INFO] File converted successfuly: /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_fr.properties
[INFO] Processing /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_it.properties
[INFO] Converting: '/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_it.properties' to: '/tmp/messages_it.properties7410955650901735094native2ascii'
[INFO] File converted successfuly: /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_it.properties
[INFO] Processing /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages.properties
[INFO] Converting: '/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages.properties' to: '/tmp/messages.properties8668025954080702500native2ascii'
[INFO] File converted successfuly: /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages.properties
[INFO] Processing /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_zh.properties
[INFO] Converting: '/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_zh.properties' to: '/tmp/messages_zh.properties5580580883894583211native2ascii'
[INFO] File converted successfuly: /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes/com/threerings/getdown/messages_zh.properties
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ getdown-launcher ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ getdown-launcher ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ getdown-launcher ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ getdown-launcher ---
[INFO] Surefire report directory: /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.threerings.getdown.launcher.ProxyUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.739 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ getdown-launcher ---
[INFO] Building jar: /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/getdown-launcher-1.8.7-SNAPSHOT.jar
[INFO] 
[INFO] --- proguard-maven-plugin:2.3.1:proguard (default) @ getdown-launcher ---
[INFO] --- ADD injars:jregistrykey
[INFO] --- ADD injars:getdown-core
[INFO] --- ADD injars:samskivert
[INFO] execute ProGuard [-injars, '/home/javastream.de/www/maven/jregistrykey/jregistrykey/1.0/jregistrykey-1.0.jar'(!META-INF/MANIFEST.MF,!META-INF/maven/**), -injars, '/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/core/target/classes'(!META-INF/MANIFEST.MF,!META-INF/maven/**), -injars, '/home/javastream.de/www/maven/com/samskivert/samskivert/1.2/samskivert-1.2.jar'(!META-INF/MANIFEST.MF,!META-INF/maven/**,!**/*.java,
                  !**/swing/RuntimeAdjust*,
                  !**/swing/util/ButtonUtil*,
                  !**/util/CalendarUtil*,
                  !**/util/Calendars*,
                  !**/util/Log4JLogger*,
                  !**/util/PrefsConfig*,
                  !**/util/SignalUtil*,
                  com/samskivert/Log.class,
                  **/samskivert/io/**,
                  **/samskivert/swing/**,
                  **/samskivert/text/**,
                  **/samskivert/util/**), -injars, '/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/getdown-launcher-1.8.7-SNAPSHOT_proguard_base.jar'(!META-INF/maven/**), -outjars, '/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/getdown-launcher-1.8.7-SNAPSHOT.jar', -libraryjars, '/home/javastream.de/jenkins/tools/hudson.model.JDK/JDK8/jre/lib/rt.jar', -printmapping, '/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/proguard_map.txt', -printseeds, '/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/proguard_seed.txt', -keep public class com.threerings.getdown.** { *; }, -keep public class ca.beq.util.win32.registry.** { *; }, -keepattributes Exceptions, InnerClasses, Signature]
[INFO] proguard jar: [/home/javastream.de/www/maven/com/guardsquare/proguard-base/7.0.0/proguard-base-7.0.0.jar, /home/javastream.de/www/maven/com/guardsquare/proguard-core/7.0.0/proguard-core-7.0.0.jar]
 [proguard] ProGuard, version 7.0.0
 [proguard] Reading program jar [/home/javastream.de/www/maven/jregistrykey/jregistrykey/1.0/jregistrykey-1.0.jar] (filtered)
 [proguard] Reading program directory [/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/core/target/classes] (filtered)
 [proguard] Reading program jar [/home/javastream.de/www/maven/com/samskivert/samskivert/1.2/samskivert-1.2.jar] (filtered)
 [proguard] Reading program jar [/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/getdown-launcher-1.8.7-SNAPSHOT_proguard_base.jar] (filtered)
 [proguard] Reading library jar [/home/javastream.de/jenkins/tools/hudson.model.JDK/JDK8/jre/lib/rt.jar] (filtered)
 [proguard] Note: com.samskivert.util.Logger: can't find dynamically referenced class com.samskivert.util.Log4JLogger
 [proguard] Note: com.samskivert.util.Logger calls '(com.samskivert.util.Logger$Factory)Class.forName(variable).newInstance()'
 [proguard] Note: com.samskivert.swing.util.SwingUtil accesses a method 'setIconImages(java.util.List)' dynamically
 [proguard]       Maybe this is library method 'java.awt.Window { void setIconImages(java.util.List); }'
 [proguard]       Maybe this is library method 'sun.awt.EmbeddedFrame { void setIconImages(java.util.List); }'
 [proguard]       Maybe this is library method 'sun.awt.LightweightFrame { void setIconImages(java.util.List); }'
 [proguard] Note: the configuration keeps the entry point 'com.threerings.getdown.launcher.StatusPanel { int getStatusY(com.samskivert.swing.Label); }', but not the descriptor class 'com.samskivert.swing.Label'
 [proguard] Note: the configuration keeps the entry point 'com.threerings.getdown.tools.JarDiff { void writeEntry(java.util.zip.ZipOutputStream,java.util.zip.ZipEntry,com.threerings.getdown.tools.JarDiff$ZipFile2); }', but not the descriptor class 'com.threerings.getdown.tools.JarDiff$ZipFile2'
 [proguard] Note: there were 2 unkept descriptor classes in kept class members.
 [proguard]       You should consider explicitly keeping the mentioned classes
 [proguard]       (using '-keep').
 [proguard]       (https://www.guardsquare.com/proguard/manual/troubleshooting#descriptorclass)
 [proguard] Note: there were 1 unresolved dynamic references to classes or interfaces.
 [proguard]       You should check if you need to specify additional program jars.
 [proguard]       (https://www.guardsquare.com/proguard/manual/troubleshooting#dynamicalclass)
 [proguard] Note: there were 1 class casts of dynamically created class instances.
 [proguard]       You might consider explicitly keeping the mentioned classes and/or
 [proguard]       their implementations (using '-keep').
 [proguard]       (https://www.guardsquare.com/proguard/manual/troubleshooting#dynamicalclasscast)
 [proguard] Note: there were 1 accesses to class members by means of reflection.
 [proguard]       You should consider explicitly keeping the mentioned class members
 [proguard]       (using '-keep' or '-keepclassmembers').
 [proguard]       (https://www.guardsquare.com/proguard/manual/troubleshooting#dynamicalclassmember)
 [proguard] Preparing output jar [/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/getdown-launcher-1.8.7-SNAPSHOT.jar] (filtered)
 [proguard]   Copying resources from program jar [/home/javastream.de/www/maven/jregistrykey/jregistrykey/1.0/jregistrykey-1.0.jar] (filtered)
 [proguard]   Copying resources from program directory [/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/core/target/classes] (filtered)
 [proguard]   Copying resources from program jar [/home/javastream.de/www/maven/com/samskivert/samskivert/1.2/samskivert-1.2.jar] (filtered)
 [proguard]   Copying resources from program jar [/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/getdown-launcher-1.8.7-SNAPSHOT_proguard_base.jar] (filtered)
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ getdown-launcher ---
[INFO] Installing /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/target/getdown-launcher-1.8.7-SNAPSHOT.jar to /home/javastream.de/www/maven/com/threerings/getdown/getdown-launcher/1.8.7-SNAPSHOT/getdown-launcher-1.8.7-SNAPSHOT.jar
[INFO] Installing /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/launcher/pom.xml to /home/javastream.de/www/maven/com/threerings/getdown/getdown-launcher/1.8.7-SNAPSHOT/getdown-launcher-1.8.7-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< com.threerings.getdown:getdown-ant >-----------------
[INFO] Building Getdown Ant Task 1.8.7-SNAPSHOT                           [4/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ getdown-ant ---
[INFO] Deleting /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/ant/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ getdown-ant ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ getdown-ant ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/ant/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ getdown-ant ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/ant/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ getdown-ant ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/ant/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ getdown-ant ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ getdown-ant ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ getdown-ant ---
[INFO] Building jar: /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/ant/target/getdown-ant-1.8.7-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ getdown-ant ---
[INFO] Installing /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/ant/target/getdown-ant-1.8.7-SNAPSHOT.jar to /home/javastream.de/www/maven/com/threerings/getdown/getdown-ant/1.8.7-SNAPSHOT/getdown-ant-1.8.7-SNAPSHOT.jar
[INFO] Installing /home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace/ant/pom.xml to /home/javastream.de/www/maven/com/threerings/getdown/getdown-ant/1.8.7-SNAPSHOT/getdown-ant-1.8.7-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for getdown 1.8.7-SNAPSHOT:
[INFO] 
[INFO] getdown ............................................ SUCCESS [  4.582 s]
[INFO] Getdown Core ....................................... SUCCESS [ 15.013 s]
[INFO] Getdown Launcher ................................... SUCCESS [ 16.285 s]
[INFO] Getdown Ant Task ................................... SUCCESS [  0.949 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  40.860 s
[INFO] Finished at: 2022-03-27T03:29:01+02:00
[INFO] ------------------------------------------------------------------------
[TASKS] Scanning folder '/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace' for files matching the pattern '**/*.java, **/*.xml' - excludes: 
[TASKS] Found 80 files to scan for tasks
[TASKS] Found 9 open tasks.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=cb114746a6dda8d0bb4ceb049a6a3ccaa3651e2a, workspace=/home/javastream.de/jenkins/jobs/com.threerings.getdown/workspace
 > /usr/bin/git rev-parse cb114746a6dda8d0bb4ceb049a6a3ccaa3651e2a^{commit} # timeout=10
[TASKS] Computing warning deltas based on reference build #116
Archiving artifacts
Recording test results
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 0 seconds
Finished: SUCCESS