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/Java8 Workshop
[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/nurkiewicz/java8-workshop.git
 > git init /builds/workspace/Java8 Workshop # timeout=10
Fetching upstream changes from https://github.com/nurkiewicz/java8-workshop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/nurkiewicz/java8-workshop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/nurkiewicz/java8-workshop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/nurkiewicz/java8-workshop.git # timeout=10
Fetching upstream changes from https://github.com/nurkiewicz/java8-workshop.git
 > git fetch --tags --progress https://github.com/nurkiewicz/java8-workshop.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 6e52e762f7ade6f3788d130950a3d5d68785a184 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6e52e762f7ade6f3788d130950a3d5d68785a184
Commit message: "Wrong package"
 > git rev-list --no-walk 6e52e762f7ade6f3788d130950a3d5d68785a184 # timeout=10
[Java8 Workshop] $ /bin/sh -xe /tmp/jenkins2179566523225487407.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
100 21193  100 21193    0     0   681k      0 --:--:-- --:--:-- --:--:--  689k
 
-------------------------------------------------------
Initizalizes project
-------------------------------------------------------
 
HEAD is now at 6e52e76 Wrong package

--- Displays variables used in the build ---
Artifact id: java8
Version: 0.0.1-SNAPSHOT
Modules job:
- Java8 Workshop
Has checkstyle: true
Has enforcer: true
Git version id: 6e52e762f7ade6f3788d130950a3d5d68785a184
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 Java 8 workshop 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ java8 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ java8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 39 source files to /builds/workspace/Java8 Workshop/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ java8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/Java8 Workshop/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ java8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 50 source files to /builds/workspace/Java8 Workshop/target/test-classes
[WARNING] /builds/workspace/Java8 Workshop/src/test/java/com/nurkiewicz/rxjava/R49_TransformingTest.java: /builds/workspace/Java8 Workshop/src/test/java/com/nurkiewicz/rxjava/R49_TransformingTest.java uses unchecked or unsafe operations.
[WARNING] /builds/workspace/Java8 Workshop/src/test/java/com/nurkiewicz/rxjava/R49_TransformingTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ java8 ---
[INFO] Surefire report directory: /builds/workspace/Java8 Workshop/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Running com.nurkiewicz.java8.J07c_StreamInfiniteTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.007 sec - in com.nurkiewicz.java8.J07c_StreamInfiniteTest
Running com.nurkiewicz.java8.J05_MultiRunnerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J05_MultiRunnerTest
Running com.nurkiewicz.java8.J07d_CustomCollectorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J07d_CustomCollectorTest
Running com.nurkiewicz.java8.J02_InterfacesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec - in com.nurkiewicz.java8.J02_InterfacesTest
Running com.nurkiewicz.java8.J07b_StreamReduceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J07b_StreamReduceTest
Running com.nurkiewicz.java8.J21_FuturesIntroductionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J21_FuturesIntroductionTest
Running com.nurkiewicz.java8.holidays.PolishHolidaysTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 sec - in com.nurkiewicz.java8.holidays.PolishHolidaysTest
Running com.nurkiewicz.java8.holidays.EasterTest
Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec - in com.nurkiewicz.java8.holidays.EasterTest
Running com.nurkiewicz.java8.holidays.HolidaysFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in com.nurkiewicz.java8.holidays.HolidaysFactoryTest
Running com.nurkiewicz.java8.J08_NewMapMethodsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J08_NewMapMethodsTest
Running com.nurkiewicz.java8.J29_AsyncAgentFuturesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J29_AsyncAgentFuturesTest
Running com.nurkiewicz.java8.J07_StreamsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J07_StreamsTest
Running com.nurkiewicz.java8.J08_FilesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J08_FilesTest
Running com.nurkiewicz.java8.J25_ZipTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J25_ZipTest
Running com.nurkiewicz.java8.J26_AllAnyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J26_AllAnyTest
Running com.nurkiewicz.java8.J24_FlatMapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J24_FlatMapTest
Running com.nurkiewicz.java8.J06_OptionalTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J06_OptionalTest
Running com.nurkiewicz.java8.J10_ParallelStreamsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J10_ParallelStreamsTest
Running com.nurkiewicz.java8.J12_BigDecimalAccumulatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J12_BigDecimalAccumulatorTest
Running com.nurkiewicz.java8.J60_CovarianceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J60_CovarianceTest
Running com.nurkiewicz.java8.J27_PromisesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J27_PromisesTest
Running com.nurkiewicz.java8.J22_CreatingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J22_CreatingTest
Running com.nurkiewicz.java8.J11b_AtomicTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J11b_AtomicTest
Running com.nurkiewicz.java8.J11_AtomicTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J11_AtomicTest
Running com.nurkiewicz.java8.J03_FunctionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J03_FunctionTest
Running com.nurkiewicz.java8.J09_CollectorsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J09_CollectorsTest
Running com.nurkiewicz.java8.J28_CustomFutureOperatorsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J28_CustomFutureOperatorsTest
Running com.nurkiewicz.java8.J04_FunctionalInterfacesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J04_FunctionalInterfacesTest
Running com.nurkiewicz.java8.J08_LocalDateTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J08_LocalDateTest
Running com.nurkiewicz.java8.J02b_ConflictingDefaultMethodsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J02b_ConflictingDefaultMethodsTest
Running com.nurkiewicz.java8.J09_StringsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J09_StringsTest
Running com.nurkiewicz.java8.J11c_AtomicTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J11c_AtomicTest
Running com.nurkiewicz.java8.J01_HelloWorldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in com.nurkiewicz.java8.J01_HelloWorldTest
Running com.nurkiewicz.java8.J23_MapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 sec - in com.nurkiewicz.java8.J23_MapTest
Running com.nurkiewicz.java8.J13_AsyncAgentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J13_AsyncAgentTest
Running com.nurkiewicz.rxjava.R42_CreatingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R42_CreatingTest
Running com.nurkiewicz.rxjava.R51_InfiniteObservableTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R51_InfiniteObservableTest
Running com.nurkiewicz.rxjava.R43_ListeningTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 sec - in com.nurkiewicz.rxjava.R43_ListeningTest
Running com.nurkiewicz.rxjava.R45_FilteringTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R45_FilteringTest
Running com.nurkiewicz.rxjava.R46_ComposingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R46_ComposingTest
Running com.nurkiewicz.rxjava.R50_OperatorsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R50_OperatorsTest
Running com.nurkiewicz.rxjava.R41_IntroductionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.rxjava.R41_IntroductionTest
Running com.nurkiewicz.rxjava.R49_TransformingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.rxjava.R49_TransformingTest
Running com.nurkiewicz.rxjava.R47_IndexingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R47_IndexingTest

Results :

Tests run: 91, Failures: 0, Errors: 0, Skipped: 39

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ java8 ---
[INFO] Building jar: /builds/workspace/Java8 Workshop/target/java8-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ java8 ---
[INFO] Installing /builds/workspace/Java8 Workshop/target/java8-0.0.1-SNAPSHOT.jar to /builds/.m2/repository/com/nurkiewicz/java8/0.0.1-SNAPSHOT/java8-0.0.1-SNAPSHOT.jar
[INFO] Installing /builds/workspace/Java8 Workshop/pom.xml to /builds/.m2/repository/com/nurkiewicz/java8/0.0.1-SNAPSHOT/java8-0.0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.531 s
[INFO] Finished at: 2019-12-09T00:54:12+01:00
[INFO] Final Memory: 21M/171M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile ---
Time to compile: 9539
Number of tests: 91
Number of tests skipped: 39
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 Java 8 workshop 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:purge-local-repository (default-cli) @ java8 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.116 s
[INFO] Finished at: 2019-12-09T00:54:15+01:00
[INFO] Final Memory: 17M/162M
[INFO] ------------------------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Java 8 workshop 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ java8 ---
[INFO] Deleting /builds/workspace/Java8 Workshop/target
[INFO] 
[INFO] --- spoon-maven-plugin:3.1:generate (default) @ java8 ---
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml
647/647 B   
            
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (647 B at 4.2 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 6.0 KB/sec)
         
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom
2/22 KB   
3/22 KB   
5/22 KB   
6/22 KB   
7/22 KB   
9/22 KB   
10/22 KB   
11/22 KB   
13/22 KB   
14/22 KB   
15/22 KB   
17/22 KB   
18/22 KB   
19/22 KB   
21/22 KB   
22/22 KB   
           
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom (22 KB at 472.1 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml (1017 B at 30.1 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/spoon-core-7.1.0-20181011.225349-264.pom
4/23 KB       
8/23 KB   
12/23 KB   
14/23 KB   
18/23 KB   
22/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 500.3 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 511.7 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/maven-metadata.xml (1017 B at 30.1 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 147.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 225.1 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 30.9 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 199.8 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 346.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-09/spoon-core-7.4.0-beta-09.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-09/spoon-core-7.4.0-beta-09.pom (7 KB at 306.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-10/spoon-core-7.4.0-beta-10.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-10/spoon-core-7.4.0-beta-10.pom (7 KB at 292.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-11/spoon-core-7.4.0-beta-11.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-11/spoon-core-7.4.0-beta-11.pom (7 KB at 306.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-12/spoon-core-7.4.0-beta-12.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-12/spoon-core-7.4.0-beta-12.pom (7 KB at 257.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-13/spoon-core-7.4.0-beta-13.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-13/spoon-core-7.4.0-beta-13.pom (7 KB at 322.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 495.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-15/spoon-core-7.4.0-beta-15.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-15/spoon-core-7.4.0-beta-15.pom (7 KB at 306.8 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 306.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-17/spoon-core-7.4.0-beta-17.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-17/spoon-core-7.4.0-beta-17.pom (7 KB at 339.1 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 585.8 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml (1017 B at 31.0 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        
5/7 KB   
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/spoon-core-7.4.0-20190510.045100-130.pom (7 KB at 219.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0/spoon-core-7.4.0.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0/spoon-core-7.4.0.pom (7 KB at 585.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-1/spoon-core-7.5.0-beta-1.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-1/spoon-core-7.5.0-beta-1.pom (7 KB at 402.6 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 585.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-4/spoon-core-7.5.0-beta-4.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-4/spoon-core-7.5.0-beta-4.pom (7 KB at 429.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-5/spoon-core-7.5.0-beta-5.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-5/spoon-core-7.5.0-beta-5.pom (7 KB at 715.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-6/spoon-core-7.5.0-beta-6.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-6/spoon-core-7.5.0-beta-6.pom (7 KB at 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 805.3 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 805.3 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 805.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-20/spoon-core-7.5.0-beta-20.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-20/spoon-core-7.5.0-beta-20.pom (7 KB at 495.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-21/spoon-core-7.5.0-beta-21.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-21/spoon-core-7.5.0-beta-21.pom (7 KB at 805.4 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 34.2 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom
4/7 KB        
7/7 KB   
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 206.1 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 429.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-1/spoon-core-7.6.0-beta-1.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-1/spoon-core-7.6.0-beta-1.pom (7 KB at 644.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-2/spoon-core-7.6.0-beta-2.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-2/spoon-core-7.6.0-beta-2.pom (7 KB at 460.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom (7 KB at 460.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-4/spoon-core-7.6.0-beta-4.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-4/spoon-core-7.6.0-beta-4.pom (7 KB at 460.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-5/spoon-core-7.6.0-beta-5.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-5/spoon-core-7.6.0-beta-5.pom (6 KB at 372.2 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 458.1 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml (1017 B at 34.2 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/spoon-core-7.6.0-20191029.234139-152.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/spoon-core-7.6.0-20191029.234139-152.pom (7 KB at 203.6 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 743.5 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 212.7 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/maven-metadata.xml
1013/1013 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/maven-metadata.xml (1013 B at 33.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
3/7 KB        
7/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 203.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom (6 KB at 495.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-1/spoon-core-8.1.0-beta-1.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-1/spoon-core-8.1.0-beta-1.pom (6 KB at 397.0 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 350.3 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 747.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-4/spoon-core-8.1.0-beta-4.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-4/spoon-core-8.1.0-beta-4.pom (7 KB at 480.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-5/spoon-core-8.1.0-beta-5.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-5/spoon-core-8.1.0-beta-5.pom (7 KB at 517.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-6/spoon-core-8.1.0-beta-6.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-6/spoon-core-8.1.0-beta-6.pom (7 KB at 373.6 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/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 23.0 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-20191208.234138-37.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-20191208.234138-37.pom (7 KB at 196.5 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-20191208.234138-37.jar
4/1710 KB   
8/1710 KB   
8/1710 KB   
12/1710 KB   
13/1710 KB   
17/1710 KB   
21/1710 KB   
25/1710 KB   
29/1710 KB   
30/1710 KB   
34/1710 KB   
38/1710 KB   
42/1710 KB   
46/1710 KB   
50/1710 KB   
54/1710 KB   
56/1710 KB   
60/1710 KB   
64/1710 KB   
68/1710 KB   
72/1710 KB   
76/1710 KB   
80/1710 KB   
84/1710 KB   
87/1710 KB   
91/1710 KB   
95/1710 KB   
96/1710 KB   
99/1710 KB   
103/1710 KB   
107/1710 KB   
111/1710 KB   
115/1710 KB   
119/1710 KB   
123/1710 KB   
124/1710 KB   
128/1710 KB   
132/1710 KB   
136/1710 KB   
140/1710 KB   
144/1710 KB   
148/1710 KB   
152/1710 KB   
156/1710 KB   
160/1710 KB   
164/1710 KB   
168/1710 KB   
172/1710 KB   
176/1710 KB   
180/1710 KB   
184/1710 KB   
188/1710 KB   
192/1710 KB   
196/1710 KB   
200/1710 KB   
204/1710 KB   
208/1710 KB   
212/1710 KB   
216/1710 KB   
220/1710 KB   
224/1710 KB   
228/1710 KB   
232/1710 KB   
236/1710 KB   
240/1710 KB   
244/1710 KB   
248/1710 KB   
252/1710 KB   
256/1710 KB   
260/1710 KB   
264/1710 KB   
268/1710 KB   
272/1710 KB   
276/1710 KB   
280/1710 KB   
284/1710 KB   
288/1710 KB   
292/1710 KB   
296/1710 KB   
300/1710 KB   
304/1710 KB   
308/1710 KB   
312/1710 KB   
316/1710 KB   
320/1710 KB   
324/1710 KB   
328/1710 KB   
332/1710 KB   
336/1710 KB   
340/1710 KB   
344/1710 KB   
348/1710 KB   
352/1710 KB   
356/1710 KB   
360/1710 KB   
364/1710 KB   
368/1710 KB   
372/1710 KB   
376/1710 KB   
380/1710 KB   
384/1710 KB   
388/1710 KB   
392/1710 KB   
396/1710 KB   
400/1710 KB   
404/1710 KB   
408/1710 KB   
412/1710 KB   
416/1710 KB   
420/1710 KB   
424/1710 KB   
428/1710 KB   
432/1710 KB   
436/1710 KB   
440/1710 KB   
444/1710 KB   
448/1710 KB   
452/1710 KB   
456/1710 KB   
460/1710 KB   
464/1710 KB   
468/1710 KB   
472/1710 KB   
476/1710 KB   
480/1710 KB   
484/1710 KB   
488/1710 KB   
492/1710 KB   
496/1710 KB   
500/1710 KB   
504/1710 KB   
508/1710 KB   
512/1710 KB   
516/1710 KB   
520/1710 KB   
524/1710 KB   
528/1710 KB   
532/1710 KB   
536/1710 KB   
540/1710 KB   
544/1710 KB   
548/1710 KB   
552/1710 KB   
556/1710 KB   
560/1710 KB   
564/1710 KB   
568/1710 KB   
572/1710 KB   
576/1710 KB   
580/1710 KB   
584/1710 KB   
588/1710 KB   
592/1710 KB   
596/1710 KB   
600/1710 KB   
604/1710 KB   
608/1710 KB   
612/1710 KB   
616/1710 KB   
620/1710 KB   
624/1710 KB   
628/1710 KB   
632/1710 KB   
636/1710 KB   
640/1710 KB   
644/1710 KB   
648/1710 KB   
652/1710 KB   
656/1710 KB   
660/1710 KB   
664/1710 KB   
668/1710 KB   
672/1710 KB   
676/1710 KB   
680/1710 KB   
684/1710 KB   
688/1710 KB   
692/1710 KB   
696/1710 KB   
700/1710 KB   
704/1710 KB   
708/1710 KB   
712/1710 KB   
716/1710 KB   
720/1710 KB   
724/1710 KB   
728/1710 KB   
732/1710 KB   
736/1710 KB   
740/1710 KB   
744/1710 KB   
748/1710 KB   
752/1710 KB   
756/1710 KB   
760/1710 KB   
764/1710 KB   
768/1710 KB   
772/1710 KB   
776/1710 KB   
780/1710 KB   
784/1710 KB   
788/1710 KB   
792/1710 KB   
796/1710 KB   
800/1710 KB   
804/1710 KB   
808/1710 KB   
812/1710 KB   
816/1710 KB   
820/1710 KB   
824/1710 KB   
828/1710 KB   
832/1710 KB   
836/1710 KB   
840/1710 KB   
844/1710 KB   
848/1710 KB   
852/1710 KB   
856/1710 KB   
860/1710 KB   
864/1710 KB   
868/1710 KB   
872/1710 KB   
876/1710 KB   
880/1710 KB   
884/1710 KB   
888/1710 KB   
892/1710 KB   
896/1710 KB   
900/1710 KB   
904/1710 KB   
908/1710 KB   
912/1710 KB   
916/1710 KB   
920/1710 KB   
924/1710 KB   
928/1710 KB   
932/1710 KB   
936/1710 KB   
940/1710 KB   
944/1710 KB   
948/1710 KB   
952/1710 KB   
956/1710 KB   
960/1710 KB   
964/1710 KB   
968/1710 KB   
972/1710 KB   
976/1710 KB   
980/1710 KB   
984/1710 KB   
988/1710 KB   
992/1710 KB   
996/1710 KB   
1000/1710 KB   
1004/1710 KB   
1008/1710 KB   
1012/1710 KB   
1016/1710 KB   
1020/1710 KB   
1024/1710 KB   
1028/1710 KB   
1032/1710 KB   
1036/1710 KB   
1040/1710 KB   
1044/1710 KB   
1048/1710 KB   
1052/1710 KB   
1056/1710 KB   
1060/1710 KB   
1064/1710 KB   
1068/1710 KB   
1072/1710 KB   
1076/1710 KB   
1080/1710 KB   
1084/1710 KB   
1088/1710 KB   
1092/1710 KB   
1096/1710 KB   
1100/1710 KB   
1104/1710 KB   
1108/1710 KB   
1112/1710 KB   
1116/1710 KB   
1120/1710 KB   
1124/1710 KB   
1128/1710 KB   
1132/1710 KB   
1136/1710 KB   
1140/1710 KB   
1144/1710 KB   
1148/1710 KB   
1152/1710 KB   
1156/1710 KB   
1160/1710 KB   
1164/1710 KB   
1168/1710 KB   
1172/1710 KB   
1176/1710 KB   
1180/1710 KB   
1184/1710 KB   
1188/1710 KB   
1192/1710 KB   
1196/1710 KB   
1200/1710 KB   
1204/1710 KB   
1208/1710 KB   
1212/1710 KB   
1216/1710 KB   
1220/1710 KB   
1224/1710 KB   
1228/1710 KB   
1232/1710 KB   
1236/1710 KB   
1240/1710 KB   
1244/1710 KB   
1248/1710 KB   
1252/1710 KB   
1256/1710 KB   
1260/1710 KB   
1264/1710 KB   
1268/1710 KB   
1272/1710 KB   
1276/1710 KB   
1280/1710 KB   
1284/1710 KB   
1288/1710 KB   
1292/1710 KB   
1296/1710 KB   
1300/1710 KB   
1304/1710 KB   
1308/1710 KB   
1312/1710 KB   
1316/1710 KB   
1320/1710 KB   
1324/1710 KB   
1328/1710 KB   
1332/1710 KB   
1336/1710 KB   
1340/1710 KB   
1344/1710 KB   
1348/1710 KB   
1352/1710 KB   
1356/1710 KB   
1360/1710 KB   
1364/1710 KB   
1368/1710 KB   
1372/1710 KB   
1376/1710 KB   
1380/1710 KB   
1384/1710 KB   
1388/1710 KB   
1392/1710 KB   
1396/1710 KB   
1400/1710 KB   
1404/1710 KB   
1408/1710 KB   
1412/1710 KB   
1416/1710 KB   
1420/1710 KB   
1424/1710 KB   
1428/1710 KB   
1432/1710 KB   
1436/1710 KB   
1440/1710 KB   
1444/1710 KB   
1448/1710 KB   
1452/1710 KB   
1456/1710 KB   
1460/1710 KB   
1464/1710 KB   
1468/1710 KB   
1472/1710 KB   
1476/1710 KB   
1480/1710 KB   
1484/1710 KB   
1488/1710 KB   
1492/1710 KB   
1496/1710 KB   
1500/1710 KB   
1504/1710 KB   
1508/1710 KB   
1512/1710 KB   
1516/1710 KB   
1520/1710 KB   
1524/1710 KB   
1528/1710 KB   
1532/1710 KB   
1536/1710 KB   
1540/1710 KB   
1544/1710 KB   
1548/1710 KB   
1552/1710 KB   
1556/1710 KB   
1560/1710 KB   
1564/1710 KB   
1568/1710 KB   
1572/1710 KB   
1576/1710 KB   
1580/1710 KB   
1584/1710 KB   
1588/1710 KB   
1592/1710 KB   
1596/1710 KB   
1600/1710 KB   
1604/1710 KB   
1608/1710 KB   
1612/1710 KB   
1616/1710 KB   
1620/1710 KB   
1624/1710 KB   
1628/1710 KB   
1632/1710 KB   
1636/1710 KB   
1640/1710 KB   
1644/1710 KB   
1648/1710 KB   
1652/1710 KB   
1656/1710 KB   
1660/1710 KB   
1664/1710 KB   
1668/1710 KB   
1672/1710 KB   
1676/1710 KB   
1680/1710 KB   
1684/1710 KB   
1688/1710 KB   
1692/1710 KB   
1696/1710 KB   
1700/1710 KB   
1704/1710 KB   
1708/1710 KB   
1710/1710 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-20191208.234138-37.jar (1710 KB at 4869.4 KB/sec)
2019-12-09 00:54:24,044 WARN spoon.Launcher - Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath.
2019-12-09 00:54:24,045 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour.
2019-12-09 00:54:24,054 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT
2019-12-09 00:54:24,064 INFO spoon.Launcher - running Spoon...
2019-12-09 00:54:24,064 INFO spoon.Launcher - start processing...
2019-12-09 00:54:26,043 INFO spoon.Launcher - spoon.processing.SpoonTagger
2019-12-09 00:54:26,056 INFO spoon.Launcher - spoon.support.JavaOutputProcessor
2019-12-09 00:54:26,306 INFO spoon.Launcher - end of processing: 
2019-12-09 00:54:26,310 INFO spoon.Launcher - no errors, no warnings
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ java8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 40 source files to /builds/workspace/Java8 Workshop/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ java8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/Java8 Workshop/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ java8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 50 source files to /builds/workspace/Java8 Workshop/target/test-classes
[WARNING] /builds/workspace/Java8 Workshop/src/test/java/com/nurkiewicz/rxjava/R49_TransformingTest.java: /builds/workspace/Java8 Workshop/src/test/java/com/nurkiewicz/rxjava/R49_TransformingTest.java uses unchecked or unsafe operations.
[WARNING] /builds/workspace/Java8 Workshop/src/test/java/com/nurkiewicz/rxjava/R49_TransformingTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ java8 ---
[INFO] Surefire report directory: /builds/workspace/Java8 Workshop/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Running com.nurkiewicz.java8.J07c_StreamInfiniteTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 sec - in com.nurkiewicz.java8.J07c_StreamInfiniteTest
Running com.nurkiewicz.java8.J05_MultiRunnerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J05_MultiRunnerTest
Running com.nurkiewicz.java8.J07d_CustomCollectorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J07d_CustomCollectorTest
Running com.nurkiewicz.java8.J02_InterfacesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in com.nurkiewicz.java8.J02_InterfacesTest
Running com.nurkiewicz.java8.J07b_StreamReduceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J07b_StreamReduceTest
Running com.nurkiewicz.java8.J21_FuturesIntroductionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J21_FuturesIntroductionTest
Running com.nurkiewicz.java8.holidays.PolishHolidaysTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in com.nurkiewicz.java8.holidays.PolishHolidaysTest
Running com.nurkiewicz.java8.holidays.EasterTest
Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 sec - in com.nurkiewicz.java8.holidays.EasterTest
Running com.nurkiewicz.java8.holidays.HolidaysFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.holidays.HolidaysFactoryTest
Running com.nurkiewicz.java8.J08_NewMapMethodsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J08_NewMapMethodsTest
Running com.nurkiewicz.java8.J29_AsyncAgentFuturesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J29_AsyncAgentFuturesTest
Running com.nurkiewicz.java8.J07_StreamsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J07_StreamsTest
Running com.nurkiewicz.java8.J08_FilesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J08_FilesTest
Running com.nurkiewicz.java8.J25_ZipTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J25_ZipTest
Running com.nurkiewicz.java8.J26_AllAnyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J26_AllAnyTest
Running com.nurkiewicz.java8.J24_FlatMapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J24_FlatMapTest
Running com.nurkiewicz.java8.J06_OptionalTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J06_OptionalTest
Running com.nurkiewicz.java8.J10_ParallelStreamsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J10_ParallelStreamsTest
Running com.nurkiewicz.java8.J12_BigDecimalAccumulatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J12_BigDecimalAccumulatorTest
Running com.nurkiewicz.java8.J60_CovarianceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J60_CovarianceTest
Running com.nurkiewicz.java8.J27_PromisesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J27_PromisesTest
Running com.nurkiewicz.java8.J22_CreatingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J22_CreatingTest
Running com.nurkiewicz.java8.J11b_AtomicTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J11b_AtomicTest
Running com.nurkiewicz.java8.J11_AtomicTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J11_AtomicTest
Running com.nurkiewicz.java8.J03_FunctionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J03_FunctionTest
Running com.nurkiewicz.java8.J09_CollectorsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J09_CollectorsTest
Running com.nurkiewicz.java8.J28_CustomFutureOperatorsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J28_CustomFutureOperatorsTest
Running com.nurkiewicz.java8.J04_FunctionalInterfacesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J04_FunctionalInterfacesTest
Running com.nurkiewicz.java8.J08_LocalDateTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J08_LocalDateTest
Running com.nurkiewicz.java8.J02b_ConflictingDefaultMethodsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J02b_ConflictingDefaultMethodsTest
Running com.nurkiewicz.java8.J09_StringsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J09_StringsTest
Running com.nurkiewicz.java8.J11c_AtomicTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J11c_AtomicTest
Running com.nurkiewicz.java8.J01_HelloWorldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.nurkiewicz.java8.J01_HelloWorldTest
Running com.nurkiewicz.java8.J23_MapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J23_MapTest
Running com.nurkiewicz.java8.J13_AsyncAgentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J13_AsyncAgentTest
Running com.nurkiewicz.rxjava.R42_CreatingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R42_CreatingTest
Running com.nurkiewicz.rxjava.R51_InfiniteObservableTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R51_InfiniteObservableTest
Running com.nurkiewicz.rxjava.R43_ListeningTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R43_ListeningTest
Running com.nurkiewicz.rxjava.R45_FilteringTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R45_FilteringTest
Running com.nurkiewicz.rxjava.R46_ComposingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.rxjava.R46_ComposingTest
Running com.nurkiewicz.rxjava.R50_OperatorsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.rxjava.R50_OperatorsTest
Running com.nurkiewicz.rxjava.R41_IntroductionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R41_IntroductionTest
Running com.nurkiewicz.rxjava.R49_TransformingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.rxjava.R49_TransformingTest
Running com.nurkiewicz.rxjava.R47_IndexingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R47_IndexingTest

Results :

Tests run: 91, Failures: 0, Errors: 0, Skipped: 39

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ java8 ---
[INFO] Building jar: /builds/workspace/Java8 Workshop/target/java8-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ java8 ---
[INFO] Installing /builds/workspace/Java8 Workshop/target/java8-0.0.1-SNAPSHOT.jar to /builds/.m2/repository/com/nurkiewicz/java8/0.0.1-SNAPSHOT/java8-0.0.1-SNAPSHOT.jar
[INFO] Installing /builds/workspace/Java8 Workshop/pom.xml to /builds/.m2/repository/com/nurkiewicz/java8/0.0.1-SNAPSHOT/java8-0.0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.047 s
[INFO] Finished at: 2019-12-09T00:54:30+01:00
[INFO] Final Memory: 34M/206M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon ---
Time to compile with spoon: 14844
Number of tests: 91
Number of tests skipped: 39
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 Java 8 workshop 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ java8 ---
[INFO] Deleting /builds/workspace/Java8 Workshop/target
[INFO] 
[INFO] --- spoon-maven-plugin:3.1:generate (default) @ java8 ---
2019-12-09 00:54:35,961 WARN spoon.Launcher - Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath.
2019-12-09 00:54:35,964 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour.
2019-12-09 00:54:35,976 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT
2019-12-09 00:54:35,976 INFO spoon.Launcher - running Spoon...
2019-12-09 00:54:35,979 INFO spoon.Launcher - start processing...
2019-12-09 00:54:37,786 INFO spoon.Launcher - spoon.processing.SpoonTagger
2019-12-09 00:54:37,802 INFO spoon.Launcher - spoon.support.JavaOutputProcessor
2019-12-09 00:54:38,525 INFO spoon.Launcher - end of processing: 
2019-12-09 00:54:38,525 INFO spoon.Launcher - no errors, no warnings
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ java8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 40 source files to /builds/workspace/Java8 Workshop/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ java8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/Java8 Workshop/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ java8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 50 source files to /builds/workspace/Java8 Workshop/target/test-classes
[WARNING] /builds/workspace/Java8 Workshop/src/test/java/com/nurkiewicz/rxjava/R49_TransformingTest.java: /builds/workspace/Java8 Workshop/src/test/java/com/nurkiewicz/rxjava/R49_TransformingTest.java uses unchecked or unsafe operations.
[WARNING] /builds/workspace/Java8 Workshop/src/test/java/com/nurkiewicz/rxjava/R49_TransformingTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ java8 ---
[INFO] Surefire report directory: /builds/workspace/Java8 Workshop/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Running com.nurkiewicz.java8.J07c_StreamInfiniteTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J07c_StreamInfiniteTest
Running com.nurkiewicz.java8.J05_MultiRunnerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J05_MultiRunnerTest
Running com.nurkiewicz.java8.J07d_CustomCollectorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J07d_CustomCollectorTest
Running com.nurkiewicz.java8.J02_InterfacesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in com.nurkiewicz.java8.J02_InterfacesTest
Running com.nurkiewicz.java8.J07b_StreamReduceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J07b_StreamReduceTest
Running com.nurkiewicz.java8.J21_FuturesIntroductionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J21_FuturesIntroductionTest
Running com.nurkiewicz.java8.holidays.PolishHolidaysTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec - in com.nurkiewicz.java8.holidays.PolishHolidaysTest
Running com.nurkiewicz.java8.holidays.EasterTest
Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec - in com.nurkiewicz.java8.holidays.EasterTest
Running com.nurkiewicz.java8.holidays.HolidaysFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.nurkiewicz.java8.holidays.HolidaysFactoryTest
Running com.nurkiewicz.java8.J08_NewMapMethodsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J08_NewMapMethodsTest
Running com.nurkiewicz.java8.J29_AsyncAgentFuturesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J29_AsyncAgentFuturesTest
Running com.nurkiewicz.java8.J07_StreamsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J07_StreamsTest
Running com.nurkiewicz.java8.J08_FilesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J08_FilesTest
Running com.nurkiewicz.java8.J25_ZipTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 sec - in com.nurkiewicz.java8.J25_ZipTest
Running com.nurkiewicz.java8.J26_AllAnyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J26_AllAnyTest
Running com.nurkiewicz.java8.J24_FlatMapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J24_FlatMapTest
Running com.nurkiewicz.java8.J06_OptionalTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J06_OptionalTest
Running com.nurkiewicz.java8.J10_ParallelStreamsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J10_ParallelStreamsTest
Running com.nurkiewicz.java8.J12_BigDecimalAccumulatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J12_BigDecimalAccumulatorTest
Running com.nurkiewicz.java8.J60_CovarianceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J60_CovarianceTest
Running com.nurkiewicz.java8.J27_PromisesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J27_PromisesTest
Running com.nurkiewicz.java8.J22_CreatingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J22_CreatingTest
Running com.nurkiewicz.java8.J11b_AtomicTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J11b_AtomicTest
Running com.nurkiewicz.java8.J11_AtomicTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J11_AtomicTest
Running com.nurkiewicz.java8.J03_FunctionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J03_FunctionTest
Running com.nurkiewicz.java8.J09_CollectorsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J09_CollectorsTest
Running com.nurkiewicz.java8.J28_CustomFutureOperatorsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J28_CustomFutureOperatorsTest
Running com.nurkiewicz.java8.J04_FunctionalInterfacesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J04_FunctionalInterfacesTest
Running com.nurkiewicz.java8.J08_LocalDateTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J08_LocalDateTest
Running com.nurkiewicz.java8.J02b_ConflictingDefaultMethodsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J02b_ConflictingDefaultMethodsTest
Running com.nurkiewicz.java8.J09_StringsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J09_StringsTest
Running com.nurkiewicz.java8.J11c_AtomicTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J11c_AtomicTest
Running com.nurkiewicz.java8.J01_HelloWorldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.nurkiewicz.java8.J01_HelloWorldTest
Running com.nurkiewicz.java8.J23_MapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 sec - in com.nurkiewicz.java8.J23_MapTest
Running com.nurkiewicz.java8.J13_AsyncAgentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J13_AsyncAgentTest
Running com.nurkiewicz.rxjava.R42_CreatingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R42_CreatingTest
Running com.nurkiewicz.rxjava.R51_InfiniteObservableTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R51_InfiniteObservableTest
Running com.nurkiewicz.rxjava.R43_ListeningTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R43_ListeningTest
Running com.nurkiewicz.rxjava.R45_FilteringTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 sec - in com.nurkiewicz.rxjava.R45_FilteringTest
Running com.nurkiewicz.rxjava.R46_ComposingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.rxjava.R46_ComposingTest
Running com.nurkiewicz.rxjava.R50_OperatorsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.rxjava.R50_OperatorsTest
Running com.nurkiewicz.rxjava.R41_IntroductionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R41_IntroductionTest
Running com.nurkiewicz.rxjava.R49_TransformingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.rxjava.R49_TransformingTest
Running com.nurkiewicz.rxjava.R47_IndexingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R47_IndexingTest

Results :

Tests run: 91, Failures: 0, Errors: 0, Skipped: 39

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ java8 ---
[INFO] Building jar: /builds/workspace/Java8 Workshop/target/java8-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ java8 ---
[INFO] Installing /builds/workspace/Java8 Workshop/target/java8-0.0.1-SNAPSHOT.jar to /builds/.m2/repository/com/nurkiewicz/java8/0.0.1-SNAPSHOT/java8-0.0.1-SNAPSHOT.jar
[INFO] Installing /builds/workspace/Java8 Workshop/pom.xml to /builds/.m2/repository/com/nurkiewicz/java8/0.0.1-SNAPSHOT/java8-0.0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.843 s
[INFO] Finished at: 2019-12-09T00:54:42+01:00
[INFO] Final Memory: 31M/193M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon of spoon ---
Time to compile with spoon of spoon: 11915
 
-------------------------------------------------------
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>Java8 Workshop</td>
      <td>6e52e762f7ade6f3788d130950a3d5d68785a184</td>
      <td>OK</td>
      <td>tests: 91
errors: 0
skipped: 39
failures: 0</td>
      <td>OK</td>
      <td>tests: 91
errors: 0
skipped: 39
failures: 0</td>
      <td>2551</td>
      <td>N/A</td>
      <td>9539</td>
      <td>14844</td>
      <td>11915</td>
    </tr>
  </table>
</section>
Archiving artifacts
Finished: SUCCESS