Skip to content

Console Output

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 0a6ee12960724854a0da33b171bcb06c1121c3e5 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0a6ee12960724854a0da33b171bcb06c1121c3e5 # timeout=10
Commit message: "Merge pull request #792 from square/egorand/200618/releasing"
 > git rev-list --no-walk 0a6ee12960724854a0da33b171bcb06c1121c3e5 # timeout=10
[JavaWriter] $ /bin/sh -xe /tmp/jenkins8731333085362362843.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   219k      0 --:--:-- --:--:-- --:--:--  220k
 
-------------------------------------------------------
Initizalizes project
-------------------------------------------------------
 
HEAD is now at 0a6ee12 Merge pull request #792 from square/egorand/200618/releasing

--- Displays variables used in the build ---
Artifact id: javapoet
Version: 1.14.0-SNAPSHOT
Modules job:
- JavaWriter
Has checkstyle: true
Has enforcer: true
Git version id: 0a6ee12960724854a0da33b171bcb06c1121c3e5
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.14.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.094 sec - in ClassNameNoPackageTest
Running com.squareup.javapoet.JavaFileTest
Tests run: 41, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.691 sec - in com.squareup.javapoet.JavaFileTest
Running com.squareup.javapoet.MethodSpecTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 sec - in com.squareup.javapoet.MethodSpecTest
Running com.squareup.javapoet.TypeNameTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in com.squareup.javapoet.TypeNameTest
Running com.squareup.javapoet.AnnotationSpecTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec - in com.squareup.javapoet.AnnotationSpecTest
Running com.squareup.javapoet.FieldSpecTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in com.squareup.javapoet.FieldSpecTest
Running com.squareup.javapoet.TypesEclipseTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.3 sec - in com.squareup.javapoet.TypesEclipseTest
Running com.squareup.javapoet.ParameterSpecTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec - in com.squareup.javapoet.ParameterSpecTest
Running com.squareup.javapoet.AnnotatedTypeNameTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in com.squareup.javapoet.AnnotatedTypeNameTest
Running com.squareup.javapoet.FileReadingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec - in com.squareup.javapoet.FileReadingTest
Running com.squareup.javapoet.ClassNameTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.575 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.004 sec - in com.squareup.javapoet.LineWrapperTest
Running com.squareup.javapoet.FileWritingTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 sec - in com.squareup.javapoet.FileWritingTest
Running com.squareup.javapoet.TypeSpecTest
Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.452 sec - in com.squareup.javapoet.TypeSpecTest
Running com.squareup.javapoet.TypesTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 sec - in com.squareup.javapoet.TypesTest
Running com.squareup.javapoet.CodeBlockTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in com.squareup.javapoet.CodeBlockTest
Running com.squareup.javapoet.CodeWriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.squareup.javapoet.CodeWriterTest
Running com.squareup.javapoet.NameAllocatorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.squareup.javapoet.NameAllocatorTest

Results :

