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 e77793bc164c32982e3047a5260dbf009f208c7f (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e77793bc164c32982e3047a5260dbf009f208c7f # timeout=10
Commit message: "Merge pull request #789 from jasonobrien/master"
 > git rev-list --no-walk e77793bc164c32982e3047a5260dbf009f208c7f # timeout=10
[JavaWriter] $ /bin/sh -xe /tmp/jenkins1291489401950049515.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   129k      0 --:--:-- --:--:-- --:--:--  128k
100 21193  100 21193    0     0   192k      0 --:--:-- --:--:-- --:--:--  191k
 
-------------------------------------------------------
Initizalizes project
-------------------------------------------------------
 
HEAD is now at e77793b Merge pull request #789 from jasonobrien/master

--- Displays variables used in the build ---
Artifact id: javapoet
Version: 1.13.0-SNAPSHOT
Modules job:
- JavaWriter
Has checkstyle: true
Has enforcer: true
Git version id: e77793bc164c32982e3047a5260dbf009f208c7f
Java version: Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
Java home: /builds/tools/hudson.model.JDK/JDK_8.0.151
 
-------------------------------------------------------
Compiles project (at the root project if it's a multi module project) without spoon
-------------------------------------------------------
 
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaPoet 1.13.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javapoet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ javapoet ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javapoet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ javapoet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to /builds/workspace/JavaWriter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javapoet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ javapoet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /builds/workspace/JavaWriter/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ javapoet ---
[INFO] Surefire report directory: /builds/workspace/JavaWriter/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Running ClassNameNoPackageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec - in ClassNameNoPackageTest
Running com.squareup.javapoet.JavaFileTest
Tests run: 41, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.697 sec - in com.squareup.javapoet.JavaFileTest
Running com.squareup.javapoet.MethodSpecTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec - in com.squareup.javapoet.MethodSpecTest
Running com.squareup.javapoet.TypeNameTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in com.squareup.javapoet.TypeNameTest
Running com.squareup.javapoet.AnnotationSpecTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec - in com.squareup.javapoet.AnnotationSpecTest
Running com.squareup.javapoet.FieldSpecTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in com.squareup.javapoet.FieldSpecTest
Running com.squareup.javapoet.TypesEclipseTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.003 sec - in com.squareup.javapoet.TypesEclipseTest
Running com.squareup.javapoet.ParameterSpecTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec - in com.squareup.javapoet.ParameterSpecTest
Running com.squareup.javapoet.AnnotatedTypeNameTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in com.squareup.javapoet.AnnotatedTypeNameTest
Running com.squareup.javapoet.FileReadingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec - in com.squareup.javapoet.FileReadingTest
Running com.squareup.javapoet.ClassNameTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.891 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.008 sec - in com.squareup.javapoet.LineWrapperTest
Running com.squareup.javapoet.FileWritingTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.678 sec - in com.squareup.javapoet.FileWritingTest
Running com.squareup.javapoet.TypeSpecTest
Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.602 sec - in com.squareup.javapoet.TypeSpecTest
Running com.squareup.javapoet.TypesTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec - in com.squareup.javapoet.TypesTest
Running com.squareup.javapoet.CodeBlockTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in com.squareup.javapoet.CodeBlockTest
Running com.squareup.javapoet.CodeWriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.squareup.javapoet.CodeWriterTest
Running com.squareup.javapoet.NameAllocatorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet ---
[INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.13.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.13.0-SNAPSHOT/javapoet-1.13.0-SNAPSHOT.jar
[INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.13.0-SNAPSHOT/javapoet-1.13.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29.221 s
[INFO] Finished at: 2020-06-14T01:30:35+02:00
[INFO] Final Memory: 42M/225M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile ---
Time to compile: 30915
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.13.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:purge-local-repository (default-cli) @ javapoet ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.118 s
[INFO] Finished at: 2020-06-14T01:30:38+02:00
[INFO] Final Memory: 15M/161M
[INFO] ------------------------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaPoet 1.13.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javapoet ---
[INFO] Deleting /builds/workspace/JavaWriter/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ javapoet ---
[INFO] 
[INFO] --- spoon-maven-plugin:3.1:generate (default) @ javapoet ---
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml
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
687/687 B   
            
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (687 B at 4.6 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 16.0 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 624.9 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml (1017 B at 28.4 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/spoon-core-7.1.0-20181011.225349-264.pom
4/23 KB       
8/23 KB   
12/23 KB   
13/23 KB   
17/23 KB   
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 305.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 956.7 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 16.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
3/7 KB        
7/7 KB   
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/spoon-core-7.2.0-20181204.080422-141.pom (7 KB at 98.0 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 450.3 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 27.5 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
3/7 KB        
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 439.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-09/spoon-core-7.4.0-beta-09.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-09/spoon-core-7.4.0-beta-09.pom (7 KB at 358.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-10/spoon-core-7.4.0-beta-10.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-10/spoon-core-7.4.0-beta-10.pom (7 KB at 292.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-11/spoon-core-7.4.0-beta-11.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-11/spoon-core-7.4.0-beta-11.pom (7 KB at 358.0 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 257.7 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 379.0 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 495.6 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 429.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-16/spoon-core-7.4.0-beta-16.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-16/spoon-core-7.4.0-beta-16.pom (7 KB at 402.7 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 536.9 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 429.6 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml (1017 B at 29.2 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 219.8 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 459.7 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 644.2 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 536.9 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 379.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-4/spoon-core-7.5.0-beta-4.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-4/spoon-core-7.5.0-beta-4.pom (7 KB at 585.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-5/spoon-core-7.5.0-beta-5.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-5/spoon-core-7.5.0-beta-5.pom (7 KB at 536.9 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
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 644.2 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 495.6 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 536.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-20/spoon-core-7.5.0-beta-20.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-20/spoon-core-7.5.0-beta-20.pom (7 KB at 495.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-21/spoon-core-7.5.0-beta-21.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-21/spoon-core-7.5.0-beta-21.pom (7 KB at 306.8 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 18.4 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 227.4 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 643.6 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 495.6 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 536.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom (7 KB at 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 429.5 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 458.1 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 330.8 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 34.2 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/spoon-core-7.6.0-20191029.234139-152.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/spoon-core-7.6.0-20191029.234139-152.pom (7 KB at 77.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0/spoon-core-7.6.0.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0/spoon-core-7.6.0.pom (6 KB at 495.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0-beta-1/spoon-core-8.0.0-beta-1.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0-beta-1/spoon-core-8.0.0-beta-1.pom (6 KB at 458.1 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 30.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 210.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 660.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-1/spoon-core-8.1.0-beta-1.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-1/spoon-core-8.1.0-beta-1.pom (6 KB at 496.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-2/spoon-core-8.1.0-beta-2.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-2/spoon-core-8.1.0-beta-2.pom (6 KB at 595.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-3/spoon-core-8.1.0-beta-3.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-3/spoon-core-8.1.0-beta-3.pom (7 KB at 672.5 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 560.4 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 517.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 611.3 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 448.3 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 211.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-11/spoon-core-8.1.0-beta-11.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-11/spoon-core-8.1.0-beta-11.pom (7 KB at 519.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-12/spoon-core-8.1.0-beta-12.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-12/spoon-core-8.1.0-beta-12.pom (7 KB at 581.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-13/spoon-core-8.1.0-beta-13.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-13/spoon-core-8.1.0-beta-13.pom (8 KB at 376.2 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 649.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-15/spoon-core-8.1.0-beta-15.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-15/spoon-core-8.1.0-beta-15.pom (8 KB at 649.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-16/spoon-core-8.1.0-beta-16.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-16/spoon-core-8.1.0-beta-16.pom (8 KB at 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 348.5 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 665.3 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml
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 19.9 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 115.2 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 731.1 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 430.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-2/spoon-core-8.2.0-beta-2.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-2/spoon-core-8.2.0-beta-2.pom (8 KB at 665.2 KB/sec)
Downloading: 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 562.9 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 487.8 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 631.4 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 631.4 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 124.2 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 631.5 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 757.8 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 631.5 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 16.0 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-20200613.224146-127.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-20200613.224146-127.pom (8 KB at 164.8 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-20200613.224146-127.jar
4/1739 KB   
8/1739 KB   
12/1739 KB   
16/1739 KB   
16/1739 KB   
20/1739 KB   
21/1739 KB   
25/1739 KB   
28/1739 KB   
32/1739 KB   
36/1739 KB   
40/1739 KB   
44/1739 KB   
48/1739 KB   
52/1739 KB   
55/1739 KB   
59/1739 KB   
63/1739 KB   
67/1739 KB   
71/1739 KB   
75/1739 KB   
79/1739 KB   
83/1739 KB   
87/1739 KB   
91/1739 KB   
95/1739 KB   
99/1739 KB   
103/1739 KB   
107/1739 KB   
111/1739 KB   
112/1739 KB   
116/1739 KB   
116/1739 KB   
120/1739 KB   
124/1739 KB   
128/1739 KB   
132/1739 KB   
136/1739 KB   
140/1739 KB   
144/1739 KB   
148/1739 KB   
152/1739 KB   
156/1739 KB   
160/1739 KB   
164/1739 KB   
168/1739 KB   
172/1739 KB   
176/1739 KB   
180/1739 KB   
184/1739 KB   
188/1739 KB   
192/1739 KB   
196/1739 KB   
199/1739 KB   
203/1739 KB   
207/1739 KB   
211/1739 KB   
215/1739 KB   
219/1739 KB   
223/1739 KB   
227/1739 KB   
231/1739 KB   
235/1739 KB   
239/1739 KB   
243/1739 KB   
247/1739 KB   
251/1739 KB   
255/1739 KB   
259/1739 KB   
263/1739 KB   
267/1739 KB   
271/1739 KB   
275/1739 KB   
279/1739 KB   
283/1739 KB   
287/1739 KB   
291/1739 KB   
293/1739 KB   
297/1739 KB   
301/1739 KB   
305/1739 KB   
309/1739 KB   
313/1739 KB   
317/1739 KB   
321/1739 KB   
325/1739 KB   
327/1739 KB   
331/1739 KB   
335/1739 KB   
338/1739 KB   
342/1739 KB   
346/1739 KB   
350/1739 KB   
354/1739 KB   
358/1739 KB   
362/1739 KB   
366/1739 KB   
370/1739 KB   
374/1739 KB   
378/1739 KB   
382/1739 KB   
386/1739 KB   
390/1739 KB   
394/1739 KB   
398/1739 KB   
402/1739 KB   
406/1739 KB   
410/1739 KB   
414/1739 KB   
417/1739 KB   
421/1739 KB   
425/1739 KB   
427/1739 KB   
431/1739 KB   
435/1739 KB   
439/1739 KB   
443/1739 KB   
447/1739 KB   
451/1739 KB   
455/1739 KB   
459/1739 KB   
461/1739 KB   
465/1739 KB   
469/1739 KB   
473/1739 KB   
477/1739 KB   
481/1739 KB   
485/1739 KB   
489/1739 KB   
493/1739 KB   
497/1739 KB   
501/1739 KB   
505/1739 KB   
509/1739 KB   
513/1739 KB   
517/1739 KB   
521/1739 KB   
525/1739 KB   
529/1739 KB   
530/1739 KB   
534/1739 KB   
538/1739 KB   
542/1739 KB   
546/1739 KB   
550/1739 KB   
554/1739 KB   
558/1739 KB   
562/1739 KB   
566/1739 KB   
570/1739 KB   
574/1739 KB   
578/1739 KB   
582/1739 KB   
586/1739 KB   
590/1739 KB   
594/1739 KB   
598/1739 KB   
602/1739 KB   
606/1739 KB   
610/1739 KB   
614/1739 KB   
618/1739 KB   
622/1739 KB   
626/1739 KB   
630/1739 KB   
634/1739 KB   
638/1739 KB   
642/1739 KB   
646/1739 KB   
650/1739 KB   
654/1739 KB   
658/1739 KB   
662/1739 KB   
666/1739 KB   
670/1739 KB   
674/1739 KB   
678/1739 KB   
682/1739 KB   
686/1739 KB   
690/1739 KB   
694/1739 KB   
698/1739 KB   
702/1739 KB   
706/1739 KB   
710/1739 KB   
714/1739 KB   
718/1739 KB   
722/1739 KB   
726/1739 KB   
730/1739 KB   
734/1739 KB   
738/1739 KB   
742/1739 KB   
746/1739 KB   
750/1739 KB   
754/1739 KB   
758/1739 KB   
762/1739 KB   
766/1739 KB   
770/1739 KB   
774/1739 KB   
778/1739 KB   
782/1739 KB   
786/1739 KB   
790/1739 KB   
794/1739 KB   
798/1739 KB   
802/1739 KB   
806/1739 KB   
810/1739 KB   
814/1739 KB   
818/1739 KB   
822/1739 KB   
826/1739 KB   
830/1739 KB   
834/1739 KB   
838/1739 KB   
842/1739 KB   
846/1739 KB   
850/1739 KB   
854/1739 KB   
858/1739 KB   
862/1739 KB   
866/1739 KB   
870/1739 KB   
874/1739 KB   
878/1739 KB   
882/1739 KB   
886/1739 KB   
890/1739 KB   
894/1739 KB   
898/1739 KB   
902/1739 KB   
906/1739 KB   
910/1739 KB   
914/1739 KB   
918/1739 KB   
922/1739 KB   
926/1739 KB   
930/1739 KB   
934/1739 KB   
938/1739 KB   
942/1739 KB   
946/1739 KB   
950/1739 KB   
954/1739 KB   
958/1739 KB   
962/1739 KB   
966/1739 KB   
970/1739 KB   
974/1739 KB   
978/1739 KB   
982/1739 KB   
986/1739 KB   
990/1739 KB   
994/1739 KB   
998/1739 KB   
1002/1739 KB   
1006/1739 KB   
1010/1739 KB   
1014/1739 KB   
1018/1739 KB   
1022/1739 KB   
1026/1739 KB   
1030/1739 KB   
1034/1739 KB   
1038/1739 KB   
1042/1739 KB   
1046/1739 KB   
1050/1739 KB   
1054/1739 KB   
1058/1739 KB   
1062/1739 KB   
1066/1739 KB   
1070/1739 KB   
1074/1739 KB   
1078/1739 KB   
1082/1739 KB   
1086/1739 KB   
1090/1739 KB   
1094/1739 KB   
1098/1739 KB   
1102/1739 KB   
1106/1739 KB   
1110/1739 KB   
1114/1739 KB   
1118/1739 KB   
1122/1739 KB   
1126/1739 KB   
1130/1739 KB   
1134/1739 KB   
1138/1739 KB   
1142/1739 KB   
1146/1739 KB   
1150/1739 KB   
1154/1739 KB   
1158/1739 KB   
1162/1739 KB   
1166/1739 KB   
1170/1739 KB   
1174/1739 KB   
1178/1739 KB   
1182/1739 KB   
1186/1739 KB   
1190/1739 KB   
1194/1739 KB   
1198/1739 KB   
1202/1739 KB   
1206/1739 KB   
1210/1739 KB   
1214/1739 KB   
1218/1739 KB   
1222/1739 KB   
1226/1739 KB   
1230/1739 KB   
1234/1739 KB   
1238/1739 KB   
1242/1739 KB   
1246/1739 KB   
1250/1739 KB   
1254/1739 KB   
1258/1739 KB   
1262/1739 KB   
1266/1739 KB   
1270/1739 KB   
1274/1739 KB   
1278/1739 KB   
1282/1739 KB   
1286/1739 KB   
1290/1739 KB   
1294/1739 KB   
1298/1739 KB   
1302/1739 KB   
1306/1739 KB   
1310/1739 KB   
1314/1739 KB   
1318/1739 KB   
1322/1739 KB   
1326/1739 KB   
1330/1739 KB   
1334/1739 KB   
1338/1739 KB   
1342/1739 KB   
1346/1739 KB   
1350/1739 KB   
1354/1739 KB   
1358/1739 KB   
1362/1739 KB   
1366/1739 KB   
1370/1739 KB   
1374/1739 KB   
1378/1739 KB   
1382/1739 KB   
1386/1739 KB   
1390/1739 KB   
1394/1739 KB   
1398/1739 KB   
1402/1739 KB   
1406/1739 KB   
1410/1739 KB   
1414/1739 KB   
1418/1739 KB   
1422/1739 KB   
1426/1739 KB   
1430/1739 KB   
1434/1739 KB   
1438/1739 KB   
1442/1739 KB   
1446/1739 KB   
1450/1739 KB   
1454/1739 KB   
1458/1739 KB   
1462/1739 KB   
1466/1739 KB   
1470/1739 KB   
1474/1739 KB   
1478/1739 KB   
1482/1739 KB   
1486/1739 KB   
1490/1739 KB   
1494/1739 KB   
1498/1739 KB   
1502/1739 KB   
1506/1739 KB   
1510/1739 KB   
1514/1739 KB   
1518/1739 KB   
1522/1739 KB   
1526/1739 KB   
1530/1739 KB   
1534/1739 KB   
1538/1739 KB   
1542/1739 KB   
1546/1739 KB   
1550/1739 KB   
1554/1739 KB   
1558/1739 KB   
1562/1739 KB   
1566/1739 KB   
1570/1739 KB   
1574/1739 KB   
1578/1739 KB   
1582/1739 KB   
1586/1739 KB   
1590/1739 KB   
1594/1739 KB   
1598/1739 KB   
1602/1739 KB   
1606/1739 KB   
1610/1739 KB   
1614/1739 KB   
1618/1739 KB   
1622/1739 KB   
1626/1739 KB   
1630/1739 KB   
1634/1739 KB   
1638/1739 KB   
1642/1739 KB   
1646/1739 KB   
1650/1739 KB   
1654/1739 KB   
1658/1739 KB   
1662/1739 KB   
1666/1739 KB   
1670/1739 KB   
1674/1739 KB   
1678/1739 KB   
1682/1739 KB   
1686/1739 KB   
1690/1739 KB   
1694/1739 KB   
1698/1739 KB   
1702/1739 KB   
1706/1739 KB   
1710/1739 KB   
1714/1739 KB   
1718/1739 KB   
1722/1739 KB   
1726/1739 KB   
1730/1739 KB   
1734/1739 KB   
1738/1739 KB   
1739/1739 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-20200613.224146-127.jar (1739 KB at 6185.4 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.076 sec - in ClassNameNoPackageTest
Running com.squareup.javapoet.JavaFileTest
Tests run: 41, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.429 sec - in com.squareup.javapoet.JavaFileTest
Running com.squareup.javapoet.MethodSpecTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 sec - in com.squareup.javapoet.MethodSpecTest
Running com.squareup.javapoet.TypeNameTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in com.squareup.javapoet.TypeNameTest
Running com.squareup.javapoet.AnnotationSpecTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 sec - in com.squareup.javapoet.AnnotationSpecTest
Running com.squareup.javapoet.FieldSpecTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in com.squareup.javapoet.FieldSpecTest
Running com.squareup.javapoet.TypesEclipseTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.084 sec - in com.squareup.javapoet.TypesEclipseTest
Running com.squareup.javapoet.ParameterSpecTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 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.093 sec - in com.squareup.javapoet.FileReadingTest
Running com.squareup.javapoet.ClassNameTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.803 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.006 sec - in com.squareup.javapoet.LineWrapperTest
Running com.squareup.javapoet.FileWritingTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec - in com.squareup.javapoet.FileWritingTest
Running com.squareup.javapoet.TypeSpecTest
Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.618 sec - in com.squareup.javapoet.TypeSpecTest
Running com.squareup.javapoet.TypesTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 sec - in com.squareup.javapoet.TypesTest
Running com.squareup.javapoet.CodeBlockTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in com.squareup.javapoet.CodeBlockTest
Running com.squareup.javapoet.CodeWriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.squareup.javapoet.CodeWriterTest
Running com.squareup.javapoet.NameAllocatorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 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.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet ---
[INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.13.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.13.0-SNAPSHOT/javapoet-1.13.0-SNAPSHOT.jar
[INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.13.0-SNAPSHOT/javapoet-1.13.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27.886 s
[INFO] Finished at: 2020-06-14T01:31:08+02:00
[INFO] Final Memory: 57M/205M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon ---
Time to compile with spoon: 29796
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.13.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javapoet ---
[INFO] Deleting /builds/workspace/JavaWriter/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ javapoet ---
[INFO] 
[INFO] --- spoon-maven-plugin:3.1:generate (default) @ javapoet ---
[INFO] Running in NOCLASSPATH mode (doc: http://spoon.gforge.inria.fr/launcher.html).
[INFO] Running in NOCLASSPATH mode (doc: http://spoon.gforge.inria.fr/launcher.html).
[INFO] Spoon version 8.2.0-SNAPSHOT
[INFO] running Spoon...
[INFO] start processing...
[INFO] spoon.processing.SpoonTagger
[INFO] spoon.support.JavaOutputProcessor
[INFO] end of processing: 
[INFO] no errors, no warnings
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javapoet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ javapoet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /builds/workspace/JavaWriter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javapoet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ javapoet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /builds/workspace/JavaWriter/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ javapoet ---
[INFO] Surefire report directory: /builds/workspace/JavaWriter/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Running ClassNameNoPackageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in ClassNameNoPackageTest
Running com.squareup.javapoet.JavaFileTest
Tests run: 41, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.487 sec - in com.squareup.javapoet.JavaFileTest
Running com.squareup.javapoet.MethodSpecTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 sec - in com.squareup.javapoet.MethodSpecTest
Running com.squareup.javapoet.TypeNameTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in com.squareup.javapoet.TypeNameTest
Running com.squareup.javapoet.AnnotationSpecTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec - in com.squareup.javapoet.AnnotationSpecTest
Running com.squareup.javapoet.FieldSpecTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in com.squareup.javapoet.FieldSpecTest
Running com.squareup.javapoet.TypesEclipseTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.958 sec - in com.squareup.javapoet.TypesEclipseTest
Running com.squareup.javapoet.ParameterSpecTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec - in com.squareup.javapoet.ParameterSpecTest
Running com.squareup.javapoet.AnnotatedTypeNameTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in com.squareup.javapoet.AnnotatedTypeNameTest
Running com.squareup.javapoet.FileReadingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in com.squareup.javapoet.FileReadingTest
Running com.squareup.javapoet.ClassNameTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.012 sec - in com.squareup.javapoet.ClassNameTest
Running com.squareup.javapoet.UtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.squareup.javapoet.UtilTest
Running com.squareup.javapoet.LineWrapperTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.squareup.javapoet.LineWrapperTest
Running com.squareup.javapoet.FileWritingTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec - in com.squareup.javapoet.FileWritingTest
Running com.squareup.javapoet.TypeSpecTest
Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.345 sec - in com.squareup.javapoet.TypeSpecTest
Running com.squareup.javapoet.TypesTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 sec - in com.squareup.javapoet.TypesTest
Running com.squareup.javapoet.CodeBlockTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 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.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet ---
[INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.13.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.13.0-SNAPSHOT/javapoet-1.13.0-SNAPSHOT.jar
[INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.13.0-SNAPSHOT/javapoet-1.13.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.758 s
[INFO] Finished at: 2020-06-14T01:31:31+02:00
[INFO] Final Memory: 41M/214M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon of spoon ---
Time to compile with spoon of spoon: 23525
 
-------------------------------------------------------
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>e77793bc164c32982e3047a5260dbf009f208c7f</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>3352</td>
      <td>N/A</td>
      <td>30915</td>
      <td>29796</td>
      <td>23525</td>
    </tr>
  </table>
</section>
Archiving artifacts
Finished: SUCCESS