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/* # timeout=10
 > 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/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 6e52e762f7ade6f3788d130950a3d5d68785a184 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6e52e762f7ade6f3788d130950a3d5d68785a184 # timeout=10
Commit message: "Wrong package"
 > git rev-list --no-walk 6e52e762f7ade6f3788d130950a3d5d68785a184 # timeout=10
[Java8 Workshop] $ /bin/sh -xe /tmp/jenkins416749265652110951.sh
+ stdbuf -i 50k bash
+ curl http://spoon.gforge.inria.fr/jenkins/build.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

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

100 21193  100 21193    0     0  1775k      0 --:--:-- --:--:-- --:--:-- 1881k
-------------------------------------------------------
 
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.026 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.001 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.001 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.233 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.294 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.145 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.012 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.002 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 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.002 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 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 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.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.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.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 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.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.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.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 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.02 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 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.001 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.001 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.001 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 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 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.890 s
[INFO] Finished at: 2020-02-22T00:54:16+01:00
[INFO] Final Memory: 21M/166M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile ---
Time to compile: 12730
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.408 s
[INFO] Finished at: 2020-02-22T00:54:21+01:00
[INFO] Final Memory: 14M/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: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml
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 3.2 KB/sec)
2/3 KB      
3/3 KB   
3/3 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (3 KB at 8.9 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 663.9 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml (1017 B at 26.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   
13/23 KB   
17/23 KB   
21/23 KB   
23/23 KB   
           
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/spoon-core-7.1.0-20181011.225349-264.pom (23 KB at 478.6 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 43.6 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 173.4 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 375.2 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml
1013/1013 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml (1013 B at 29.1 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 194.0 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 470.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-09/spoon-core-7.4.0-beta-09.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-09/spoon-core-7.4.0-beta-09.pom (7 KB at 358.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-10/spoon-core-7.4.0-beta-10.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-10/spoon-core-7.4.0-beta-10.pom (7 KB at 358.0 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 379.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-12/spoon-core-7.4.0-beta-12.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-12/spoon-core-7.4.0-beta-12.pom (7 KB at 429.6 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 339.1 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 536.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-16/spoon-core-7.4.0-beta-16.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-16/spoon-core-7.4.0-beta-16.pom (7 KB at 402.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-17/spoon-core-7.4.0-beta-17.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-17/spoon-core-7.4.0-beta-17.pom (7 KB at 495.6 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 358.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-19/spoon-core-7.4.0-beta-19.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-19/spoon-core-7.4.0-beta-19.pom (7 KB at 429.6 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml (1017 B at 32.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        
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 536.3 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 20.5 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 379.0 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 495.6 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 429.5 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 536.9 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 585.7 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 460.2 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 644.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-21/spoon-core-7.5.0-beta-21.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-21/spoon-core-7.5.0-beta-21.pom (7 KB at 536.9 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml (1017 B at 31.0 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom (7 KB at 173.5 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 321.8 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 292.8 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 30.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom (7 KB at 644.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-4/spoon-core-7.6.0-beta-4.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-4/spoon-core-7.6.0-beta-4.pom (7 KB at 536.9 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 595.5 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 350.3 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml
              
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 29.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
1/7 KB        
5/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 660.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0-beta-1/spoon-core-8.0.0-beta-1.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0-beta-1/spoon-core-8.0.0-beta-1.pom (6 KB at 425.4 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 31.9 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/spoon-core-8.0.0-20191105.234144-12.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/spoon-core-8.0.0-20191105.234144-12.pom (7 KB at 190.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom (6 KB at 660.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-1/spoon-core-8.1.0-beta-1.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-1/spoon-core-8.1.0-beta-1.pom (6 KB at 297.8 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 18.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-3/spoon-core-8.1.0-beta-3.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-3/spoon-core-8.1.0-beta-3.pom (7 KB at 280.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 28.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 420.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 395.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-7/spoon-core-8.1.0-beta-7.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-7/spoon-core-8.1.0-beta-7.pom (7 KB at 29.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-8/spoon-core-8.1.0-beta-8.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-8/spoon-core-8.1.0-beta-8.pom (7 KB at 611.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-9/spoon-core-8.1.0-beta-9.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-9/spoon-core-8.1.0-beta-9.pom (7 KB at 517.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-10/spoon-core-8.1.0-beta-10.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-10/spoon-core-8.1.0-beta-10.pom (7 KB at 519.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-11/spoon-core-8.1.0-beta-11.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-11/spoon-core-8.1.0-beta-11.pom (7 KB at 281.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-12/spoon-core-8.1.0-beta-12.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-12/spoon-core-8.1.0-beta-12.pom (7 KB at 387.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-13/spoon-core-8.1.0-beta-13.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-13/spoon-core-8.1.0-beta-13.pom (8 KB at 714.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-14/spoon-core-8.1.0-beta-14.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-14/spoon-core-8.1.0-beta-14.pom (8 KB at 476.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-15/spoon-core-8.1.0-beta-15.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-15/spoon-core-8.1.0-beta-15.pom (8 KB at 714.8 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml (1017 B at 29.2 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20200221.234145-148.pom
4/8 KB        
8/8 KB   
8/8 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20200221.234145-148.pom (8 KB at 197.8 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-20200221.234145-148.jar
4/1704 KB   
5/1704 KB   
9/1704 KB   
13/1704 KB   
13/1704 KB   
17/1704 KB   
21/1704 KB   
25/1704 KB   
29/1704 KB   
30/1704 KB   
32/1704 KB   
36/1704 KB   
39/1704 KB   
42/1704 KB   
46/1704 KB   
47/1704 KB   
51/1704 KB   
55/1704 KB   
57/1704 KB   
61/1704 KB   
65/1704 KB   
69/1704 KB   
73/1704 KB   
77/1704 KB   
80/1704 KB   
81/1704 KB   
85/1704 KB   
88/1704 KB   
92/1704 KB   
96/1704 KB   
97/1704 KB   
98/1704 KB   
102/1704 KB   
106/1704 KB   
107/1704 KB   
111/1704 KB   
115/1704 KB   
119/1704 KB   
122/1704 KB   
126/1704 KB   
130/1704 KB   
134/1704 KB   
136/1704 KB   
140/1704 KB   
144/1704 KB   
148/1704 KB   
151/1704 KB   
155/1704 KB   
159/1704 KB   
163/1704 KB   
165/1704 KB   
166/1704 KB   
170/1704 KB   
174/1704 KB   
178/1704 KB   
179/1704 KB   
183/1704 KB   
187/1704 KB   
189/1704 KB   
193/1704 KB   
196/1704 KB   
200/1704 KB   
204/1704 KB   
208/1704 KB   
210/1704 KB   
211/1704 KB   
215/1704 KB   
219/1704 KB   
220/1704 KB   
224/1704 KB   
226/1704 KB   
227/1704 KB   
230/1704 KB   
234/1704 KB   
234/1704 KB   
238/1704 KB   
241/1704 KB   
245/1704 KB   
249/1704 KB   
253/1704 KB   
257/1704 KB   
261/1704 KB   
265/1704 KB   
269/1704 KB   
273/1704 KB   
277/1704 KB   
281/1704 KB   
285/1704 KB   
289/1704 KB   
293/1704 KB   
297/1704 KB   
301/1704 KB   
305/1704 KB   
309/1704 KB   
313/1704 KB   
317/1704 KB   
321/1704 KB   
325/1704 KB   
329/1704 KB   
332/1704 KB   
336/1704 KB   
340/1704 KB   
341/1704 KB   
345/1704 KB   
349/1704 KB   
353/1704 KB   
356/1704 KB   
360/1704 KB   
364/1704 KB   
368/1704 KB   
372/1704 KB   
376/1704 KB   
380/1704 KB   
384/1704 KB   
388/1704 KB   
392/1704 KB   
396/1704 KB   
400/1704 KB   
404/1704 KB   
408/1704 KB   
412/1704 KB   
416/1704 KB   
420/1704 KB   
424/1704 KB   
428/1704 KB   
432/1704 KB   
436/1704 KB   
440/1704 KB   
444/1704 KB   
448/1704 KB   
452/1704 KB   
456/1704 KB   
460/1704 KB   
464/1704 KB   
468/1704 KB   
472/1704 KB   
476/1704 KB   
480/1704 KB   
484/1704 KB   
488/1704 KB   
492/1704 KB   
496/1704 KB   
500/1704 KB   
504/1704 KB   
508/1704 KB   
512/1704 KB   
516/1704 KB   
520/1704 KB   
524/1704 KB   
528/1704 KB   
532/1704 KB   
536/1704 KB   
540/1704 KB   
544/1704 KB   
548/1704 KB   
552/1704 KB   
556/1704 KB   
560/1704 KB   
564/1704 KB   
568/1704 KB   
572/1704 KB   
576/1704 KB   
580/1704 KB   
584/1704 KB   
588/1704 KB   
592/1704 KB   
596/1704 KB   
600/1704 KB   
604/1704 KB   
608/1704 KB   
612/1704 KB   
616/1704 KB   
620/1704 KB   
624/1704 KB   
628/1704 KB   
632/1704 KB   
636/1704 KB   
640/1704 KB   
644/1704 KB   
648/1704 KB   
652/1704 KB   
656/1704 KB   
660/1704 KB   
664/1704 KB   
668/1704 KB   
672/1704 KB   
676/1704 KB   
680/1704 KB   
684/1704 KB   
688/1704 KB   
692/1704 KB   
696/1704 KB   
700/1704 KB   
704/1704 KB   
708/1704 KB   
712/1704 KB   
716/1704 KB   
720/1704 KB   
724/1704 KB   
728/1704 KB   
732/1704 KB   
736/1704 KB   
740/1704 KB   
744/1704 KB   
748/1704 KB   
752/1704 KB   
756/1704 KB   
760/1704 KB   
764/1704 KB   
768/1704 KB   
772/1704 KB   
776/1704 KB   
780/1704 KB   
784/1704 KB   
788/1704 KB   
792/1704 KB   
796/1704 KB   
800/1704 KB   
804/1704 KB   
808/1704 KB   
812/1704 KB   
816/1704 KB   
820/1704 KB   
824/1704 KB   
828/1704 KB   
832/1704 KB   
836/1704 KB   
840/1704 KB   
844/1704 KB   
848/1704 KB   
852/1704 KB   
856/1704 KB   
860/1704 KB   
864/1704 KB   
868/1704 KB   
872/1704 KB   
876/1704 KB   
880/1704 KB   
884/1704 KB   
888/1704 KB   
892/1704 KB   
896/1704 KB   
900/1704 KB   
904/1704 KB   
908/1704 KB   
912/1704 KB   
916/1704 KB   
920/1704 KB   
924/1704 KB   
928/1704 KB   
932/1704 KB   
936/1704 KB   
940/1704 KB   
944/1704 KB   
948/1704 KB   
952/1704 KB   
956/1704 KB   
960/1704 KB   
964/1704 KB   
968/1704 KB   
972/1704 KB   
976/1704 KB   
980/1704 KB   
984/1704 KB   
988/1704 KB   
992/1704 KB   
996/1704 KB   
1000/1704 KB   
1004/1704 KB   
1008/1704 KB   
1012/1704 KB   
1016/1704 KB   
1020/1704 KB   
1024/1704 KB   
1028/1704 KB   
1032/1704 KB   
1036/1704 KB   
1040/1704 KB   
1044/1704 KB   
1048/1704 KB   
1052/1704 KB   
1056/1704 KB   
1060/1704 KB   
1064/1704 KB   
1068/1704 KB   
1072/1704 KB   
1076/1704 KB   
1080/1704 KB   
1084/1704 KB   
1088/1704 KB   
1092/1704 KB   
1096/1704 KB   
1100/1704 KB   
1104/1704 KB   
1108/1704 KB   
1112/1704 KB   
1116/1704 KB   
1120/1704 KB   
1124/1704 KB   
1128/1704 KB   
1132/1704 KB   
1136/1704 KB   
1140/1704 KB   
1144/1704 KB   
1148/1704 KB   
1152/1704 KB   
1156/1704 KB   
1160/1704 KB   
1164/1704 KB   
1168/1704 KB   
1172/1704 KB   
1176/1704 KB   
1180/1704 KB   
1184/1704 KB   
1188/1704 KB   
1192/1704 KB   
1196/1704 KB   
1200/1704 KB   
1204/1704 KB   
1208/1704 KB   
1212/1704 KB   
1216/1704 KB   
1220/1704 KB   
1224/1704 KB   
1228/1704 KB   
1232/1704 KB   
1236/1704 KB   
1240/1704 KB   
1244/1704 KB   
1248/1704 KB   
1252/1704 KB   
1256/1704 KB   
1260/1704 KB   
1264/1704 KB   
1268/1704 KB   
1272/1704 KB   
1276/1704 KB   
1280/1704 KB   
1284/1704 KB   
1288/1704 KB   
1292/1704 KB   
1296/1704 KB   
1300/1704 KB   
1304/1704 KB   
1308/1704 KB   
1312/1704 KB   
1316/1704 KB   
1320/1704 KB   
1324/1704 KB   
1328/1704 KB   
1332/1704 KB   
1336/1704 KB   
1340/1704 KB   
1344/1704 KB   
1348/1704 KB   
1352/1704 KB   
1356/1704 KB   
1360/1704 KB   
1364/1704 KB   
1368/1704 KB   
1372/1704 KB   
1376/1704 KB   
1380/1704 KB   
1384/1704 KB   
1388/1704 KB   
1392/1704 KB   
1396/1704 KB   
1400/1704 KB   
1404/1704 KB   
1408/1704 KB   
1412/1704 KB   
1416/1704 KB   
1420/1704 KB   
1424/1704 KB   
1428/1704 KB   
1432/1704 KB   
1436/1704 KB   
1440/1704 KB   
1444/1704 KB   
1448/1704 KB   
1452/1704 KB   
1456/1704 KB   
1460/1704 KB   
1464/1704 KB   
1468/1704 KB   
1472/1704 KB   
1476/1704 KB   
1480/1704 KB   
1484/1704 KB   
1488/1704 KB   
1492/1704 KB   
1496/1704 KB   
1500/1704 KB   
1504/1704 KB   
1508/1704 KB   
1512/1704 KB   
1516/1704 KB   
1520/1704 KB   
1524/1704 KB   
1528/1704 KB   
1532/1704 KB   
1536/1704 KB   
1540/1704 KB   
1544/1704 KB   
1548/1704 KB   
1552/1704 KB   
1556/1704 KB   
1560/1704 KB   
1564/1704 KB   
1568/1704 KB   
1572/1704 KB   
1576/1704 KB   
1580/1704 KB   
1584/1704 KB   
1588/1704 KB   
1592/1704 KB   
1596/1704 KB   
1600/1704 KB   
1604/1704 KB   
1608/1704 KB   
1612/1704 KB   
1616/1704 KB   
1620/1704 KB   
1624/1704 KB   
1628/1704 KB   
1632/1704 KB   
1636/1704 KB   
1640/1704 KB   
1644/1704 KB   
1648/1704 KB   
1652/1704 KB   
1656/1704 KB   
1660/1704 KB   
1664/1704 KB   
1668/1704 KB   
1672/1704 KB   
1676/1704 KB   
1680/1704 KB   
1684/1704 KB   
1688/1704 KB   
1692/1704 KB   
1696/1704 KB   
1700/1704 KB   
1704/1704 KB   
1704/1704 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-20200221.234145-148.jar (1704 KB at 6106.9 KB/sec)
[INFO] Running in NOCLASSPATH mode (doc: http://spoon.gforge.inria.fr/launcher.html).
[INFO] Running in NOCLASSPATH mode (doc: http://spoon.gforge.inria.fr/launcher.html).
[INFO] Spoon version 8.1.0-SNAPSHOT
[INFO] running Spoon...
[INFO] start processing...
[INFO] spoon.processing.SpoonTagger
[INFO] spoon.support.JavaOutputProcessor
[INFO] end of processing: 
[INFO] no errors, no warnings
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 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.018 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.001 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.063 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.113 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.173 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.004 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.006 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.002 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.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 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.002 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.002 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.003 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.002 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.005 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 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.004 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.001 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.001 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.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: 17.966 s
[INFO] Finished at: 2020-02-22T00:54:41+01:00
[INFO] Final Memory: 34M/201M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon ---
Time to compile with spoon: 19843
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 ---
[INFO] Running in NOCLASSPATH mode (doc: http://spoon.gforge.inria.fr/launcher.html).
[INFO] Running in NOCLASSPATH mode (doc: http://spoon.gforge.inria.fr/launcher.html).
[INFO] Spoon version 8.1.0-SNAPSHOT
[INFO] running Spoon...
[INFO] start processing...
[INFO] spoon.processing.SpoonTagger
[INFO] spoon.support.JavaOutputProcessor
[INFO] end of processing: 
[INFO] no errors, no warnings
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 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.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.001 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.05 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.119 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.183 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.012 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.004 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 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.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.009 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 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 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.001 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.003 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.001 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 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 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 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: 11.829 s
[INFO] Finished at: 2020-02-22T00:54:55+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: 13903
 
-------------------------------------------------------
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>3229</td>
      <td>N/A</td>
      <td>12730</td>
      <td>19843</td>
      <td>13903</td>
    </tr>
  </table>
</section>
Archiving artifacts
Finished: SUCCESS