Skip to content

Console Output

Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on sos-builder01 (lin) in workspace /builds/workspace/JavaWriter
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
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 b5cc9f4554e41cf2eb4b99ab4c197948d90eb9bb (refs/remotes/origin/master)
Commit message: "Merge pull request #590 from sormuras/patch-1"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b5cc9f4554e41cf2eb4b99ab4c197948d90eb9bb
 > git rev-list f5b1b622d2d4141898bf850bd3cd54ee3d153aa4 # timeout=10
[JavaWriter] $ /bin/sh -xe /tmp/jenkins1125889039344321461.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 
-------------------------------------------------------
Initizalizes project

100 20787  100 20787    0     0   176k      0 --:--:-- --:--:-- --:--:--  178k
-------------------------------------------------------
 
HEAD is now at b5cc9f4 Merge pull request #590 from sormuras/patch-1

--- Displays variables used in the build ---
Artifact id: javapoet
Version: 1.10.0-SNAPSHOT
Modules job:
- JavaWriter
Has checkstyle: true
Has enforcer: true
Git version id: b5cc9f4554e41cf2eb4b99ab4c197948d90eb9bb
Java version: Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
openjdk version "1.8.0_151"
OpenJDK Runtime Environment (build 1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12)
OpenJDK 64-Bit Server VM (build 25.151-b12, mixed mode)
Java home: 
 
-------------------------------------------------------
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...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.squareup:javapoet:jar:1.10.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 105, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaPoet 1.10.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.6.1: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.6.1:testCompile (default-testCompile) @ javapoet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 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 com.squareup.javapoet.JavaFileTest
Tests run: 29, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.129 sec - in com.squareup.javapoet.JavaFileTest
Running com.squareup.javapoet.MethodSpecTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.739 sec - in com.squareup.javapoet.MethodSpecTest
Running com.squareup.javapoet.TypeNameTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in com.squareup.javapoet.TypeNameTest
Running com.squareup.javapoet.AnnotationSpecTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec - in com.squareup.javapoet.AnnotationSpecTest
Running com.squareup.javapoet.FieldSpecTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.squareup.javapoet.FieldSpecTest
Running com.squareup.javapoet.TypesEclipseTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.374 sec - in com.squareup.javapoet.TypesEclipseTest
Running com.squareup.javapoet.ParameterSpecTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.squareup.javapoet.ParameterSpecTest
Running com.squareup.javapoet.AnnotatedTypeNameTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.006 sec - in com.squareup.javapoet.AnnotatedTypeNameTest
Running com.squareup.javapoet.FileReadingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in com.squareup.javapoet.FileReadingTest
Running com.squareup.javapoet.ClassNameTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 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: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in com.squareup.javapoet.LineWrapperTest
Running com.squareup.javapoet.FileWritingTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec - in com.squareup.javapoet.FileWritingTest
Running com.squareup.javapoet.TypeSpecTest
Tests run: 106, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.938 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: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in com.squareup.javapoet.CodeBlockTest
Running com.squareup.javapoet.NameAllocatorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in com.squareup.javapoet.NameAllocatorTest

Results :

