Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on sos-builder01 (lin) in workspace /builds/workspace/Mimecraft [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] Done No credentials specified Cloning the remote Git repository Cloning repository https://github.com/square/mimecraft.git > git init /builds/workspace/Mimecraft # timeout=10 Fetching upstream changes from https://github.com/square/mimecraft.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/square/mimecraft.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/square/mimecraft.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/square/mimecraft.git # timeout=10 Fetching upstream changes from https://github.com/square/mimecraft.git > git fetch --tags --progress https://github.com/square/mimecraft.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 88f689c73972dde450961714ec4766378c777ad0 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 88f689c73972dde450961714ec4766378c777ad0 Commit message: "Mark MimeCraft as deprecated." > git rev-list --no-walk 88f689c73972dde450961714ec4766378c777ad0 # timeout=10 [Mimecraft] $ /bin/sh -xe /tmp/jenkins8561132934018185266.sh + + stdbuf -i 50k bash curl http://spoon.gforge.inria.fr/jenkins/build.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21193 100 21193 0 0 181k 0 --:--:-- --:--:-- --:--:-- 181k ------------------------------------------------------- Initizalizes project ------------------------------------------------------- HEAD is now at 88f689c Mark MimeCraft as deprecated. --- Displays variables used in the build --- Artifact id: mimecraft Version: 1.1.2-SNAPSHOT Modules job: - Mimecraft Has checkstyle: true Has enforcer: true Git version id: 88f689c73972dde450961714ec4766378c777ad0 Java version: Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 java version "1.8.0_151" Java(TM) SE Runtime Environment (build 1.8.0_151-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode) Java home: /builds/tools/hudson.model.JDK/JDK_8.0.151 ------------------------------------------------------- Compiles project (at the root project if it's a multi module project) without spoon ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Mime Craft 1.1.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mimecraft --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ mimecraft --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mimecraft --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/Mimecraft/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ mimecraft --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /builds/workspace/Mimecraft/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mimecraft --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/Mimecraft/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ mimecraft --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /builds/workspace/Mimecraft/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ mimecraft --- [INFO] Surefire report directory: /builds/workspace/Mimecraft/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 Running com.squareup.mimecraft.PartTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec - in com.squareup.mimecraft.PartTest Running com.squareup.mimecraft.ComplexExamplesTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.squareup.mimecraft.ComplexExamplesTest Running com.squareup.mimecraft.FormWriterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.squareup.mimecraft.FormWriterTest Running com.squareup.mimecraft.MultipartWriterTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in com.squareup.mimecraft.MultipartWriterTest Results : Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mimecraft --- [INFO] Building jar: /builds/workspace/Mimecraft/target/mimecraft-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mimecraft --- [INFO] Installing /builds/workspace/Mimecraft/target/mimecraft-1.1.2-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/mimecraft/mimecraft/1.1.2-SNAPSHOT/mimecraft-1.1.2-SNAPSHOT.jar [INFO] Installing /builds/workspace/Mimecraft/pom.xml to /builds/.m2/repository/com/squareup/mimecraft/mimecraft/1.1.2-SNAPSHOT/mimecraft-1.1.2-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.171 s [INFO] Finished at: 2019-12-31T15:09:07+01:00 [INFO] Final Memory: 19M/171M [INFO] ------------------------------------------------------------------------ --- Displays results of the maven compile --- Time to compile: 4956 Number of tests: 14 Number of tests skipped: 0 Number of failures in tests: 0 Number of errors in tests: 0 ------------------------------------------------------- Inserts the maven plugin to spoon the project ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Mime Craft 1.1.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.8:purge-local-repository (default-cli) @ mimecraft --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.283 s [INFO] Finished at: 2019-12-31T15:09:10+01:00 [INFO] Final Memory: 17M/161M [INFO] ------------------------------------------------------------------------ Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Mime Craft 1.1.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mimecraft --- [INFO] Deleting /builds/workspace/Mimecraft/target [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ mimecraft --- [INFO] [INFO] --- spoon-maven-plugin:3.1:generate (default) @ mimecraft --- Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml 647/647 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (647 B at 4.3 KB/sec) 2/3 KB 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (3 KB at 10.6 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom 2/22 KB 3/22 KB 5/22 KB 6/22 KB 7/22 KB 9/22 KB 10/22 KB 11/22 KB 13/22 KB 14/22 KB 15/22 KB 17/22 KB 18/22 KB 19/22 KB 21/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom (22 KB at 1011.7 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml 1017/1017 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml (1017 B at 28.4 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/spoon-core-7.1.0-20181011.225349-264.pom 4/23 KB 8/23 KB 12/23 KB 13/23 KB 17/23 KB 21/23 KB 23/23 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/spoon-core-7.1.0-20181011.225349-264.pom (23 KB at 595.0 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.1.0/spoon-core-7.1.0.pom 2/23 KB 3/23 KB 5/23 KB 6/23 KB 7/23 KB 9/23 KB 10/23 KB 11/23 KB 13/23 KB 14/23 KB 15/23 KB 17/23 KB 18/23 KB 19/23 KB 21/23 KB 22/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.1.0/spoon-core-7.1.0.pom (23 KB at 1000.2 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/maven-metadata.xml 1017/1017 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/maven-metadata.xml (1017 B at 29.2 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/spoon-core-7.2.0-20181204.080422-141.pom 4/7 KB 7/7 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/spoon-core-7.2.0-20181204.080422-141.pom (7 KB at 233.2 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.2.0/spoon-core-7.2.0.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.2.0/spoon-core-7.2.0.pom (7 KB at 519.5 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml 1013/1013 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml (1013 B at 34.1 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/spoon-core-7.3.0-20190210.234149-97.pom 4/7 KB 5/7 KB 7/7 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/spoon-core-7.3.0-20190210.234149-97.pom (7 KB at 227.4 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.3.0/spoon-core-7.3.0.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.3.0/spoon-core-7.3.0.pom (7 KB at 439.1 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-09/spoon-core-7.4.0-beta-09.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-09/spoon-core-7.4.0-beta-09.pom (7 KB at 339.1 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-10/spoon-core-7.4.0-beta-10.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-10/spoon-core-7.4.0-beta-10.pom (7 KB at 536.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-11/spoon-core-7.4.0-beta-11.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-11/spoon-core-7.4.0-beta-11.pom (7 KB at 460.2 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-12/spoon-core-7.4.0-beta-12.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-12/spoon-core-7.4.0-beta-12.pom (7 KB at 495.6 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-13/spoon-core-7.4.0-beta-13.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-13/spoon-core-7.4.0-beta-13.pom (7 KB at 460.2 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-14/spoon-core-7.4.0-beta-14.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-14/spoon-core-7.4.0-beta-14.pom (7 KB at 536.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-15/spoon-core-7.4.0-beta-15.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-15/spoon-core-7.4.0-beta-15.pom (7 KB at 495.6 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-16/spoon-core-7.4.0-beta-16.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-16/spoon-core-7.4.0-beta-16.pom (7 KB at 379.0 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-17/spoon-core-7.4.0-beta-17.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-17/spoon-core-7.4.0-beta-17.pom (7 KB at 402.7 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-18/spoon-core-7.4.0-beta-18.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-18/spoon-core-7.4.0-beta-18.pom (7 KB at 358.0 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-19/spoon-core-7.4.0-beta-19.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-19/spoon-core-7.4.0-beta-19.pom (7 KB at 429.6 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml 1017/1017 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml (1017 B at 33.1 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/spoon-core-7.4.0-20190510.045100-130.pom 4/7 KB 5/7 KB 7/7 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/spoon-core-7.4.0-20190510.045100-130.pom (7 KB at 188.4 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0/spoon-core-7.4.0.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0/spoon-core-7.4.0.pom (7 KB at 378.6 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-1/spoon-core-7.5.0-beta-1.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-1/spoon-core-7.5.0-beta-1.pom (7 KB at 495.6 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-2/spoon-core-7.5.0-beta-2.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-2/spoon-core-7.5.0-beta-2.pom (7 KB at 495.6 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-3/spoon-core-7.5.0-beta-3.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-3/spoon-core-7.5.0-beta-3.pom (7 KB at 429.5 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-4/spoon-core-7.5.0-beta-4.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-4/spoon-core-7.5.0-beta-4.pom (7 KB at 429.5 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-5/spoon-core-7.5.0-beta-5.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-5/spoon-core-7.5.0-beta-5.pom (7 KB at 585.7 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-6/spoon-core-7.5.0-beta-6.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-6/spoon-core-7.5.0-beta-6.pom (7 KB at 536.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-7/spoon-core-7.5.0-beta-7.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-7/spoon-core-7.5.0-beta-7.pom (7 KB at 292.8 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-8/spoon-core-7.5.0-beta-8.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-8/spoon-core-7.5.0-beta-8.pom (7 KB at 585.7 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-9/spoon-core-7.5.0-beta-9.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-9/spoon-core-7.5.0-beta-9.pom (7 KB at 585.7 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-20/spoon-core-7.5.0-beta-20.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-20/spoon-core-7.5.0-beta-20.pom (7 KB at 536.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-21/spoon-core-7.5.0-beta-21.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-21/spoon-core-7.5.0-beta-21.pom (7 KB at 379.0 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml 1017/1017 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml (1017 B at 36.8 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom 4/7 KB 5/7 KB 7/7 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom (7 KB at 235.5 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom (7 KB at 536.3 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-1/spoon-core-7.6.0-beta-1.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-1/spoon-core-7.6.0-beta-1.pom (7 KB at 585.7 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-2/spoon-core-7.6.0-beta-2.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-2/spoon-core-7.6.0-beta-2.pom (7 KB at 429.5 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom (7 KB at 460.2 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-4/spoon-core-7.6.0-beta-4.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-4/spoon-core-7.6.0-beta-4.pom (7 KB at 585.7 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-5/spoon-core-7.6.0-beta-5.pom 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-5/spoon-core-7.6.0-beta-5.pom (6 KB at 595.5 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-6/spoon-core-7.6.0-beta-6.pom 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-6/spoon-core-7.6.0-beta-6.pom (6 KB at 541.4 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml 1017/1017 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml (1017 B at 38.2 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/spoon-core-7.6.0-20191029.234139-152.pom 4/7 KB 7/7 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/spoon-core-7.6.0-20191029.234139-152.pom (7 KB at 218.1 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0/spoon-core-7.6.0.pom 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0/spoon-core-7.6.0.pom (6 KB at 495.7 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0-beta-1/spoon-core-8.0.0-beta-1.pom 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0-beta-1/spoon-core-8.0.0-beta-1.pom (6 KB at 595.5 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/maven-metadata.xml 1013/1013 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/maven-metadata.xml (1013 B at 38.0 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/spoon-core-8.0.0-20191105.234144-12.pom 4/7 KB 5/7 KB 7/7 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/spoon-core-8.0.0-20191105.234144-12.pom (7 KB at 226.2 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom (6 KB at 594.8 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-1/spoon-core-8.1.0-beta-1.pom 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-1/spoon-core-8.1.0-beta-1.pom (6 KB at 541.4 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-2/spoon-core-8.1.0-beta-2.pom 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-2/spoon-core-8.1.0-beta-2.pom (6 KB at 595.5 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-3/spoon-core-8.1.0-beta-3.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-3/spoon-core-8.1.0-beta-3.pom (7 KB at 611.3 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-4/spoon-core-8.1.0-beta-4.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-4/spoon-core-8.1.0-beta-4.pom (7 KB at 517.3 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-5/spoon-core-8.1.0-beta-5.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-5/spoon-core-8.1.0-beta-5.pom (7 KB at 517.3 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-6/spoon-core-8.1.0-beta-6.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-6/spoon-core-8.1.0-beta-6.pom (7 KB at 420.3 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-7/spoon-core-8.1.0-beta-7.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-7/spoon-core-8.1.0-beta-7.pom (7 KB at 336.2 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-8/spoon-core-8.1.0-beta-8.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-8/spoon-core-8.1.0-beta-8.pom (7 KB at 336.2 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-9/spoon-core-8.1.0-beta-9.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-9/spoon-core-8.1.0-beta-9.pom (7 KB at 448.3 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml 1013/1013 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml (1013 B at 36.6 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191230.234143-64.pom 4/7 KB 5/7 KB 7/7 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191230.234143-64.pom (7 KB at 245.6 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191230.234143-64.jar 4/1698 KB 8/1698 KB 12/1698 KB 13/1698 KB 17/1698 KB 21/1698 KB 25/1698 KB 29/1698 KB 33/1698 KB 37/1698 KB 41/1698 KB 42/1698 KB 46/1698 KB 50/1698 KB 54/1698 KB 58/1698 KB 62/1698 KB 66/1698 KB 70/1698 KB 74/1698 KB 78/1698 KB 82/1698 KB 86/1698 KB 90/1698 KB 94/1698 KB 98/1698 KB 98/1698 KB 102/1698 KB 106/1698 KB 110/1698 KB 114/1698 KB 118/1698 KB 122/1698 KB 126/1698 KB 130/1698 KB 134/1698 KB 138/1698 KB 142/1698 KB 146/1698 KB 150/1698 KB 154/1698 KB 158/1698 KB 162/1698 KB 166/1698 KB 170/1698 KB 174/1698 KB 178/1698 KB 182/1698 KB 186/1698 KB 190/1698 KB 194/1698 KB 198/1698 KB 202/1698 KB 206/1698 KB 210/1698 KB 214/1698 KB 218/1698 KB 222/1698 KB 226/1698 KB 230/1698 KB 234/1698 KB 238/1698 KB 242/1698 KB 246/1698 KB 250/1698 KB 254/1698 KB 258/1698 KB 262/1698 KB 266/1698 KB 270/1698 KB 274/1698 KB 278/1698 KB 282/1698 KB 286/1698 KB 290/1698 KB 294/1698 KB 298/1698 KB 302/1698 KB 306/1698 KB 310/1698 KB 314/1698 KB 318/1698 KB 322/1698 KB 326/1698 KB 330/1698 KB 334/1698 KB 338/1698 KB 342/1698 KB 346/1698 KB 350/1698 KB 354/1698 KB 358/1698 KB 362/1698 KB 366/1698 KB 370/1698 KB 374/1698 KB 378/1698 KB 382/1698 KB 386/1698 KB 390/1698 KB 394/1698 KB 398/1698 KB 402/1698 KB 406/1698 KB 410/1698 KB 414/1698 KB 418/1698 KB 422/1698 KB 426/1698 KB 430/1698 KB 434/1698 KB 438/1698 KB 442/1698 KB 446/1698 KB 450/1698 KB 454/1698 KB 458/1698 KB 462/1698 KB 466/1698 KB 470/1698 KB 474/1698 KB 478/1698 KB 482/1698 KB 486/1698 KB 490/1698 KB 494/1698 KB 498/1698 KB 502/1698 KB 506/1698 KB 510/1698 KB 514/1698 KB 518/1698 KB 522/1698 KB 526/1698 KB 530/1698 KB 534/1698 KB 538/1698 KB 542/1698 KB 546/1698 KB 550/1698 KB 554/1698 KB 558/1698 KB 562/1698 KB 566/1698 KB 570/1698 KB 574/1698 KB 578/1698 KB 582/1698 KB 586/1698 KB 590/1698 KB 594/1698 KB 598/1698 KB 602/1698 KB 606/1698 KB 610/1698 KB 614/1698 KB 618/1698 KB 622/1698 KB 626/1698 KB 630/1698 KB 634/1698 KB 638/1698 KB 642/1698 KB 646/1698 KB 650/1698 KB 654/1698 KB 658/1698 KB 662/1698 KB 666/1698 KB 670/1698 KB 674/1698 KB 678/1698 KB 682/1698 KB 686/1698 KB 690/1698 KB 694/1698 KB 698/1698 KB 702/1698 KB 706/1698 KB 710/1698 KB 714/1698 KB 718/1698 KB 722/1698 KB 726/1698 KB 730/1698 KB 734/1698 KB 738/1698 KB 742/1698 KB 746/1698 KB 750/1698 KB 754/1698 KB 758/1698 KB 762/1698 KB 766/1698 KB 770/1698 KB 774/1698 KB 778/1698 KB 782/1698 KB 786/1698 KB 790/1698 KB 794/1698 KB 798/1698 KB 802/1698 KB 806/1698 KB 810/1698 KB 814/1698 KB 818/1698 KB 822/1698 KB 826/1698 KB 830/1698 KB 834/1698 KB 838/1698 KB 842/1698 KB 846/1698 KB 850/1698 KB 854/1698 KB 858/1698 KB 862/1698 KB 866/1698 KB 870/1698 KB 874/1698 KB 878/1698 KB 882/1698 KB 886/1698 KB 890/1698 KB 894/1698 KB 898/1698 KB 902/1698 KB 906/1698 KB 910/1698 KB 914/1698 KB 918/1698 KB 922/1698 KB 926/1698 KB 930/1698 KB 934/1698 KB 938/1698 KB 942/1698 KB 946/1698 KB 950/1698 KB 954/1698 KB 958/1698 KB 962/1698 KB 966/1698 KB 970/1698 KB 974/1698 KB 978/1698 KB 982/1698 KB 986/1698 KB 990/1698 KB 994/1698 KB 998/1698 KB 1002/1698 KB 1006/1698 KB 1010/1698 KB 1014/1698 KB 1018/1698 KB 1022/1698 KB 1026/1698 KB 1030/1698 KB 1034/1698 KB 1038/1698 KB 1042/1698 KB 1046/1698 KB 1050/1698 KB 1054/1698 KB 1058/1698 KB 1062/1698 KB 1066/1698 KB 1070/1698 KB 1074/1698 KB 1078/1698 KB 1082/1698 KB 1086/1698 KB 1090/1698 KB 1094/1698 KB 1098/1698 KB 1102/1698 KB 1106/1698 KB 1110/1698 KB 1114/1698 KB 1118/1698 KB 1122/1698 KB 1126/1698 KB 1130/1698 KB 1134/1698 KB 1138/1698 KB 1142/1698 KB 1146/1698 KB 1150/1698 KB 1154/1698 KB 1158/1698 KB 1162/1698 KB 1166/1698 KB 1170/1698 KB 1174/1698 KB 1178/1698 KB 1182/1698 KB 1186/1698 KB 1190/1698 KB 1194/1698 KB 1198/1698 KB 1202/1698 KB 1206/1698 KB 1210/1698 KB 1214/1698 KB 1218/1698 KB 1222/1698 KB 1226/1698 KB 1230/1698 KB 1234/1698 KB 1238/1698 KB 1242/1698 KB 1246/1698 KB 1250/1698 KB 1254/1698 KB 1258/1698 KB 1262/1698 KB 1266/1698 KB 1270/1698 KB 1274/1698 KB 1278/1698 KB 1282/1698 KB 1286/1698 KB 1290/1698 KB 1294/1698 KB 1298/1698 KB 1302/1698 KB 1306/1698 KB 1310/1698 KB 1314/1698 KB 1318/1698 KB 1322/1698 KB 1326/1698 KB 1330/1698 KB 1334/1698 KB 1338/1698 KB 1342/1698 KB 1346/1698 KB 1350/1698 KB 1354/1698 KB 1358/1698 KB 1362/1698 KB 1366/1698 KB 1370/1698 KB 1374/1698 KB 1378/1698 KB 1382/1698 KB 1386/1698 KB 1390/1698 KB 1394/1698 KB 1398/1698 KB 1402/1698 KB 1406/1698 KB 1410/1698 KB 1414/1698 KB 1418/1698 KB 1422/1698 KB 1426/1698 KB 1430/1698 KB 1434/1698 KB 1438/1698 KB 1442/1698 KB 1446/1698 KB 1450/1698 KB 1454/1698 KB 1458/1698 KB 1462/1698 KB 1466/1698 KB 1470/1698 KB 1474/1698 KB 1478/1698 KB 1482/1698 KB 1486/1698 KB 1490/1698 KB 1494/1698 KB 1498/1698 KB 1502/1698 KB 1506/1698 KB 1510/1698 KB 1514/1698 KB 1518/1698 KB 1522/1698 KB 1526/1698 KB 1530/1698 KB 1534/1698 KB 1538/1698 KB 1542/1698 KB 1546/1698 KB 1550/1698 KB 1554/1698 KB 1558/1698 KB 1562/1698 KB 1566/1698 KB 1570/1698 KB 1574/1698 KB 1578/1698 KB 1582/1698 KB 1586/1698 KB 1590/1698 KB 1594/1698 KB 1598/1698 KB 1602/1698 KB 1606/1698 KB 1610/1698 KB 1614/1698 KB 1618/1698 KB 1622/1698 KB 1626/1698 KB 1630/1698 KB 1634/1698 KB 1638/1698 KB 1642/1698 KB 1646/1698 KB 1650/1698 KB 1654/1698 KB 1658/1698 KB 1662/1698 KB 1666/1698 KB 1670/1698 KB 1674/1698 KB 1678/1698 KB 1682/1698 KB 1686/1698 KB 1690/1698 KB 1694/1698 KB 1698/1698 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191230.234143-64.jar (1698 KB at 6453.7 KB/sec) 2019-12-31 15:09:18,333 WARN spoon.Launcher - Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath. 2019-12-31 15:09:18,334 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. 2019-12-31 15:09:18,340 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT 2019-12-31 15:09:18,340 INFO spoon.Launcher - running Spoon... 2019-12-31 15:09:18,341 INFO spoon.Launcher - start processing... 2019-12-31 15:09:19,592 INFO spoon.Launcher - spoon.processing.SpoonTagger 2019-12-31 15:09:19,606 INFO spoon.Launcher - spoon.support.JavaOutputProcessor 2019-12-31 15:09:19,859 INFO spoon.Launcher - end of processing: 2019-12-31 15:09:19,860 INFO spoon.Launcher - no errors, no warnings [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mimecraft --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/Mimecraft/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ mimecraft --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /builds/workspace/Mimecraft/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mimecraft --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/Mimecraft/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ mimecraft --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /builds/workspace/Mimecraft/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ mimecraft --- [INFO] Surefire report directory: /builds/workspace/Mimecraft/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 Running com.squareup.mimecraft.PartTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec - in com.squareup.mimecraft.PartTest Running com.squareup.mimecraft.ComplexExamplesTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.squareup.mimecraft.ComplexExamplesTest Running com.squareup.mimecraft.FormWriterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.squareup.mimecraft.FormWriterTest Running com.squareup.mimecraft.MultipartWriterTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.squareup.mimecraft.MultipartWriterTest Results : Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mimecraft --- [INFO] Building jar: /builds/workspace/Mimecraft/target/mimecraft-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mimecraft --- [INFO] Installing /builds/workspace/Mimecraft/target/mimecraft-1.1.2-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/mimecraft/mimecraft/1.1.2-SNAPSHOT/mimecraft-1.1.2-SNAPSHOT.jar [INFO] Installing /builds/workspace/Mimecraft/pom.xml to /builds/.m2/repository/com/squareup/mimecraft/mimecraft/1.1.2-SNAPSHOT/mimecraft-1.1.2-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10.100 s [INFO] Finished at: 2019-12-31T15:09:22+01:00 [INFO] Final Memory: 32M/203M [INFO] ------------------------------------------------------------------------ --- Displays results of the maven compile with spoon --- Time to compile with spoon: 11836 Number of tests: 14 Number of tests skipped: 0 Number of failures in tests: 0 Number of errors in tests: 0 ------------------------------------------------------- Overwrites source generated by spoon in the source folder ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Mime Craft 1.1.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mimecraft --- [INFO] Deleting /builds/workspace/Mimecraft/target [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ mimecraft --- [INFO] [INFO] --- spoon-maven-plugin:3.1:generate (default) @ mimecraft --- 2019-12-31 15:09:25,631 WARN spoon.Launcher - Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath. 2019-12-31 15:09:25,631 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. 2019-12-31 15:09:25,637 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT 2019-12-31 15:09:25,637 INFO spoon.Launcher - running Spoon... 2019-12-31 15:09:25,637 INFO spoon.Launcher - start processing... 2019-12-31 15:09:26,655 INFO spoon.Launcher - spoon.processing.SpoonTagger 2019-12-31 15:09:26,661 INFO spoon.Launcher - spoon.support.JavaOutputProcessor 2019-12-31 15:09:26,999 INFO spoon.Launcher - end of processing: 2019-12-31 15:09:26,999 INFO spoon.Launcher - no errors, no warnings [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mimecraft --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/Mimecraft/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ mimecraft --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /builds/workspace/Mimecraft/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mimecraft --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/Mimecraft/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ mimecraft --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /builds/workspace/Mimecraft/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ mimecraft --- [INFO] Surefire report directory: /builds/workspace/Mimecraft/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 Running com.squareup.mimecraft.PartTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec - in com.squareup.mimecraft.PartTest Running com.squareup.mimecraft.ComplexExamplesTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.squareup.mimecraft.ComplexExamplesTest Running com.squareup.mimecraft.FormWriterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in com.squareup.mimecraft.FormWriterTest Running com.squareup.mimecraft.MultipartWriterTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.squareup.mimecraft.MultipartWriterTest Results : Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mimecraft --- [INFO] Building jar: /builds/workspace/Mimecraft/target/mimecraft-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mimecraft --- [INFO] Installing /builds/workspace/Mimecraft/target/mimecraft-1.1.2-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/mimecraft/mimecraft/1.1.2-SNAPSHOT/mimecraft-1.1.2-SNAPSHOT.jar [INFO] Installing /builds/workspace/Mimecraft/pom.xml to /builds/.m2/repository/com/squareup/mimecraft/mimecraft/1.1.2-SNAPSHOT/mimecraft-1.1.2-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.313 s [INFO] Finished at: 2019-12-31T15:09:29+01:00 [INFO] Final Memory: 28M/192M [INFO] ------------------------------------------------------------------------ --- Displays results of the maven compile with spoon of spoon --- Time to compile with spoon of spoon: 6960 ------------------------------------------------------- Retreives all results files in the project (in all sub modules if the project is a multi module project) ------------------------------------------------------- ./result-spoon-tests-spooned-..txt ./result-spoon-tests-..txt
Project Commit id version Project compiles Project tests run Project spooned compiles Project spooned tests run Time to spoon Number of CtStatment Time to compile project Time to compile project spooned Spoon(Spoon(x))=Spoon(x)
Mimecraft 88f689c73972dde450961714ec4766378c777ad0 OK tests: 14 errors: 0 skipped: 0 failures: 0 OK tests: 14 errors: 0 skipped: 0 failures: 0 1363 N/A 4956 11836 6960
Archiving artifacts Finished: SUCCESS