Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on sos-builder01 (lin) in workspace /builds/workspace/JavaWriter [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/javapoet.git > git init /builds/workspace/JavaWriter # timeout=10 Fetching upstream changes from https://github.com/square/javapoet.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/square/javapoet.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/square/javapoet.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/javapoet.git # timeout=10 Fetching upstream changes from https://github.com/square/javapoet.git > git fetch --tags --progress https://github.com/square/javapoet.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 44622704248975ca398b90b4385005fdddeb35f9 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 44622704248975ca398b90b4385005fdddeb35f9 # timeout=10 Commit message: "Update changelog for 1.12.1" > git rev-list --no-walk 44622704248975ca398b90b4385005fdddeb35f9 # timeout=10 [JavaWriter] $ /bin/sh -xe /tmp/jenkins1609588613982390666.sh + curl http://spoon.gforge.inria.fr/jenkins/build.sh + stdbuf -i 50k bash % 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 956k 0 --:--:-- --:--:-- --:--:-- 985k ------------------------------------------------------- Initizalizes project ------------------------------------------------------- HEAD is now at 4462270 Update changelog for 1.12.1 --- Displays variables used in the build --- Artifact id: javapoet Version: 1.13.0-SNAPSHOT Modules job: - JavaWriter Has checkstyle: true Has enforcer: true Git version id: 44622704248975ca398b90b4385005fdddeb35f9 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 JavaPoet 1.13.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javapoet --- [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ javapoet --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javapoet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ javapoet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /builds/workspace/JavaWriter/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javapoet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ javapoet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /builds/workspace/JavaWriter/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ javapoet --- [INFO] Surefire report directory: /builds/workspace/JavaWriter/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 Running ClassNameNoPackageTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in ClassNameNoPackageTest Running com.squareup.javapoet.JavaFileTest Tests run: 41, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.926 sec - in com.squareup.javapoet.JavaFileTest Running com.squareup.javapoet.MethodSpecTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 sec - in com.squareup.javapoet.MethodSpecTest Running com.squareup.javapoet.TypeNameTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in com.squareup.javapoet.TypeNameTest Running com.squareup.javapoet.AnnotationSpecTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec - in com.squareup.javapoet.AnnotationSpecTest Running com.squareup.javapoet.FieldSpecTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in com.squareup.javapoet.FieldSpecTest Running com.squareup.javapoet.TypesEclipseTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.414 sec - in com.squareup.javapoet.TypesEclipseTest Running com.squareup.javapoet.ParameterSpecTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec - in com.squareup.javapoet.ParameterSpecTest Running com.squareup.javapoet.AnnotatedTypeNameTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in com.squareup.javapoet.AnnotatedTypeNameTest Running com.squareup.javapoet.FileReadingTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in com.squareup.javapoet.FileReadingTest Running com.squareup.javapoet.ClassNameTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.523 sec - in com.squareup.javapoet.ClassNameTest Running com.squareup.javapoet.UtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.squareup.javapoet.UtilTest Running com.squareup.javapoet.LineWrapperTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in com.squareup.javapoet.LineWrapperTest Running com.squareup.javapoet.FileWritingTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 sec - in com.squareup.javapoet.FileWritingTest Running com.squareup.javapoet.TypeSpecTest Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.712 sec - in com.squareup.javapoet.TypeSpecTest Running com.squareup.javapoet.TypesTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 sec - in com.squareup.javapoet.TypesTest Running com.squareup.javapoet.CodeBlockTest Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in com.squareup.javapoet.CodeBlockTest Running com.squareup.javapoet.CodeWriterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.squareup.javapoet.CodeWriterTest Running com.squareup.javapoet.NameAllocatorTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in com.squareup.javapoet.NameAllocatorTest Results : Tests run: 381, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ javapoet --- [INFO] Building jar: /builds/workspace/JavaWriter/target/javapoet-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet --- [INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.13.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.13.0-SNAPSHOT/javapoet-1.13.0-SNAPSHOT.jar [INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.13.0-SNAPSHOT/javapoet-1.13.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 24.977 s [INFO] Finished at: 2020-04-01T01:30:30+02:00 [INFO] Final Memory: 42M/227M [INFO] ------------------------------------------------------------------------ --- Displays results of the maven compile --- Time to compile: 26794 Number of tests: 381 Number of tests skipped: 1 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 JavaPoet 1.13.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.8:purge-local-repository (default-cli) @ javapoet --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.217 s [INFO] Finished at: 2020-04-01T01:30:34+02:00 [INFO] Final Memory: 19M/161M [INFO] ------------------------------------------------------------------------ Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building JavaPoet 1.13.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javapoet --- [INFO] Deleting /builds/workspace/JavaWriter/target [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ javapoet --- [INFO] [INFO] --- spoon-maven-plugin:3.1:generate (default) @ javapoet --- 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 687/687 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (687 B at 6.0 KB/sec) 2/4 KB 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (4 KB at 14.4 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 885.2 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 30.1 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 536.9 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 33.1 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 5/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 270.2 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 33.0 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 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 235.5 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 506.6 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 379.0 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 495.6 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 536.9 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 268.5 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 495.6 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 585.8 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 536.9 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 495.6 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 585.8 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 460.2 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 495.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 35.5 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 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 244.2 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 585.0 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 536.9 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 536.9 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 585.7 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 292.8 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 357.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 4/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 402.6 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 322.1 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 495.6 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 495.6 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 27.6 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 3/7 KB 7/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 199.8 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 357.9 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 644.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 322.1 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 425.4 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 595.5 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 35.5 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 226.2 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 313.1 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 330.8 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 33.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 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 197.0 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 496.3 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 747.2 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 747.2 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 395.6 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 672.5 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 560.4 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 480.3 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-10/spoon-core-8.1.0-beta-10.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-10/spoon-core-8.1.0-beta-10.pom (7 KB at 675.1 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-11/spoon-core-8.1.0-beta-11.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-11/spoon-core-8.1.0-beta-11.pom (7 KB at 519.3 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-12/spoon-core-8.1.0-beta-12.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-12/spoon-core-8.1.0-beta-12.pom (7 KB at 498.1 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-13/spoon-core-8.1.0-beta-13.pom 4/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-13/spoon-core-8.1.0-beta-13.pom (8 KB at 595.7 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-14/spoon-core-8.1.0-beta-14.pom 4/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-14/spoon-core-8.1.0-beta-14.pom (8 KB at 595.7 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-15/spoon-core-8.1.0-beta-15.pom 4/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-15/spoon-core-8.1.0-beta-15.pom (8 KB at 649.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-16/spoon-core-8.1.0-beta-16.pom 4/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-16/spoon-core-8.1.0-beta-16.pom (8 KB at 714.8 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-17/spoon-core-8.1.0-beta-17.pom 4/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-17/spoon-core-8.1.0-beta-17.pom (8 KB at 649.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-18/spoon-core-8.1.0-beta-18.pom 4/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-18/spoon-core-8.1.0-beta-18.pom (8 KB at 665.3 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-19/spoon-core-8.1.0-beta-19.pom 4/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-19/spoon-core-8.1.0-beta-19.pom (8 KB at 563.0 KB/sec) Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml 1017/1017 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml (1017 B at 34.2 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-20200323.060424-201.pom 4/8 KB 8/8 KB 8/8 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-20200323.060424-201.pom (8 KB at 226.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0/spoon-core-8.1.0.pom 4/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0/spoon-core-8.1.0.pom (8 KB at 609.2 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-1/spoon-core-8.2.0-beta-1.pom 4/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-1/spoon-core-8.2.0-beta-1.pom (8 KB at 609.8 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-2/spoon-core-8.2.0-beta-2.pom 4/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-2/spoon-core-8.2.0-beta-2.pom (8 KB at 665.2 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.2.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-SNAPSHOT/maven-metadata.xml 1013/1013 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.2.0-SNAPSHOT/maven-metadata.xml (1013 B at 35.3 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.2.0-SNAPSHOT/spoon-core-8.2.0-20200331.224143-11.pom 4/8 KB 7/8 KB 8/8 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.2.0-SNAPSHOT/spoon-core-8.2.0-20200331.224143-11.pom (8 KB at 287.9 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.2.0-SNAPSHOT/spoon-core-8.2.0-20200331.224143-11.jar 4/1732 KB 8/1732 KB 12/1732 KB 16/1732 KB 20/1732 KB 21/1732 KB 24/1732 KB 27/1732 KB 31/1732 KB 32/1732 KB 36/1732 KB 37/1732 KB 38/1732 KB 42/1732 KB 46/1732 KB 49/1732 KB 53/1732 KB 55/1732 KB 59/1732 KB 63/1732 KB 63/1732 KB 65/1732 KB 68/1732 KB 72/1732 KB 76/1732 KB 80/1732 KB 80/1732 KB 84/1732 KB 88/1732 KB 92/1732 KB 96/1732 KB 100/1732 KB 104/1732 KB 108/1732 KB 112/1732 KB 116/1732 KB 120/1732 KB 124/1732 KB 128/1732 KB 132/1732 KB 136/1732 KB 140/1732 KB 144/1732 KB 148/1732 KB 152/1732 KB 156/1732 KB 160/1732 KB 164/1732 KB 168/1732 KB 172/1732 KB 175/1732 KB 179/1732 KB 183/1732 KB 186/1732 KB 188/1732 KB 192/1732 KB 193/1732 KB 196/1732 KB 200/1732 KB 203/1732 KB 206/1732 KB 209/1732 KB 210/1732 KB 214/1732 KB 216/1732 KB 218/1732 KB 220/1732 KB 224/1732 KB 226/1732 KB 230/1732 KB 232/1732 KB 236/1732 KB 236/1732 KB 239/1732 KB 243/1732 KB 244/1732 KB 248/1732 KB 251/1732 KB 255/1732 KB 257/1732 KB 259/1732 KB 263/1732 KB 267/1732 KB 267/1732 KB 271/1732 KB 274/1732 KB 278/1732 KB 282/1732 KB 284/1732 KB 285/1732 KB 289/1732 KB 291/1732 KB 295/1732 KB 295/1732 KB 299/1732 KB 301/1732 KB 305/1732 KB 305/1732 KB 309/1732 KB 311/1732 KB 315/1732 KB 317/1732 KB 318/1732 KB 319/1732 KB 323/1732 KB 327/1732 KB 331/1732 KB 332/1732 KB 336/1732 KB 339/1732 KB 343/1732 KB 346/1732 KB 348/1732 KB 352/1732 KB 353/1732 KB 357/1732 KB 358/1732 KB 362/1732 KB 366/1732 KB 366/1732 KB 370/1732 KB 372/1732 KB 376/1732 KB 379/1732 KB 383/1732 KB 384/1732 KB 388/1732 KB 390/1732 KB 391/1732 KB 395/1732 KB 396/1732 KB 399/1732 KB 403/1732 KB 404/1732 KB 408/1732 KB 410/1732 KB 411/1732 KB 414/1732 KB 418/1732 KB 418/1732 KB 420/1732 KB 424/1732 KB 428/1732 KB 430/1732 KB 434/1732 KB 437/1732 KB 441/1732 KB 442/1732 KB 446/1732 KB 447/1732 KB 449/1732 KB 453/1732 KB 455/1732 KB 457/1732 KB 461/1732 KB 462/1732 KB 466/1732 KB 468/1732 KB 472/1732 KB 472/1732 KB 476/1732 KB 478/1732 KB 482/1732 KB 483/1732 KB 486/1732 KB 490/1732 KB 490/1732 KB 492/1732 KB 496/1732 KB 499/1732 KB 500/1732 KB 504/1732 KB 506/1732 KB 507/1732 KB 511/1732 KB 513/1732 KB 514/1732 KB 518/1732 KB 519/1732 KB 523/1732 KB 527/1732 KB 527/1732 KB 529/1732 KB 533/1732 KB 534/1732 KB 538/1732 KB 540/1732 KB 544/1732 KB 544/1732 KB 548/1732 KB 548/1732 KB 552/1732 KB 554/1732 KB 558/1732 KB 558/1732 KB 562/1732 KB 565/1732 KB 569/1732 KB 570/1732 KB 574/1732 KB 578/1732 KB 581/1732 KB 585/1732 KB 588/1732 KB 592/1732 KB 592/1732 KB 594/1732 KB 598/1732 KB 599/1732 KB 602/1732 KB 606/1732 KB 609/1732 KB 613/1732 KB 616/1732 KB 620/1732 KB 622/1732 KB 623/1732 KB 627/1732 KB 629/1732 KB 633/1732 KB 637/1732 KB 641/1732 KB 645/1732 KB 649/1732 KB 649/1732 KB 652/1732 KB 656/1732 KB 657/1732 KB 661/1732 KB 665/1732 KB 666/1732 KB 670/1732 KB 670/1732 KB 674/1732 KB 677/1732 KB 681/1732 KB 683/1732 KB 687/1732 KB 688/1732 KB 691/1732 KB 695/1732 KB 699/1732 KB 703/1732 KB 704/1732 KB 708/1732 KB 710/1732 KB 711/1732 KB 715/1732 KB 715/1732 KB 719/1732 KB 722/1732 KB 726/1732 KB 727/1732 KB 729/1732 KB 733/1732 KB 734/1732 KB 738/1732 KB 742/1732 KB 742/1732 KB 746/1732 KB 749/1732 KB 753/1732 KB 753/1732 KB 757/1732 KB 761/1732 KB 765/1732 KB 768/1732 KB 770/1732 KB 774/1732 KB 777/1732 KB 781/1732 KB 785/1732 KB 786/1732 KB 790/1732 KB 792/1732 KB 796/1732 KB 796/1732 KB 799/1732 KB 803/1732 KB 803/1732 KB 806/1732 KB 810/1732 KB 810/1732 KB 814/1732 KB 816/1732 KB 817/1732 KB 821/1732 KB 821/1732 KB 825/1732 KB 826/1732 KB 830/1732 KB 830/1732 KB 831/1732 KB 835/1732 KB 839/1732 KB 840/1732 KB 844/1732 KB 845/1732 KB 849/1732 KB 850/1732 KB 854/1732 KB 854/1732 KB 857/1732 KB 861/1732 KB 861/1732 KB 865/1732 KB 865/1732 KB 867/1732 KB 871/1732 KB 872/1732 KB 875/1732 KB 879/1732 KB 879/1732 KB 883/1732 KB 886/1732 KB 890/1732 KB 892/1732 KB 895/1732 KB 899/1732 KB 899/1732 KB 903/1732 KB 907/1732 KB 911/1732 KB 915/1732 KB 919/1732 KB 923/1732 KB 927/1732 KB 931/1732 KB 935/1732 KB 939/1732 KB 943/1732 KB 947/1732 KB 951/1732 KB 955/1732 KB 959/1732 KB 963/1732 KB 967/1732 KB 971/1732 KB 975/1732 KB 979/1732 KB 983/1732 KB 987/1732 KB 991/1732 KB 995/1732 KB 999/1732 KB 1003/1732 KB 1007/1732 KB 1011/1732 KB 1015/1732 KB 1019/1732 KB 1023/1732 KB 1027/1732 KB 1031/1732 KB 1035/1732 KB 1039/1732 KB 1043/1732 KB 1047/1732 KB 1051/1732 KB 1055/1732 KB 1059/1732 KB 1063/1732 KB 1067/1732 KB 1071/1732 KB 1075/1732 KB 1079/1732 KB 1083/1732 KB 1087/1732 KB 1091/1732 KB 1095/1732 KB 1099/1732 KB 1103/1732 KB 1107/1732 KB 1111/1732 KB 1115/1732 KB 1119/1732 KB 1123/1732 KB 1127/1732 KB 1131/1732 KB 1135/1732 KB 1139/1732 KB 1143/1732 KB 1147/1732 KB 1151/1732 KB 1155/1732 KB 1159/1732 KB 1163/1732 KB 1167/1732 KB 1171/1732 KB 1175/1732 KB 1179/1732 KB 1183/1732 KB 1187/1732 KB 1191/1732 KB 1195/1732 KB 1199/1732 KB 1203/1732 KB 1207/1732 KB 1211/1732 KB 1215/1732 KB 1219/1732 KB 1223/1732 KB 1227/1732 KB 1231/1732 KB 1235/1732 KB 1239/1732 KB 1243/1732 KB 1247/1732 KB 1251/1732 KB 1255/1732 KB 1259/1732 KB 1263/1732 KB 1267/1732 KB 1271/1732 KB 1275/1732 KB 1279/1732 KB 1283/1732 KB 1287/1732 KB 1291/1732 KB 1295/1732 KB 1299/1732 KB 1303/1732 KB 1307/1732 KB 1311/1732 KB 1315/1732 KB 1319/1732 KB 1323/1732 KB 1327/1732 KB 1331/1732 KB 1335/1732 KB 1339/1732 KB 1343/1732 KB 1347/1732 KB 1351/1732 KB 1355/1732 KB 1359/1732 KB 1363/1732 KB 1367/1732 KB 1371/1732 KB 1375/1732 KB 1379/1732 KB 1383/1732 KB 1387/1732 KB 1391/1732 KB 1395/1732 KB 1399/1732 KB 1403/1732 KB 1407/1732 KB 1411/1732 KB 1415/1732 KB 1419/1732 KB 1423/1732 KB 1427/1732 KB 1431/1732 KB 1435/1732 KB 1439/1732 KB 1443/1732 KB 1447/1732 KB 1451/1732 KB 1455/1732 KB 1459/1732 KB 1463/1732 KB 1467/1732 KB 1471/1732 KB 1475/1732 KB 1479/1732 KB 1483/1732 KB 1487/1732 KB 1491/1732 KB 1495/1732 KB 1499/1732 KB 1503/1732 KB 1507/1732 KB 1511/1732 KB 1515/1732 KB 1519/1732 KB 1523/1732 KB 1527/1732 KB 1531/1732 KB 1535/1732 KB 1539/1732 KB 1543/1732 KB 1547/1732 KB 1551/1732 KB 1555/1732 KB 1559/1732 KB 1563/1732 KB 1567/1732 KB 1571/1732 KB 1575/1732 KB 1579/1732 KB 1583/1732 KB 1587/1732 KB 1591/1732 KB 1595/1732 KB 1599/1732 KB 1603/1732 KB 1607/1732 KB 1611/1732 KB 1615/1732 KB 1619/1732 KB 1623/1732 KB 1627/1732 KB 1631/1732 KB 1635/1732 KB 1639/1732 KB 1643/1732 KB 1647/1732 KB 1651/1732 KB 1655/1732 KB 1659/1732 KB 1663/1732 KB 1667/1732 KB 1671/1732 KB 1675/1732 KB 1679/1732 KB 1683/1732 KB 1687/1732 KB 1691/1732 KB 1695/1732 KB 1699/1732 KB 1703/1732 KB 1707/1732 KB 1711/1732 KB 1715/1732 KB 1719/1732 KB 1723/1732 KB 1727/1732 KB 1731/1732 KB 1732/1732 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.2.0-SNAPSHOT/spoon-core-8.2.0-20200331.224143-11.jar (1732 KB at 12921.5 KB/sec) [INFO] Running in NOCLASSPATH mode (doc: http://spoon.gforge.inria.fr/launcher.html). [INFO] Running in NOCLASSPATH mode (doc: http://spoon.gforge.inria.fr/launcher.html). [INFO] Spoon version 8.2.0-SNAPSHOT [INFO] running Spoon... [INFO] start processing... [INFO] spoon.processing.SpoonTagger [INFO] spoon.support.JavaOutputProcessor [INFO] end of processing: [INFO] no errors, no warnings [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javapoet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ javapoet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /builds/workspace/JavaWriter/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javapoet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ javapoet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /builds/workspace/JavaWriter/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ javapoet --- [INFO] Surefire report directory: /builds/workspace/JavaWriter/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 Running ClassNameNoPackageTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in ClassNameNoPackageTest Running com.squareup.javapoet.JavaFileTest Tests run: 41, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.572 sec - in com.squareup.javapoet.JavaFileTest Running com.squareup.javapoet.MethodSpecTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 sec - in com.squareup.javapoet.MethodSpecTest Running com.squareup.javapoet.TypeNameTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in com.squareup.javapoet.TypeNameTest Running com.squareup.javapoet.AnnotationSpecTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec - in com.squareup.javapoet.AnnotationSpecTest Running com.squareup.javapoet.FieldSpecTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in com.squareup.javapoet.FieldSpecTest Running com.squareup.javapoet.TypesEclipseTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.044 sec - in com.squareup.javapoet.TypesEclipseTest Running com.squareup.javapoet.ParameterSpecTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec - in com.squareup.javapoet.ParameterSpecTest Running com.squareup.javapoet.AnnotatedTypeNameTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in com.squareup.javapoet.AnnotatedTypeNameTest Running com.squareup.javapoet.FileReadingTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in com.squareup.javapoet.FileReadingTest Running com.squareup.javapoet.ClassNameTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.957 sec - in com.squareup.javapoet.ClassNameTest Running com.squareup.javapoet.UtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.squareup.javapoet.UtilTest Running com.squareup.javapoet.LineWrapperTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in com.squareup.javapoet.LineWrapperTest Running com.squareup.javapoet.FileWritingTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec - in com.squareup.javapoet.FileWritingTest Running com.squareup.javapoet.TypeSpecTest Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.536 sec - in com.squareup.javapoet.TypeSpecTest Running com.squareup.javapoet.TypesTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 sec - in com.squareup.javapoet.TypesTest Running com.squareup.javapoet.CodeBlockTest Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in com.squareup.javapoet.CodeBlockTest Running com.squareup.javapoet.CodeWriterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.squareup.javapoet.CodeWriterTest Running com.squareup.javapoet.NameAllocatorTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.squareup.javapoet.NameAllocatorTest Results : Tests run: 381, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ javapoet --- [INFO] Building jar: /builds/workspace/JavaWriter/target/javapoet-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet --- [INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.13.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.13.0-SNAPSHOT/javapoet-1.13.0-SNAPSHOT.jar [INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.13.0-SNAPSHOT/javapoet-1.13.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 35.537 s [INFO] Finished at: 2020-04-01T01:31:11+02:00 [INFO] Final Memory: 57M/205M [INFO] ------------------------------------------------------------------------ --- Displays results of the maven compile with spoon --- Time to compile with spoon: 37235 Number of tests: 381 Number of tests skipped: 1 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 JavaPoet 1.13.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javapoet --- [INFO] Deleting /builds/workspace/JavaWriter/target [INFO] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ javapoet --- [INFO] [INFO] --- spoon-maven-plugin:3.1:generate (default) @ javapoet --- [INFO] Running in NOCLASSPATH mode (doc: http://spoon.gforge.inria.fr/launcher.html). [INFO] Running in NOCLASSPATH mode (doc: http://spoon.gforge.inria.fr/launcher.html). [INFO] Spoon version 8.2.0-SNAPSHOT [INFO] running Spoon... [INFO] start processing... [INFO] spoon.processing.SpoonTagger [INFO] spoon.support.JavaOutputProcessor [INFO] end of processing: [INFO] no errors, no warnings [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javapoet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ javapoet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /builds/workspace/JavaWriter/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javapoet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ javapoet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /builds/workspace/JavaWriter/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ javapoet --- [INFO] Surefire report directory: /builds/workspace/JavaWriter/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 Running ClassNameNoPackageTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in ClassNameNoPackageTest Running com.squareup.javapoet.JavaFileTest Tests run: 41, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.438 sec - in com.squareup.javapoet.JavaFileTest Running com.squareup.javapoet.MethodSpecTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 sec - in com.squareup.javapoet.MethodSpecTest Running com.squareup.javapoet.TypeNameTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in com.squareup.javapoet.TypeNameTest Running com.squareup.javapoet.AnnotationSpecTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec - in com.squareup.javapoet.AnnotationSpecTest Running com.squareup.javapoet.FieldSpecTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.squareup.javapoet.FieldSpecTest Running com.squareup.javapoet.TypesEclipseTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.994 sec - in com.squareup.javapoet.TypesEclipseTest Running com.squareup.javapoet.ParameterSpecTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec - in com.squareup.javapoet.ParameterSpecTest Running com.squareup.javapoet.AnnotatedTypeNameTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in com.squareup.javapoet.AnnotatedTypeNameTest Running com.squareup.javapoet.FileReadingTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in com.squareup.javapoet.FileReadingTest Running com.squareup.javapoet.ClassNameTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.889 sec - in com.squareup.javapoet.ClassNameTest Running com.squareup.javapoet.UtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in com.squareup.javapoet.UtilTest Running com.squareup.javapoet.LineWrapperTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in com.squareup.javapoet.LineWrapperTest Running com.squareup.javapoet.FileWritingTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec - in com.squareup.javapoet.FileWritingTest Running com.squareup.javapoet.TypeSpecTest Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.45 sec - in com.squareup.javapoet.TypeSpecTest Running com.squareup.javapoet.TypesTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 sec - in com.squareup.javapoet.TypesTest Running com.squareup.javapoet.CodeBlockTest Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in com.squareup.javapoet.CodeBlockTest Running com.squareup.javapoet.CodeWriterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.squareup.javapoet.CodeWriterTest Running com.squareup.javapoet.NameAllocatorTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in com.squareup.javapoet.NameAllocatorTest Results : Tests run: 381, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ javapoet --- [INFO] Building jar: /builds/workspace/JavaWriter/target/javapoet-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet --- [INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.13.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.13.0-SNAPSHOT/javapoet-1.13.0-SNAPSHOT.jar [INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.13.0-SNAPSHOT/javapoet-1.13.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 21.866 s [INFO] Finished at: 2020-04-01T01:31:35+02:00 [INFO] Final Memory: 41M/212M [INFO] ------------------------------------------------------------------------ --- Displays results of the maven compile with spoon of spoon --- Time to compile with spoon of spoon: 23579 ------------------------------------------------------- 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)
JavaWriter 44622704248975ca398b90b4385005fdddeb35f9 OK tests: 381 errors: 0 skipped: 1 failures: 0 OK tests: 381 errors: 0 skipped: 1 failures: 0 3275 N/A 26794 37235 23579
Archiving artifacts Finished: SUCCESS