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/* > 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/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision e9460b84fc41464c2aa2ef85c84dd1ac87ae1692 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f e9460b84fc41464c2aa2ef85c84dd1ac87ae1692 Commit message: "Merge pull request #735 from ZacSweers/z/codeblockClear" > git rev-list --no-walk e9460b84fc41464c2aa2ef85c84dd1ac87ae1692 # timeout=10 [JavaWriter] $ /bin/sh -xe /tmp/jenkins3800555515033445382.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 66 21193 66 14105 0 0 116k 0 --:--:-- --:--:-- --:--:-- 115k 100 21193 100 21193 0 0 173k 0 --:--:-- --:--:-- --:--:-- 173k ------------------------------------------------------- Initizalizes project ------------------------------------------------------- HEAD is now at e9460b8 Merge pull request #735 from ZacSweers/z/codeblockClear --- Displays variables used in the build --- Artifact id: javapoet Version: 1.12.0-SNAPSHOT Modules job: - JavaWriter Has checkstyle: true Has enforcer: true Git version id: e9460b84fc41464c2aa2ef85c84dd1ac87ae1692 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.12.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 20 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.119 sec - in ClassNameNoPackageTest Running com.squareup.javapoet.JavaFileTest Tests run: 30, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.152 sec - in com.squareup.javapoet.JavaFileTest Running com.squareup.javapoet.MethodSpecTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.164 sec - in com.squareup.javapoet.MethodSpecTest Running com.squareup.javapoet.TypeNameTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in com.squareup.javapoet.TypeNameTest Running com.squareup.javapoet.AnnotationSpecTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec - in com.squareup.javapoet.AnnotationSpecTest Running com.squareup.javapoet.FieldSpecTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.squareup.javapoet.FieldSpecTest Running com.squareup.javapoet.TypesEclipseTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.364 sec - in com.squareup.javapoet.TypesEclipseTest Running com.squareup.javapoet.ParameterSpecTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in com.squareup.javapoet.ParameterSpecTest Running com.squareup.javapoet.AnnotatedTypeNameTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.squareup.javapoet.AnnotatedTypeNameTest Running com.squareup.javapoet.FileReadingTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec - in com.squareup.javapoet.FileReadingTest Running com.squareup.javapoet.ClassNameTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.553 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.013 sec - in com.squareup.javapoet.LineWrapperTest Running com.squareup.javapoet.FileWritingTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 sec - in com.squareup.javapoet.FileWritingTest Running com.squareup.javapoet.TypeSpecTest Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.656 sec - in com.squareup.javapoet.TypeSpecTest Running com.squareup.javapoet.TypesTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec - in com.squareup.javapoet.TypesTest Running com.squareup.javapoet.CodeBlockTest Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in com.squareup.javapoet.CodeBlockTest Running com.squareup.javapoet.NameAllocatorTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.squareup.javapoet.NameAllocatorTest Results : Tests run: 342, 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.12.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet --- [INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.12.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.jar [INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 25.132 s [INFO] Finished at: 2019-12-02T01:30:30+01:00 [INFO] Final Memory: 44M/199M [INFO] ------------------------------------------------------------------------ --- Displays results of the maven compile --- Time to compile: 26662 Number of tests: 342 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.12.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.080 s [INFO] Finished at: 2019-12-02T01:30:33+01:00 [INFO] Final Memory: 17M/161M [INFO] ------------------------------------------------------------------------ Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building JavaPoet 1.12.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 647/647 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (647 B at 5.2 KB/sec) 2/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.3 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 817.1 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 32.0 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 1/23 KB 5/23 KB 9/23 KB 13/23 KB 13/23 KB 16/23 KB 20/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 710.1 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 758.8 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 41.4 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 270.5 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 31.9 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 244.2 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 598.7 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 585.8 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 402.7 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 322.2 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 644.3 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 402.7 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 715.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 429.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 644.3 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 536.9 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 715.9 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 804.4 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 292.8 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 715.8 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 379.0 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 460.2 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 644.2 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 585.7 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 536.9 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 715.8 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 644.3 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 644.3 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 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 585.0 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 402.6 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 536.9 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 805.3 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 496.3 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 458.1 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 5/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 277.6 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 743.5 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 541.4 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 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 277.6 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 743.5 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 744.4 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 960.7 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 960.7 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-20191201.234139-28.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-20191201.234139-28.pom (7 KB at 264.5 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-20191201.234139-28.jar 4/1709 KB 7/1709 KB 11/1709 KB 15/1709 KB 19/1709 KB 20/1709 KB 21/1709 KB 25/1709 KB 29/1709 KB 29/1709 KB 33/1709 KB 34/1709 KB 37/1709 KB 38/1709 KB 42/1709 KB 42/1709 KB 46/1709 KB 46/1709 KB 48/1709 KB 51/1709 KB 55/1709 KB 55/1709 KB 58/1709 KB 59/1709 KB 63/1709 KB 67/1709 KB 71/1709 KB 73/1709 KB 75/1709 KB 79/1709 KB 82/1709 KB 86/1709 KB 86/1709 KB 87/1709 KB 91/1709 KB 92/1709 KB 95/1709 KB 99/1709 KB 100/1709 KB 102/1709 KB 106/1709 KB 107/1709 KB 111/1709 KB 115/1709 KB 119/1709 KB 123/1709 KB 127/1709 KB 131/1709 KB 135/1709 KB 136/1709 KB 140/1709 KB 144/1709 KB 148/1709 KB 152/1709 KB 156/1709 KB 160/1709 KB 164/1709 KB 168/1709 KB 172/1709 KB 176/1709 KB 180/1709 KB 184/1709 KB 188/1709 KB 192/1709 KB 196/1709 KB 200/1709 KB 204/1709 KB 208/1709 KB 212/1709 KB 216/1709 KB 220/1709 KB 224/1709 KB 228/1709 KB 232/1709 KB 236/1709 KB 240/1709 KB 244/1709 KB 248/1709 KB 252/1709 KB 256/1709 KB 260/1709 KB 264/1709 KB 268/1709 KB 272/1709 KB 276/1709 KB 280/1709 KB 284/1709 KB 288/1709 KB 292/1709 KB 296/1709 KB 300/1709 KB 304/1709 KB 308/1709 KB 312/1709 KB 316/1709 KB 320/1709 KB 324/1709 KB 328/1709 KB 332/1709 KB 336/1709 KB 340/1709 KB 344/1709 KB 348/1709 KB 352/1709 KB 356/1709 KB 360/1709 KB 364/1709 KB 368/1709 KB 372/1709 KB 376/1709 KB 380/1709 KB 384/1709 KB 388/1709 KB 392/1709 KB 396/1709 KB 400/1709 KB 404/1709 KB 408/1709 KB 412/1709 KB 416/1709 KB 420/1709 KB 424/1709 KB 428/1709 KB 432/1709 KB 436/1709 KB 440/1709 KB 444/1709 KB 448/1709 KB 452/1709 KB 456/1709 KB 460/1709 KB 464/1709 KB 468/1709 KB 472/1709 KB 476/1709 KB 480/1709 KB 484/1709 KB 488/1709 KB 492/1709 KB 496/1709 KB 500/1709 KB 504/1709 KB 508/1709 KB 512/1709 KB 516/1709 KB 520/1709 KB 524/1709 KB 528/1709 KB 532/1709 KB 536/1709 KB 540/1709 KB 544/1709 KB 548/1709 KB 552/1709 KB 556/1709 KB 560/1709 KB 564/1709 KB 568/1709 KB 572/1709 KB 576/1709 KB 580/1709 KB 584/1709 KB 588/1709 KB 592/1709 KB 596/1709 KB 600/1709 KB 604/1709 KB 608/1709 KB 612/1709 KB 616/1709 KB 620/1709 KB 624/1709 KB 628/1709 KB 632/1709 KB 636/1709 KB 640/1709 KB 644/1709 KB 648/1709 KB 652/1709 KB 656/1709 KB 660/1709 KB 664/1709 KB 668/1709 KB 672/1709 KB 676/1709 KB 680/1709 KB 684/1709 KB 688/1709 KB 692/1709 KB 696/1709 KB 700/1709 KB 704/1709 KB 708/1709 KB 712/1709 KB 716/1709 KB 720/1709 KB 724/1709 KB 728/1709 KB 732/1709 KB 736/1709 KB 740/1709 KB 744/1709 KB 748/1709 KB 752/1709 KB 756/1709 KB 760/1709 KB 764/1709 KB 768/1709 KB 772/1709 KB 776/1709 KB 780/1709 KB 784/1709 KB 788/1709 KB 792/1709 KB 796/1709 KB 800/1709 KB 804/1709 KB 808/1709 KB 812/1709 KB 816/1709 KB 820/1709 KB 824/1709 KB 828/1709 KB 832/1709 KB 836/1709 KB 840/1709 KB 844/1709 KB 848/1709 KB 852/1709 KB 856/1709 KB 860/1709 KB 864/1709 KB 868/1709 KB 872/1709 KB 876/1709 KB 880/1709 KB 884/1709 KB 888/1709 KB 892/1709 KB 896/1709 KB 900/1709 KB 904/1709 KB 908/1709 KB 912/1709 KB 916/1709 KB 920/1709 KB 924/1709 KB 928/1709 KB 932/1709 KB 936/1709 KB 940/1709 KB 944/1709 KB 948/1709 KB 952/1709 KB 956/1709 KB 960/1709 KB 964/1709 KB 968/1709 KB 972/1709 KB 976/1709 KB 980/1709 KB 984/1709 KB 988/1709 KB 992/1709 KB 996/1709 KB 1000/1709 KB 1004/1709 KB 1008/1709 KB 1012/1709 KB 1016/1709 KB 1020/1709 KB 1024/1709 KB 1028/1709 KB 1032/1709 KB 1036/1709 KB 1040/1709 KB 1044/1709 KB 1048/1709 KB 1052/1709 KB 1056/1709 KB 1060/1709 KB 1064/1709 KB 1068/1709 KB 1072/1709 KB 1076/1709 KB 1080/1709 KB 1084/1709 KB 1088/1709 KB 1092/1709 KB 1096/1709 KB 1100/1709 KB 1104/1709 KB 1108/1709 KB 1112/1709 KB 1116/1709 KB 1120/1709 KB 1124/1709 KB 1128/1709 KB 1132/1709 KB 1136/1709 KB 1140/1709 KB 1144/1709 KB 1148/1709 KB 1152/1709 KB 1156/1709 KB 1160/1709 KB 1164/1709 KB 1168/1709 KB 1172/1709 KB 1176/1709 KB 1180/1709 KB 1184/1709 KB 1188/1709 KB 1192/1709 KB 1196/1709 KB 1200/1709 KB 1204/1709 KB 1208/1709 KB 1212/1709 KB 1216/1709 KB 1220/1709 KB 1224/1709 KB 1228/1709 KB 1232/1709 KB 1236/1709 KB 1240/1709 KB 1244/1709 KB 1248/1709 KB 1252/1709 KB 1256/1709 KB 1260/1709 KB 1264/1709 KB 1268/1709 KB 1272/1709 KB 1276/1709 KB 1280/1709 KB 1284/1709 KB 1288/1709 KB 1292/1709 KB 1296/1709 KB 1300/1709 KB 1304/1709 KB 1308/1709 KB 1312/1709 KB 1316/1709 KB 1320/1709 KB 1324/1709 KB 1328/1709 KB 1332/1709 KB 1336/1709 KB 1340/1709 KB 1344/1709 KB 1348/1709 KB 1352/1709 KB 1356/1709 KB 1360/1709 KB 1364/1709 KB 1368/1709 KB 1372/1709 KB 1376/1709 KB 1380/1709 KB 1384/1709 KB 1388/1709 KB 1392/1709 KB 1396/1709 KB 1400/1709 KB 1404/1709 KB 1408/1709 KB 1412/1709 KB 1416/1709 KB 1420/1709 KB 1424/1709 KB 1428/1709 KB 1432/1709 KB 1436/1709 KB 1440/1709 KB 1444/1709 KB 1448/1709 KB 1452/1709 KB 1456/1709 KB 1460/1709 KB 1464/1709 KB 1468/1709 KB 1469/1709 KB 1470/1709 KB 1474/1709 KB 1475/1709 KB 1477/1709 KB 1480/1709 KB 1484/1709 KB 1487/1709 KB 1491/1709 KB 1494/1709 KB 1498/1709 KB 1501/1709 KB 1503/1709 KB 1507/1709 KB 1509/1709 KB 1510/1709 KB 1514/1709 KB 1517/1709 KB 1521/1709 KB 1523/1709 KB 1527/1709 KB 1528/1709 KB 1530/1709 KB 1534/1709 KB 1538/1709 KB 1541/1709 KB 1545/1709 KB 1545/1709 KB 1548/1709 KB 1552/1709 KB 1554/1709 KB 1555/1709 KB 1559/1709 KB 1561/1709 KB 1565/1709 KB 1565/1709 KB 1568/1709 KB 1572/1709 KB 1575/1709 KB 1579/1709 KB 1582/1709 KB 1586/1709 KB 1586/1709 KB 1590/1709 KB 1592/1709 KB 1596/1709 KB 1596/1709 KB 1600/1709 KB 1600/1709 KB 1604/1709 KB 1606/1709 KB 1610/1709 KB 1610/1709 KB 1613/1709 KB 1617/1709 KB 1619/1709 KB 1623/1709 KB 1623/1709 KB 1625/1709 KB 1629/1709 KB 1632/1709 KB 1636/1709 KB 1639/1709 KB 1643/1709 KB 1644/1709 KB 1648/1709 KB 1650/1709 KB 1654/1709 KB 1657/1709 KB 1658/1709 KB 1662/1709 KB 1663/1709 KB 1666/1709 KB 1670/1709 KB 1670/1709 KB 1673/1709 KB 1677/1709 KB 1677/1709 KB 1680/1709 KB 1684/1709 KB 1685/1709 KB 1689/1709 KB 1693/1709 KB 1694/1709 KB 1698/1709 KB 1698/1709 KB 1699/1709 KB 1703/1709 KB 1705/1709 KB 1709/1709 KB 1709/1709 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-20191201.234139-28.jar (1709 KB at 11391.0 KB/sec) 2019-12-02 01:30:41,572 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-02 01:30:41,573 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. 2019-12-02 01:30:41,578 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT 2019-12-02 01:30:41,579 INFO spoon.Launcher - running Spoon... 2019-12-02 01:30:41,579 INFO spoon.Launcher - start processing... 2019-12-02 01:30:43,672 INFO spoon.Launcher - spoon.processing.SpoonTagger 2019-12-02 01:30:43,700 INFO spoon.Launcher - spoon.support.JavaOutputProcessor 2019-12-02 01:30:44,725 INFO spoon.Launcher - end of processing: 2019-12-02 01:30:44,726 INFO spoon.Launcher - 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 20 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.096 sec - in ClassNameNoPackageTest Running com.squareup.javapoet.JavaFileTest Tests run: 30, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.103 sec - in com.squareup.javapoet.JavaFileTest Running com.squareup.javapoet.MethodSpecTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.908 sec - in com.squareup.javapoet.MethodSpecTest Running com.squareup.javapoet.TypeNameTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in com.squareup.javapoet.TypeNameTest Running com.squareup.javapoet.AnnotationSpecTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 sec - in com.squareup.javapoet.AnnotationSpecTest Running com.squareup.javapoet.FieldSpecTest Tests run: 2, 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.971 sec - in com.squareup.javapoet.TypesEclipseTest Running com.squareup.javapoet.ParameterSpecTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.squareup.javapoet.ParameterSpecTest Running com.squareup.javapoet.AnnotatedTypeNameTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in com.squareup.javapoet.AnnotatedTypeNameTest Running com.squareup.javapoet.FileReadingTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in com.squareup.javapoet.FileReadingTest Running com.squareup.javapoet.ClassNameTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.973 sec - in com.squareup.javapoet.ClassNameTest Running com.squareup.javapoet.UtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec - in com.squareup.javapoet.FileWritingTest Running com.squareup.javapoet.TypeSpecTest Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 sec - in com.squareup.javapoet.TypeSpecTest Running com.squareup.javapoet.TypesTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 sec - in com.squareup.javapoet.TypesTest Running com.squareup.javapoet.CodeBlockTest Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in com.squareup.javapoet.CodeBlockTest Running com.squareup.javapoet.NameAllocatorTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.squareup.javapoet.NameAllocatorTest Results : Tests run: 342, 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.12.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet --- [INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.12.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.jar [INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 25.153 s [INFO] Finished at: 2019-12-02T01:31:00+01:00 [INFO] Final Memory: 44M/273M [INFO] ------------------------------------------------------------------------ --- Displays results of the maven compile with spoon --- Time to compile with spoon: 26942 Number of tests: 342 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.12.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 --- 2019-12-02 01:31:03,791 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-02 01:31:03,792 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. 2019-12-02 01:31:03,798 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT 2019-12-02 01:31:03,799 INFO spoon.Launcher - running Spoon... 2019-12-02 01:31:03,799 INFO spoon.Launcher - start processing... 2019-12-02 01:31:05,494 INFO spoon.Launcher - spoon.processing.SpoonTagger 2019-12-02 01:31:05,565 INFO spoon.Launcher - spoon.support.JavaOutputProcessor 2019-12-02 01:31:06,453 INFO spoon.Launcher - end of processing: 2019-12-02 01:31:06,453 INFO spoon.Launcher - 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 20 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.091 sec - in ClassNameNoPackageTest Running com.squareup.javapoet.JavaFileTest Tests run: 30, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.12 sec - in com.squareup.javapoet.JavaFileTest Running com.squareup.javapoet.MethodSpecTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.137 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: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 sec - in com.squareup.javapoet.AnnotationSpecTest Running com.squareup.javapoet.FieldSpecTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.squareup.javapoet.FieldSpecTest Running com.squareup.javapoet.TypesEclipseTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.08 sec - in com.squareup.javapoet.TypesEclipseTest Running com.squareup.javapoet.ParameterSpecTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.squareup.javapoet.ParameterSpecTest Running com.squareup.javapoet.AnnotatedTypeNameTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in com.squareup.javapoet.AnnotatedTypeNameTest Running com.squareup.javapoet.FileReadingTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec - in com.squareup.javapoet.FileReadingTest Running com.squareup.javapoet.ClassNameTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 sec - in com.squareup.javapoet.ClassNameTest Running com.squareup.javapoet.UtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.squareup.javapoet.UtilTest Running com.squareup.javapoet.LineWrapperTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in com.squareup.javapoet.LineWrapperTest Running com.squareup.javapoet.FileWritingTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec - in com.squareup.javapoet.FileWritingTest Running com.squareup.javapoet.TypeSpecTest Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.533 sec - in com.squareup.javapoet.TypeSpecTest Running com.squareup.javapoet.TypesTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec - in com.squareup.javapoet.TypesTest Running com.squareup.javapoet.CodeBlockTest Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in com.squareup.javapoet.CodeBlockTest Running com.squareup.javapoet.NameAllocatorTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.squareup.javapoet.NameAllocatorTest Results : Tests run: 342, 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.12.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet --- [INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.12.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.jar [INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 20.180 s [INFO] Finished at: 2019-12-02T01:31:22+01:00 [INFO] Final Memory: 53M/232M [INFO] ------------------------------------------------------------------------ --- Displays results of the maven compile with spoon of spoon --- Time to compile with spoon of spoon: 21978 ------------------------------------------------------- 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 <?xml version="1.0"?> <section name=""> <table> <tr> <td fontattribute="bold">Project</td> <td fontattribute="bold">Commit id version</td> <td fontattribute="bold">Project compiles</td> <td fontattribute="bold">Project tests run</td> <td fontattribute="bold">Project spooned compiles</td> <td fontattribute="bold">Project spooned tests run</td> <td fontattribute="bold">Time to spoon</td> <td fontattribute="bold">Number of CtStatment</td> <td fontattribute="bold">Time to compile project</td> <td fontattribute="bold">Time to compile project spooned</td> <td fontattribute="bold">Spoon(Spoon(x))=Spoon(x)</td> </tr> <tr> <td>JavaWriter</td> <td>e9460b84fc41464c2aa2ef85c84dd1ac87ae1692</td> <td>OK</td> <td>tests: 342 errors: 0 skipped: 1 failures: 0</td> <td>OK</td> <td>tests: 342 errors: 0 skipped: 1 failures: 0</td> <td>2656</td> <td>N/A</td> <td>26662</td> <td>26942</td> <td>21978</td> </tr> </table> </section> Archiving artifacts Finished: SUCCESS