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/*
 > git config remote.origin.url https://github.com/square/javapoet.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/square/javapoet.git # timeout=10
Fetching upstream changes from https://github.com/square/javapoet.git
 > git fetch --tags --progress https://github.com/square/javapoet.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 3f5386230e12b8e9d3baf760ae3563b3f303f60c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3f5386230e12b8e9d3baf760ae3563b3f303f60c
Commit message: "Merge pull request #748 from square/egorand/191222/travis-cleanup"
 > git rev-list --no-walk 3f5386230e12b8e9d3baf760ae3563b3f303f60c # timeout=10
[JavaWriter] $ /bin/sh -xe /tmp/jenkins4586020991529840604.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   122k      0 --:--:-- --:--:-- --:--:--  121k
100 21193  100 21193    0     0   183k      0 --:--:-- --:--:-- --:--:--  183k
 
-------------------------------------------------------
Initizalizes project
-------------------------------------------------------
 
HEAD is now at 3f53862 Merge pull request #748 from square/egorand/191222/travis-cleanup

--- Displays variables used in the build ---
Artifact id: javapoet
Version: 1.12.0-SNAPSHOT
Modules job:
- JavaWriter
Has checkstyle: true
Has enforcer: true
Git version id: 3f5386230e12b8e9d3baf760ae3563b3f303f60c
Java version: Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
Java home: /builds/tools/hudson.model.JDK/JDK_8.0.151
 
-------------------------------------------------------
Compiles project (at the root project if it's a multi module project) without spoon
-------------------------------------------------------
 
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaPoet 1.12.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javapoet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ javapoet ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javapoet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ javapoet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to /builds/workspace/JavaWriter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javapoet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ javapoet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 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.093 sec - in ClassNameNoPackageTest
Running com.squareup.javapoet.JavaFileTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.171 sec - in com.squareup.javapoet.JavaFileTest
Running com.squareup.javapoet.MethodSpecTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.216 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: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 sec - in com.squareup.javapoet.AnnotationSpecTest
Running com.squareup.javapoet.FieldSpecTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.squareup.javapoet.FieldSpecTest
Running com.squareup.javapoet.TypesEclipseTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.696 sec - in com.squareup.javapoet.TypesEclipseTest
Running com.squareup.javapoet.ParameterSpecTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in com.squareup.javapoet.ParameterSpecTest
Running com.squareup.javapoet.AnnotatedTypeNameTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 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: 2.034 sec - in com.squareup.javapoet.ClassNameTest
Running com.squareup.javapoet.UtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.squareup.javapoet.UtilTest
Running com.squareup.javapoet.LineWrapperTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in com.squareup.javapoet.LineWrapperTest
Running com.squareup.javapoet.FileWritingTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec - in com.squareup.javapoet.FileWritingTest
Running com.squareup.javapoet.TypeSpecTest
Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.552 sec - in com.squareup.javapoet.TypeSpecTest
Running com.squareup.javapoet.TypesTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec - in com.squareup.javapoet.TypesTest
Running com.squareup.javapoet.CodeBlockTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in com.squareup.javapoet.CodeBlockTest
Running com.squareup.javapoet.NameAllocatorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.squareup.javapoet.NameAllocatorTest

Results :

Tests run: 344, Failures: 0, Errors: 0, Skipped: 1

[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ javapoet ---
[INFO] Building jar: /builds/workspace/JavaWriter/target/javapoet-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet ---
[INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.12.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.jar
[INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24.310 s
[INFO] Finished at: 2019-12-30T01:30:29+01:00
[INFO] Final Memory: 44M/197M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile ---
Time to compile: 26212
Number of tests: 344
Number of tests skipped: 1
Number of failures in tests: 0
Number of errors in tests: 0
 
-------------------------------------------------------
Inserts the maven plugin to spoon the project
-------------------------------------------------------
 
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaPoet 1.12.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:purge-local-repository (default-cli) @ javapoet ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.076 s
[INFO] Finished at: 2019-12-30T01:30:32+01:00
[INFO] Final Memory: 19M/162M
[INFO] ------------------------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaPoet 1.12.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javapoet ---
[INFO] Deleting /builds/workspace/JavaWriter/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ javapoet ---
[INFO] 
[INFO] --- spoon-maven-plugin:3.1:generate (default) @ javapoet ---
Downloading: 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
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml
704/704 B   
            
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (704 B at 5.4 KB/sec)
2/3 KB      
3/3 KB   
3/3 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (3 KB at 11.5 KB/sec)
         
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom
2/22 KB   
3/22 KB   
5/22 KB   
6/22 KB   
7/22 KB   
9/22 KB   
10/22 KB   
11/22 KB   
13/22 KB   
14/22 KB   
15/22 KB   
17/22 KB   
18/22 KB   
19/22 KB   
21/22 KB   
22/22 KB   
           
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom (22 KB at 817.1 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml (1017 B at 38.2 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 611.5 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 36.8 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/spoon-core-7.2.0-20181204.080422-141.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/spoon-core-7.2.0-20181204.080422-141.pom (7 KB at 281.8 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 43.0 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/spoon-core-7.3.0-20190210.234149-97.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/spoon-core-7.3.0-20190210.234149-97.pom (7 KB at 244.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.3.0/spoon-core-7.3.0.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.3.0/spoon-core-7.3.0.pom (7 KB at 313.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 339.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-10/spoon-core-7.4.0-beta-10.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-10/spoon-core-7.4.0-beta-10.pom (7 KB at 460.2 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 495.6 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 585.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-13/spoon-core-7.4.0-beta-13.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-13/spoon-core-7.4.0-beta-13.pom (7 KB at 495.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-14/spoon-core-7.4.0-beta-14.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-14/spoon-core-7.4.0-beta-14.pom (7 KB at 536.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-15/spoon-core-7.4.0-beta-15.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-15/spoon-core-7.4.0-beta-15.pom (7 KB at 460.2 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 585.8 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 715.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 585.8 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 43.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 274.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 585.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-1/spoon-core-7.5.0-beta-1.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-1/spoon-core-7.5.0-beta-1.pom (7 KB at 268.4 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 429.5 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 585.7 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 357.9 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 357.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-7/spoon-core-7.5.0-beta-7.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-7/spoon-core-7.5.0-beta-7.pom (7 KB at 495.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-8/spoon-core-7.5.0-beta-8.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-8/spoon-core-7.5.0-beta-8.pom (7 KB at 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 495.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-20/spoon-core-7.5.0-beta-20.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-20/spoon-core-7.5.0-beta-20.pom (7 KB at 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 536.9 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 38.2 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 274.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom (7 KB at 536.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-1/spoon-core-7.6.0-beta-1.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-1/spoon-core-7.6.0-beta-1.pom (7 KB at 644.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 644.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom (7 KB at 644.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-4/spoon-core-7.6.0-beta-4.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-4/spoon-core-7.6.0-beta-4.pom (7 KB at 644.2 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 661.7 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 661.7 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 43.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 265.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 661.7 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 45.0 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/spoon-core-8.0.0-20191105.234144-12.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/spoon-core-8.0.0-20191105.234144-12.pom (7 KB at 226.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom (6 KB at 495.7 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 372.2 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 611.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-4/spoon-core-8.1.0-beta-4.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-4/spoon-core-8.1.0-beta-4.pom (7 KB at 560.4 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 747.2 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 840.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 611.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: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml
1013/1013 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml (1013 B at 34.1 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-20191229.234142-63.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191229.234142-63.pom (7 KB at 245.6 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191229.234142-63.jar
3/1698 KB   
7/1698 KB   
11/1698 KB   
15/1698 KB   
16/1698 KB   
20/1698 KB   
23/1698 KB   
27/1698 KB   
27/1698 KB   
30/1698 KB   
34/1698 KB   
34/1698 KB   
38/1698 KB   
38/1698 KB   
42/1698 KB   
44/1698 KB   
48/1698 KB   
50/1698 KB   
54/1698 KB   
58/1698 KB   
62/1698 KB   
64/1698 KB   
68/1698 KB   
71/1698 KB   
75/1698 KB   
79/1698 KB   
83/1698 KB   
87/1698 KB   
91/1698 KB   
95/1698 KB   
99/1698 KB   
103/1698 KB   
107/1698 KB   
111/1698 KB   
115/1698 KB   
118/1698 KB   
119/1698 KB   
123/1698 KB   
127/1698 KB   
131/1698 KB   
135/1698 KB   
139/1698 KB   
143/1698 KB   
147/1698 KB   
151/1698 KB   
155/1698 KB   
159/1698 KB   
163/1698 KB   
167/1698 KB   
171/1698 KB   
175/1698 KB   
179/1698 KB   
183/1698 KB   
187/1698 KB   
191/1698 KB   
195/1698 KB   
199/1698 KB   
203/1698 KB   
207/1698 KB   
211/1698 KB   
215/1698 KB   
219/1698 KB   
223/1698 KB   
227/1698 KB   
231/1698 KB   
235/1698 KB   
239/1698 KB   
243/1698 KB   
247/1698 KB   
251/1698 KB   
255/1698 KB   
259/1698 KB   
263/1698 KB   
267/1698 KB   
271/1698 KB   
275/1698 KB   
279/1698 KB   
283/1698 KB   
287/1698 KB   
291/1698 KB   
295/1698 KB   
299/1698 KB   
303/1698 KB   
307/1698 KB   
311/1698 KB   
315/1698 KB   
319/1698 KB   
323/1698 KB   
327/1698 KB   
331/1698 KB   
335/1698 KB   
339/1698 KB   
343/1698 KB   
347/1698 KB   
351/1698 KB   
355/1698 KB   
359/1698 KB   
363/1698 KB   
367/1698 KB   
371/1698 KB   
375/1698 KB   
379/1698 KB   
383/1698 KB   
387/1698 KB   
391/1698 KB   
395/1698 KB   
399/1698 KB   
403/1698 KB   
407/1698 KB   
411/1698 KB   
415/1698 KB   
419/1698 KB   
423/1698 KB   
427/1698 KB   
431/1698 KB   
435/1698 KB   
439/1698 KB   
443/1698 KB   
447/1698 KB   
451/1698 KB   
455/1698 KB   
459/1698 KB   
463/1698 KB   
467/1698 KB   
471/1698 KB   
475/1698 KB   
479/1698 KB   
483/1698 KB   
487/1698 KB   
491/1698 KB   
495/1698 KB   
499/1698 KB   
503/1698 KB   
507/1698 KB   
511/1698 KB   
515/1698 KB   
519/1698 KB   
523/1698 KB   
527/1698 KB   
531/1698 KB   
535/1698 KB   
539/1698 KB   
543/1698 KB   
547/1698 KB   
551/1698 KB   
555/1698 KB   
559/1698 KB   
563/1698 KB   
567/1698 KB   
571/1698 KB   
575/1698 KB   
579/1698 KB   
583/1698 KB   
587/1698 KB   
591/1698 KB   
595/1698 KB   
599/1698 KB   
603/1698 KB   
607/1698 KB   
611/1698 KB   
615/1698 KB   
619/1698 KB   
623/1698 KB   
627/1698 KB   
631/1698 KB   
635/1698 KB   
639/1698 KB   
643/1698 KB   
647/1698 KB   
651/1698 KB   
655/1698 KB   
659/1698 KB   
663/1698 KB   
667/1698 KB   
671/1698 KB   
675/1698 KB   
679/1698 KB   
683/1698 KB   
687/1698 KB   
691/1698 KB   
695/1698 KB   
699/1698 KB   
703/1698 KB   
707/1698 KB   
711/1698 KB   
715/1698 KB   
719/1698 KB   
723/1698 KB   
727/1698 KB   
731/1698 KB   
735/1698 KB   
739/1698 KB   
743/1698 KB   
747/1698 KB   
751/1698 KB   
755/1698 KB   
759/1698 KB   
763/1698 KB   
767/1698 KB   
771/1698 KB   
775/1698 KB   
779/1698 KB   
783/1698 KB   
787/1698 KB   
791/1698 KB   
795/1698 KB   
799/1698 KB   
803/1698 KB   
807/1698 KB   
811/1698 KB   
815/1698 KB   
819/1698 KB   
823/1698 KB   
827/1698 KB   
831/1698 KB   
835/1698 KB   
839/1698 KB   
843/1698 KB   
847/1698 KB   
851/1698 KB   
855/1698 KB   
859/1698 KB   
863/1698 KB   
867/1698 KB   
871/1698 KB   
875/1698 KB   
879/1698 KB   
883/1698 KB   
887/1698 KB   
891/1698 KB   
895/1698 KB   
899/1698 KB   
903/1698 KB   
907/1698 KB   
911/1698 KB   
915/1698 KB   
919/1698 KB   
923/1698 KB   
927/1698 KB   
931/1698 KB   
935/1698 KB   
939/1698 KB   
943/1698 KB   
947/1698 KB   
951/1698 KB   
955/1698 KB   
959/1698 KB   
963/1698 KB   
967/1698 KB   
971/1698 KB   
975/1698 KB   
979/1698 KB   
983/1698 KB   
987/1698 KB   
991/1698 KB   
995/1698 KB   
999/1698 KB   
1003/1698 KB   
1007/1698 KB   
1011/1698 KB   
1015/1698 KB   
1019/1698 KB   
1023/1698 KB   
1027/1698 KB   
1031/1698 KB   
1035/1698 KB   
1039/1698 KB   
1043/1698 KB   
1047/1698 KB   
1051/1698 KB   
1055/1698 KB   
1059/1698 KB   
1063/1698 KB   
1067/1698 KB   
1071/1698 KB   
1075/1698 KB   
1079/1698 KB   
1083/1698 KB   
1087/1698 KB   
1091/1698 KB   
1095/1698 KB   
1099/1698 KB   
1103/1698 KB   
1107/1698 KB   
1111/1698 KB   
1115/1698 KB   
1119/1698 KB   
1123/1698 KB   
1127/1698 KB   
1131/1698 KB   
1135/1698 KB   
1139/1698 KB   
1143/1698 KB   
1147/1698 KB   
1151/1698 KB   
1155/1698 KB   
1159/1698 KB   
1163/1698 KB   
1167/1698 KB   
1171/1698 KB   
1175/1698 KB   
1179/1698 KB   
1183/1698 KB   
1187/1698 KB   
1191/1698 KB   
1195/1698 KB   
1199/1698 KB   
1203/1698 KB   
1207/1698 KB   
1211/1698 KB   
1215/1698 KB   
1219/1698 KB   
1223/1698 KB   
1227/1698 KB   
1231/1698 KB   
1235/1698 KB   
1239/1698 KB   
1243/1698 KB   
1247/1698 KB   
1251/1698 KB   
1255/1698 KB   
1259/1698 KB   
1263/1698 KB   
1267/1698 KB   
1271/1698 KB   
1275/1698 KB   
1279/1698 KB   
1283/1698 KB   
1287/1698 KB   
1291/1698 KB   
1295/1698 KB   
1299/1698 KB   
1303/1698 KB   
1307/1698 KB   
1311/1698 KB   
1315/1698 KB   
1319/1698 KB   
1323/1698 KB   
1327/1698 KB   
1331/1698 KB   
1335/1698 KB   
1339/1698 KB   
1343/1698 KB   
1347/1698 KB   
1351/1698 KB   
1355/1698 KB   
1359/1698 KB   
1363/1698 KB   
1367/1698 KB   
1371/1698 KB   
1375/1698 KB   
1379/1698 KB   
1383/1698 KB   
1387/1698 KB   
1391/1698 KB   
1395/1698 KB   
1399/1698 KB   
1403/1698 KB   
1407/1698 KB   
1411/1698 KB   
1415/1698 KB   
1419/1698 KB   
1423/1698 KB   
1427/1698 KB   
1431/1698 KB   
1435/1698 KB   
1439/1698 KB   
1443/1698 KB   
1447/1698 KB   
1451/1698 KB   
1455/1698 KB   
1459/1698 KB   
1463/1698 KB   
1467/1698 KB   
1471/1698 KB   
1475/1698 KB   
1479/1698 KB   
1483/1698 KB   
1487/1698 KB   
1491/1698 KB   
1495/1698 KB   
1499/1698 KB   
1503/1698 KB   
1507/1698 KB   
1511/1698 KB   
1515/1698 KB   
1519/1698 KB   
1523/1698 KB   
1527/1698 KB   
1531/1698 KB   
1535/1698 KB   
1539/1698 KB   
1543/1698 KB   
1547/1698 KB   
1551/1698 KB   
1555/1698 KB   
1559/1698 KB   
1563/1698 KB   
1567/1698 KB   
1571/1698 KB   
1575/1698 KB   
1579/1698 KB   
1583/1698 KB   
1587/1698 KB   
1591/1698 KB   
1595/1698 KB   
1599/1698 KB   
1603/1698 KB   
1607/1698 KB   
1611/1698 KB   
1615/1698 KB   
1619/1698 KB   
1623/1698 KB   
1627/1698 KB   
1631/1698 KB   
1635/1698 KB   
1639/1698 KB   
1643/1698 KB   
1647/1698 KB   
1651/1698 KB   
1655/1698 KB   
1659/1698 KB   
1663/1698 KB   
1667/1698 KB   
1671/1698 KB   
1675/1698 KB   
1679/1698 KB   
1683/1698 KB   
1687/1698 KB   
1691/1698 KB   
1695/1698 KB   
1698/1698 KB   
               
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191229.234142-63.jar (1698 KB at 9482.2 KB/sec)
2019-12-30 01:30:48,492 WARN spoon.Launcher - Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath.
2019-12-30 01:30:48,493 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour.
2019-12-30 01:30:48,500 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT
2019-12-30 01:30:48,500 INFO spoon.Launcher - running Spoon...
2019-12-30 01:30:48,500 INFO spoon.Launcher - start processing...
2019-12-30 01:30:51,185 INFO spoon.Launcher - spoon.processing.SpoonTagger
2019-12-30 01:30:51,219 INFO spoon.Launcher - spoon.support.JavaOutputProcessor
2019-12-30 01:30:52,559 INFO spoon.Launcher - end of processing: 
2019-12-30 01:30:52,560 INFO spoon.Launcher - no errors, no warnings
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javapoet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ javapoet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /builds/workspace/JavaWriter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javapoet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ javapoet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 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: 30, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.139 sec - in com.squareup.javapoet.JavaFileTest
Running com.squareup.javapoet.MethodSpecTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.112 sec - in com.squareup.javapoet.MethodSpecTest
Running com.squareup.javapoet.TypeNameTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in com.squareup.javapoet.TypeNameTest
Running com.squareup.javapoet.AnnotationSpecTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 sec - in com.squareup.javapoet.AnnotationSpecTest
Running com.squareup.javapoet.FieldSpecTest
Tests run: 2, 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: 2.991 sec - in com.squareup.javapoet.TypesEclipseTest
Running com.squareup.javapoet.ParameterSpecTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec - in com.squareup.javapoet.ParameterSpecTest
Running com.squareup.javapoet.AnnotatedTypeNameTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in com.squareup.javapoet.AnnotatedTypeNameTest
Running com.squareup.javapoet.FileReadingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec - in com.squareup.javapoet.FileReadingTest
Running com.squareup.javapoet.ClassNameTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.128 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: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec - in com.squareup.javapoet.FileWritingTest
Running com.squareup.javapoet.TypeSpecTest
Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.497 sec - in com.squareup.javapoet.TypeSpecTest
Running com.squareup.javapoet.TypesTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 sec - in com.squareup.javapoet.TypesTest
Running com.squareup.javapoet.CodeBlockTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in com.squareup.javapoet.CodeBlockTest
Running com.squareup.javapoet.NameAllocatorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.squareup.javapoet.NameAllocatorTest

Results :

Tests run: 344, Failures: 0, Errors: 0, Skipped: 1

[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ javapoet ---
[INFO] Building jar: /builds/workspace/JavaWriter/target/javapoet-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet ---
[INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.12.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.jar
[INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33.974 s
[INFO] Finished at: 2019-12-30T01:31:08+01:00
[INFO] Final Memory: 55M/223M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon ---
Time to compile with spoon: 35745
Number of tests: 344
Number of tests skipped: 1
Number of failures in tests: 0
Number of errors in tests: 0
 
-------------------------------------------------------
Overwrites source generated by spoon in the source folder
-------------------------------------------------------
 
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaPoet 1.12.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javapoet ---
[INFO] Deleting /builds/workspace/JavaWriter/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ javapoet ---
[INFO] 
[INFO] --- spoon-maven-plugin:3.1:generate (default) @ javapoet ---
2019-12-30 01:31:12,377 WARN spoon.Launcher - Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath.
2019-12-30 01:31:12,378 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour.
2019-12-30 01:31:12,383 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT
2019-12-30 01:31:12,383 INFO spoon.Launcher - running Spoon...
2019-12-30 01:31:12,384 INFO spoon.Launcher - start processing...
2019-12-30 01:31:14,622 INFO spoon.Launcher - spoon.processing.SpoonTagger
2019-12-30 01:31:14,689 INFO spoon.Launcher - spoon.support.JavaOutputProcessor
2019-12-30 01:31:15,865 INFO spoon.Launcher - end of processing: 
2019-12-30 01:31:15,865 INFO spoon.Launcher - no errors, no warnings
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javapoet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ javapoet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /builds/workspace/JavaWriter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javapoet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ javapoet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 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.085 sec - in ClassNameNoPackageTest
Running com.squareup.javapoet.JavaFileTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.167 sec - in com.squareup.javapoet.JavaFileTest
Running com.squareup.javapoet.MethodSpecTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.02 sec - in com.squareup.javapoet.MethodSpecTest
Running com.squareup.javapoet.TypeNameTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in com.squareup.javapoet.TypeNameTest
Running com.squareup.javapoet.AnnotationSpecTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec - in com.squareup.javapoet.AnnotationSpecTest
Running com.squareup.javapoet.FieldSpecTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.squareup.javapoet.FieldSpecTest
Running com.squareup.javapoet.TypesEclipseTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.186 sec - in com.squareup.javapoet.TypesEclipseTest
Running com.squareup.javapoet.ParameterSpecTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec - in com.squareup.javapoet.ParameterSpecTest
Running com.squareup.javapoet.AnnotatedTypeNameTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in com.squareup.javapoet.AnnotatedTypeNameTest
Running com.squareup.javapoet.FileReadingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec - in com.squareup.javapoet.FileReadingTest
Running com.squareup.javapoet.ClassNameTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.97 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.007 sec - in com.squareup.javapoet.LineWrapperTest
Running com.squareup.javapoet.FileWritingTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 sec - in com.squareup.javapoet.FileWritingTest
Running com.squareup.javapoet.TypeSpecTest
Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.676 sec - in com.squareup.javapoet.TypeSpecTest
Running com.squareup.javapoet.TypesTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 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.NameAllocatorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.squareup.javapoet.NameAllocatorTest

Results :

Tests run: 344, Failures: 0, Errors: 0, Skipped: 1

[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ javapoet ---
[INFO] Building jar: /builds/workspace/JavaWriter/target/javapoet-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet ---
[INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.12.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.jar
[INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.995 s
[INFO] Finished at: 2019-12-30T01:31:32+01:00
[INFO] Final Memory: 40M/213M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon of spoon ---
Time to compile with spoon of spoon: 23729
 
-------------------------------------------------------
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>3f5386230e12b8e9d3baf760ae3563b3f303f60c</td>
      <td>OK</td>
      <td>tests: 344
errors: 0
skipped: 1
failures: 0</td>
      <td>OK</td>
      <td>tests: 344
errors: 0
skipped: 1
failures: 0</td>
      <td>3484</td>
      <td>N/A</td>
      <td>26212</td>
      <td>35745</td>
      <td>23729</td>
    </tr>
  </table>
</section>
Archiving artifacts
Finished: SUCCESS