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 e9460b84fc41464c2aa2ef85c84dd1ac87ae1692 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e9460b84fc41464c2aa2ef85c84dd1ac87ae1692
Commit message: "Merge pull request #735 from ZacSweers/z/codeblockClear"
 > git rev-list --no-walk e9460b84fc41464c2aa2ef85c84dd1ac87ae1692 # timeout=10
[JavaWriter] $ /bin/sh -xe /tmp/jenkins7316935986977066539.sh
+ + stdbuf -i 50k bash
curl http://spoon.gforge.inria.fr/jenkins/build.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 
-------------------------------------------------------
Initizalizes project
-------------------------------------------------------
 

100 21193  100 21193    0     0   900k      0 --:--:-- --:--:-- --:--:--  940k
HEAD is now at e9460b8 Merge pull request #735 from ZacSweers/z/codeblockClear

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Running ClassNameNoPackageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec - in ClassNameNoPackageTest
Running com.squareup.javapoet.JavaFileTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.176 sec - in com.squareup.javapoet.JavaFileTest
Running com.squareup.javapoet.MethodSpecTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.373 sec - in com.squareup.javapoet.MethodSpecTest
Running com.squareup.javapoet.TypeNameTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in com.squareup.javapoet.TypeNameTest
Running com.squareup.javapoet.AnnotationSpecTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 sec - in com.squareup.javapoet.AnnotationSpecTest
Running com.squareup.javapoet.FieldSpecTest
Tests run: 2, 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: 3.75 sec - in com.squareup.javapoet.TypesEclipseTest
Running com.squareup.javapoet.ParameterSpecTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.squareup.javapoet.ParameterSpecTest
Running com.squareup.javapoet.AnnotatedTypeNameTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in com.squareup.javapoet.AnnotatedTypeNameTest
Running com.squareup.javapoet.FileReadingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec - in com.squareup.javapoet.FileReadingTest
Running com.squareup.javapoet.ClassNameTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.304 sec - in com.squareup.javapoet.ClassNameTest
Running com.squareup.javapoet.UtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.squareup.javapoet.UtilTest
Running com.squareup.javapoet.LineWrapperTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in com.squareup.javapoet.LineWrapperTest
Running com.squareup.javapoet.FileWritingTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 sec - in com.squareup.javapoet.FileWritingTest
Running com.squareup.javapoet.TypeSpecTest
Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.761 sec - in com.squareup.javapoet.TypeSpecTest
Running com.squareup.javapoet.TypesTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 sec - in com.squareup.javapoet.TypesTest
Running com.squareup.javapoet.CodeBlockTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in com.squareup.javapoet.CodeBlockTest
Running com.squareup.javapoet.NameAllocatorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in com.squareup.javapoet.NameAllocatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ javapoet ---
[INFO] Building jar: /builds/workspace/JavaWriter/target/javapoet-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet ---
[INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.12.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.jar
[INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26.743 s
[INFO] Finished at: 2019-11-20T01:30:31+01:00
[INFO] Final Memory: 44M/232M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile ---
Time to compile: 28722
Number of tests: 342
Number of tests skipped: 1
Number of failures in tests: 0
Number of errors in tests: 0
 
-------------------------------------------------------
Inserts the maven plugin to spoon the project
-------------------------------------------------------
 
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaPoet 1.12.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:purge-local-repository (default-cli) @ javapoet ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.300 s
[INFO] Finished at: 2019-11-20T01:30:35+01:00
[INFO] Final Memory: 17M/161M
[INFO] ------------------------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaPoet 1.12.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javapoet ---
[INFO] Deleting /builds/workspace/JavaWriter/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ javapoet ---
[INFO] 
[INFO] --- spoon-maven-plugin:3.1:generate (default) @ javapoet ---
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/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: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml
647/647 B   
            
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (647 B at 6.1 KB/sec)
2/3 KB      
3/3 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (3 KB at 10.2 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 1118.2 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml (1017 B at 26.8 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       
5/23 KB   
9/23 KB   
13/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 647.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 815.0 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 294.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 844.2 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml
1013/1013 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml (1013 B at 35.3 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 286.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 387.4 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 715.9 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 585.8 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   
4/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.4.0-beta-11/spoon-core-7.4.0-beta-11.pom (7 KB at 536.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-12/spoon-core-7.4.0-beta-12.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-12/spoon-core-7.4.0-beta-12.pom (7 KB at 179.0 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 460.2 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 322.2 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 322.2 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 379.0 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 322.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-19/spoon-core-7.4.0-beta-19.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-19/spoon-core-7.4.0-beta-19.pom (7 KB at 460.2 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 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 495.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 715.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-2/spoon-core-7.5.0-beta-2.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-2/spoon-core-7.5.0-beta-2.pom (7 KB at 585.7 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 920.3 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 536.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 495.6 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 460.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-7/spoon-core-7.5.0-beta-7.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-7/spoon-core-7.5.0-beta-7.pom (7 KB at 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 536.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-9/spoon-core-7.5.0-beta-9.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-9/spoon-core-7.5.0-beta-9.pom (7 KB at 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 536.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-21/spoon-core-7.5.0-beta-21.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-21/spoon-core-7.5.0-beta-21.pom (7 KB at 644.3 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml (1017 B at 45.1 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 286.7 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 804.4 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 339.1 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 715.8 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 585.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-5/spoon-core-7.6.0-beta-5.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-5/spoon-core-7.6.0-beta-5.pom (6 KB at 425.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-6/spoon-core-7.6.0-beta-6.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-6/spoon-core-7.6.0-beta-6.pom (6 KB at 372.2 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml (1017 B at 35.5 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/spoon-core-7.6.0-20191029.234139-152.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/spoon-core-7.6.0-20191029.234139-152.pom (7 KB at 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 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 38.0 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/spoon-core-8.0.0-20191105.234144-12.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/spoon-core-8.0.0-20191105.234144-12.pom (7 KB at 265.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom (6 KB at 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 541.4 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 372.2 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: 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 41.2 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191119.234142-16.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-20191119.234142-16.pom (7 KB at 229.2 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191119.234142-16.jar
4/1709 KB   
8/1709 KB   
12/1709 KB   
16/1709 KB   
20/1709 KB   
21/1709 KB   
25/1709 KB   
29/1709 KB   
33/1709 KB   
37/1709 KB   
38/1709 KB   
42/1709 KB   
44/1709 KB   
48/1709 KB   
52/1709 KB   
55/1709 KB   
58/1709 KB   
61/1709 KB   
65/1709 KB   
65/1709 KB   
67/1709 KB   
71/1709 KB   
75/1709 KB   
79/1709 KB   
81/1709 KB   
85/1709 KB   
88/1709 KB   
92/1709 KB   
92/1709 KB   
95/1709 KB   
99/1709 KB   
101/1709 KB   
105/1709 KB   
106/1709 KB   
108/1709 KB   
111/1709 KB   
115/1709 KB   
116/1709 KB   
119/1709 KB   
123/1709 KB   
126/1709 KB   
127/1709 KB   
131/1709 KB   
132/1709 KB   
136/1709 KB   
137/1709 KB   
140/1709 KB   
144/1709 KB   
147/1709 KB   
149/1709 KB   
153/1709 KB   
157/1709 KB   
161/1709 KB   
161/1709 KB   
165/1709 KB   
167/1709 KB   
171/1709 KB   
173/1709 KB   
174/1709 KB   
178/1709 KB   
180/1709 KB   
181/1709 KB   
185/1709 KB   
187/1709 KB   
191/1709 KB   
194/1709 KB   
195/1709 KB   
199/1709 KB   
203/1709 KB   
204/1709 KB   
207/1709 KB   
211/1709 KB   
212/1709 KB   
216/1709 KB   
219/1709 KB   
221/1709 KB   
224/1709 KB   
226/1709 KB   
230/1709 KB   
232/1709 KB   
236/1709 KB   
239/1709 KB   
242/1709 KB   
246/1709 KB   
246/1709 KB   
250/1709 KB   
252/1709 KB   
253/1709 KB   
257/1709 KB   
259/1709 KB   
260/1709 KB   
264/1709 KB   
267/1709 KB   
271/1709 KB   
275/1709 KB   
277/1709 KB   
281/1709 KB   
284/1709 KB   
288/1709 KB   
292/1709 KB   
296/1709 KB   
297/1709 KB   
301/1709 KB   
305/1709 KB   
308/1709 KB   
312/1709 KB   
313/1709 KB   
314/1709 KB   
318/1709 KB   
321/1709 KB   
325/1709 KB   
328/1709 KB   
332/1709 KB   
333/1709 KB   
334/1709 KB   
338/1709 KB   
340/1709 KB   
341/1709 KB   
345/1709 KB   
348/1709 KB   
352/1709 KB   
354/1709 KB   
355/1709 KB   
359/1709 KB   
362/1709 KB   
366/1709 KB   
368/1709 KB   
371/1709 KB   
374/1709 KB   
375/1709 KB   
379/1709 KB   
382/1709 KB   
383/1709 KB   
385/1709 KB   
386/1709 KB   
390/1709 KB   
393/1709 KB   
397/1709 KB   
399/1709 KB   
400/1709 KB   
403/1709 KB   
407/1709 KB   
411/1709 KB   
413/1709 KB   
416/1709 KB   
417/1709 KB   
420/1709 KB   
424/1709 KB   
427/1709 KB   
431/1709 KB   
434/1709 KB   
438/1709 KB   
441/1709 KB   
445/1709 KB   
447/1709 KB   
451/1709 KB   
451/1709 KB   
455/1709 KB   
458/1709 KB   
462/1709 KB   
465/1709 KB   
469/1709 KB   
470/1709 KB   
474/1709 KB   
478/1709 KB   
481/1709 KB   
482/1709 KB   
486/1709 KB   
489/1709 KB   
493/1709 KB   
497/1709 KB   
501/1709 KB   
505/1709 KB   
509/1709 KB   
513/1709 KB   
517/1709 KB   
521/1709 KB   
525/1709 KB   
529/1709 KB   
533/1709 KB   
537/1709 KB   
541/1709 KB   
545/1709 KB   
549/1709 KB   
553/1709 KB   
557/1709 KB   
561/1709 KB   
565/1709 KB   
569/1709 KB   
573/1709 KB   
577/1709 KB   
581/1709 KB   
585/1709 KB   
589/1709 KB   
593/1709 KB   
597/1709 KB   
601/1709 KB   
605/1709 KB   
609/1709 KB   
613/1709 KB   
617/1709 KB   
621/1709 KB   
625/1709 KB   
629/1709 KB   
633/1709 KB   
637/1709 KB   
641/1709 KB   
645/1709 KB   
649/1709 KB   
653/1709 KB   
657/1709 KB   
661/1709 KB   
665/1709 KB   
669/1709 KB   
672/1709 KB   
676/1709 KB   
680/1709 KB   
684/1709 KB   
687/1709 KB   
691/1709 KB   
695/1709 KB   
699/1709 KB   
702/1709 KB   
706/1709 KB   
709/1709 KB   
713/1709 KB   
717/1709 KB   
721/1709 KB   
723/1709 KB   
727/1709 KB   
730/1709 KB   
731/1709 KB   
735/1709 KB   
738/1709 KB   
742/1709 KB   
745/1709 KB   
749/1709 KB   
753/1709 KB   
757/1709 KB   
761/1709 KB   
765/1709 KB   
769/1709 KB   
773/1709 KB   
777/1709 KB   
781/1709 KB   
785/1709 KB   
789/1709 KB   
793/1709 KB   
797/1709 KB   
801/1709 KB   
805/1709 KB   
809/1709 KB   
813/1709 KB   
817/1709 KB   
821/1709 KB   
825/1709 KB   
829/1709 KB   
833/1709 KB   
837/1709 KB   
841/1709 KB   
845/1709 KB   
849/1709 KB   
853/1709 KB   
857/1709 KB   
861/1709 KB   
865/1709 KB   
869/1709 KB   
873/1709 KB   
877/1709 KB   
881/1709 KB   
885/1709 KB   
889/1709 KB   
893/1709 KB   
897/1709 KB   
901/1709 KB   
905/1709 KB   
909/1709 KB   
913/1709 KB   
917/1709 KB   
921/1709 KB   
925/1709 KB   
929/1709 KB   
933/1709 KB   
937/1709 KB   
941/1709 KB   
945/1709 KB   
949/1709 KB   
953/1709 KB   
957/1709 KB   
961/1709 KB   
965/1709 KB   
969/1709 KB   
973/1709 KB   
977/1709 KB   
981/1709 KB   
985/1709 KB   
989/1709 KB   
993/1709 KB   
997/1709 KB   
1001/1709 KB   
1005/1709 KB   
1009/1709 KB   
1013/1709 KB   
1017/1709 KB   
1021/1709 KB   
1025/1709 KB   
1029/1709 KB   
1033/1709 KB   
1037/1709 KB   
1041/1709 KB   
1045/1709 KB   
1049/1709 KB   
1053/1709 KB   
1057/1709 KB   
1061/1709 KB   
1065/1709 KB   
1069/1709 KB   
1073/1709 KB   
1077/1709 KB   
1081/1709 KB   
1085/1709 KB   
1089/1709 KB   
1093/1709 KB   
1097/1709 KB   
1101/1709 KB   
1105/1709 KB   
1109/1709 KB   
1113/1709 KB   
1117/1709 KB   
1121/1709 KB   
1125/1709 KB   
1129/1709 KB   
1133/1709 KB   
1137/1709 KB   
1141/1709 KB   
1145/1709 KB   
1149/1709 KB   
1153/1709 KB   
1157/1709 KB   
1161/1709 KB   
1165/1709 KB   
1169/1709 KB   
1173/1709 KB   
1177/1709 KB   
1181/1709 KB   
1185/1709 KB   
1189/1709 KB   
1193/1709 KB   
1197/1709 KB   
1201/1709 KB   
1205/1709 KB   
1209/1709 KB   
1213/1709 KB   
1217/1709 KB   
1221/1709 KB   
1225/1709 KB   
1229/1709 KB   
1233/1709 KB   
1237/1709 KB   
1241/1709 KB   
1245/1709 KB   
1249/1709 KB   
1253/1709 KB   
1257/1709 KB   
1261/1709 KB   
1265/1709 KB   
1269/1709 KB   
1273/1709 KB   
1277/1709 KB   
1281/1709 KB   
1285/1709 KB   
1289/1709 KB   
1293/1709 KB   
1297/1709 KB   
1301/1709 KB   
1305/1709 KB   
1309/1709 KB   
1313/1709 KB   
1317/1709 KB   
1321/1709 KB   
1325/1709 KB   
1329/1709 KB   
1333/1709 KB   
1337/1709 KB   
1341/1709 KB   
1345/1709 KB   
1349/1709 KB   
1353/1709 KB   
1357/1709 KB   
1361/1709 KB   
1365/1709 KB   
1369/1709 KB   
1373/1709 KB   
1377/1709 KB   
1381/1709 KB   
1385/1709 KB   
1389/1709 KB   
1393/1709 KB   
1397/1709 KB   
1401/1709 KB   
1405/1709 KB   
1409/1709 KB   
1413/1709 KB   
1417/1709 KB   
1421/1709 KB   
1425/1709 KB   
1429/1709 KB   
1433/1709 KB   
1437/1709 KB   
1441/1709 KB   
1445/1709 KB   
1449/1709 KB   
1453/1709 KB   
1457/1709 KB   
1461/1709 KB   
1465/1709 KB   
1469/1709 KB   
1473/1709 KB   
1477/1709 KB   
1481/1709 KB   
1485/1709 KB   
1489/1709 KB   
1493/1709 KB   
1497/1709 KB   
1501/1709 KB   
1505/1709 KB   
1509/1709 KB   
1513/1709 KB   
1517/1709 KB   
1521/1709 KB   
1525/1709 KB   
1529/1709 KB   
1533/1709 KB   
1537/1709 KB   
1541/1709 KB   
1545/1709 KB   
1549/1709 KB   
1553/1709 KB   
1557/1709 KB   
1561/1709 KB   
1565/1709 KB   
1569/1709 KB   
1573/1709 KB   
1577/1709 KB   
1581/1709 KB   
1585/1709 KB   
1589/1709 KB   
1593/1709 KB   
1597/1709 KB   
1601/1709 KB   
1605/1709 KB   
1609/1709 KB   
1613/1709 KB   
1617/1709 KB   
1621/1709 KB   
1625/1709 KB   
1629/1709 KB   
1633/1709 KB   
1637/1709 KB   
1641/1709 KB   
1645/1709 KB   
1649/1709 KB   
1653/1709 KB   
1657/1709 KB   
1661/1709 KB   
1665/1709 KB   
1669/1709 KB   
1673/1709 KB   
1677/1709 KB   
1681/1709 KB   
1685/1709 KB   
1689/1709 KB   
1693/1709 KB   
1697/1709 KB   
1701/1709 KB   
1705/1709 KB   
1709/1709 KB   
               
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191119.234142-16.jar (1709 KB at 7873.9 KB/sec)
2019-11-20 01:30:43,170 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-11-20 01:30:43,170 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour.
2019-11-20 01:30:43,177 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT
2019-11-20 01:30:43,177 INFO spoon.Launcher - running Spoon...
2019-11-20 01:30:43,178 INFO spoon.Launcher - start processing...
2019-11-20 01:30:45,628 INFO spoon.Launcher - spoon.processing.SpoonTagger
2019-11-20 01:30:45,677 INFO spoon.Launcher - spoon.support.JavaOutputProcessor
2019-11-20 01:30:47,042 INFO spoon.Launcher - end of processing: 
2019-11-20 01:30:47,042 INFO spoon.Launcher - no errors, no warnings
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javapoet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ javapoet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /builds/workspace/JavaWriter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javapoet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ javapoet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /builds/workspace/JavaWriter/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ javapoet ---
[INFO] Surefire report directory: /builds/workspace/JavaWriter/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Running ClassNameNoPackageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in ClassNameNoPackageTest
Running com.squareup.javapoet.JavaFileTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.132 sec - in com.squareup.javapoet.JavaFileTest
Running com.squareup.javapoet.MethodSpecTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.028 sec - in com.squareup.javapoet.MethodSpecTest
Running com.squareup.javapoet.TypeNameTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in com.squareup.javapoet.TypeNameTest
Running com.squareup.javapoet.AnnotationSpecTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 sec - in com.squareup.javapoet.AnnotationSpecTest
Running com.squareup.javapoet.FieldSpecTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.squareup.javapoet.FieldSpecTest
Running com.squareup.javapoet.TypesEclipseTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.087 sec - in com.squareup.javapoet.TypesEclipseTest
Running com.squareup.javapoet.ParameterSpecTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.squareup.javapoet.ParameterSpecTest
Running com.squareup.javapoet.AnnotatedTypeNameTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in com.squareup.javapoet.AnnotatedTypeNameTest
Running com.squareup.javapoet.FileReadingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec - in com.squareup.javapoet.FileReadingTest
Running com.squareup.javapoet.ClassNameTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.946 sec - in com.squareup.javapoet.ClassNameTest
Running com.squareup.javapoet.UtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.squareup.javapoet.UtilTest
Running com.squareup.javapoet.LineWrapperTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in com.squareup.javapoet.LineWrapperTest
Running com.squareup.javapoet.FileWritingTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 sec - in com.squareup.javapoet.FileWritingTest
Running com.squareup.javapoet.TypeSpecTest
Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.82 sec - in com.squareup.javapoet.TypeSpecTest
Running com.squareup.javapoet.TypesTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 sec - in com.squareup.javapoet.TypesTest
Running com.squareup.javapoet.CodeBlockTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in com.squareup.javapoet.CodeBlockTest
Running com.squareup.javapoet.NameAllocatorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in com.squareup.javapoet.NameAllocatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ javapoet ---
[INFO] Building jar: /builds/workspace/JavaWriter/target/javapoet-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet ---
[INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.12.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.jar
[INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27.212 s
[INFO] Finished at: 2019-11-20T01:31:04+01:00
[INFO] Final Memory: 56M/190M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon ---
Time to compile with spoon: 29203
Number of tests: 342
Number of tests skipped: 1
Number of failures in tests: 0
Number of errors in tests: 0
 
-------------------------------------------------------
Overwrites source generated by spoon in the source folder
-------------------------------------------------------
 
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaPoet 1.12.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javapoet ---
[INFO] Deleting /builds/workspace/JavaWriter/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ javapoet ---
[INFO] 
[INFO] --- spoon-maven-plugin:3.1:generate (default) @ javapoet ---
2019-11-20 01:31:08,590 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-11-20 01:31:08,592 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour.
2019-11-20 01:31:08,602 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT
2019-11-20 01:31:08,603 INFO spoon.Launcher - running Spoon...
2019-11-20 01:31:08,604 INFO spoon.Launcher - start processing...
2019-11-20 01:31:10,470 INFO spoon.Launcher - spoon.processing.SpoonTagger
2019-11-20 01:31:10,569 INFO spoon.Launcher - spoon.support.JavaOutputProcessor
2019-11-20 01:31:11,905 INFO spoon.Launcher - end of processing: 
2019-11-20 01:31:11,905 INFO spoon.Launcher - no errors, no warnings
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ javapoet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ javapoet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /builds/workspace/JavaWriter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ javapoet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/JavaWriter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ javapoet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /builds/workspace/JavaWriter/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ javapoet ---
[INFO] Surefire report directory: /builds/workspace/JavaWriter/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Running ClassNameNoPackageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in ClassNameNoPackageTest
Running com.squareup.javapoet.JavaFileTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.118 sec - in com.squareup.javapoet.JavaFileTest
Running com.squareup.javapoet.MethodSpecTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.075 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.28 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: 3.082 sec - in com.squareup.javapoet.TypesEclipseTest
Running com.squareup.javapoet.ParameterSpecTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.squareup.javapoet.ParameterSpecTest
Running com.squareup.javapoet.AnnotatedTypeNameTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in com.squareup.javapoet.AnnotatedTypeNameTest
Running com.squareup.javapoet.FileReadingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec - in com.squareup.javapoet.FileReadingTest
Running com.squareup.javapoet.ClassNameTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 sec - in com.squareup.javapoet.ClassNameTest
Running com.squareup.javapoet.UtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in com.squareup.javapoet.UtilTest
Running com.squareup.javapoet.LineWrapperTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in com.squareup.javapoet.LineWrapperTest
Running com.squareup.javapoet.FileWritingTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec - in com.squareup.javapoet.FileWritingTest
Running com.squareup.javapoet.TypeSpecTest
Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.789 sec - in com.squareup.javapoet.TypeSpecTest
Running com.squareup.javapoet.TypesTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec - in com.squareup.javapoet.TypesTest
Running com.squareup.javapoet.CodeBlockTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in com.squareup.javapoet.CodeBlockTest
Running com.squareup.javapoet.NameAllocatorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in com.squareup.javapoet.NameAllocatorTest

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ javapoet ---
[INFO] Building jar: /builds/workspace/JavaWriter/target/javapoet-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet ---
[INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.12.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.jar
[INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.12.0-SNAPSHOT/javapoet-1.12.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.266 s
[INFO] Finished at: 2019-11-20T01:31:29+01:00
[INFO] Final Memory: 52M/221M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon of spoon ---
Time to compile with spoon of spoon: 25140
 
-------------------------------------------------------
Retreives all results files in the project (in all sub modules if the project is a multi module project)
-------------------------------------------------------
 
./result-spoon-tests-spooned-..txt
./result-spoon-tests-..txt
<?xml version="1.0"?>
<section name="">
  <table>
    <tr>
      <td fontattribute="bold">Project</td>
      <td fontattribute="bold">Commit id version</td>
      <td fontattribute="bold">Project compiles</td>
      <td fontattribute="bold">Project tests run</td>
      <td fontattribute="bold">Project spooned compiles</td>
      <td fontattribute="bold">Project spooned tests run</td>
      <td fontattribute="bold">Time to spoon</td>
      <td fontattribute="bold">Number of CtStatment</td>
      <td fontattribute="bold">Time to compile project</td>
      <td fontattribute="bold">Time to compile project spooned</td>
      <td fontattribute="bold">Spoon(Spoon(x))=Spoon(x)</td>
    </tr>
    <tr>
      <td>JavaWriter</td>
      <td>e9460b84fc41464c2aa2ef85c84dd1ac87ae1692</td>
      <td>OK</td>
      <td>tests: 342
errors: 0
skipped: 1
failures: 0</td>
      <td>OK</td>
      <td>tests: 342
errors: 0
skipped: 1
failures: 0</td>
      <td>3304</td>
      <td>N/A</td>
      <td>28722</td>
      <td>29203</td>
      <td>25140</td>
    </tr>
  </table>
</section>
Archiving artifacts
Finished: SUCCESS