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/jenkins9004501918795369071.sh
+ curl http://spoon.gforge.inria.fr/jenkins/build.sh
+ stdbuf -i 50k bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 21193  100 21193    0     0  1123k      0 --:--:-- --:--:-- --:--:-- 1149k
 
-------------------------------------------------------
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.008 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.003 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.116 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.325 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.147 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.001 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 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.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 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 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 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 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 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.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.018 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 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 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: 8.272 s
[INFO] Finished at: 2020-03-25T00:54:13+01:00
[INFO] Final Memory: 22M/201M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile ---
Time to compile: 10789
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.069 s
[INFO] Finished at: 2020-03-25T00:54:19+01:00
[INFO] Final Memory: 13M/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://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml
687/687 B   
            
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (687 B at 4.6 KB/sec)
2/4 KB      
3/4 KB   
4/4 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (4 KB at 12.6 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 1180.3 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml
1017/1017 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml (1017 B at 26.8 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/spoon-core-7.1.0-20181011.225349-264.pom
4/23 KB       
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 458.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 733.5 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 28.4 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 135.3 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 397.3 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml
1013/1013 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml (1013 B at 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
3/7 KB        
7/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 188.4 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 439.1 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 268.5 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 402.7 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 495.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 429.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-14/spoon-core-7.4.0-beta-14.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-14/spoon-core-7.4.0-beta-14.pom (7 KB at 402.7 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 585.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-17/spoon-core-7.4.0-beta-17.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-17/spoon-core-7.4.0-beta-17.pom (7 KB at 585.8 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 585.8 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 536.9 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 28.4 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
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.4.0-SNAPSHOT/spoon-core-7.4.0-20190510.045100-130.pom (7 KB at 194.0 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 585.7 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 292.8 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 402.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 379.0 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 379.0 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 585.7 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 429.5 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 429.5 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 429.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 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 219.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom (7 KB at 536.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-1/spoon-core-7.6.0-beta-1.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-1/spoon-core-7.6.0-beta-1.pom (7 KB at 495.6 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 495.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom (7 KB at 536.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-4/spoon-core-7.6.0-beta-4.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-4/spoon-core-7.6.0-beta-4.pom (7 KB at 585.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-5/spoon-core-7.6.0-beta-5.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-5/spoon-core-7.6.0-beta-5.pom (6 KB at 496.3 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 541.4 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 32.0 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 160.7 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 540.7 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 595.5 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 34.1 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 197.0 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 457.6 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 330.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 458.1 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 373.6 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 448.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 353.9 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 353.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 747.2 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 336.2 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 225.0 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 375.1 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 498.1 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 794.3 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 397.1 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 549.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-16/spoon-core-8.1.0-beta-16.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-16/spoon-core-8.1.0-beta-16.pom (8 KB at 595.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-17/spoon-core-8.1.0-beta-17.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-17/spoon-core-8.1.0-beta-17.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-18/spoon-core-8.1.0-beta-18.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-18/spoon-core-8.1.0-beta-18.pom (8 KB at 385.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-19/spoon-core-8.1.0-beta-19.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-19/spoon-core-8.1.0-beta-19.pom (8 KB at 609.9 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 32.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-20200323.060424-201.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-20200323.060424-201.pom (8 KB at 220.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0/spoon-core-8.1.0.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0/spoon-core-8.1.0.pom (8 KB at 406.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-1/spoon-core-8.2.0-beta-1.pom
4/8 KB   
8/8 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-1/spoon-core-8.2.0-beta-1.pom (8 KB at 406.5 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.2.0-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-SNAPSHOT/maven-metadata.xml
1009/1009 B   
              
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.2.0-SNAPSHOT/maven-metadata.xml (1009 B at 35.2 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.2.0-SNAPSHOT/spoon-core-8.2.0-20200324.234144-4.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.2.0-SNAPSHOT/spoon-core-8.2.0-20200324.234144-4.pom (8 KB at 162.7 KB/sec)
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.2.0-SNAPSHOT/spoon-core-8.2.0-20200324.234144-4.jar
4/1732 KB   
8/1732 KB   
10/1732 KB   
14/1732 KB   
14/1732 KB   
18/1732 KB   
20/1732 KB   
24/1732 KB   
28/1732 KB   
32/1732 KB   
34/1732 KB   
38/1732 KB   
39/1732 KB   
42/1732 KB   
46/1732 KB   
50/1732 KB   
54/1732 KB   
58/1732 KB   
62/1732 KB   
66/1732 KB   
70/1732 KB   
74/1732 KB   
78/1732 KB   
82/1732 KB   
86/1732 KB   
90/1732 KB   
94/1732 KB   
98/1732 KB   
99/1732 KB   
103/1732 KB   
107/1732 KB   
111/1732 KB   
115/1732 KB   
119/1732 KB   
123/1732 KB   
127/1732 KB   
131/1732 KB   
134/1732 KB   
138/1732 KB   
141/1732 KB   
145/1732 KB   
149/1732 KB   
152/1732 KB   
155/1732 KB   
159/1732 KB   
163/1732 KB   
167/1732 KB   
169/1732 KB   
173/1732 KB   
177/1732 KB   
181/1732 KB   
185/1732 KB   
189/1732 KB   
193/1732 KB   
197/1732 KB   
201/1732 KB   
205/1732 KB   
209/1732 KB   
213/1732 KB   
217/1732 KB   
221/1732 KB   
222/1732 KB   
226/1732 KB   
229/1732 KB   
233/1732 KB   
237/1732 KB   
237/1732 KB   
241/1732 KB   
242/1732 KB   
246/1732 KB   
250/1732 KB   
254/1732 KB   
258/1732 KB   
262/1732 KB   
266/1732 KB   
270/1732 KB   
274/1732 KB   
278/1732 KB   
282/1732 KB   
286/1732 KB   
290/1732 KB   
294/1732 KB   
294/1732 KB   
298/1732 KB   
302/1732 KB   
306/1732 KB   
310/1732 KB   
311/1732 KB   
315/1732 KB   
319/1732 KB   
323/1732 KB   
327/1732 KB   
329/1732 KB   
333/1732 KB   
335/1732 KB   
339/1732 KB   
343/1732 KB   
347/1732 KB   
351/1732 KB   
355/1732 KB   
359/1732 KB   
363/1732 KB   
367/1732 KB   
371/1732 KB   
374/1732 KB   
378/1732 KB   
382/1732 KB   
386/1732 KB   
390/1732 KB   
394/1732 KB   
394/1732 KB   
398/1732 KB   
402/1732 KB   
406/1732 KB   
410/1732 KB   
414/1732 KB   
418/1732 KB   
422/1732 KB   
426/1732 KB   
430/1732 KB   
434/1732 KB   
438/1732 KB   
442/1732 KB   
446/1732 KB   
450/1732 KB   
454/1732 KB   
458/1732 KB   
462/1732 KB   
466/1732 KB   
470/1732 KB   
474/1732 KB   
478/1732 KB   
482/1732 KB   
486/1732 KB   
490/1732 KB   
494/1732 KB   
498/1732 KB   
502/1732 KB   
506/1732 KB   
510/1732 KB   
514/1732 KB   
518/1732 KB   
522/1732 KB   
526/1732 KB   
530/1732 KB   
534/1732 KB   
538/1732 KB   
542/1732 KB   
546/1732 KB   
550/1732 KB   
554/1732 KB   
558/1732 KB   
558/1732 KB   
562/1732 KB   
566/1732 KB   
570/1732 KB   
574/1732 KB   
578/1732 KB   
582/1732 KB   
586/1732 KB   
587/1732 KB   
591/1732 KB   
595/1732 KB   
599/1732 KB   
603/1732 KB   
607/1732 KB   
611/1732 KB   
611/1732 KB   
615/1732 KB   
619/1732 KB   
623/1732 KB   
627/1732 KB   
631/1732 KB   
635/1732 KB   
639/1732 KB   
643/1732 KB   
647/1732 KB   
651/1732 KB   
655/1732 KB   
659/1732 KB   
663/1732 KB   
667/1732 KB   
667/1732 KB   
671/1732 KB   
675/1732 KB   
679/1732 KB   
683/1732 KB   
687/1732 KB   
691/1732 KB   
695/1732 KB   
698/1732 KB   
702/1732 KB   
706/1732 KB   
710/1732 KB   
714/1732 KB   
718/1732 KB   
722/1732 KB   
726/1732 KB   
730/1732 KB   
734/1732 KB   
738/1732 KB   
742/1732 KB   
744/1732 KB   
748/1732 KB   
752/1732 KB   
756/1732 KB   
760/1732 KB   
764/1732 KB   
768/1732 KB   
772/1732 KB   
776/1732 KB   
780/1732 KB   
784/1732 KB   
788/1732 KB   
792/1732 KB   
796/1732 KB   
799/1732 KB   
803/1732 KB   
807/1732 KB   
811/1732 KB   
815/1732 KB   
819/1732 KB   
823/1732 KB   
827/1732 KB   
831/1732 KB   
835/1732 KB   
838/1732 KB   
842/1732 KB   
846/1732 KB   
850/1732 KB   
852/1732 KB   
856/1732 KB   
860/1732 KB   
864/1732 KB   
868/1732 KB   
872/1732 KB   
876/1732 KB   
880/1732 KB   
884/1732 KB   
885/1732 KB   
889/1732 KB   
893/1732 KB   
893/1732 KB   
897/1732 KB   
901/1732 KB   
905/1732 KB   
909/1732 KB   
913/1732 KB   
917/1732 KB   
921/1732 KB   
925/1732 KB   
929/1732 KB   
933/1732 KB   
937/1732 KB   
941/1732 KB   
945/1732 KB   
949/1732 KB   
953/1732 KB   
957/1732 KB   
961/1732 KB   
965/1732 KB   
969/1732 KB   
973/1732 KB   
977/1732 KB   
981/1732 KB   
985/1732 KB   
989/1732 KB   
993/1732 KB   
997/1732 KB   
1001/1732 KB   
1005/1732 KB   
1009/1732 KB   
1013/1732 KB   
1017/1732 KB   
1021/1732 KB   
1025/1732 KB   
1029/1732 KB   
1033/1732 KB   
1037/1732 KB   
1041/1732 KB   
1045/1732 KB   
1049/1732 KB   
1053/1732 KB   
1057/1732 KB   
1061/1732 KB   
1065/1732 KB   
1069/1732 KB   
1073/1732 KB   
1077/1732 KB   
1081/1732 KB   
1085/1732 KB   
1089/1732 KB   
1093/1732 KB   
1097/1732 KB   
1101/1732 KB   
1105/1732 KB   
1109/1732 KB   
1113/1732 KB   
1117/1732 KB   
1121/1732 KB   
1125/1732 KB   
1129/1732 KB   
1133/1732 KB   
1137/1732 KB   
1141/1732 KB   
1145/1732 KB   
1149/1732 KB   
1153/1732 KB   
1157/1732 KB   
1161/1732 KB   
1165/1732 KB   
1169/1732 KB   
1173/1732 KB   
1177/1732 KB   
1181/1732 KB   
1185/1732 KB   
1189/1732 KB   
1193/1732 KB   
1197/1732 KB   
1201/1732 KB   
1205/1732 KB   
1209/1732 KB   
1213/1732 KB   
1217/1732 KB   
1221/1732 KB   
1225/1732 KB   
1229/1732 KB   
1233/1732 KB   
1237/1732 KB   
1241/1732 KB   
1245/1732 KB   
1249/1732 KB   
1253/1732 KB   
1257/1732 KB   
1261/1732 KB   
1265/1732 KB   
1269/1732 KB   
1273/1732 KB   
1277/1732 KB   
1281/1732 KB   
1285/1732 KB   
1289/1732 KB   
1293/1732 KB   
1297/1732 KB   
1301/1732 KB   
1305/1732 KB   
1309/1732 KB   
1313/1732 KB   
1317/1732 KB   
1321/1732 KB   
1325/1732 KB   
1329/1732 KB   
1333/1732 KB   
1337/1732 KB   
1341/1732 KB   
1345/1732 KB   
1349/1732 KB   
1353/1732 KB   
1357/1732 KB   
1361/1732 KB   
1365/1732 KB   
1369/1732 KB   
1373/1732 KB   
1377/1732 KB   
1381/1732 KB   
1385/1732 KB   
1389/1732 KB   
1393/1732 KB   
1397/1732 KB   
1401/1732 KB   
1405/1732 KB   
1409/1732 KB   
1413/1732 KB   
1417/1732 KB   
1421/1732 KB   
1425/1732 KB   
1429/1732 KB   
1433/1732 KB   
1437/1732 KB   
1441/1732 KB   
1445/1732 KB   
1449/1732 KB   
1453/1732 KB   
1457/1732 KB   
1461/1732 KB   
1465/1732 KB   
1469/1732 KB   
1473/1732 KB   
1477/1732 KB   
1481/1732 KB   
1485/1732 KB   
1489/1732 KB   
1493/1732 KB   
1497/1732 KB   
1501/1732 KB   
1505/1732 KB   
1509/1732 KB   
1513/1732 KB   
1517/1732 KB   
1521/1732 KB   
1525/1732 KB   
1529/1732 KB   
1533/1732 KB   
1537/1732 KB   
1541/1732 KB   
1545/1732 KB   
1549/1732 KB   
1553/1732 KB   
1557/1732 KB   
1561/1732 KB   
1565/1732 KB   
1569/1732 KB   
1573/1732 KB   
1577/1732 KB   
1581/1732 KB   
1585/1732 KB   
1589/1732 KB   
1593/1732 KB   
1597/1732 KB   
1601/1732 KB   
1605/1732 KB   
1609/1732 KB   
1613/1732 KB   
1617/1732 KB   
1621/1732 KB   
1625/1732 KB   
1629/1732 KB   
1633/1732 KB   
1637/1732 KB   
1641/1732 KB   
1645/1732 KB   
1649/1732 KB   
1653/1732 KB   
1657/1732 KB   
1661/1732 KB   
1665/1732 KB   
1669/1732 KB   
1673/1732 KB   
1677/1732 KB   
1681/1732 KB   
1685/1732 KB   
1689/1732 KB   
1693/1732 KB   
1697/1732 KB   
1701/1732 KB   
1705/1732 KB   
1709/1732 KB   
1713/1732 KB   
1717/1732 KB   
1721/1732 KB   
1725/1732 KB   
1729/1732 KB   
1732/1732 KB   
               
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.2.0-SNAPSHOT/spoon-core-8.2.0-20200324.234144-4.jar (1732 KB at 5970.6 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.2.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.002 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.005 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.045 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.124 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.154 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.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.005 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.008 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.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.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.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.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.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.002 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.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.001 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 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.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.002 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.001 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: 14.852 s
[INFO] Finished at: 2020-03-25T00:54:35+01:00
[INFO] Final Memory: 34M/218M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon ---
Time to compile with spoon: 16621
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.2.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.005 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.077 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.001 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.182 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.109 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.014 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.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 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 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 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.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.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.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.003 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.001 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.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.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.001 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.425 s
[INFO] Finished at: 2020-03-25T00:54:49+01:00
[INFO] Final Memory: 32M/191M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon of spoon ---
Time to compile with spoon of spoon: 13677
 
-------------------------------------------------------
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>3226</td>
      <td>N/A</td>
      <td>10789</td>
      <td>16621</td>
      <td>13677</td>
    </tr>
  </table>
</section>
Archiving artifacts
Finished: SUCCESS