Tests run: 304, Failures: 0, Errors: 0, Skipped: 3

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ javapoet ---
[INFO] Building jar: /builds/workspace/JavaWriter/target/javapoet-1.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet ---
[INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.10.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.10.0-SNAPSHOT/javapoet-1.10.0-SNAPSHOT.jar
[INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.10.0-SNAPSHOT/javapoet-1.10.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.192 s
[INFO] Finished at: 2017-12-09T01:30:30+01:00
[INFO] Final Memory: 28M/221M
[INFO] ------------------------------------------------------------------------
bash: line 94: bc: command not found
 
--- Displays results of the maven compile ---
Time to compile: 
Number of tests: 304
Number of tests skipped: 3
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...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.squareup:javapoet:jar:1.10.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 105, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaPoet 1.10.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.438 s
[INFO] Finished at: 2017-12-09T01:30:33+01:00
[INFO] Final Memory: 18M/162M
[INFO] ------------------------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.squareup:javapoet:jar:1.10.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 105, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaPoet 1.10.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:2.4:generate (default) @ javapoet ---
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml
Downloading: http://spoon.gforge.inria.fr/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
[WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon
691 B   
        
Downloaded: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (691 B at 3.9 KB/sec)
2/2 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (2 KB at 0.9 KB/sec)
         
Downloading: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.5.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.5.0-SNAPSHOT/maven-metadata.xml
1013 B   
         
Downloaded: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.5.0-SNAPSHOT/maven-metadata.xml (1013 B at 35.3 KB/sec)
         
Downloading: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.5.0-SNAPSHOT/spoon-core-5.5.0-20170110.234542-79.pom
[WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon
4/21 KB   
8/21 KB   
12/21 KB   
16/21 KB   
20/21 KB   
21/21 KB   
           
Downloaded: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.5.0-SNAPSHOT/spoon-core-5.5.0-20170110.234542-79.pom (21 KB at 713.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/5.5.0/spoon-core-5.5.0.pom
3/21 KB    
5/21 KB   
8/21 KB   
11/21 KB   
13/21 KB   
16/21 KB   
19/21 KB   
21/21 KB   
21/21 KB   
           
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/5.5.0/spoon-core-5.5.0.pom (21 KB at 229.2 KB/sec)
Downloading: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.6.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.6.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon
1013 B     
         
Downloaded: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.6.0-SNAPSHOT/maven-metadata.xml (1013 B at 38.0 KB/sec)
         
Downloading: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.6.0-SNAPSHOT/spoon-core-5.6.0-20170315.234538-84.pom
[WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon
4/22 KB   
7/22 KB   
11/22 KB   
15/22 KB   
19/22 KB   
22/22 KB   
           
Downloaded: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.6.0-SNAPSHOT/spoon-core-5.6.0-20170315.234538-84.pom (22 KB at 1464.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/5.6.0/spoon-core-5.6.0.pom
3/22 KB    
5/22 KB   
8/22 KB   
11/22 KB   
13/22 KB   
16/22 KB   
19/22 KB   
21/22 KB   
22/22 KB   
           
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/5.6.0/spoon-core-5.6.0.pom (22 KB at 477.8 KB/sec)
Downloading: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.7.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.7.0-SNAPSHOT/maven-metadata.xml
1017 B     
         
Downloaded: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.7.0-SNAPSHOT/maven-metadata.xml (1017 B at 47.3 KB/sec)
         
Downloading: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.7.0-SNAPSHOT/spoon-core-5.7.0-20170601.073321-151.pom
[WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon
4/23 KB   
8/23 KB   
12/23 KB   
16/23 KB   
20/23 KB   
23/23 KB   
           
Downloaded: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.7.0-SNAPSHOT/spoon-core-5.7.0-20170601.073321-151.pom (23 KB at 1582.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/5.7.0/spoon-core-5.7.0.pom
3/23 KB    
5/23 KB   
8/23 KB   
11/23 KB   
13/23 KB   
16/23 KB   
19/23 KB   
21/23 KB   
23/23 KB   
           
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/5.7.0/spoon-core-5.7.0.pom (23 KB at 923.3 KB/sec)
Downloading: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.8.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.8.0-SNAPSHOT/maven-metadata.xml
1017 B     
         
Downloaded: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.8.0-SNAPSHOT/maven-metadata.xml (1017 B at 62.1 KB/sec)
         
Downloading: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.8.0-SNAPSHOT/spoon-core-5.8.0-20170710.224627-101.pom
[WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon
4/23 KB   
8/23 KB   
12/23 KB   
16/23 KB   
20/23 KB   
23/23 KB   
           
Downloaded: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.8.0-SNAPSHOT/spoon-core-5.8.0-20170710.224627-101.pom (23 KB at 1846.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/5.8.0/spoon-core-5.8.0.pom
3/23 KB    
5/23 KB   
8/23 KB   
11/23 KB   
13/23 KB   
16/23 KB   
19/23 KB   
21/23 KB   
23/23 KB   
           
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/5.8.0/spoon-core-5.8.0.pom (23 KB at 1166.3 KB/sec)
Downloading: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.9.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.9.0-SNAPSHOT/maven-metadata.xml
1013 B     
         
Downloaded: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.9.0-SNAPSHOT/maven-metadata.xml (1013 B at 31.9 KB/sec)
         
Downloading: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.9.0-SNAPSHOT/spoon-core-5.9.0-20170905.224510-69.pom
[WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon
4/23 KB   
8/23 KB   
12/23 KB   
16/23 KB   
20/23 KB   
23/23 KB   
           
Downloaded: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/5.9.0-SNAPSHOT/spoon-core-5.9.0-20170905.224510-69.pom (23 KB at 1599.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/5.9.0/spoon-core-5.9.0.pom
3/23 KB    
5/23 KB   
8/23 KB   
11/23 KB   
13/23 KB   
16/23 KB   
19/23 KB   
21/23 KB   
23/23 KB   
           
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/5.9.0/spoon-core-5.9.0.pom (23 KB at 1399.3 KB/sec)
Downloading: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/6.0.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/6.0.0-SNAPSHOT/maven-metadata.xml
1017 B     
         
Downloaded: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/6.0.0-SNAPSHOT/maven-metadata.xml (1017 B at 28.4 KB/sec)
         
Downloading: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/6.0.0-SNAPSHOT/spoon-core-6.0.0-20171117.143546-176.pom
[WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon
4/19 KB   
8/19 KB   
12/19 KB   
16/19 KB   
19/19 KB   
           
Downloaded: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/6.0.0-SNAPSHOT/spoon-core-6.0.0-20171117.143546-176.pom (19 KB at 1389.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/6.0.0/spoon-core-6.0.0.pom
3/19 KB    
5/19 KB   
8/19 KB   
11/19 KB   
13/19 KB   
16/19 KB   
19/19 KB   
           
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/6.0.0/spoon-core-6.0.0.pom (19 KB at 903.0 KB/sec)
Downloading: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/6.1.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/6.1.0-SNAPSHOT/maven-metadata.xml
1013 B     
         
Downloaded: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/6.1.0-SNAPSHOT/maven-metadata.xml (1013 B at 70.7 KB/sec)
         
Downloading: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/6.1.0-SNAPSHOT/spoon-core-6.1.0-20171208.234703-38.pom
[WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon
4/19 KB   
8/19 KB   
12/19 KB   
16/19 KB   
19/19 KB   
           
Downloaded: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/6.1.0-SNAPSHOT/spoon-core-6.1.0-20171208.234703-38.pom (19 KB at 1010.7 KB/sec)
Downloading: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/6.1.0-SNAPSHOT/spoon-core-6.1.0-20171208.234703-38.jar
[WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon
4/1314 KB   
8/1314 KB   
12/1314 KB   
16/1314 KB   
20/1314 KB   
24/1314 KB   
28/1314 KB   
32/1314 KB   
36/1314 KB   
40/1314 KB   
44/1314 KB   
48/1314 KB   
52/1314 KB   
56/1314 KB   
60/1314 KB   
64/1314 KB   
68/1314 KB   
72/1314 KB   
76/1314 KB   
80/1314 KB   
84/1314 KB   
88/1314 KB   
92/1314 KB   
96/1314 KB   
100/1314 KB   
104/1314 KB   
108/1314 KB   
112/1314 KB   
116/1314 KB   
120/1314 KB   
124/1314 KB   
128/1314 KB   
132/1314 KB   
136/1314 KB   
140/1314 KB   
144/1314 KB   
148/1314 KB   
152/1314 KB   
156/1314 KB   
160/1314 KB   
164/1314 KB   
168/1314 KB   
172/1314 KB   
176/1314 KB   
180/1314 KB   
184/1314 KB   
188/1314 KB   
192/1314 KB   
196/1314 KB   
200/1314 KB   
204/1314 KB   
208/1314 KB   
212/1314 KB   
216/1314 KB   
220/1314 KB   
224/1314 KB   
228/1314 KB   
232/1314 KB   
236/1314 KB   
240/1314 KB   
244/1314 KB   
248/1314 KB   
252/1314 KB   
256/1314 KB   
260/1314 KB   
264/1314 KB   
268/1314 KB   
272/1314 KB   
276/1314 KB   
280/1314 KB   
284/1314 KB   
288/1314 KB   
292/1314 KB   
296/1314 KB   
300/1314 KB   
304/1314 KB   
308/1314 KB   
312/1314 KB   
316/1314 KB   
320/1314 KB   
324/1314 KB   
328/1314 KB   
332/1314 KB   
336/1314 KB   
340/1314 KB   
344/1314 KB   
348/1314 KB   
352/1314 KB   
356/1314 KB   
360/1314 KB   
364/1314 KB   
368/1314 KB   
372/1314 KB   
376/1314 KB   
380/1314 KB   
384/1314 KB   
388/1314 KB   
392/1314 KB   
396/1314 KB   
400/1314 KB   
404/1314 KB   
408/1314 KB   
412/1314 KB   
416/1314 KB   
420/1314 KB   
424/1314 KB   
428/1314 KB   
432/1314 KB   
436/1314 KB   
440/1314 KB   
444/1314 KB   
448/1314 KB   
452/1314 KB   
456/1314 KB   
460/1314 KB   
464/1314 KB   
468/1314 KB   
472/1314 KB   
476/1314 KB   
480/1314 KB   
484/1314 KB   
488/1314 KB   
492/1314 KB   
496/1314 KB   
500/1314 KB   
504/1314 KB   
508/1314 KB   
512/1314 KB   
516/1314 KB   
520/1314 KB   
524/1314 KB   
528/1314 KB   
532/1314 KB   
536/1314 KB   
540/1314 KB   
544/1314 KB   
548/1314 KB   
552/1314 KB   
556/1314 KB   
560/1314 KB   
564/1314 KB   
568/1314 KB   
572/1314 KB   
576/1314 KB   
580/1314 KB   
584/1314 KB   
588/1314 KB   
592/1314 KB   
596/1314 KB   
600/1314 KB   
604/1314 KB   
608/1314 KB   
612/1314 KB   
616/1314 KB   
620/1314 KB   
624/1314 KB   
628/1314 KB   
632/1314 KB   
636/1314 KB   
640/1314 KB   
644/1314 KB   
648/1314 KB   
652/1314 KB   
656/1314 KB   
660/1314 KB   
664/1314 KB   
668/1314 KB   
672/1314 KB   
676/1314 KB   
680/1314 KB   
684/1314 KB   
688/1314 KB   
692/1314 KB   
696/1314 KB   
700/1314 KB   
704/1314 KB   
708/1314 KB   
712/1314 KB   
716/1314 KB   
720/1314 KB   
724/1314 KB   
728/1314 KB   
732/1314 KB   
736/1314 KB   
740/1314 KB   
744/1314 KB   
748/1314 KB   
752/1314 KB   
756/1314 KB   
760/1314 KB   
764/1314 KB   
768/1314 KB   
772/1314 KB   
776/1314 KB   
780/1314 KB   
784/1314 KB   
788/1314 KB   
792/1314 KB   
796/1314 KB   
800/1314 KB   
804/1314 KB   
808/1314 KB   
812/1314 KB   
816/1314 KB   
820/1314 KB   
824/1314 KB   
828/1314 KB   
832/1314 KB   
836/1314 KB   
840/1314 KB   
844/1314 KB   
848/1314 KB   
852/1314 KB   
856/1314 KB   
860/1314 KB   
864/1314 KB   
868/1314 KB   
872/1314 KB   
876/1314 KB   
880/1314 KB   
884/1314 KB   
888/1314 KB   
892/1314 KB   
896/1314 KB   
900/1314 KB   
904/1314 KB   
908/1314 KB   
912/1314 KB   
916/1314 KB   
920/1314 KB   
924/1314 KB   
928/1314 KB   
932/1314 KB   
936/1314 KB   
940/1314 KB   
944/1314 KB   
948/1314 KB   
952/1314 KB   
956/1314 KB   
960/1314 KB   
964/1314 KB   
968/1314 KB   
972/1314 KB   
976/1314 KB   
980/1314 KB   
984/1314 KB   
988/1314 KB   
992/1314 KB   
996/1314 KB   
1000/1314 KB   
1004/1314 KB   
1008/1314 KB   
1012/1314 KB   
1016/1314 KB   
1020/1314 KB   
1024/1314 KB   
1028/1314 KB   
1032/1314 KB   
1036/1314 KB   
1040/1314 KB   
1044/1314 KB   
1048/1314 KB   
1052/1314 KB   
1056/1314 KB   
1060/1314 KB   
1064/1314 KB   
1068/1314 KB   
1072/1314 KB   
1076/1314 KB   
1080/1314 KB   
1084/1314 KB   
1088/1314 KB   
1092/1314 KB   
1096/1314 KB   
1100/1314 KB   
1104/1314 KB   
1108/1314 KB   
1112/1314 KB   
1116/1314 KB   
1120/1314 KB   
1124/1314 KB   
1128/1314 KB   
1132/1314 KB   
1136/1314 KB   
1140/1314 KB   
1144/1314 KB   
1148/1314 KB   
1152/1314 KB   
1156/1314 KB   
1160/1314 KB   
1164/1314 KB   
1168/1314 KB   
1172/1314 KB   
1176/1314 KB   
1180/1314 KB   
1184/1314 KB   
1188/1314 KB   
1192/1314 KB   
1196/1314 KB   
1200/1314 KB   
1204/1314 KB   
1208/1314 KB   
1212/1314 KB   
1216/1314 KB   
1220/1314 KB   
1224/1314 KB   
1228/1314 KB   
1232/1314 KB   
1236/1314 KB   
1240/1314 KB   
1244/1314 KB   
1248/1314 KB   
1252/1314 KB   
1256/1314 KB   
1260/1314 KB   
1264/1314 KB   
1268/1314 KB   
1272/1314 KB   
1276/1314 KB   
1280/1314 KB   
1284/1314 KB   
1288/1314 KB   
1292/1314 KB   
1296/1314 KB   
1300/1314 KB   
1304/1314 KB   
1308/1314 KB   
1312/1314 KB   
1314/1314 KB   
               
Downloaded: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/6.1.0-SNAPSHOT/spoon-core-6.1.0-20171208.234703-38.jar (1314 KB at 8472.6 KB/sec)
2017-12-09 01:30:41,644 INFO spoon.Launcher - Spoon version 6.1.0-SNAPSHOT
2017-12-09 01:30:41,654 INFO spoon.Launcher - running Spoon...
2017-12-09 01:30:41,654 INFO spoon.Launcher - start processing...
2017-12-09 01:30:43,486 INFO spoon.Launcher - spoon.processing.SpoonTagger
2017-12-09 01:30:43,509 INFO spoon.Launcher - spoon.support.JavaOutputProcessor
2017-12-09 01:30:43,987 INFO spoon.Launcher - end of processing: 
2017-12-09 01:30:43,988 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.6.1: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.6.1:testCompile (default-testCompile) @ javapoet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 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 com.squareup.javapoet.JavaFileTest
Tests run: 29, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.111 sec - in com.squareup.javapoet.JavaFileTest
Running com.squareup.javapoet.MethodSpecTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.757 sec - in com.squareup.javapoet.MethodSpecTest
Running com.squareup.javapoet.TypeNameTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in com.squareup.javapoet.TypeNameTest
Running com.squareup.javapoet.AnnotationSpecTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec - in com.squareup.javapoet.AnnotationSpecTest
Running com.squareup.javapoet.FieldSpecTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in com.squareup.javapoet.FieldSpecTest
Running com.squareup.javapoet.TypesEclipseTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.247 sec - in com.squareup.javapoet.TypesEclipseTest
Running com.squareup.javapoet.ParameterSpecTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in com.squareup.javapoet.ParameterSpecTest
Running com.squareup.javapoet.AnnotatedTypeNameTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.002 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: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec - in com.squareup.javapoet.ClassNameTest
Running com.squareup.javapoet.UtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in com.squareup.javapoet.UtilTest
Running com.squareup.javapoet.LineWrapperTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in com.squareup.javapoet.LineWrapperTest
Running com.squareup.javapoet.FileWritingTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in com.squareup.javapoet.FileWritingTest
Running com.squareup.javapoet.TypeSpecTest
Tests run: 106, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.055 sec - in com.squareup.javapoet.TypeSpecTest
Running com.squareup.javapoet.TypesTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec - in com.squareup.javapoet.TypesTest
Running com.squareup.javapoet.CodeBlockTest
Tests run: 30, 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.003 sec - in com.squareup.javapoet.NameAllocatorTest

Results :

Tests run: 304, Failures: 0, Errors: 0, Skipped: 3

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ javapoet ---
[INFO] Building jar: /builds/workspace/JavaWriter/target/javapoet-1.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet ---
[INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.10.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.10.0-SNAPSHOT/javapoet-1.10.0-SNAPSHOT.jar
[INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.10.0-SNAPSHOT/javapoet-1.10.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.824 s
[INFO] Finished at: 2017-12-09T01:30:57+01:00
[INFO] Final Memory: 46M/220M
[INFO] ------------------------------------------------------------------------
bash: line 185: bc: command not found
 
--- Displays results of the maven compile with spoon ---
Time to compile with spoon: 
Number of tests: 304
Number of tests skipped: 3
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...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.squareup:javapoet:jar:1.10.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 105, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaPoet 1.10.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:2.4:generate (default) @ javapoet ---
2017-12-09 01:31:00,239 INFO spoon.Launcher - Spoon version 6.1.0-SNAPSHOT
2017-12-09 01:31:00,240 INFO spoon.Launcher - running Spoon...
2017-12-09 01:31:00,241 INFO spoon.Launcher - start processing...
2017-12-09 01:31:01,893 INFO spoon.Launcher - spoon.processing.SpoonTagger
2017-12-09 01:31:01,916 INFO spoon.Launcher - spoon.support.JavaOutputProcessor
2017-12-09 01:31:02,378 INFO spoon.Launcher - end of processing: 
2017-12-09 01:31:02,379 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.6.1: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.6.1:testCompile (default-testCompile) @ javapoet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 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 com.squareup.javapoet.JavaFileTest
Tests run: 29, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.115 sec - in com.squareup.javapoet.JavaFileTest
Running com.squareup.javapoet.MethodSpecTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.928 sec - in com.squareup.javapoet.MethodSpecTest
Running com.squareup.javapoet.TypeNameTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in com.squareup.javapoet.TypeNameTest
Running com.squareup.javapoet.AnnotationSpecTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 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.244 sec - in com.squareup.javapoet.TypesEclipseTest
Running com.squareup.javapoet.ParameterSpecTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in com.squareup.javapoet.ParameterSpecTest
Running com.squareup.javapoet.AnnotatedTypeNameTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.001 sec - in com.squareup.javapoet.AnnotatedTypeNameTest
Running com.squareup.javapoet.FileReadingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in com.squareup.javapoet.FileReadingTest
Running com.squareup.javapoet.ClassNameTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec - in com.squareup.javapoet.ClassNameTest
Running com.squareup.javapoet.UtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.squareup.javapoet.UtilTest
Running com.squareup.javapoet.LineWrapperTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in com.squareup.javapoet.LineWrapperTest
Running com.squareup.javapoet.FileWritingTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec - in com.squareup.javapoet.FileWritingTest
Running com.squareup.javapoet.TypeSpecTest
Tests run: 106, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.198 sec - in com.squareup.javapoet.TypeSpecTest
Running com.squareup.javapoet.TypesTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec - in com.squareup.javapoet.TypesTest
Running com.squareup.javapoet.CodeBlockTest
Tests run: 30, 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.003 sec - in com.squareup.javapoet.NameAllocatorTest

Results :

Tests run: 304, Failures: 0, Errors: 0, Skipped: 3

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ javapoet ---
[INFO] Building jar: /builds/workspace/JavaWriter/target/javapoet-1.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ javapoet ---
[INFO] Installing /builds/workspace/JavaWriter/target/javapoet-1.10.0-SNAPSHOT.jar to /builds/.m2/repository/com/squareup/javapoet/1.10.0-SNAPSHOT/javapoet-1.10.0-SNAPSHOT.jar
[INFO] Installing /builds/workspace/JavaWriter/pom.xml to /builds/.m2/repository/com/squareup/javapoet/1.10.0-SNAPSHOT/javapoet-1.10.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.143 s
[INFO] Finished at: 2017-12-09T01:31:14+01:00
[INFO] Final Memory: 43M/221M
[INFO] ------------------------------------------------------------------------
bash: line 275: bc: command not found
 
--- Displays results of the maven compile with spoon of spoon ---
Time to compile with spoon of spoon: 
 
-------------------------------------------------------
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>b5cc9f4554e41cf2eb4b99ab4c197948d90eb9bb</td>
      <td>OK</td>
      <td>tests: 304
errors: 0
skipped: 3
failures: 0</td>
      <td>OK</td>
      <td>tests: 304
errors: 0
skipped: 3
failures: 0</td>
      <td>2142</td>
      <td>N/A</td>
      <td/>
      <td/>
      <td/>
    </tr>
  </table>
</section>
Archiving artifacts
Finished: SUCCESS