Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on sos-builder01 (lin) in workspace /builds/workspace/Java8 Workshop [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] Done No credentials specified Cloning the remote Git repository Cloning repository https://github.com/nurkiewicz/java8-workshop.git > git init /builds/workspace/Java8 Workshop # timeout=10 Fetching upstream changes from https://github.com/nurkiewicz/java8-workshop.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/nurkiewicz/java8-workshop.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/nurkiewicz/java8-workshop.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/nurkiewicz/java8-workshop.git # timeout=10 Fetching upstream changes from https://github.com/nurkiewicz/java8-workshop.git > git fetch --tags --progress https://github.com/nurkiewicz/java8-workshop.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 6e52e762f7ade6f3788d130950a3d5d68785a184 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6e52e762f7ade6f3788d130950a3d5d68785a184 Commit message: "Wrong package" > git rev-list --no-walk 6e52e762f7ade6f3788d130950a3d5d68785a184 # timeout=10 [Java8 Workshop] $ /bin/sh -xe /tmp/jenkins6842632781169315310.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 574k 0 --:--:-- --:--:-- --:--:-- 591k ------------------------------------------------------- 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.028 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.002 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.132 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.276 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.201 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.005 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.007 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 sec - in com.nurkiewicz.java8.J08_FilesTest Running com.nurkiewicz.java8.J25_ZipTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J25_ZipTest Running com.nurkiewicz.java8.J26_AllAnyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J26_AllAnyTest Running com.nurkiewicz.java8.J24_FlatMapTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J24_FlatMapTest Running com.nurkiewicz.java8.J06_OptionalTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.java8.J06_OptionalTest Running com.nurkiewicz.java8.J10_ParallelStreamsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 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 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.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.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.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 sec - in com.nurkiewicz.rxjava.R51_InfiniteObservableTest Running com.nurkiewicz.rxjava.R43_ListeningTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R43_ListeningTest Running com.nurkiewicz.rxjava.R45_FilteringTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.rxjava.R45_FilteringTest Running com.nurkiewicz.rxjava.R46_ComposingTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in com.nurkiewicz.rxjava.R46_ComposingTest Running com.nurkiewicz.rxjava.R50_OperatorsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 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: 7.824 s [INFO] Finished at: 2019-12-12T00:54:11+01:00 [INFO] Final Memory: 22M/203M [INFO] ------------------------------------------------------------------------ --- Displays results of the maven compile --- Time to compile: 9460 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.143 s [INFO] Finished at: 2019-12-12T00:54:15+01:00 [INFO] Final Memory: 19M/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: https://repo.maven.apache.org/maven2/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 704/704 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (704 B at 4.3 KB/sec) 2/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (3 KB at 7.2 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom 2/22 KB 3/22 KB 5/22 KB 6/22 KB 7/22 KB 9/22 KB 10/22 KB 11/22 KB 13/22 KB 14/22 KB 15/22 KB 17/22 KB 18/22 KB 19/22 KB 21/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom (22 KB at 472.1 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml 1017/1017 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml (1017 B at 31.0 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 3/23 KB 7/23 KB 11/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 1222.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 27.6 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 5/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 138.0 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.2.0/spoon-core-7.2.0.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.2.0/spoon-core-7.2.0.pom (7 KB at 562.8 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 28.3 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/spoon-core-7.3.0-20190210.234149-97.pom 4/7 KB 7/7 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/spoon-core-7.3.0-20190210.234149-97.pom (7 KB at 206.1 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 411.6 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-09/spoon-core-7.4.0-beta-09.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-09/spoon-core-7.4.0-beta-09.pom (7 KB at 292.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-10/spoon-core-7.4.0-beta-10.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-10/spoon-core-7.4.0-beta-10.pom (7 KB at 585.8 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-11/spoon-core-7.4.0-beta-11.pom 2/7 KB 3/7 KB 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 292.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-12/spoon-core-7.4.0-beta-12.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-12/spoon-core-7.4.0-beta-12.pom (7 KB at 161.1 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 715.9 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 585.8 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 339.1 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 280.1 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-18/spoon-core-7.4.0-beta-18.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-18/spoon-core-7.4.0-beta-18.pom (7 KB at 306.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 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 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 149.9 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 715.1 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 805.3 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 644.2 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 429.5 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 495.6 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-6/spoon-core-7.5.0-beta-6.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-6/spoon-core-7.5.0-beta-6.pom (7 KB at 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 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 495.6 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-20/spoon-core-7.5.0-beta-20.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-20/spoon-core-7.5.0-beta-20.pom (7 KB at 585.8 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 23.6 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 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 247.8 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom (7 KB at 429.5 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 661.7 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 661.7 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 27.6 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 185.1 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0/spoon-core-7.6.0.pom 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0/spoon-core-7.6.0.pom (6 KB at 743.5 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0-beta-1/spoon-core-8.0.0-beta-1.pom 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0-beta-1/spoon-core-8.0.0-beta-1.pom (6 KB at 661.7 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/maven-metadata.xml 1013/1013 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/maven-metadata.xml (1013 B at 33.0 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/spoon-core-8.0.0-20191105.234144-12.pom 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 174.5 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom (6 KB at 594.8 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 283.6 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 313.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 747.2 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-4/spoon-core-8.1.0-beta-4.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-4/spoon-core-8.1.0-beta-4.pom (7 KB at 373.6 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 672.5 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 747.2 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml 1013/1013 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml (1013 B at 27.5 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191211.234140-41.pom 4/7 KB 7/7 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20191211.234140-41.pom (7 KB at 214.9 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-20191211.234140-41.jar 4/1696 KB 5/1696 KB 8/1696 KB 12/1696 KB 13/1696 KB 17/1696 KB 21/1696 KB 23/1696 KB 26/1696 KB 28/1696 KB 30/1696 KB 34/1696 KB 38/1696 KB 40/1696 KB 42/1696 KB 46/1696 KB 50/1696 KB 53/1696 KB 57/1696 KB 60/1696 KB 64/1696 KB 66/1696 KB 69/1696 KB 73/1696 KB 73/1696 KB 77/1696 KB 77/1696 KB 81/1696 KB 83/1696 KB 86/1696 KB 88/1696 KB 91/1696 KB 95/1696 KB 97/1696 KB 98/1696 KB 102/1696 KB 106/1696 KB 107/1696 KB 111/1696 KB 111/1696 KB 115/1696 KB 118/1696 KB 122/1696 KB 126/1696 KB 130/1696 KB 134/1696 KB 138/1696 KB 141/1696 KB 144/1696 KB 148/1696 KB 149/1696 KB 151/1696 KB 155/1696 KB 156/1696 KB 160/1696 KB 163/1696 KB 167/1696 KB 170/1696 KB 174/1696 KB 176/1696 KB 177/1696 KB 181/1696 KB 183/1696 KB 187/1696 KB 191/1696 KB 195/1696 KB 199/1696 KB 203/1696 KB 207/1696 KB 211/1696 KB 215/1696 KB 219/1696 KB 221/1696 KB 225/1696 KB 229/1696 KB 233/1696 KB 237/1696 KB 241/1696 KB 245/1696 KB 249/1696 KB 253/1696 KB 257/1696 KB 261/1696 KB 265/1696 KB 269/1696 KB 272/1696 KB 276/1696 KB 279/1696 KB 283/1696 KB 287/1696 KB 288/1696 KB 292/1696 KB 293/1696 KB 295/1696 KB 299/1696 KB 303/1696 KB 305/1696 KB 309/1696 KB 313/1696 KB 317/1696 KB 317/1696 KB 321/1696 KB 323/1696 KB 327/1696 KB 330/1696 KB 334/1696 KB 336/1696 KB 339/1696 KB 343/1696 KB 344/1696 KB 348/1696 KB 352/1696 KB 356/1696 KB 360/1696 KB 364/1696 KB 368/1696 KB 372/1696 KB 376/1696 KB 377/1696 KB 381/1696 KB 385/1696 KB 388/1696 KB 392/1696 KB 392/1696 KB 396/1696 KB 398/1696 KB 402/1696 KB 402/1696 KB 406/1696 KB 407/1696 KB 411/1696 KB 415/1696 KB 415/1696 KB 419/1696 KB 419/1696 KB 422/1696 KB 426/1696 KB 428/1696 KB 432/1696 KB 436/1696 KB 436/1696 KB 440/1696 KB 440/1696 KB 444/1696 KB 446/1696 KB 450/1696 KB 452/1696 KB 456/1696 KB 456/1696 KB 457/1696 KB 461/1696 KB 465/1696 KB 466/1696 KB 470/1696 KB 472/1696 KB 476/1696 KB 480/1696 KB 480/1696 KB 483/1696 KB 487/1696 KB 487/1696 KB 491/1696 KB 491/1696 KB 495/1696 KB 496/1696 KB 500/1696 KB 501/1696 KB 505/1696 KB 506/1696 KB 510/1696 KB 510/1696 KB 514/1696 KB 518/1696 KB 522/1696 KB 526/1696 KB 530/1696 KB 534/1696 KB 538/1696 KB 542/1696 KB 546/1696 KB 550/1696 KB 554/1696 KB 558/1696 KB 562/1696 KB 566/1696 KB 570/1696 KB 574/1696 KB 578/1696 KB 582/1696 KB 586/1696 KB 590/1696 KB 594/1696 KB 598/1696 KB 602/1696 KB 606/1696 KB 606/1696 KB 607/1696 KB 611/1696 KB 614/1696 KB 616/1696 KB 620/1696 KB 620/1696 KB 623/1696 KB 624/1696 KB 628/1696 KB 630/1696 KB 631/1696 KB 635/1696 KB 638/1696 KB 642/1696 KB 643/1696 KB 646/1696 KB 650/1696 KB 650/1696 KB 653/1696 KB 655/1696 KB 659/1696 KB 662/1696 KB 664/1696 KB 668/1696 KB 670/1696 KB 674/1696 KB 674/1696 KB 678/1696 KB 678/1696 KB 681/1696 KB 682/1696 KB 686/1696 KB 687/1696 KB 689/1696 KB 693/1696 KB 694/1696 KB 698/1696 KB 698/1696 KB 702/1696 KB 703/1696 KB 705/1696 KB 709/1696 KB 709/1696 KB 711/1696 KB 715/1696 KB 716/1696 KB 720/1696 KB 720/1696 KB 724/1696 KB 725/1696 KB 729/1696 KB 730/1696 KB 732/1696 KB 735/1696 KB 739/1696 KB 739/1696 KB 743/1696 KB 747/1696 KB 747/1696 KB 750/1696 KB 754/1696 KB 754/1696 KB 758/1696 KB 760/1696 KB 764/1696 KB 764/1696 KB 768/1696 KB 769/1696 KB 773/1696 KB 774/1696 KB 776/1696 KB 780/1696 KB 780/1696 KB 784/1696 KB 787/1696 KB 791/1696 KB 794/1696 KB 798/1696 KB 798/1696 KB 801/1696 KB 805/1696 KB 807/1696 KB 810/1696 KB 812/1696 KB 814/1696 KB 818/1696 KB 819/1696 KB 823/1696 KB 824/1696 KB 827/1696 KB 831/1696 KB 831/1696 KB 834/1696 KB 838/1696 KB 841/1696 KB 842/1696 KB 846/1696 KB 849/1696 KB 853/1696 KB 853/1696 KB 855/1696 KB 859/1696 KB 863/1696 KB 867/1696 KB 871/1696 KB 875/1696 KB 879/1696 KB 883/1696 KB 887/1696 KB 891/1696 KB 895/1696 KB 899/1696 KB 903/1696 KB 907/1696 KB 911/1696 KB 915/1696 KB 919/1696 KB 923/1696 KB 927/1696 KB 931/1696 KB 934/1696 KB 938/1696 KB 938/1696 KB 941/1696 KB 945/1696 KB 945/1696 KB 949/1696 KB 952/1696 KB 954/1696 KB 958/1696 KB 959/1696 KB 963/1696 KB 964/1696 KB 967/1696 KB 971/1696 KB 971/1696 KB 972/1696 KB 976/1696 KB 978/1696 KB 982/1696 KB 986/1696 KB 986/1696 KB 990/1696 KB 994/1696 KB 998/1696 KB 1002/1696 KB 1005/1696 KB 1009/1696 KB 1010/1696 KB 1012/1696 KB 1016/1696 KB 1016/1696 KB 1020/1696 KB 1022/1696 KB 1023/1696 KB 1027/1696 KB 1030/1696 KB 1034/1696 KB 1034/1696 KB 1038/1696 KB 1041/1696 KB 1045/1696 KB 1047/1696 KB 1051/1696 KB 1051/1696 KB 1053/1696 KB 1057/1696 KB 1058/1696 KB 1062/1696 KB 1063/1696 KB 1064/1696 KB 1068/1696 KB 1068/1696 KB 1072/1696 KB 1074/1696 KB 1078/1696 KB 1078/1696 KB 1080/1696 KB 1084/1696 KB 1084/1696 KB 1087/1696 KB 1091/1696 KB 1092/1696 KB 1096/1696 KB 1097/1696 KB 1098/1696 KB 1102/1696 KB 1102/1696 KB 1106/1696 KB 1108/1696 KB 1112/1696 KB 1112/1696 KB 1116/1696 KB 1116/1696 KB 1120/1696 KB 1121/1696 KB 1122/1696 KB 1126/1696 KB 1126/1696 KB 1130/1696 KB 1131/1696 KB 1132/1696 KB 1135/1696 KB 1138/1696 KB 1142/1696 KB 1142/1696 KB 1145/1696 KB 1148/1696 KB 1152/1696 KB 1152/1696 KB 1153/1696 KB 1157/1696 KB 1157/1696 KB 1160/1696 KB 1162/1696 KB 1166/1696 KB 1170/1696 KB 1172/1696 KB 1174/1696 KB 1178/1696 KB 1180/1696 KB 1184/1696 KB 1184/1696 KB 1188/1696 KB 1190/1696 KB 1193/1696 KB 1196/1696 KB 1200/1696 KB 1201/1696 KB 1205/1696 KB 1205/1696 KB 1208/1696 KB 1212/1696 KB 1213/1696 KB 1215/1696 KB 1219/1696 KB 1223/1696 KB 1224/1696 KB 1225/1696 KB 1228/1696 KB 1232/1696 KB 1232/1696 KB 1234/1696 KB 1238/1696 KB 1238/1696 KB 1241/1696 KB 1245/1696 KB 1249/1696 KB 1251/1696 KB 1252/1696 KB 1255/1696 KB 1259/1696 KB 1259/1696 KB 1261/1696 KB 1265/1696 KB 1268/1696 KB 1271/1696 KB 1275/1696 KB 1279/1696 KB 1283/1696 KB 1286/1696 KB 1290/1696 KB 1294/1696 KB 1298/1696 KB 1302/1696 KB 1306/1696 KB 1309/1696 KB 1312/1696 KB 1316/1696 KB 1320/1696 KB 1324/1696 KB 1328/1696 KB 1332/1696 KB 1336/1696 KB 1340/1696 KB 1344/1696 KB 1348/1696 KB 1350/1696 KB 1351/1696 KB 1355/1696 KB 1358/1696 KB 1360/1696 KB 1361/1696 KB 1365/1696 KB 1367/1696 KB 1371/1696 KB 1375/1696 KB 1375/1696 KB 1379/1696 KB 1382/1696 KB 1384/1696 KB 1385/1696 KB 1389/1696 KB 1391/1696 KB 1392/1696 KB 1396/1696 KB 1399/1696 KB 1403/1696 KB 1407/1696 KB 1408/1696 KB 1412/1696 KB 1413/1696 KB 1415/1696 KB 1419/1696 KB 1420/1696 KB 1423/1696 KB 1427/1696 KB 1427/1696 KB 1431/1696 KB 1432/1696 KB 1433/1696 KB 1437/1696 KB 1439/1696 KB 1440/1696 KB 1444/1696 KB 1447/1696 KB 1449/1696 KB 1453/1696 KB 1454/1696 KB 1456/1696 KB 1460/1696 KB 1461/1696 KB 1463/1696 KB 1464/1696 KB 1468/1696 KB 1471/1696 KB 1475/1696 KB 1478/1696 KB 1480/1696 KB 1484/1696 KB 1485/1696 KB 1487/1696 KB 1488/1696 KB 1492/1696 KB 1495/1696 KB 1499/1696 KB 1501/1696 KB 1502/1696 KB 1504/1696 KB 1508/1696 KB 1508/1696 KB 1511/1696 KB 1512/1696 KB 1516/1696 KB 1518/1696 KB 1519/1696 KB 1523/1696 KB 1526/1696 KB 1528/1696 KB 1532/1696 KB 1534/1696 KB 1535/1696 KB 1539/1696 KB 1541/1696 KB 1543/1696 KB 1546/1696 KB 1550/1696 KB 1551/1696 KB 1555/1696 KB 1556/1696 KB 1559/1696 KB 1563/1696 KB 1565/1696 KB 1566/1696 KB 1570/1696 KB 1574/1696 KB 1575/1696 KB 1576/1696 KB 1580/1696 KB 1584/1696 KB 1588/1696 KB 1592/1696 KB 1596/1696 KB 1597/1696 KB 1601/1696 KB 1605/1696 KB 1609/1696 KB 1613/1696 KB 1617/1696 KB 1621/1696 KB 1625/1696 KB 1629/1696 KB 1633/1696 KB 1637/1696 KB 1640/1696 KB 1644/1696 KB 1648/1696 KB 1652/1696 KB 1656/1696 KB 1660/1696 KB 1664/1696 KB 1668/1696 KB 1672/1696 KB 1676/1696 KB 1680/1696 KB 1684/1696 KB 1688/1696 KB 1692/1696 KB 1696/1696 KB 1696/1696 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-20191211.234140-41.jar (1696 KB at 7005.7 KB/sec) 2019-12-12 00:54:27,748 WARN spoon.Launcher - Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath. 2019-12-12 00:54:27,749 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. 2019-12-12 00:54:27,759 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT 2019-12-12 00:54:27,759 INFO spoon.Launcher - running Spoon... 2019-12-12 00:54:27,759 INFO spoon.Launcher - start processing... 2019-12-12 00:54:29,745 INFO spoon.Launcher - spoon.processing.SpoonTagger 2019-12-12 00:54:29,758 INFO spoon.Launcher - spoon.support.JavaOutputProcessor 2019-12-12 00:54:30,003 INFO spoon.Launcher - end of processing: 2019-12-12 00:54:30,003 INFO spoon.Launcher - no errors, no warnings [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 40 source files to /builds/workspace/Java8 Workshop/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/Java8 Workshop/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /builds/workspace/Java8 Workshop/target/test-classes [WARNING] /builds/workspace/Java8 Workshop/src/test/java/com/nurkiewicz/rxjava/R49_TransformingTest.java: /builds/workspace/Java8 Workshop/src/test/java/com/nurkiewicz/rxjava/R49_TransformingTest.java uses unchecked or unsafe operations. [WARNING] /builds/workspace/Java8 Workshop/src/test/java/com/nurkiewicz/rxjava/R49_TransformingTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ java8 --- [INFO] Surefire report directory: /builds/workspace/Java8 Workshop/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 Running com.nurkiewicz.java8.J07c_StreamInfiniteTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.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.002 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.007 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.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.129 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.123 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.003 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.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.009 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.001 sec - in com.nurkiewicz.java8.J26_AllAnyTest Running com.nurkiewicz.java8.J24_FlatMapTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J24_FlatMapTest Running com.nurkiewicz.java8.J06_OptionalTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J06_OptionalTest Running com.nurkiewicz.java8.J10_ParallelStreamsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J10_ParallelStreamsTest Running com.nurkiewicz.java8.J12_BigDecimalAccumulatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J12_BigDecimalAccumulatorTest Running com.nurkiewicz.java8.J60_CovarianceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 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 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.016 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 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 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: 16.773 s [INFO] Finished at: 2019-12-12T00:54:33+01:00 [INFO] Final Memory: 34M/200M [INFO] ------------------------------------------------------------------------ --- Displays results of the maven compile with spoon --- Time to compile with spoon: 18502 Number of tests: 91 Number of tests skipped: 39 Number of failures in tests: 0 Number of errors in tests: 0 ------------------------------------------------------- Overwrites source generated by spoon in the source folder ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Java 8 workshop 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ java8 --- [INFO] Deleting /builds/workspace/Java8 Workshop/target [INFO] [INFO] --- spoon-maven-plugin:3.1:generate (default) @ java8 --- 2019-12-12 00:54:38,311 WARN spoon.Launcher - Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath. 2019-12-12 00:54:38,311 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. 2019-12-12 00:54:38,320 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT 2019-12-12 00:54:38,320 INFO spoon.Launcher - running Spoon... 2019-12-12 00:54:38,321 INFO spoon.Launcher - start processing... 2019-12-12 00:54:40,153 INFO spoon.Launcher - spoon.processing.SpoonTagger 2019-12-12 00:54:40,172 INFO spoon.Launcher - spoon.support.JavaOutputProcessor 2019-12-12 00:54:40,617 INFO spoon.Launcher - end of processing: 2019-12-12 00:54:40,617 INFO spoon.Launcher - no errors, no warnings [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 40 source files to /builds/workspace/Java8 Workshop/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ java8 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/Java8 Workshop/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ java8 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /builds/workspace/Java8 Workshop/target/test-classes [WARNING] /builds/workspace/Java8 Workshop/src/test/java/com/nurkiewicz/rxjava/R49_TransformingTest.java: /builds/workspace/Java8 Workshop/src/test/java/com/nurkiewicz/rxjava/R49_TransformingTest.java uses unchecked or unsafe operations. [WARNING] /builds/workspace/Java8 Workshop/src/test/java/com/nurkiewicz/rxjava/R49_TransformingTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ java8 --- [INFO] Surefire report directory: /builds/workspace/Java8 Workshop/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 Running com.nurkiewicz.java8.J07c_StreamInfiniteTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.017 sec - in com.nurkiewicz.java8.J07c_StreamInfiniteTest Running com.nurkiewicz.java8.J05_MultiRunnerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J05_MultiRunnerTest Running com.nurkiewicz.java8.J07d_CustomCollectorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in com.nurkiewicz.java8.J07d_CustomCollectorTest Running com.nurkiewicz.java8.J02_InterfacesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 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.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.102 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.119 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.007 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 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.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 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 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 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.002 sec - in com.nurkiewicz.java8.J01_HelloWorldTest Running com.nurkiewicz.java8.J23_MapTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.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 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.397 s [INFO] Finished at: 2019-12-12T00:54:44+01:00 [INFO] Final Memory: 31M/192M [INFO] ------------------------------------------------------------------------ --- Displays results of the maven compile with spoon of spoon --- Time to compile with spoon of spoon: 10032 ------------------------------------------------------- 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>2298</td> <td>N/A</td> <td>9460</td> <td>18502</td> <td>10032</td> </tr> </table> </section> Archiving artifacts Finished: SUCCESS