Tests run: 385, 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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet ---
[INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.14.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.14.0-SNAPSHOT/javapoet-1.14.0-SNAPSHOT.jar
[INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.14.0-SNAPSHOT/javapoet-1.14.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 25.969 s
[INFO] Finished at: 2020-06-24T01:30:34+02:00
[INFO] Final Memory: 42M/231M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile ---
Time to compile: 27718
Number of tests: 385
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.14.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.105 s
[INFO] Finished at: 2020-06-24T01:30:37+02:00
[INFO] Final Memory: 14M/161M
[INFO] ------------------------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaPoet 1.14.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 3.8 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.8 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 923.7 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml (1017 B at 16.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
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 278.7 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 733.5 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 31.0 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
1/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 51.6 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 482.4 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 18.7 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 212.7 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 658.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 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 644.3 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 715.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 715.9 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 715.9 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 715.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-15/spoon-core-7.4.0-beta-15.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-15/spoon-core-7.4.0-beta-15.pom (7 KB at 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 715.9 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 495.6 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 23.1 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/spoon-core-7.4.0-20190510.045100-130.pom
4/7 KB        
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 149.9 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 643.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-1/spoon-core-7.5.0-beta-1.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-1/spoon-core-7.5.0-beta-1.pom (7 KB at 805.3 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 460.2 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 644.2 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 715.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 585.7 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 715.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-8/spoon-core-7.5.0-beta-8.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-8/spoon-core-7.5.0-beta-8.pom (7 KB at 429.5 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 644.2 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 585.8 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 20.3 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 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 459.7 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 460.2 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 585.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom (7 KB at 460.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-4/spoon-core-7.6.0-beta-4.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-4/spoon-core-7.6.0-beta-4.pom (7 KB at 495.6 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 397.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-6/spoon-core-7.6.0-beta-6.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-6/spoon-core-7.6.0-beta-6.pom (6 KB at 541.4 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml (1017 B at 28.4 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 98.5 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 660.9 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 496.3 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 31.9 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 174.5 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 661.7 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 541.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 320.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 672.5 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 611.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-7/spoon-core-8.1.0-beta-7.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-7/spoon-core-8.1.0-beta-7.pom (7 KB at 395.6 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 747.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-9/spoon-core-8.1.0-beta-9.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-9/spoon-core-8.1.0-beta-9.pom (7 KB at 560.4 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 562.6 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 613.7 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 634.0 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 714.8 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 714.8 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 595.7 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 649.9 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 794.3 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 731.8 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 813.2 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
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 16.3 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 202.3 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 664.6 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 522.7 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 457.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-3/spoon-core-8.2.0-beta-3.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-3/spoon-core-8.2.0-beta-3.pom (8 KB at 813.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-4/spoon-core-8.2.0-beta-4.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-4/spoon-core-8.2.0-beta-4.pom (8 KB at 731.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-5/spoon-core-8.2.0-beta-5.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-5/spoon-core-8.2.0-beta-5.pom (8 KB at 731.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-6/spoon-core-8.2.0-beta-6.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-6/spoon-core-8.2.0-beta-6.pom (8 KB at 757.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-7/spoon-core-8.2.0-beta-7.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-7/spoon-core-8.2.0-beta-7.pom (8 KB at 688.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-8/spoon-core-8.2.0-beta-8.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-8/spoon-core-8.2.0-beta-8.pom (8 KB at 757.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-9/spoon-core-8.2.0-beta-9.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-9/spoon-core-8.2.0-beta-9.pom (8 KB at 841.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-10/spoon-core-8.2.0-beta-10.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-10/spoon-core-8.2.0-beta-10.pom (8 KB at 842.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-11/spoon-core-8.2.0-beta-11.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-11/spoon-core-8.2.0-beta-11.pom (8 KB at 541.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-12/spoon-core-8.2.0-beta-12.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-12/spoon-core-8.2.0-beta-12.pom (8 KB at 842.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-13/spoon-core-8.2.0-beta-13.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-13/spoon-core-8.2.0-beta-13.pom (8 KB at 841.8 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
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.2.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/8.2.0-SNAPSHOT/spoon-core-8.2.0-20200623.224148-170.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.2.0-SNAPSHOT/spoon-core-8.2.0-20200623.224148-170.pom (8 KB at 249.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-20200623.224148-170.jar
4/1738 KB   
7/1738 KB   
9/1738 KB   
12/1738 KB   
16/1738 KB   
19/1738 KB   
21/1738 KB   
25/1738 KB   
29/1738 KB   
33/1738 KB   
37/1738 KB   
41/1738 KB   
45/1738 KB   
47/1738 KB   
48/1738 KB   
52/1738 KB   
56/1738 KB   
60/1738 KB   
64/1738 KB   
68/1738 KB   
72/1738 KB   
76/1738 KB   
80/1738 KB   
84/1738 KB   
88/1738 KB   
92/1738 KB   
96/1738 KB   
100/1738 KB   
104/1738 KB   
108/1738 KB   
112/1738 KB   
115/1738 KB   
119/1738 KB   
123/1738 KB   
127/1738 KB   
131/1738 KB   
135/1738 KB   
139/1738 KB   
140/1738 KB   
144/1738 KB   
147/1738 KB   
151/1738 KB   
155/1738 KB   
156/1738 KB   
160/1738 KB   
164/1738 KB   
168/1738 KB   
170/1738 KB   
174/1738 KB   
175/1738 KB   
178/1738 KB   
182/1738 KB   
186/1738 KB   
190/1738 KB   
194/1738 KB   
198/1738 KB   
202/1738 KB   
204/1738 KB   
208/1738 KB   
212/1738 KB   
216/1738 KB   
220/1738 KB   
224/1738 KB   
228/1738 KB   
229/1738 KB   
233/1738 KB   
236/1738 KB   
240/1738 KB   
242/1738 KB   
246/1738 KB   
250/1738 KB   
254/1738 KB   
254/1738 KB   
257/1738 KB   
261/1738 KB   
264/1738 KB   
268/1738 KB   
271/1738 KB   
275/1738 KB   
279/1738 KB   
280/1738 KB   
284/1738 KB   
287/1738 KB   
291/1738 KB   
294/1738 KB   
298/1738 KB   
301/1738 KB   
305/1738 KB   
308/1738 KB   
312/1738 KB   
316/1738 KB   
318/1738 KB   
322/1738 KB   
324/1738 KB   
328/1738 KB   
331/1738 KB   
335/1738 KB   
336/1738 KB   
340/1738 KB   
342/1738 KB   
346/1738 KB   
350/1738 KB   
352/1738 KB   
355/1738 KB   
359/1738 KB   
359/1738 KB   
363/1738 KB   
363/1738 KB   
367/1738 KB   
370/1738 KB   
374/1738 KB   
376/1738 KB   
380/1738 KB   
383/1738 KB   
385/1738 KB   
389/1738 KB   
393/1738 KB   
397/1738 KB   
401/1738 KB   
405/1738 KB   
409/1738 KB   
413/1738 KB   
417/1738 KB   
421/1738 KB   
425/1738 KB   
429/1738 KB   
433/1738 KB   
437/1738 KB   
441/1738 KB   
445/1738 KB   
449/1738 KB   
453/1738 KB   
457/1738 KB   
457/1738 KB   
460/1738 KB   
464/1738 KB   
465/1738 KB   
469/1738 KB   
472/1738 KB   
476/1738 KB   
480/1738 KB   
481/1738 KB   
485/1738 KB   
486/1738 KB   
488/1738 KB   
492/1738 KB   
493/1738 KB   
497/1738 KB   
501/1738 KB   
502/1738 KB   
506/1738 KB   
506/1738 KB   
508/1738 KB   
512/1738 KB   
515/1738 KB   
519/1738 KB   
522/1738 KB   
526/1738 KB   
527/1738 KB   
531/1738 KB   
532/1738 KB   
534/1738 KB   
538/1738 KB   
542/1738 KB   
546/1738 KB   
550/1738 KB   
554/1738 KB   
557/1738 KB   
561/1738 KB   
563/1738 KB   
567/1738 KB   
571/1738 KB   
575/1738 KB   
579/1738 KB   
580/1738 KB   
584/1738 KB   
588/1738 KB   
592/1738 KB   
595/1738 KB   
598/1738 KB   
600/1738 KB   
604/1738 KB   
608/1738 KB   
608/1738 KB   
611/1738 KB   
615/1738 KB   
619/1738 KB   
619/1738 KB   
621/1738 KB   
625/1738 KB   
628/1738 KB   
632/1738 KB   
632/1738 KB   
636/1738 KB   
638/1738 KB   
642/1738 KB   
645/1738 KB   
649/1738 KB   
652/1738 KB   
656/1738 KB   
660/1738 KB   
664/1738 KB   
668/1738 KB   
672/1738 KB   
676/1738 KB   
680/1738 KB   
684/1738 KB   
688/1738 KB   
692/1738 KB   
696/1738 KB   
700/1738 KB   
704/1738 KB   
708/1738 KB   
711/1738 KB   
715/1738 KB   
719/1738 KB   
723/1738 KB   
725/1738 KB   
729/1738 KB   
731/1738 KB   
735/1738 KB   
739/1738 KB   
741/1738 KB   
745/1738 KB   
745/1738 KB   
749/1738 KB   
752/1738 KB   
756/1738 KB   
758/1738 KB   
762/1738 KB   
762/1738 KB   
766/1738 KB   
768/1738 KB   
769/1738 KB   
773/1738 KB   
777/1738 KB   
778/1738 KB   
782/1738 KB   
786/1738 KB   
786/1738 KB   
789/1738 KB   
793/1738 KB   
797/1738 KB   
801/1738 KB   
805/1738 KB   
809/1738 KB   
812/1738 KB   
816/1738 KB   
819/1738 KB   
823/1738 KB   
824/1738 KB   
828/1738 KB   
832/1738 KB   
836/1738 KB   
840/1738 KB   
841/1738 KB   
845/1738 KB   
849/1738 KB   
853/1738 KB   
857/1738 KB   
861/1738 KB   
865/1738 KB   
869/1738 KB   
873/1738 KB   
877/1738 KB   
881/1738 KB   
885/1738 KB   
889/1738 KB   
893/1738 KB   
897/1738 KB   
901/1738 KB   
905/1738 KB   
909/1738 KB   
913/1738 KB   
917/1738 KB   
921/1738 KB   
923/1738 KB   
926/1738 KB   
930/1738 KB   
930/1738 KB   
932/1738 KB   
936/1738 KB   
937/1738 KB   
940/1738 KB   
944/1738 KB   
947/1738 KB   
950/1738 KB   
953/1738 KB   
957/1738 KB   
960/1738 KB   
964/1738 KB   
968/1738 KB   
972/1738 KB   
976/1738 KB   
980/1738 KB   
983/1738 KB   
987/1738 KB   
991/1738 KB   
995/1738 KB   
999/1738 KB   
1003/1738 KB   
1007/1738 KB   
1011/1738 KB   
1015/1738 KB   
1019/1738 KB   
1023/1738 KB   
1027/1738 KB   
1031/1738 KB   
1035/1738 KB   
1039/1738 KB   
1043/1738 KB   
1047/1738 KB   
1051/1738 KB   
1055/1738 KB   
1059/1738 KB   
1063/1738 KB   
1067/1738 KB   
1071/1738 KB   
1075/1738 KB   
1079/1738 KB   
1079/1738 KB   
1083/1738 KB   
1086/1738 KB   
1087/1738 KB   
1091/1738 KB   
1094/1738 KB   
1098/1738 KB   
1101/1738 KB   
1104/1738 KB   
1108/1738 KB   
1109/1738 KB   
1113/1738 KB   
1116/1738 KB   
1118/1738 KB   
1121/1738 KB   
1125/1738 KB   
1128/1738 KB   
1132/1738 KB   
1136/1738 KB   
1140/1738 KB   
1144/1738 KB   
1145/1738 KB   
1147/1738 KB   
1151/1738 KB   
1155/1738 KB   
1159/1738 KB   
1163/1738 KB   
1167/1738 KB   
1171/1738 KB   
1175/1738 KB   
1179/1738 KB   
1183/1738 KB   
1187/1738 KB   
1191/1738 KB   
1195/1738 KB   
1199/1738 KB   
1203/1738 KB   
1207/1738 KB   
1211/1738 KB   
1215/1738 KB   
1219/1738 KB   
1223/1738 KB   
1227/1738 KB   
1230/1738 KB   
1232/1738 KB   
1236/1738 KB   
1240/1738 KB   
1244/1738 KB   
1248/1738 KB   
1252/1738 KB   
1256/1738 KB   
1260/1738 KB   
1264/1738 KB   
1268/1738 KB   
1272/1738 KB   
1276/1738 KB   
1280/1738 KB   
1284/1738 KB   
1288/1738 KB   
1292/1738 KB   
1296/1738 KB   
1300/1738 KB   
1304/1738 KB   
1308/1738 KB   
1312/1738 KB   
1316/1738 KB   
1320/1738 KB   
1324/1738 KB   
1328/1738 KB   
1332/1738 KB   
1336/1738 KB   
1340/1738 KB   
1344/1738 KB   
1348/1738 KB   
1352/1738 KB   
1356/1738 KB   
1360/1738 KB   
1364/1738 KB   
1368/1738 KB   
1372/1738 KB   
1376/1738 KB   
1380/1738 KB   
1384/1738 KB   
1388/1738 KB   
1389/1738 KB   
1391/1738 KB   
1395/1738 KB   
1399/1738 KB   
1403/1738 KB   
1407/1738 KB   
1411/1738 KB   
1415/1738 KB   
1419/1738 KB   
1423/1738 KB   
1427/1738 KB   
1431/1738 KB   
1435/1738 KB   
1439/1738 KB   
1443/1738 KB   
1447/1738 KB   
1451/1738 KB   
1455/1738 KB   
1459/1738 KB   
1463/1738 KB   
1467/1738 KB   
1471/1738 KB   
1475/1738 KB   
1479/1738 KB   
1483/1738 KB   
1487/1738 KB   
1491/1738 KB   
1495/1738 KB   
1499/1738 KB   
1503/1738 KB   
1507/1738 KB   
1511/1738 KB   
1515/1738 KB   
1519/1738 KB   
1523/1738 KB   
1527/1738 KB   
1531/1738 KB   
1535/1738 KB   
1539/1738 KB   
1543/1738 KB   
1547/1738 KB   
1551/1738 KB   
1555/1738 KB   
1559/1738 KB   
1563/1738 KB   
1567/1738 KB   
1571/1738 KB   
1575/1738 KB   
1579/1738 KB   
1583/1738 KB   
1587/1738 KB   
1591/1738 KB   
1595/1738 KB   
1599/1738 KB   
1603/1738 KB   
1607/1738 KB   
1611/1738 KB   
1615/1738 KB   
1619/1738 KB   
1623/1738 KB   
1627/1738 KB   
1631/1738 KB   
1635/1738 KB   
1639/1738 KB   
1643/1738 KB   
1647/1738 KB   
1651/1738 KB   
1655/1738 KB   
1659/1738 KB   
1663/1738 KB   
1667/1738 KB   
1671/1738 KB   
1675/1738 KB   
1679/1738 KB   
1683/1738 KB   
1687/1738 KB   
1691/1738 KB   
1695/1738 KB   
1699/1738 KB   
1703/1738 KB   
1707/1738 KB   
1711/1738 KB   
1715/1738 KB   
1719/1738 KB   
1723/1738 KB   
1727/1738 KB   
1731/1738 KB   
1735/1738 KB   
1738/1738 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-20200623.224148-170.jar (1738 KB at 9493.6 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.08 sec - in ClassNameNoPackageTest
Running com.squareup.javapoet.JavaFileTest
Tests run: 41, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.461 sec - in com.squareup.javapoet.JavaFileTest
Running com.squareup.javapoet.MethodSpecTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.562 sec - in com.squareup.javapoet.MethodSpecTest
Running com.squareup.javapoet.TypeNameTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in com.squareup.javapoet.TypeNameTest
Running com.squareup.javapoet.AnnotationSpecTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 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: 3.069 sec - in com.squareup.javapoet.TypesEclipseTest
Running com.squareup.javapoet.ParameterSpecTest
Tests run: 10, 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.037 sec - in com.squareup.javapoet.AnnotatedTypeNameTest
Running com.squareup.javapoet.FileReadingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec - in com.squareup.javapoet.FileReadingTest
Running com.squareup.javapoet.ClassNameTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 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.004 sec - in com.squareup.javapoet.LineWrapperTest
Running com.squareup.javapoet.FileWritingTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec - in com.squareup.javapoet.FileWritingTest
Running com.squareup.javapoet.TypeSpecTest
Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.355 sec - in com.squareup.javapoet.TypeSpecTest
Running com.squareup.javapoet.TypesTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 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.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.004 sec - in com.squareup.javapoet.NameAllocatorTest

Results :

Tests run: 385, 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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet ---
[INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.14.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.14.0-SNAPSHOT/javapoet-1.14.0-SNAPSHOT.jar
[INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.14.0-SNAPSHOT/javapoet-1.14.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33.441 s
[INFO] Finished at: 2020-06-24T01:31:12+02:00
[INFO] Final Memory: 45M/220M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon ---
Time to compile with spoon: 35118
Number of tests: 385
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.14.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.089 sec - in ClassNameNoPackageTest
Running com.squareup.javapoet.JavaFileTest
Tests run: 41, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.421 sec - in com.squareup.javapoet.JavaFileTest
Running com.squareup.javapoet.MethodSpecTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.62 sec - in com.squareup.javapoet.MethodSpecTest
Running com.squareup.javapoet.TypeNameTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in com.squareup.javapoet.TypeNameTest
Running com.squareup.javapoet.AnnotationSpecTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 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: 3.08 sec - in com.squareup.javapoet.TypesEclipseTest
Running com.squareup.javapoet.ParameterSpecTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec - in com.squareup.javapoet.ParameterSpecTest
Running com.squareup.javapoet.AnnotatedTypeNameTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in com.squareup.javapoet.AnnotatedTypeNameTest
Running com.squareup.javapoet.FileReadingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec - in com.squareup.javapoet.FileReadingTest
Running com.squareup.javapoet.ClassNameTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.91 sec - in com.squareup.javapoet.ClassNameTest
Running com.squareup.javapoet.UtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.152 sec - in com.squareup.javapoet.FileWritingTest
Running com.squareup.javapoet.TypeSpecTest
Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.573 sec - in com.squareup.javapoet.TypeSpecTest
Running com.squareup.javapoet.TypesTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 sec - in com.squareup.javapoet.TypesTest
Running com.squareup.javapoet.CodeBlockTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in com.squareup.javapoet.CodeBlockTest
Running com.squareup.javapoet.CodeWriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.squareup.javapoet.CodeWriterTest
Running com.squareup.javapoet.NameAllocatorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in com.squareup.javapoet.NameAllocatorTest

Results :

Tests run: 385, 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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet ---
[INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.14.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.14.0-SNAPSHOT/javapoet-1.14.0-SNAPSHOT.jar
[INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.14.0-SNAPSHOT/javapoet-1.14.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22.235 s
[INFO] Finished at: 2020-06-24T01:31:36+02:00
[INFO] Final Memory: 42M/213M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon of spoon ---
Time to compile with spoon of spoon: 23942
 
-------------------------------------------------------
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>0a6ee12960724854a0da33b171bcb06c1121c3e5</td>
      <td>OK</td>
      <td>tests: 385
errors: 0
skipped: 1
failures: 0</td>
      <td>OK</td>
      <td>tests: 385
errors: 0
skipped: 1
failures: 0</td>
      <td>3489</td>
      <td>N/A</td>
      <td>27718</td>
      <td>35118</td>
      <td>23942</td>
    </tr>
  </table>
</section>
Archiving artifacts
Finished: SUCCESS