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/Commons-collections
[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/apache/commons-collections.git
 > git init /builds/workspace/Commons-collections # timeout=10
Fetching upstream changes from https://github.com/apache/commons-collections.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/commons-collections.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/commons-collections.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/commons-collections.git # timeout=10
Fetching upstream changes from https://github.com/apache/commons-collections.git
 > git fetch --tags --progress https://github.com/apache/commons-collections.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse bb0781551c7f1d7ddd28733acff95e1f130e766c^{commit} # timeout=10
Checking out Revision bb0781551c7f1d7ddd28733acff95e1f130e766c (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bb0781551c7f1d7ddd28733acff95e1f130e766c
Commit message: "Update Travis build with more JDKs."
 > git rev-list --no-walk bb0781551c7f1d7ddd28733acff95e1f130e766c # timeout=10
[Commons-collections] $ /bin/sh -xe /tmp/jenkins835238509327236118.sh
+ curl http://spoon.gforge.inria.fr/jenkins/build.sh
+ stdbuf -i 50k bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

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

100 21193  100 21193    0     0  1228k      0 --:--:-- --:--:-- --:--:-- 1293k
HEAD is now at bb07815 Update Travis build with more JDKs.

--- Displays variables used in the build ---
Artifact id: commons-collections4
Version: 4.4-SNAPSHOT
Modules job:
- Commons-collections
Has checkstyle: true
Has enforcer: true
Git version id: bb0781551c7f1d7ddd28733acff95e1f130e766c
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 Apache Commons Collections 4.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-collections4 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-collections4 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-collections4 ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-collections4 ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-collections4 ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to /builds/workspace/Commons-collections/target/apidocs/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-collections4 ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-collections4 ---
[INFO] Executing: /bin/sh -c cd '/builds/workspace/Commons-collections' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /builds/workspace/Commons-collections
[INFO] Storing buildNumber: bb0781551c7f1d7ddd28733acff95e1f130e766c at timestamp: 1575202510796
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/builds/workspace/Commons-collections' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /builds/workspace/Commons-collections
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-collections4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/Commons-collections/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-collections4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 323 source files to /builds/workspace/Commons-collections/target/classes
[INFO] /builds/workspace/Commons-collections/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java: Some input files use or override a deprecated API.
[INFO] /builds/workspace/Commons-collections/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java: Recompile with -Xlint:deprecation for details.
[INFO] /builds/workspace/Commons-collections/src/main/java/org/apache/commons/collections4/TransformerUtils.java: Some input files use unchecked or unsafe operations.
[INFO] /builds/workspace/Commons-collections/src/main/java/org/apache/commons/collections4/TransformerUtils.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-collections4 ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-collections4 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-collections4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 178 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-collections4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 213 source files to /builds/workspace/Commons-collections/target/test-classes
[INFO] /builds/workspace/Commons-collections/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java: Some input files use or override a deprecated API.
[INFO] /builds/workspace/Commons-collections/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /builds/workspace/Commons-collections/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java: Some input files use unchecked or unsafe operations.
[INFO] /builds/workspace/Commons-collections/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (prepare-agent) @ commons-collections4 ---
[INFO] argLine set to -javaagent:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/builds/workspace/Commons-collections/target/jacoco.exec
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ commons-collections4 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.commons.collections4.map.UnmodifiableMapTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s - in org.apache.commons.collections4.map.UnmodifiableMapTest
[INFO] Running org.apache.commons.collections4.map.PassiveExpiringMapTest
[INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.185 s - in org.apache.commons.collections4.map.PassiveExpiringMapTest
[INFO] Running org.apache.commons.collections4.map.PredicatedSortedMapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.apache.commons.collections4.map.PredicatedSortedMapTest
[INFO] Running org.apache.commons.collections4.map.HashedMapTest
[INFO] Tests run: 155, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.apache.commons.collections4.map.HashedMapTest
[INFO] Running org.apache.commons.collections4.map.PredicatedMapTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.apache.commons.collections4.map.PredicatedMapTest
[INFO] Running org.apache.commons.collections4.map.ReferenceIdentityMapTest
[INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.448 s - in org.apache.commons.collections4.map.ReferenceIdentityMapTest
[INFO] Running org.apache.commons.collections4.map.ListOrderedMap2Test
[INFO] Tests run: 328, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s - in org.apache.commons.collections4.map.ListOrderedMap2Test
[INFO] Running org.apache.commons.collections4.map.LazySortedMapTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.commons.collections4.map.LazySortedMapTest
[INFO] Running org.apache.commons.collections4.map.LazyMapTest
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.apache.commons.collections4.map.LazyMapTest
[INFO] Running org.apache.commons.collections4.map.UnmodifiableOrderedMapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.apache.commons.collections4.map.UnmodifiableOrderedMapTest
[INFO] Running org.apache.commons.collections4.map.Flat3MapTest
[INFO] Tests run: 196, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.apache.commons.collections4.map.Flat3MapTest
[INFO] Running org.apache.commons.collections4.map.MultiKeyMapTest
[INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.apache.commons.collections4.map.MultiKeyMapTest
[INFO] Running org.apache.commons.collections4.map.LRUMapTest
[INFO] Tests run: 190, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.176 s - in org.apache.commons.collections4.map.LRUMapTest
[INFO] Running org.apache.commons.collections4.map.TransformedSortedMapTest
[INFO] Tests run: 546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in org.apache.commons.collections4.map.TransformedSortedMapTest
[INFO] Running org.apache.commons.collections4.map.ListOrderedMapTest
[INFO] Tests run: 487, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.apache.commons.collections4.map.ListOrderedMapTest
[INFO] Running org.apache.commons.collections4.map.CaseInsensitiveMapTest
[INFO] Tests run: 158, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.apache.commons.collections4.map.CaseInsensitiveMapTest
[INFO] Running org.apache.commons.collections4.map.TransformedMapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.commons.collections4.map.TransformedMapTest
[INFO] Running org.apache.commons.collections4.map.StaticBucketMapTest
[INFO] Tests run: 152, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in org.apache.commons.collections4.map.StaticBucketMapTest
[INFO] Running org.apache.commons.collections4.map.ReferenceMapTest
[INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.801 s - in org.apache.commons.collections4.map.ReferenceMapTest
[INFO] Running org.apache.commons.collections4.map.LinkedMapTest
[INFO] Tests run: 332, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.apache.commons.collections4.map.LinkedMapTest
[INFO] Running org.apache.commons.collections4.map.SingletonMapTest
[INFO] Tests run: 175, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.apache.commons.collections4.map.SingletonMapTest
[INFO] Running org.apache.commons.collections4.map.UnmodifiableSortedMapTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.map.UnmodifiableSortedMapTest
[INFO] Running org.apache.commons.collections4.map.FixedSizeMapTest
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.commons.collections4.map.FixedSizeMapTest
[INFO] Running org.apache.commons.collections4.map.MultiValueMapTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.apache.commons.collections4.map.MultiValueMapTest
[INFO] Running org.apache.commons.collections4.map.DefaultedMapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.commons.collections4.map.DefaultedMapTest
[INFO] Running org.apache.commons.collections4.map.FixedSizeSortedMapTest
[INFO] Tests run: 543, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.apache.commons.collections4.map.FixedSizeSortedMapTest
[INFO] Running org.apache.commons.collections4.map.CompositeMapTest
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.apache.commons.collections4.map.CompositeMapTest
[INFO] Running org.apache.commons.collections4.multiset.HashMultiSetTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.apache.commons.collections4.multiset.HashMultiSetTest
[INFO] Running org.apache.commons.collections4.multiset.SynchronizedMultiSetTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.apache.commons.collections4.multiset.SynchronizedMultiSetTest
[INFO] Running org.apache.commons.collections4.multiset.PredicatedMultiSetTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.apache.commons.collections4.multiset.PredicatedMultiSetTest
[INFO] Running org.apache.commons.collections4.multiset.UnmodifiableMultiSetTest
[INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.apache.commons.collections4.multiset.UnmodifiableMultiSetTest
[INFO] Running org.apache.commons.collections4.properties.SortedPropertiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.apache.commons.collections4.properties.SortedPropertiesTest
[INFO] Running org.apache.commons.collections4.ListUtilsTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.commons.collections4.ListUtilsTest
[INFO] Running org.apache.commons.collections4.splitmap.TransformedSplitMapTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.splitmap.TransformedSplitMapTest
[INFO] Running org.apache.commons.collections4.FactoryUtilsTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.apache.commons.collections4.FactoryUtilsTest
[INFO] Running org.apache.commons.collections4.PredicateUtilsTest
[INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.apache.commons.collections4.PredicateUtilsTest
[INFO] Running org.apache.commons.collections4.CollectionUtilsTest
[INFO] Tests run: 104, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s - in org.apache.commons.collections4.CollectionUtilsTest
[INFO] Running org.apache.commons.collections4.IterableUtilsTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.apache.commons.collections4.IterableUtilsTest
[INFO] Running org.apache.commons.collections4.ComparatorUtilsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.ComparatorUtilsTest
[INFO] Running org.apache.commons.collections4.list.TreeListTest
[INFO] Tests run: 158, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.336 s - in org.apache.commons.collections4.list.TreeListTest
[INFO] Running org.apache.commons.collections4.list.NodeCachingLinkedListTest
[INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.apache.commons.collections4.list.NodeCachingLinkedListTest
[INFO] Running org.apache.commons.collections4.list.FixedSizeListTest
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.list.FixedSizeListTest
[INFO] Running org.apache.commons.collections4.list.SetUniqueListTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.apache.commons.collections4.list.SetUniqueListTest
[INFO] Running org.apache.commons.collections4.list.CursorableLinkedListTest
[INFO] Tests run: 196, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.apache.commons.collections4.list.CursorableLinkedListTest
[INFO] Running org.apache.commons.collections4.list.TransformedListTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.list.TransformedListTest
[INFO] Running org.apache.commons.collections4.list.GrowthListTest
[INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.list.GrowthListTest
[INFO] Running org.apache.commons.collections4.list.PredicatedListTest
[INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.list.PredicatedListTest
[INFO] Running org.apache.commons.collections4.list.Collections701Test
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.list.Collections701Test
[INFO] Running org.apache.commons.collections4.list.UnmodifiableListTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.commons.collections4.list.UnmodifiableListTest
[INFO] Running org.apache.commons.collections4.collection.PredicatedCollectionBuilderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.collection.PredicatedCollectionBuilderTest
[INFO] Running org.apache.commons.collections4.collection.SynchronizedCollectionTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.collection.SynchronizedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.CompositeCollectionTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.collection.CompositeCollectionTest
[INFO] Running org.apache.commons.collections4.collection.PredicatedCollectionTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.collection.PredicatedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.UnmodifiableBoundedCollectionTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.collection.UnmodifiableBoundedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.UnmodifiableCollectionTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.collection.UnmodifiableCollectionTest
[INFO] Running org.apache.commons.collections4.collection.IndexedCollectionTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.commons.collections4.collection.IndexedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.TransformedCollectionTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.collection.TransformedCollectionTest
[INFO] Running org.apache.commons.collections4.BagUtilsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.BagUtilsTest
[INFO] Running org.apache.commons.collections4.queue.SynchronizedQueueTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.apache.commons.collections4.queue.SynchronizedQueueTest
[INFO] Running org.apache.commons.collections4.queue.PredicatedQueueTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.queue.PredicatedQueueTest
[INFO] Running org.apache.commons.collections4.queue.UnmodifiableQueueTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.commons.collections4.queue.UnmodifiableQueueTest
[INFO] Running org.apache.commons.collections4.queue.CircularFifoQueueTest
[INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.commons.collections4.queue.CircularFifoQueueTest
[INFO] Running org.apache.commons.collections4.queue.TransformedQueueTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.commons.collections4.queue.TransformedQueueTest
[INFO] Running org.apache.commons.collections4.SetUtilsTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.SetUtilsTest
[INFO] Running org.apache.commons.collections4.ArrayStackTest
[INFO] Tests run: 154, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.apache.commons.collections4.ArrayStackTest
[INFO] Running org.apache.commons.collections4.ClosureUtilsTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.ClosureUtilsTest
[INFO] Running org.apache.commons.collections4.TransformerUtilsTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.TransformerUtilsTest
[INFO] Running org.apache.commons.collections4.TrieUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.TrieUtilsTest
[INFO] Running org.apache.commons.collections4.iterators.BoundedIteratorTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.iterators.BoundedIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ObjectArrayIteratorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.ObjectArrayIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ListIteratorWrapperTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.ListIteratorWrapperTest
[INFO] Running org.apache.commons.collections4.iterators.ArrayIterator2Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.ArrayIterator2Test
[INFO] Running org.apache.commons.collections4.iterators.IteratorIterableTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.IteratorIterableTest
[INFO] Running org.apache.commons.collections4.iterators.SkippingIteratorTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.iterators.SkippingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.SingletonIterator2Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.SingletonIterator2Test
[INFO] Running org.apache.commons.collections4.iterators.UnmodifiableMapIteratorTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.iterators.UnmodifiableMapIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.SingletonListIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.SingletonListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ObjectArrayListIterator2Test
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.ObjectArrayListIterator2Test
[INFO] Running org.apache.commons.collections4.iterators.PushbackIteratorTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.PushbackIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.FilterListIteratorTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.commons.collections4.iterators.FilterListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.FilterIteratorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.iterators.FilterIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ZippingIteratorTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.iterators.ZippingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.SingletonIteratorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.SingletonIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ObjectArrayListIteratorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.ObjectArrayListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ArrayListIterator2Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.ArrayListIterator2Test
[INFO] Running org.apache.commons.collections4.iterators.CollatingIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.iterators.CollatingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.UnmodifiableIteratorTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.UnmodifiableIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.LazyIteratorChainTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.iterators.LazyIteratorChainTest
[INFO] Running org.apache.commons.collections4.iterators.LoopingIteratorTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.LoopingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.PeekingIteratorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.PeekingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ListIteratorWrapper2Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.ListIteratorWrapper2Test
[INFO] Running org.apache.commons.collections4.iterators.NodeListIteratorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.apache.commons.collections4.iterators.NodeListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.UniqueFilterIteratorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.UniqueFilterIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ArrayListIteratorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.ArrayListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.UnmodifiableListIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.iterators.UnmodifiableListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.IteratorEnumerationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.IteratorEnumerationTest
[INFO] Running org.apache.commons.collections4.iterators.LoopingListIteratorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.LoopingListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ObjectGraphIteratorTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.iterators.ObjectGraphIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.PermutationIteratorTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.iterators.PermutationIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ArrayIteratorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.ArrayIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ReverseListIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.iterators.ReverseListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.IteratorChainTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.IteratorChainTest
[INFO] Running org.apache.commons.collections4.EnumerationUtilsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.EnumerationUtilsTest
[INFO] Running org.apache.commons.collections4.multimap.HashSetValuedHashMapTest
[INFO] Tests run: 332, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.apache.commons.collections4.multimap.HashSetValuedHashMapTest
[INFO] Running org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMapTest
[INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMapTest
[INFO] Running org.apache.commons.collections4.multimap.TransformedMultiValuedMapTest
[INFO] Tests run: 332, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.apache.commons.collections4.multimap.TransformedMultiValuedMapTest
[INFO] Running org.apache.commons.collections4.multimap.ArrayListValuedHashMapTest
[INFO] Tests run: 334, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.apache.commons.collections4.multimap.ArrayListValuedHashMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualHashBidiMapTest
[INFO] Tests run: 362, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in org.apache.commons.collections4.bidimap.DualHashBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualTreeBidiMapTest
[INFO] Tests run: 803, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s - in org.apache.commons.collections4.bidimap.DualTreeBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.TreeBidiMapTest
[INFO] Tests run: 383, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s - in org.apache.commons.collections4.bidimap.TreeBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualTreeBidiMap2Test
[INFO] Tests run: 808, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 s - in org.apache.commons.collections4.bidimap.DualTreeBidiMap2Test
[INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableBidiMapTest
[INFO] Tests run: 364, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.apache.commons.collections4.bidimap.UnmodifiableBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMapTest
[INFO] Tests run: 385, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMapTest
[INFO] Tests run: 805, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualLinkedHashBidiMapTest
[INFO] Tests run: 362, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.apache.commons.collections4.bidimap.DualLinkedHashBidiMapTest
[INFO] Running org.apache.commons.collections4.keyvalue.DefaultMapEntryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.keyvalue.DefaultMapEntryTest
[INFO] Running org.apache.commons.collections4.keyvalue.MultiKeyTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.keyvalue.MultiKeyTest
[INFO] Running org.apache.commons.collections4.keyvalue.DefaultKeyValueTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.commons.collections4.keyvalue.DefaultKeyValueTest
[INFO] Running org.apache.commons.collections4.keyvalue.TiedMapEntryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.keyvalue.TiedMapEntryTest
[INFO] Running org.apache.commons.collections4.keyvalue.UnmodifiableMapEntryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.keyvalue.UnmodifiableMapEntryTest
[INFO] Running org.apache.commons.collections4.QueueUtilsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.QueueUtilsTest
[INFO] Running org.apache.commons.collections4.MultiSetUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.MultiSetUtilsTest
[INFO] Running org.apache.commons.collections4.bag.HashBagTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.apache.commons.collections4.bag.HashBagTest
[INFO] Running org.apache.commons.collections4.bag.SynchronizedBagTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.bag.SynchronizedBagTest
[INFO] Running org.apache.commons.collections4.bag.PredicatedSortedBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.apache.commons.collections4.bag.PredicatedSortedBagTest
[INFO] Running org.apache.commons.collections4.bag.TransformedSortedBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.apache.commons.collections4.bag.TransformedSortedBagTest
[INFO] Running org.apache.commons.collections4.bag.UnmodifiableBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.bag.UnmodifiableBagTest
[INFO] Running org.apache.commons.collections4.bag.PredicatedBagTest
[INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.bag.PredicatedBagTest
[INFO] Running org.apache.commons.collections4.bag.TreeBagTest
[INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.commons.collections4.bag.TreeBagTest
[INFO] Running org.apache.commons.collections4.bag.CollectionBagTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.bag.CollectionBagTest
[INFO] Running org.apache.commons.collections4.bag.CollectionSortedBagTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.bag.CollectionSortedBagTest
[INFO] Running org.apache.commons.collections4.bag.TransformedBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.bag.TransformedBagTest
[INFO] Running org.apache.commons.collections4.bag.UnmodifiableSortedBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.bag.UnmodifiableSortedBagTest
[INFO] Running org.apache.commons.collections4.trie.UnmodifiableTrieTest
[INFO] Tests run: 545, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.apache.commons.collections4.trie.UnmodifiableTrieTest
[INFO] Running org.apache.commons.collections4.trie.PatriciaTrieTest
[INFO] Tests run: 550, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s - in org.apache.commons.collections4.trie.PatriciaTrieTest
[INFO] Running org.apache.commons.collections4.trie.PatriciaTrie2Test
[INFO] Tests run: 174, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.apache.commons.collections4.trie.PatriciaTrie2Test
[INFO] Running org.apache.commons.collections4.sequence.SequencesComparatorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s - in org.apache.commons.collections4.sequence.SequencesComparatorTest
[INFO] Running org.apache.commons.collections4.set.PredicatedNavigableSetTest
[INFO] Tests run: 200, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.apache.commons.collections4.set.PredicatedNavigableSetTest
[INFO] Running org.apache.commons.collections4.set.TransformedSortedSetTest
[INFO] Tests run: 114, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.apache.commons.collections4.set.TransformedSortedSetTest
[INFO] Running org.apache.commons.collections4.set.ListOrderedSetTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.commons.collections4.set.ListOrderedSetTest
[INFO] Running org.apache.commons.collections4.set.TransformedNavigableSetTest
[INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.apache.commons.collections4.set.TransformedNavigableSetTest
[INFO] Running org.apache.commons.collections4.set.TransformedSetTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.set.TransformedSetTest
[INFO] Running org.apache.commons.collections4.set.MapBackedSetTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.commons.collections4.set.MapBackedSetTest
[INFO] Running org.apache.commons.collections4.set.UnmodifiableSortedSetTest
[INFO] Tests run: 115, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.commons.collections4.set.UnmodifiableSortedSetTest
[INFO] Running org.apache.commons.collections4.set.PredicatedSortedSetTest
[INFO] Tests run: 116, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.apache.commons.collections4.set.PredicatedSortedSetTest
[INFO] Running org.apache.commons.collections4.set.UnmodifiableNavigableSetTest
[INFO] Tests run: 199, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.apache.commons.collections4.set.UnmodifiableNavigableSetTest
[INFO] Running org.apache.commons.collections4.set.PredicatedSetTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.commons.collections4.set.PredicatedSetTest
[INFO] Running org.apache.commons.collections4.set.MapBackedSet2Test
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.set.MapBackedSet2Test
[INFO] Running org.apache.commons.collections4.set.ListOrderedSet2Test
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.set.ListOrderedSet2Test
[INFO] Running org.apache.commons.collections4.set.UnmodifiableSetTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.set.UnmodifiableSetTest
[INFO] Running org.apache.commons.collections4.set.CompositeSetTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.commons.collections4.set.CompositeSetTest
[INFO] Running org.apache.commons.collections4.comparators.ReverseComparatorTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.comparators.ReverseComparatorTest
[INFO] Running org.apache.commons.collections4.comparators.ComparatorChainTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.comparators.ComparatorChainTest
[INFO] Running org.apache.commons.collections4.comparators.ComparableComparatorTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.comparators.ComparableComparatorTest
[INFO] Running org.apache.commons.collections4.comparators.BooleanComparatorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.comparators.BooleanComparatorTest
[INFO] Running org.apache.commons.collections4.comparators.TransformingComparatorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.comparators.TransformingComparatorTest
[INFO] Running org.apache.commons.collections4.comparators.FixedOrderComparatorTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.comparators.FixedOrderComparatorTest
[INFO] Running org.apache.commons.collections4.SplitMapUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.SplitMapUtilsTest
[INFO] Running org.apache.commons.collections4.FluentIterableTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.commons.collections4.FluentIterableTest
[INFO] Running org.apache.commons.collections4.MultiMapUtilsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.MultiMapUtilsTest
[INFO] Running org.apache.commons.collections4.MapUtilsTest
[INFO] Tests run: 8480, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.304 s - in org.apache.commons.collections4.MapUtilsTest
[INFO] Running org.apache.commons.collections4.functors.CatchAndRethrowClosureTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.functors.CatchAndRethrowClosureTest
[INFO] Running org.apache.commons.collections4.functors.ComparatorPredicateTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.functors.ComparatorPredicateTest
[INFO] Running org.apache.commons.collections4.functors.AllPredicateTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.functors.AllPredicateTest
[INFO] Running org.apache.commons.collections4.functors.NullPredicateTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.functors.NullPredicateTest
[INFO] Running org.apache.commons.collections4.functors.EqualPredicateTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.functors.EqualPredicateTest
[INFO] Running org.apache.commons.collections4.IteratorUtilsTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.IteratorUtilsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 24612, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ commons-collections4 ---
[INFO] Building jar: /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ commons-collections4 ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:test-jar (default) @ commons-collections4 ---
[INFO] Building jar: /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (create-source-jar) @ commons-collections4 ---
[INFO] Building jar: /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (create-source-jar) @ commons-collections4 ---
[INFO] Building jar: /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.1:check (check) @ commons-collections4 ---
[INFO] Loading execution data file /builds/workspace/Commons-collections/target/jacoco.exec
[INFO] Analyzed bundle 'commons-collections4' with 473 classes
[WARNING] Rule violated for bundle commons-collections4: classes covered ratio is 0.98, but expected minimum is 1.00
[WARNING] Rule violated for bundle commons-collections4: instructions covered ratio is 0.86, but expected minimum is 0.90
[WARNING] Rule violated for bundle commons-collections4: methods covered ratio is 0.87, but expected minimum is 0.95
[WARNING] Rule violated for bundle commons-collections4: branches covered ratio is 0.81, but expected minimum is 0.85
[WARNING] Rule violated for bundle commons-collections4: lines covered ratio is 0.87, but expected minimum is 0.90
[WARNING] Rule violated for bundle commons-collections4: complexity covered ratio is 0.79, but expected minimum is 0.85
[WARNING] Coverage checks have not been met. See log for details.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ commons-collections4 ---
[INFO] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT.jar to /builds/.m2/repository/org/apache/commons/commons-collections4/4.4-SNAPSHOT/commons-collections4-4.4-SNAPSHOT.jar
[INFO] Installing /builds/workspace/Commons-collections/pom.xml to /builds/.m2/repository/org/apache/commons/commons-collections4/4.4-SNAPSHOT/commons-collections4-4.4-SNAPSHOT.pom
[INFO] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-tests.jar to /builds/.m2/repository/org/apache/commons/commons-collections4/4.4-SNAPSHOT/commons-collections4-4.4-SNAPSHOT-tests.jar
[INFO] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-sources.jar to /builds/.m2/repository/org/apache/commons/commons-collections4/4.4-SNAPSHOT/commons-collections4-4.4-SNAPSHOT-sources.jar
[INFO] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-test-sources.jar to /builds/.m2/repository/org/apache/commons/commons-collections4/4.4-SNAPSHOT/commons-collections4-4.4-SNAPSHOT-test-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42.558 s
[INFO] Finished at: 2019-12-01T13:15:49+01:00
[INFO] Final Memory: 33M/283M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile ---
Time to compile: 44405
Number of tests: 24612
Number of tests skipped: 0
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...
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-maven-plugin/3.1/spoon-maven-plugin-3.1.pom
2/9 KB   
3/9 KB   
5/9 KB   
6/9 KB   
7/9 KB   
9/9 KB   
9/9 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-maven-plugin/3.1/spoon-maven-plugin-3.1.pom (9 KB at 21.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-maven-plugin/3.1/spoon-maven-plugin-3.1.jar
2/34 KB   
3/34 KB   
5/34 KB   
6/34 KB   
7/34 KB   
9/34 KB   
10/34 KB   
11/34 KB   
13/34 KB   
14/34 KB   
15/34 KB   
17/34 KB   
18/34 KB   
19/34 KB   
21/34 KB   
22/34 KB   
23/34 KB   
25/34 KB   
26/34 KB   
27/34 KB   
29/34 KB   
30/34 KB   
31/34 KB   
33/34 KB   
34/34 KB   
34/34 KB   
           
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-maven-plugin/3.1/spoon-maven-plugin-3.1.jar (34 KB at 998.5 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Collections 4.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:purge-local-repository (default-cli) @ commons-collections4 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.827 s
[INFO] Finished at: 2019-12-01T13:15:56+01:00
[INFO] Final Memory: 20M/134M
[INFO] ------------------------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Collections 4.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-collections4 ---
[INFO] Deleting /builds/workspace/Commons-collections/target
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-collections4 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-collections4 ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-collections4 ---
[INFO] 
[INFO] --- spoon-maven-plugin:3.1:generate (default) @ commons-collections4 ---
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
647/647 B   
            
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (647 B at 4.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 10.8 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 849.8 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 16.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 301.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 1000.2 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        
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 107.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 519.5 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 20.2 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/spoon-core-7.3.0-20190210.234149-97.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/spoon-core-7.3.0-20190210.234149-97.pom (7 KB at 194.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.3.0/spoon-core-7.3.0.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.3.0/spoon-core-7.3.0.pom (7 KB at 119.7 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 429.6 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 460.2 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 460.2 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 292.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 429.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-15/spoon-core-7.4.0-beta-15.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-15/spoon-core-7.4.0-beta-15.pom (7 KB at 495.6 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 495.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-18/spoon-core-7.4.0-beta-18.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-18/spoon-core-7.4.0-beta-18.pom (7 KB at 495.6 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 644.3 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 29.2 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/spoon-core-7.4.0-20190510.045100-130.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/spoon-core-7.4.0-20190510.045100-130.pom (7 KB at 199.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0/spoon-core-7.4.0.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0/spoon-core-7.4.0.pom (7 KB at 585.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-1/spoon-core-7.5.0-beta-1.pom
2/7 KB   
3/7 KB   
5/7 KB   
6/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-1/spoon-core-7.5.0-beta-1.pom (7 KB at 460.2 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 201.3 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 379.0 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 460.2 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 429.5 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 495.6 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 536.9 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 536.9 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 460.2 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 429.6 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/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 29.2 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom
4/7 KB        
7/7 KB   
         
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 194.0 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 585.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-1/spoon-core-7.6.0-beta-1.pom
4/7 KB   
7/7 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-1/spoon-core-7.6.0-beta-1.pom (7 KB at 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 429.5 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 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 425.4 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 330.8 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 29.2 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/spoon-core-7.6.0-20191029.234139-152.pom
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 174.5 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 495.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 496.3 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 30.9 KB/sec)
              
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/spoon-core-8.0.0-20191105.234144-12.pom
4/7 KB        
7/7 KB   
         
Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/spoon-core-8.0.0-20191105.234144-12.pom (7 KB at 169.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom (6 KB at 495.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-1/spoon-core-8.1.0-beta-1.pom
4/6 KB   
6/6 KB   
         
Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-1/spoon-core-8.1.0-beta-1.pom (6 KB at 595.5 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 397.0 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 395.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 560.4 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 611.3 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 31.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-20191130.234140-27.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-20191130.234140-27.pom (7 KB at 146.3 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-20191130.234140-27.jar
1/1709 KB   
5/1709 KB   
9/1709 KB   
13/1709 KB   
13/1709 KB   
15/1709 KB   
19/1709 KB   
23/1709 KB   
27/1709 KB   
31/1709 KB   
35/1709 KB   
39/1709 KB   
42/1709 KB   
46/1709 KB   
50/1709 KB   
54/1709 KB   
58/1709 KB   
62/1709 KB   
66/1709 KB   
70/1709 KB   
74/1709 KB   
78/1709 KB   
82/1709 KB   
86/1709 KB   
90/1709 KB   
94/1709 KB   
98/1709 KB   
98/1709 KB   
102/1709 KB   
106/1709 KB   
110/1709 KB   
112/1709 KB   
116/1709 KB   
120/1709 KB   
124/1709 KB   
128/1709 KB   
132/1709 KB   
136/1709 KB   
140/1709 KB   
144/1709 KB   
148/1709 KB   
152/1709 KB   
156/1709 KB   
160/1709 KB   
164/1709 KB   
168/1709 KB   
172/1709 KB   
176/1709 KB   
180/1709 KB   
184/1709 KB   
188/1709 KB   
192/1709 KB   
196/1709 KB   
200/1709 KB   
204/1709 KB   
208/1709 KB   
212/1709 KB   
216/1709 KB   
220/1709 KB   
224/1709 KB   
228/1709 KB   
232/1709 KB   
236/1709 KB   
240/1709 KB   
244/1709 KB   
248/1709 KB   
252/1709 KB   
256/1709 KB   
260/1709 KB   
264/1709 KB   
268/1709 KB   
272/1709 KB   
276/1709 KB   
280/1709 KB   
284/1709 KB   
288/1709 KB   
292/1709 KB   
296/1709 KB   
300/1709 KB   
304/1709 KB   
308/1709 KB   
312/1709 KB   
316/1709 KB   
320/1709 KB   
324/1709 KB   
328/1709 KB   
332/1709 KB   
336/1709 KB   
340/1709 KB   
344/1709 KB   
348/1709 KB   
352/1709 KB   
356/1709 KB   
360/1709 KB   
364/1709 KB   
368/1709 KB   
372/1709 KB   
376/1709 KB   
380/1709 KB   
384/1709 KB   
388/1709 KB   
392/1709 KB   
396/1709 KB   
400/1709 KB   
404/1709 KB   
408/1709 KB   
412/1709 KB   
416/1709 KB   
420/1709 KB   
424/1709 KB   
428/1709 KB   
432/1709 KB   
436/1709 KB   
440/1709 KB   
444/1709 KB   
448/1709 KB   
452/1709 KB   
456/1709 KB   
460/1709 KB   
464/1709 KB   
468/1709 KB   
472/1709 KB   
476/1709 KB   
480/1709 KB   
484/1709 KB   
488/1709 KB   
492/1709 KB   
496/1709 KB   
500/1709 KB   
504/1709 KB   
508/1709 KB   
512/1709 KB   
516/1709 KB   
520/1709 KB   
524/1709 KB   
528/1709 KB   
532/1709 KB   
536/1709 KB   
540/1709 KB   
544/1709 KB   
548/1709 KB   
552/1709 KB   
556/1709 KB   
560/1709 KB   
564/1709 KB   
568/1709 KB   
572/1709 KB   
576/1709 KB   
580/1709 KB   
584/1709 KB   
588/1709 KB   
592/1709 KB   
596/1709 KB   
600/1709 KB   
604/1709 KB   
608/1709 KB   
612/1709 KB   
616/1709 KB   
620/1709 KB   
624/1709 KB   
628/1709 KB   
632/1709 KB   
636/1709 KB   
640/1709 KB   
644/1709 KB   
648/1709 KB   
652/1709 KB   
656/1709 KB   
660/1709 KB   
664/1709 KB   
668/1709 KB   
672/1709 KB   
676/1709 KB   
680/1709 KB   
684/1709 KB   
688/1709 KB   
692/1709 KB   
696/1709 KB   
700/1709 KB   
704/1709 KB   
708/1709 KB   
712/1709 KB   
716/1709 KB   
720/1709 KB   
724/1709 KB   
728/1709 KB   
732/1709 KB   
736/1709 KB   
740/1709 KB   
744/1709 KB   
748/1709 KB   
752/1709 KB   
756/1709 KB   
760/1709 KB   
764/1709 KB   
768/1709 KB   
772/1709 KB   
776/1709 KB   
780/1709 KB   
784/1709 KB   
788/1709 KB   
792/1709 KB   
796/1709 KB   
800/1709 KB   
804/1709 KB   
808/1709 KB   
812/1709 KB   
816/1709 KB   
820/1709 KB   
824/1709 KB   
828/1709 KB   
832/1709 KB   
836/1709 KB   
840/1709 KB   
844/1709 KB   
848/1709 KB   
852/1709 KB   
856/1709 KB   
860/1709 KB   
864/1709 KB   
868/1709 KB   
872/1709 KB   
876/1709 KB   
880/1709 KB   
884/1709 KB   
888/1709 KB   
892/1709 KB   
896/1709 KB   
900/1709 KB   
904/1709 KB   
908/1709 KB   
912/1709 KB   
916/1709 KB   
920/1709 KB   
924/1709 KB   
928/1709 KB   
932/1709 KB   
936/1709 KB   
940/1709 KB   
944/1709 KB   
948/1709 KB   
952/1709 KB   
956/1709 KB   
960/1709 KB   
964/1709 KB   
968/1709 KB   
972/1709 KB   
976/1709 KB   
980/1709 KB   
984/1709 KB   
988/1709 KB   
992/1709 KB   
996/1709 KB   
1000/1709 KB   
1004/1709 KB   
1008/1709 KB   
1012/1709 KB   
1016/1709 KB   
1020/1709 KB   
1024/1709 KB   
1028/1709 KB   
1032/1709 KB   
1036/1709 KB   
1040/1709 KB   
1044/1709 KB   
1048/1709 KB   
1052/1709 KB   
1056/1709 KB   
1060/1709 KB   
1064/1709 KB   
1068/1709 KB   
1072/1709 KB   
1076/1709 KB   
1080/1709 KB   
1084/1709 KB   
1088/1709 KB   
1092/1709 KB   
1096/1709 KB   
1100/1709 KB   
1104/1709 KB   
1108/1709 KB   
1112/1709 KB   
1116/1709 KB   
1120/1709 KB   
1124/1709 KB   
1128/1709 KB   
1132/1709 KB   
1136/1709 KB   
1140/1709 KB   
1144/1709 KB   
1148/1709 KB   
1152/1709 KB   
1156/1709 KB   
1160/1709 KB   
1164/1709 KB   
1168/1709 KB   
1172/1709 KB   
1176/1709 KB   
1180/1709 KB   
1184/1709 KB   
1188/1709 KB   
1192/1709 KB   
1196/1709 KB   
1200/1709 KB   
1204/1709 KB   
1208/1709 KB   
1212/1709 KB   
1216/1709 KB   
1220/1709 KB   
1224/1709 KB   
1228/1709 KB   
1232/1709 KB   
1236/1709 KB   
1240/1709 KB   
1244/1709 KB   
1248/1709 KB   
1252/1709 KB   
1256/1709 KB   
1260/1709 KB   
1264/1709 KB   
1268/1709 KB   
1272/1709 KB   
1276/1709 KB   
1280/1709 KB   
1284/1709 KB   
1288/1709 KB   
1292/1709 KB   
1296/1709 KB   
1300/1709 KB   
1304/1709 KB   
1308/1709 KB   
1312/1709 KB   
1316/1709 KB   
1320/1709 KB   
1324/1709 KB   
1328/1709 KB   
1332/1709 KB   
1336/1709 KB   
1340/1709 KB   
1344/1709 KB   
1348/1709 KB   
1352/1709 KB   
1356/1709 KB   
1360/1709 KB   
1364/1709 KB   
1368/1709 KB   
1372/1709 KB   
1376/1709 KB   
1380/1709 KB   
1384/1709 KB   
1388/1709 KB   
1392/1709 KB   
1396/1709 KB   
1400/1709 KB   
1404/1709 KB   
1408/1709 KB   
1412/1709 KB   
1416/1709 KB   
1418/1709 KB   
1422/1709 KB   
1426/1709 KB   
1428/1709 KB   
1432/1709 KB   
1434/1709 KB   
1438/1709 KB   
1439/1709 KB   
1441/1709 KB   
1445/1709 KB   
1448/1709 KB   
1449/1709 KB   
1453/1709 KB   
1456/1709 KB   
1458/1709 KB   
1462/1709 KB   
1463/1709 KB   
1465/1709 KB   
1469/1709 KB   
1471/1709 KB   
1472/1709 KB   
1476/1709 KB   
1479/1709 KB   
1482/1709 KB   
1486/1709 KB   
1486/1709 KB   
1490/1709 KB   
1493/1709 KB   
1497/1709 KB   
1500/1709 KB   
1504/1709 KB   
1505/1709 KB   
1507/1709 KB   
1511/1709 KB   
1512/1709 KB   
1516/1709 KB   
1519/1709 KB   
1520/1709 KB   
1524/1709 KB   
1524/1709 KB   
1528/1709 KB   
1529/1709 KB   
1531/1709 KB   
1535/1709 KB   
1536/1709 KB   
1538/1709 KB   
1542/1709 KB   
1543/1709 KB   
1546/1709 KB   
1547/1709 KB   
1551/1709 KB   
1554/1709 KB   
1555/1709 KB   
1559/1709 KB   
1562/1709 KB   
1566/1709 KB   
1567/1709 KB   
1568/1709 KB   
1572/1709 KB   
1572/1709 KB   
1576/1709 KB   
1577/1709 KB   
1581/1709 KB   
1582/1709 KB   
1584/1709 KB   
1588/1709 KB   
1591/1709 KB   
1595/1709 KB   
1598/1709 KB   
1601/1709 KB   
1605/1709 KB   
1609/1709 KB   
1613/1709 KB   
1617/1709 KB   
1620/1709 KB   
1624/1709 KB   
1628/1709 KB   
1629/1709 KB   
1633/1709 KB   
1636/1709 KB   
1640/1709 KB   
1643/1709 KB   
1647/1709 KB   
1651/1709 KB   
1655/1709 KB   
1659/1709 KB   
1663/1709 KB   
1667/1709 KB   
1671/1709 KB   
1675/1709 KB   
1679/1709 KB   
1683/1709 KB   
1687/1709 KB   
1691/1709 KB   
1695/1709 KB   
1699/1709 KB   
1703/1709 KB   
1707/1709 KB   
1709/1709 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-20191130.234140-27.jar (1709 KB at 7594.0 KB/sec)
2019-12-01 13:16:04,764 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-01 13:16:04,768 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour.
2019-12-01 13:16:04,801 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT
2019-12-01 13:16:04,801 INFO spoon.Launcher - running Spoon...
2019-12-01 13:16:04,802 INFO spoon.Launcher - start processing...
2019-12-01 13:16:08,775 WARN spoon.Launcher - PositionBuilder failed for element final  it
spoon.SpoonException: Position of CtExtendedModifiers: [final] not found in 
	at spoon.support.compiler.jdt.PositionBuilder.setModifiersPosition(PositionBuilder.java:555)
	at spoon.support.compiler.jdt.PositionBuilder.buildPositionCtElement(PositionBuilder.java:248)
	at spoon.support.compiler.jdt.ContextBuilder.enter(ContextBuilder.java:92)
	at spoon.support.compiler.jdt.JDTTreeBuilder.visit(JDTTreeBuilder.java:1315)
	at org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.traverse(LocalDeclaration.java:464)
	at org.eclipse.jdt.internal.compiler.ast.ForStatement.traverse(ForStatement.java:423)
	at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.traverse(MethodDeclaration.java:365)
	at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java:1527)
	at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java:1399)
	at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:812)
	at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:773)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.lambda$buildModel$0(JDTBasedSpoonCompiler.java:423)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.forEachCompilationUnit(JDTBasedSpoonCompiler.java:448)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildModel(JDTBasedSpoonCompiler.java:421)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:365)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:330)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:113)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:96)
	at spoon.Launcher.buildModel(Launcher.java:770)
	at spoon.Launcher.run(Launcher.java:721)
	at fr.inria.gforge.spoon.metrics.PerformanceDecorator.execute(PerformanceDecorator.java:22)
	at fr.inria.gforge.spoon.SpoonMojoGenerate.execute(SpoonMojoGenerate.java:218)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
2019-12-01 13:16:09,037 WARN spoon.Launcher - PositionBuilder failed for element final  it
spoon.SpoonException: Position of CtExtendedModifiers: [final] not found in 
	at spoon.support.compiler.jdt.PositionBuilder.setModifiersPosition(PositionBuilder.java:555)
	at spoon.support.compiler.jdt.PositionBuilder.buildPositionCtElement(PositionBuilder.java:248)
	at spoon.support.compiler.jdt.ContextBuilder.enter(ContextBuilder.java:92)
	at spoon.support.compiler.jdt.JDTTreeBuilder.visit(JDTTreeBuilder.java:1315)
	at org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.traverse(LocalDeclaration.java:464)
	at org.eclipse.jdt.internal.compiler.ast.ForStatement.traverse(ForStatement.java:423)
	at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.traverse(MethodDeclaration.java:365)
	at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java:1415)
	at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:812)
	at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:773)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.lambda$buildModel$0(JDTBasedSpoonCompiler.java:423)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.forEachCompilationUnit(JDTBasedSpoonCompiler.java:448)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildModel(JDTBasedSpoonCompiler.java:421)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:365)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:330)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:113)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:96)
	at spoon.Launcher.buildModel(Launcher.java:770)
	at spoon.Launcher.run(Launcher.java:721)
	at fr.inria.gforge.spoon.metrics.PerformanceDecorator.execute(PerformanceDecorator.java:22)
	at fr.inria.gforge.spoon.SpoonMojoGenerate.execute(SpoonMojoGenerate.java:218)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
2019-12-01 13:16:10,651 INFO spoon.Launcher - spoon.processing.SpoonTagger
2019-12-01 13:16:10,732 INFO spoon.Launcher - spoon.support.JavaOutputProcessor
2019-12-01 13:16:18,915 INFO spoon.Launcher - end of processing: 
2019-12-01 13:16:18,916 INFO spoon.Launcher - no errors, no warnings
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-collections4 ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to /builds/workspace/Commons-collections/target/apidocs/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-collections4 ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-collections4 ---
[INFO] Executing: /bin/sh -c cd '/builds/workspace/Commons-collections' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /builds/workspace/Commons-collections
[INFO] Storing buildNumber: bb0781551c7f1d7ddd28733acff95e1f130e766c at timestamp: 1575202579675
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/builds/workspace/Commons-collections' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /builds/workspace/Commons-collections
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-collections4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/Commons-collections/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-collections4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 324 source files to /builds/workspace/Commons-collections/target/classes
[INFO] /builds/workspace/Commons-collections/target/generated-sources/spoon/org/apache/commons/collections4/collection/IndexedCollection.java: /builds/workspace/Commons-collections/target/generated-sources/spoon/org/apache/commons/collections4/collection/IndexedCollection.java uses or overrides a deprecated API.
[INFO] /builds/workspace/Commons-collections/target/generated-sources/spoon/org/apache/commons/collections4/collection/IndexedCollection.java: Recompile with -Xlint:deprecation for details.
[INFO] /builds/workspace/Commons-collections/target/generated-sources/spoon/org/apache/commons/collections4/PredicateUtils.java: Some input files use unchecked or unsafe operations.
[INFO] /builds/workspace/Commons-collections/target/generated-sources/spoon/org/apache/commons/collections4/PredicateUtils.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-collections4 ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-collections4 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-collections4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 178 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-collections4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 213 source files to /builds/workspace/Commons-collections/target/test-classes
[INFO] /builds/workspace/Commons-collections/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java: Some input files use or override a deprecated API.
[INFO] /builds/workspace/Commons-collections/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /builds/workspace/Commons-collections/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java: Some input files use unchecked or unsafe operations.
[INFO] /builds/workspace/Commons-collections/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (prepare-agent) @ commons-collections4 ---
[INFO] argLine set to -javaagent:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/builds/workspace/Commons-collections/target/jacoco.exec
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ commons-collections4 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.commons.collections4.map.UnmodifiableMapTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s - in org.apache.commons.collections4.map.UnmodifiableMapTest
[INFO] Running org.apache.commons.collections4.map.PassiveExpiringMapTest
[INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.171 s - in org.apache.commons.collections4.map.PassiveExpiringMapTest
[INFO] Running org.apache.commons.collections4.map.PredicatedSortedMapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.apache.commons.collections4.map.PredicatedSortedMapTest
[INFO] Running org.apache.commons.collections4.map.HashedMapTest
[INFO] Tests run: 155, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s - in org.apache.commons.collections4.map.HashedMapTest
[INFO] Running org.apache.commons.collections4.map.PredicatedMapTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.apache.commons.collections4.map.PredicatedMapTest
[INFO] Running org.apache.commons.collections4.map.ReferenceIdentityMapTest
[INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 s - in org.apache.commons.collections4.map.ReferenceIdentityMapTest
[INFO] Running org.apache.commons.collections4.map.ListOrderedMap2Test
[INFO] Tests run: 328, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.apache.commons.collections4.map.ListOrderedMap2Test
[INFO] Running org.apache.commons.collections4.map.LazySortedMapTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.apache.commons.collections4.map.LazySortedMapTest
[INFO] Running org.apache.commons.collections4.map.LazyMapTest
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.apache.commons.collections4.map.LazyMapTest
[INFO] Running org.apache.commons.collections4.map.UnmodifiableOrderedMapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.apache.commons.collections4.map.UnmodifiableOrderedMapTest
[INFO] Running org.apache.commons.collections4.map.Flat3MapTest
[INFO] Tests run: 196, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.apache.commons.collections4.map.Flat3MapTest
[INFO] Running org.apache.commons.collections4.map.MultiKeyMapTest
[INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.apache.commons.collections4.map.MultiKeyMapTest
[INFO] Running org.apache.commons.collections4.map.LRUMapTest
[INFO] Tests run: 190, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.142 s - in org.apache.commons.collections4.map.LRUMapTest
[INFO] Running org.apache.commons.collections4.map.TransformedSortedMapTest
[INFO] Tests run: 546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.apache.commons.collections4.map.TransformedSortedMapTest
[INFO] Running org.apache.commons.collections4.map.ListOrderedMapTest
[INFO] Tests run: 487, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.apache.commons.collections4.map.ListOrderedMapTest
[INFO] Running org.apache.commons.collections4.map.CaseInsensitiveMapTest
[INFO] Tests run: 158, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.apache.commons.collections4.map.CaseInsensitiveMapTest
[INFO] Running org.apache.commons.collections4.map.TransformedMapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.map.TransformedMapTest
[INFO] Running org.apache.commons.collections4.map.StaticBucketMapTest
[INFO] Tests run: 152, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.apache.commons.collections4.map.StaticBucketMapTest
[INFO] Running org.apache.commons.collections4.map.ReferenceMapTest
[INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 s - in org.apache.commons.collections4.map.ReferenceMapTest
[INFO] Running org.apache.commons.collections4.map.LinkedMapTest
[INFO] Tests run: 332, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.apache.commons.collections4.map.LinkedMapTest
[INFO] Running org.apache.commons.collections4.map.SingletonMapTest
[INFO] Tests run: 175, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.apache.commons.collections4.map.SingletonMapTest
[INFO] Running org.apache.commons.collections4.map.UnmodifiableSortedMapTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.apache.commons.collections4.map.UnmodifiableSortedMapTest
[INFO] Running org.apache.commons.collections4.map.FixedSizeMapTest
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.commons.collections4.map.FixedSizeMapTest
[INFO] Running org.apache.commons.collections4.map.MultiValueMapTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.apache.commons.collections4.map.MultiValueMapTest
[INFO] Running org.apache.commons.collections4.map.DefaultedMapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.apache.commons.collections4.map.DefaultedMapTest
[INFO] Running org.apache.commons.collections4.map.FixedSizeSortedMapTest
[INFO] Tests run: 543, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.apache.commons.collections4.map.FixedSizeSortedMapTest
[INFO] Running org.apache.commons.collections4.map.CompositeMapTest
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.apache.commons.collections4.map.CompositeMapTest
[INFO] Running org.apache.commons.collections4.multiset.HashMultiSetTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.apache.commons.collections4.multiset.HashMultiSetTest
[INFO] Running org.apache.commons.collections4.multiset.SynchronizedMultiSetTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.apache.commons.collections4.multiset.SynchronizedMultiSetTest
[INFO] Running org.apache.commons.collections4.multiset.PredicatedMultiSetTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.apache.commons.collections4.multiset.PredicatedMultiSetTest
[INFO] Running org.apache.commons.collections4.multiset.UnmodifiableMultiSetTest
[INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.multiset.UnmodifiableMultiSetTest
[INFO] Running org.apache.commons.collections4.properties.SortedPropertiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.apache.commons.collections4.properties.SortedPropertiesTest
[INFO] Running org.apache.commons.collections4.ListUtilsTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.apache.commons.collections4.ListUtilsTest
[INFO] Running org.apache.commons.collections4.splitmap.TransformedSplitMapTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.splitmap.TransformedSplitMapTest
[INFO] Running org.apache.commons.collections4.FactoryUtilsTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.apache.commons.collections4.FactoryUtilsTest
[INFO] Running org.apache.commons.collections4.PredicateUtilsTest
[INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.apache.commons.collections4.PredicateUtilsTest
[INFO] Running org.apache.commons.collections4.CollectionUtilsTest
[INFO] Tests run: 104, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.apache.commons.collections4.CollectionUtilsTest
[INFO] Running org.apache.commons.collections4.IterableUtilsTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.apache.commons.collections4.IterableUtilsTest
[INFO] Running org.apache.commons.collections4.ComparatorUtilsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.ComparatorUtilsTest
[INFO] Running org.apache.commons.collections4.list.TreeListTest
[INFO] Tests run: 158, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s - in org.apache.commons.collections4.list.TreeListTest
[INFO] Running org.apache.commons.collections4.list.NodeCachingLinkedListTest
[INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.apache.commons.collections4.list.NodeCachingLinkedListTest
[INFO] Running org.apache.commons.collections4.list.FixedSizeListTest
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.apache.commons.collections4.list.FixedSizeListTest
[INFO] Running org.apache.commons.collections4.list.SetUniqueListTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.apache.commons.collections4.list.SetUniqueListTest
[INFO] Running org.apache.commons.collections4.list.CursorableLinkedListTest
[INFO] Tests run: 196, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.apache.commons.collections4.list.CursorableLinkedListTest
[INFO] Running org.apache.commons.collections4.list.TransformedListTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.apache.commons.collections4.list.TransformedListTest
[INFO] Running org.apache.commons.collections4.list.GrowthListTest
[INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.commons.collections4.list.GrowthListTest
[INFO] Running org.apache.commons.collections4.list.PredicatedListTest
[INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.commons.collections4.list.PredicatedListTest
[INFO] Running org.apache.commons.collections4.list.Collections701Test
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.list.Collections701Test
[INFO] Running org.apache.commons.collections4.list.UnmodifiableListTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.list.UnmodifiableListTest
[INFO] Running org.apache.commons.collections4.collection.PredicatedCollectionBuilderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.collection.PredicatedCollectionBuilderTest
[INFO] Running org.apache.commons.collections4.collection.SynchronizedCollectionTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.collection.SynchronizedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.CompositeCollectionTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.collection.CompositeCollectionTest
[INFO] Running org.apache.commons.collections4.collection.PredicatedCollectionTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.collection.PredicatedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.UnmodifiableBoundedCollectionTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.collection.UnmodifiableBoundedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.UnmodifiableCollectionTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.collection.UnmodifiableCollectionTest
[INFO] Running org.apache.commons.collections4.collection.IndexedCollectionTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.collection.IndexedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.TransformedCollectionTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.collection.TransformedCollectionTest
[INFO] Running org.apache.commons.collections4.BagUtilsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.BagUtilsTest
[INFO] Running org.apache.commons.collections4.queue.SynchronizedQueueTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.apache.commons.collections4.queue.SynchronizedQueueTest
[INFO] Running org.apache.commons.collections4.queue.PredicatedQueueTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.commons.collections4.queue.PredicatedQueueTest
[INFO] Running org.apache.commons.collections4.queue.UnmodifiableQueueTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.apache.commons.collections4.queue.UnmodifiableQueueTest
[INFO] Running org.apache.commons.collections4.queue.CircularFifoQueueTest
[INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.commons.collections4.queue.CircularFifoQueueTest
[INFO] Running org.apache.commons.collections4.queue.TransformedQueueTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.commons.collections4.queue.TransformedQueueTest
[INFO] Running org.apache.commons.collections4.SetUtilsTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.commons.collections4.SetUtilsTest
[INFO] Running org.apache.commons.collections4.ArrayStackTest
[INFO] Tests run: 154, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.apache.commons.collections4.ArrayStackTest
[INFO] Running org.apache.commons.collections4.ClosureUtilsTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.apache.commons.collections4.ClosureUtilsTest
[INFO] Running org.apache.commons.collections4.TransformerUtilsTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.apache.commons.collections4.TransformerUtilsTest
[INFO] Running org.apache.commons.collections4.TrieUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.commons.collections4.TrieUtilsTest
[INFO] Running org.apache.commons.collections4.iterators.BoundedIteratorTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.iterators.BoundedIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ObjectArrayIteratorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.iterators.ObjectArrayIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ListIteratorWrapperTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.iterators.ListIteratorWrapperTest
[INFO] Running org.apache.commons.collections4.iterators.ArrayIterator2Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.ArrayIterator2Test
[INFO] Running org.apache.commons.collections4.iterators.IteratorIterableTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.iterators.IteratorIterableTest
[INFO] Running org.apache.commons.collections4.iterators.SkippingIteratorTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.iterators.SkippingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.SingletonIterator2Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.iterators.SingletonIterator2Test
[INFO] Running org.apache.commons.collections4.iterators.UnmodifiableMapIteratorTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.iterators.UnmodifiableMapIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.SingletonListIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.SingletonListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ObjectArrayListIterator2Test
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.ObjectArrayListIterator2Test
[INFO] Running org.apache.commons.collections4.iterators.PushbackIteratorTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.iterators.PushbackIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.FilterListIteratorTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.apache.commons.collections4.iterators.FilterListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.FilterIteratorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.iterators.FilterIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ZippingIteratorTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.iterators.ZippingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.SingletonIteratorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.SingletonIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ObjectArrayListIteratorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.ObjectArrayListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ArrayListIterator2Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.iterators.ArrayListIterator2Test
[INFO] Running org.apache.commons.collections4.iterators.CollatingIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.iterators.CollatingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.UnmodifiableIteratorTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.UnmodifiableIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.LazyIteratorChainTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.iterators.LazyIteratorChainTest
[INFO] Running org.apache.commons.collections4.iterators.LoopingIteratorTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.LoopingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.PeekingIteratorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.iterators.PeekingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ListIteratorWrapper2Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.ListIteratorWrapper2Test
[INFO] Running org.apache.commons.collections4.iterators.NodeListIteratorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.iterators.NodeListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.UniqueFilterIteratorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.UniqueFilterIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ArrayListIteratorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.ArrayListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.UnmodifiableListIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.UnmodifiableListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.IteratorEnumerationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.IteratorEnumerationTest
[INFO] Running org.apache.commons.collections4.iterators.LoopingListIteratorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.LoopingListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ObjectGraphIteratorTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.iterators.ObjectGraphIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.PermutationIteratorTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.iterators.PermutationIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ArrayIteratorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.ArrayIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ReverseListIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.iterators.ReverseListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.IteratorChainTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.IteratorChainTest
[INFO] Running org.apache.commons.collections4.EnumerationUtilsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.EnumerationUtilsTest
[INFO] Running org.apache.commons.collections4.multimap.HashSetValuedHashMapTest
[INFO] Tests run: 332, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.apache.commons.collections4.multimap.HashSetValuedHashMapTest
[INFO] Running org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMapTest
[INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMapTest
[INFO] Running org.apache.commons.collections4.multimap.TransformedMultiValuedMapTest
[INFO] Tests run: 332, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.apache.commons.collections4.multimap.TransformedMultiValuedMapTest
[INFO] Running org.apache.commons.collections4.multimap.ArrayListValuedHashMapTest
[INFO] Tests run: 334, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.apache.commons.collections4.multimap.ArrayListValuedHashMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualHashBidiMapTest
[INFO] Tests run: 362, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.apache.commons.collections4.bidimap.DualHashBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualTreeBidiMapTest
[INFO] Tests run: 803, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s - in org.apache.commons.collections4.bidimap.DualTreeBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.TreeBidiMapTest
[INFO] Tests run: 383, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.apache.commons.collections4.bidimap.TreeBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualTreeBidiMap2Test
[INFO] Tests run: 808, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s - in org.apache.commons.collections4.bidimap.DualTreeBidiMap2Test
[INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableBidiMapTest
[INFO] Tests run: 364, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.apache.commons.collections4.bidimap.UnmodifiableBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMapTest
[INFO] Tests run: 385, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMapTest
[INFO] Tests run: 805, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualLinkedHashBidiMapTest
[INFO] Tests run: 362, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.apache.commons.collections4.bidimap.DualLinkedHashBidiMapTest
[INFO] Running org.apache.commons.collections4.keyvalue.DefaultMapEntryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.keyvalue.DefaultMapEntryTest
[INFO] Running org.apache.commons.collections4.keyvalue.MultiKeyTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.keyvalue.MultiKeyTest
[INFO] Running org.apache.commons.collections4.keyvalue.DefaultKeyValueTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.keyvalue.DefaultKeyValueTest
[INFO] Running org.apache.commons.collections4.keyvalue.TiedMapEntryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.keyvalue.TiedMapEntryTest
[INFO] Running org.apache.commons.collections4.keyvalue.UnmodifiableMapEntryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.keyvalue.UnmodifiableMapEntryTest
[INFO] Running org.apache.commons.collections4.QueueUtilsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.QueueUtilsTest
[INFO] Running org.apache.commons.collections4.MultiSetUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.MultiSetUtilsTest
[INFO] Running org.apache.commons.collections4.bag.HashBagTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.commons.collections4.bag.HashBagTest
[INFO] Running org.apache.commons.collections4.bag.SynchronizedBagTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.commons.collections4.bag.SynchronizedBagTest
[INFO] Running org.apache.commons.collections4.bag.PredicatedSortedBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.bag.PredicatedSortedBagTest
[INFO] Running org.apache.commons.collections4.bag.TransformedSortedBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.bag.TransformedSortedBagTest
[INFO] Running org.apache.commons.collections4.bag.UnmodifiableBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.bag.UnmodifiableBagTest
[INFO] Running org.apache.commons.collections4.bag.PredicatedBagTest
[INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.commons.collections4.bag.PredicatedBagTest
[INFO] Running org.apache.commons.collections4.bag.TreeBagTest
[INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.commons.collections4.bag.TreeBagTest
[INFO] Running org.apache.commons.collections4.bag.CollectionBagTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.bag.CollectionBagTest
[INFO] Running org.apache.commons.collections4.bag.CollectionSortedBagTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.bag.CollectionSortedBagTest
[INFO] Running org.apache.commons.collections4.bag.TransformedBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.commons.collections4.bag.TransformedBagTest
[INFO] Running org.apache.commons.collections4.bag.UnmodifiableSortedBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.bag.UnmodifiableSortedBagTest
[INFO] Running org.apache.commons.collections4.trie.UnmodifiableTrieTest
[INFO] Tests run: 545, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s - in org.apache.commons.collections4.trie.UnmodifiableTrieTest
[INFO] Running org.apache.commons.collections4.trie.PatriciaTrieTest
[INFO] Tests run: 550, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 s - in org.apache.commons.collections4.trie.PatriciaTrieTest
[INFO] Running org.apache.commons.collections4.trie.PatriciaTrie2Test
[INFO] Tests run: 174, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.apache.commons.collections4.trie.PatriciaTrie2Test
[INFO] Running org.apache.commons.collections4.sequence.SequencesComparatorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s - in org.apache.commons.collections4.sequence.SequencesComparatorTest
[INFO] Running org.apache.commons.collections4.set.PredicatedNavigableSetTest
[INFO] Tests run: 200, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.apache.commons.collections4.set.PredicatedNavigableSetTest
[INFO] Running org.apache.commons.collections4.set.TransformedSortedSetTest
[INFO] Tests run: 114, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.apache.commons.collections4.set.TransformedSortedSetTest
[INFO] Running org.apache.commons.collections4.set.ListOrderedSetTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.commons.collections4.set.ListOrderedSetTest
[INFO] Running org.apache.commons.collections4.set.TransformedNavigableSetTest
[INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.apache.commons.collections4.set.TransformedNavigableSetTest
[INFO] Running org.apache.commons.collections4.set.TransformedSetTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.set.TransformedSetTest
[INFO] Running org.apache.commons.collections4.set.MapBackedSetTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.set.MapBackedSetTest
[INFO] Running org.apache.commons.collections4.set.UnmodifiableSortedSetTest
[INFO] Tests run: 115, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.commons.collections4.set.UnmodifiableSortedSetTest
[INFO] Running org.apache.commons.collections4.set.PredicatedSortedSetTest
[INFO] Tests run: 116, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.apache.commons.collections4.set.PredicatedSortedSetTest
[INFO] Running org.apache.commons.collections4.set.UnmodifiableNavigableSetTest
[INFO] Tests run: 199, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.apache.commons.collections4.set.UnmodifiableNavigableSetTest
[INFO] Running org.apache.commons.collections4.set.PredicatedSetTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.set.PredicatedSetTest
[INFO] Running org.apache.commons.collections4.set.MapBackedSet2Test
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.set.MapBackedSet2Test
[INFO] Running org.apache.commons.collections4.set.ListOrderedSet2Test
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.set.ListOrderedSet2Test
[INFO] Running org.apache.commons.collections4.set.UnmodifiableSetTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.set.UnmodifiableSetTest
[INFO] Running org.apache.commons.collections4.set.CompositeSetTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.set.CompositeSetTest
[INFO] Running org.apache.commons.collections4.comparators.ReverseComparatorTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.comparators.ReverseComparatorTest
[INFO] Running org.apache.commons.collections4.comparators.ComparatorChainTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.comparators.ComparatorChainTest
[INFO] Running org.apache.commons.collections4.comparators.ComparableComparatorTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.comparators.ComparableComparatorTest
[INFO] Running org.apache.commons.collections4.comparators.BooleanComparatorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.comparators.BooleanComparatorTest
[INFO] Running org.apache.commons.collections4.comparators.TransformingComparatorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.comparators.TransformingComparatorTest
[INFO] Running org.apache.commons.collections4.comparators.FixedOrderComparatorTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.comparators.FixedOrderComparatorTest
[INFO] Running org.apache.commons.collections4.SplitMapUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.SplitMapUtilsTest
[INFO] Running org.apache.commons.collections4.FluentIterableTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.FluentIterableTest
[INFO] Running org.apache.commons.collections4.MultiMapUtilsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.MultiMapUtilsTest
[INFO] Running org.apache.commons.collections4.MapUtilsTest
[INFO] Tests run: 8480, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.399 s - in org.apache.commons.collections4.MapUtilsTest
[INFO] Running org.apache.commons.collections4.functors.CatchAndRethrowClosureTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.functors.CatchAndRethrowClosureTest
[INFO] Running org.apache.commons.collections4.functors.ComparatorPredicateTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.functors.ComparatorPredicateTest
[INFO] Running org.apache.commons.collections4.functors.AllPredicateTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.functors.AllPredicateTest
[INFO] Running org.apache.commons.collections4.functors.NullPredicateTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.functors.NullPredicateTest
[INFO] Running org.apache.commons.collections4.functors.EqualPredicateTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.functors.EqualPredicateTest
[INFO] Running org.apache.commons.collections4.IteratorUtilsTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.IteratorUtilsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 24612, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ commons-collections4 ---
[INFO] Building jar: /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ commons-collections4 ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:test-jar (default) @ commons-collections4 ---
[INFO] Building jar: /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (create-source-jar) @ commons-collections4 ---
[INFO] Building jar: /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (create-source-jar) @ commons-collections4 ---
[INFO] Building jar: /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.1:check (check) @ commons-collections4 ---
[INFO] Loading execution data file /builds/workspace/Commons-collections/target/jacoco.exec
[INFO] Analyzed bundle 'commons-collections4' with 474 classes
[WARNING] Rule violated for bundle commons-collections4: classes covered ratio is 0.98, but expected minimum is 1.00
[WARNING] Rule violated for bundle commons-collections4: instructions covered ratio is 0.86, but expected minimum is 0.90
[WARNING] Rule violated for bundle commons-collections4: methods covered ratio is 0.87, but expected minimum is 0.95
[WARNING] Rule violated for bundle commons-collections4: branches covered ratio is 0.81, but expected minimum is 0.85
[WARNING] Rule violated for bundle commons-collections4: lines covered ratio is 0.87, but expected minimum is 0.90
[WARNING] Rule violated for bundle commons-collections4: complexity covered ratio is 0.79, but expected minimum is 0.85
[WARNING] Coverage checks have not been met. See log for details.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ commons-collections4 ---
[INFO] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT.jar to /builds/.m2/repository/org/apache/commons/commons-collections4/4.4-SNAPSHOT/commons-collections4-4.4-SNAPSHOT.jar
[INFO] Installing /builds/workspace/Commons-collections/pom.xml to /builds/.m2/repository/org/apache/commons/commons-collections4/4.4-SNAPSHOT/commons-collections4-4.4-SNAPSHOT.pom
[INFO] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-tests.jar to /builds/.m2/repository/org/apache/commons/commons-collections4/4.4-SNAPSHOT/commons-collections4-4.4-SNAPSHOT-tests.jar
[INFO] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-sources.jar to /builds/.m2/repository/org/apache/commons/commons-collections4/4.4-SNAPSHOT/commons-collections4-4.4-SNAPSHOT-sources.jar
[INFO] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-test-sources.jar to /builds/.m2/repository/org/apache/commons/commons-collections4/4.4-SNAPSHOT/commons-collections4-4.4-SNAPSHOT-test-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 54.972 s
[INFO] Finished at: 2019-12-01T13:16:52+01:00
[INFO] Final Memory: 45M/294M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon ---
Time to compile with spoon: 56640
Number of tests: 24612
Number of tests skipped: 0
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 Apache Commons Collections 4.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-collections4 ---
[INFO] Deleting /builds/workspace/Commons-collections/target
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-collections4 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-collections4 ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-collections4 ---
[INFO] 
[INFO] --- spoon-maven-plugin:3.1:generate (default) @ commons-collections4 ---
2019-12-01 13:16:58,501 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-01 13:16:58,502 WARN spoon.Launcher - Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour.
2019-12-01 13:16:58,517 INFO spoon.Launcher - Spoon version 8.1.0-SNAPSHOT
2019-12-01 13:16:58,517 INFO spoon.Launcher - running Spoon...
2019-12-01 13:16:58,517 INFO spoon.Launcher - start processing...
2019-12-01 13:17:02,664 WARN spoon.Launcher - PositionBuilder failed for element final  it
spoon.SpoonException: Position of CtExtendedModifiers: [final] not found in 
	at spoon.support.compiler.jdt.PositionBuilder.setModifiersPosition(PositionBuilder.java:555)
	at spoon.support.compiler.jdt.PositionBuilder.buildPositionCtElement(PositionBuilder.java:248)
	at spoon.support.compiler.jdt.ContextBuilder.enter(ContextBuilder.java:92)
	at spoon.support.compiler.jdt.JDTTreeBuilder.visit(JDTTreeBuilder.java:1315)
	at org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.traverse(LocalDeclaration.java:464)
	at org.eclipse.jdt.internal.compiler.ast.ForStatement.traverse(ForStatement.java:423)
	at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.traverse(MethodDeclaration.java:365)
	at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java:1527)
	at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java:1399)
	at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:812)
	at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:773)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.lambda$buildModel$0(JDTBasedSpoonCompiler.java:423)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.forEachCompilationUnit(JDTBasedSpoonCompiler.java:448)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildModel(JDTBasedSpoonCompiler.java:421)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:365)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:330)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:113)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:96)
	at spoon.Launcher.buildModel(Launcher.java:770)
	at spoon.Launcher.run(Launcher.java:721)
	at fr.inria.gforge.spoon.metrics.PerformanceDecorator.execute(PerformanceDecorator.java:22)
	at fr.inria.gforge.spoon.SpoonMojoGenerate.execute(SpoonMojoGenerate.java:218)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
2019-12-01 13:17:03,014 WARN spoon.Launcher - PositionBuilder failed for element final  it
spoon.SpoonException: Position of CtExtendedModifiers: [final] not found in 
	at spoon.support.compiler.jdt.PositionBuilder.setModifiersPosition(PositionBuilder.java:555)
	at spoon.support.compiler.jdt.PositionBuilder.buildPositionCtElement(PositionBuilder.java:248)
	at spoon.support.compiler.jdt.ContextBuilder.enter(ContextBuilder.java:92)
	at spoon.support.compiler.jdt.JDTTreeBuilder.visit(JDTTreeBuilder.java:1315)
	at org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.traverse(LocalDeclaration.java:464)
	at org.eclipse.jdt.internal.compiler.ast.ForStatement.traverse(ForStatement.java:423)
	at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.traverse(MethodDeclaration.java:365)
	at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java:1415)
	at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:812)
	at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:773)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.lambda$buildModel$0(JDTBasedSpoonCompiler.java:423)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.forEachCompilationUnit(JDTBasedSpoonCompiler.java:448)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildModel(JDTBasedSpoonCompiler.java:421)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBasedSpoonCompiler.java:365)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.buildSources(JDTBasedSpoonCompiler.java:330)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:113)
	at spoon.support.compiler.jdt.JDTBasedSpoonCompiler.build(JDTBasedSpoonCompiler.java:96)
	at spoon.Launcher.buildModel(Launcher.java:770)
	at spoon.Launcher.run(Launcher.java:721)
	at fr.inria.gforge.spoon.metrics.PerformanceDecorator.execute(PerformanceDecorator.java:22)
	at fr.inria.gforge.spoon.SpoonMojoGenerate.execute(SpoonMojoGenerate.java:218)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
2019-12-01 13:17:04,129 INFO spoon.Launcher - spoon.processing.SpoonTagger
2019-12-01 13:17:04,221 INFO spoon.Launcher - spoon.support.JavaOutputProcessor
2019-12-01 13:17:11,934 INFO spoon.Launcher - end of processing: 
2019-12-01 13:17:11,935 INFO spoon.Launcher - no errors, no warnings
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-collections4 ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to /builds/workspace/Commons-collections/target/apidocs/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-collections4 ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-collections4 ---
[INFO] Executing: /bin/sh -c cd '/builds/workspace/Commons-collections' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /builds/workspace/Commons-collections
[INFO] Storing buildNumber: bb0781551c7f1d7ddd28733acff95e1f130e766c at timestamp: 1575202632634
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/builds/workspace/Commons-collections' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /builds/workspace/Commons-collections
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-collections4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /builds/workspace/Commons-collections/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-collections4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 324 source files to /builds/workspace/Commons-collections/target/classes
[INFO] /builds/workspace/Commons-collections/target/generated-sources/spoon/org/apache/commons/collections4/collection/IndexedCollection.java: /builds/workspace/Commons-collections/target/generated-sources/spoon/org/apache/commons/collections4/collection/IndexedCollection.java uses or overrides a deprecated API.
[INFO] /builds/workspace/Commons-collections/target/generated-sources/spoon/org/apache/commons/collections4/collection/IndexedCollection.java: Recompile with -Xlint:deprecation for details.
[INFO] /builds/workspace/Commons-collections/target/generated-sources/spoon/org/apache/commons/collections4/PredicateUtils.java: Some input files use unchecked or unsafe operations.
[INFO] /builds/workspace/Commons-collections/target/generated-sources/spoon/org/apache/commons/collections4/PredicateUtils.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-collections4 ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-collections4 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-collections4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 178 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-collections4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 213 source files to /builds/workspace/Commons-collections/target/test-classes
[INFO] /builds/workspace/Commons-collections/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java: Some input files use or override a deprecated API.
[INFO] /builds/workspace/Commons-collections/src/test/java/org/apache/commons/collections4/map/MultiValueMapTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /builds/workspace/Commons-collections/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java: Some input files use unchecked or unsafe operations.
[INFO] /builds/workspace/Commons-collections/src/test/java/org/apache/commons/collections4/collection/CompositeCollectionTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (prepare-agent) @ commons-collections4 ---
[INFO] argLine set to -javaagent:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=/builds/workspace/Commons-collections/target/jacoco.exec
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ commons-collections4 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.commons.collections4.map.UnmodifiableMapTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s - in org.apache.commons.collections4.map.UnmodifiableMapTest
[INFO] Running org.apache.commons.collections4.map.PassiveExpiringMapTest
[INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.183 s - in org.apache.commons.collections4.map.PassiveExpiringMapTest
[INFO] Running org.apache.commons.collections4.map.PredicatedSortedMapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.apache.commons.collections4.map.PredicatedSortedMapTest
[INFO] Running org.apache.commons.collections4.map.HashedMapTest
[INFO] Tests run: 155, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.apache.commons.collections4.map.HashedMapTest
[INFO] Running org.apache.commons.collections4.map.PredicatedMapTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.apache.commons.collections4.map.PredicatedMapTest
[INFO] Running org.apache.commons.collections4.map.ReferenceIdentityMapTest
[INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s - in org.apache.commons.collections4.map.ReferenceIdentityMapTest
[INFO] Running org.apache.commons.collections4.map.ListOrderedMap2Test
[INFO] Tests run: 328, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.apache.commons.collections4.map.ListOrderedMap2Test
[INFO] Running org.apache.commons.collections4.map.LazySortedMapTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.apache.commons.collections4.map.LazySortedMapTest
[INFO] Running org.apache.commons.collections4.map.LazyMapTest
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.commons.collections4.map.LazyMapTest
[INFO] Running org.apache.commons.collections4.map.UnmodifiableOrderedMapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.apache.commons.collections4.map.UnmodifiableOrderedMapTest
[INFO] Running org.apache.commons.collections4.map.Flat3MapTest
[INFO] Tests run: 196, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.apache.commons.collections4.map.Flat3MapTest
[INFO] Running org.apache.commons.collections4.map.MultiKeyMapTest
[INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.apache.commons.collections4.map.MultiKeyMapTest
[INFO] Running org.apache.commons.collections4.map.LRUMapTest
[INFO] Tests run: 190, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.204 s - in org.apache.commons.collections4.map.LRUMapTest
[INFO] Running org.apache.commons.collections4.map.TransformedSortedMapTest
[INFO] Tests run: 546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s - in org.apache.commons.collections4.map.TransformedSortedMapTest
[INFO] Running org.apache.commons.collections4.map.ListOrderedMapTest
[INFO] Tests run: 487, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.apache.commons.collections4.map.ListOrderedMapTest
[INFO] Running org.apache.commons.collections4.map.CaseInsensitiveMapTest
[INFO] Tests run: 158, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.apache.commons.collections4.map.CaseInsensitiveMapTest
[INFO] Running org.apache.commons.collections4.map.TransformedMapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.map.TransformedMapTest
[INFO] Running org.apache.commons.collections4.map.StaticBucketMapTest
[INFO] Tests run: 152, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.apache.commons.collections4.map.StaticBucketMapTest
[INFO] Running org.apache.commons.collections4.map.ReferenceMapTest
[INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.574 s - in org.apache.commons.collections4.map.ReferenceMapTest
[INFO] Running org.apache.commons.collections4.map.LinkedMapTest
[INFO] Tests run: 332, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.apache.commons.collections4.map.LinkedMapTest
[INFO] Running org.apache.commons.collections4.map.SingletonMapTest
[INFO] Tests run: 175, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.apache.commons.collections4.map.SingletonMapTest
[INFO] Running org.apache.commons.collections4.map.UnmodifiableSortedMapTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.apache.commons.collections4.map.UnmodifiableSortedMapTest
[INFO] Running org.apache.commons.collections4.map.FixedSizeMapTest
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.apache.commons.collections4.map.FixedSizeMapTest
[INFO] Running org.apache.commons.collections4.map.MultiValueMapTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.apache.commons.collections4.map.MultiValueMapTest
[INFO] Running org.apache.commons.collections4.map.DefaultedMapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.commons.collections4.map.DefaultedMapTest
[INFO] Running org.apache.commons.collections4.map.FixedSizeSortedMapTest
[INFO] Tests run: 543, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.apache.commons.collections4.map.FixedSizeSortedMapTest
[INFO] Running org.apache.commons.collections4.map.CompositeMapTest
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.apache.commons.collections4.map.CompositeMapTest
[INFO] Running org.apache.commons.collections4.multiset.HashMultiSetTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.apache.commons.collections4.multiset.HashMultiSetTest
[INFO] Running org.apache.commons.collections4.multiset.SynchronizedMultiSetTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.apache.commons.collections4.multiset.SynchronizedMultiSetTest
[INFO] Running org.apache.commons.collections4.multiset.PredicatedMultiSetTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.commons.collections4.multiset.PredicatedMultiSetTest
[INFO] Running org.apache.commons.collections4.multiset.UnmodifiableMultiSetTest
[INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.multiset.UnmodifiableMultiSetTest
[INFO] Running org.apache.commons.collections4.properties.SortedPropertiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.apache.commons.collections4.properties.SortedPropertiesTest
[INFO] Running org.apache.commons.collections4.ListUtilsTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.commons.collections4.ListUtilsTest
[INFO] Running org.apache.commons.collections4.splitmap.TransformedSplitMapTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.splitmap.TransformedSplitMapTest
[INFO] Running org.apache.commons.collections4.FactoryUtilsTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.commons.collections4.FactoryUtilsTest
[INFO] Running org.apache.commons.collections4.PredicateUtilsTest
[INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.apache.commons.collections4.PredicateUtilsTest
[INFO] Running org.apache.commons.collections4.CollectionUtilsTest
[INFO] Tests run: 104, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.apache.commons.collections4.CollectionUtilsTest
[INFO] Running org.apache.commons.collections4.IterableUtilsTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.commons.collections4.IterableUtilsTest
[INFO] Running org.apache.commons.collections4.ComparatorUtilsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.ComparatorUtilsTest
[INFO] Running org.apache.commons.collections4.list.TreeListTest
[INFO] Tests run: 158, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s - in org.apache.commons.collections4.list.TreeListTest
[INFO] Running org.apache.commons.collections4.list.NodeCachingLinkedListTest
[INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.apache.commons.collections4.list.NodeCachingLinkedListTest
[INFO] Running org.apache.commons.collections4.list.FixedSizeListTest
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.commons.collections4.list.FixedSizeListTest
[INFO] Running org.apache.commons.collections4.list.SetUniqueListTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.apache.commons.collections4.list.SetUniqueListTest
[INFO] Running org.apache.commons.collections4.list.CursorableLinkedListTest
[INFO] Tests run: 196, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.apache.commons.collections4.list.CursorableLinkedListTest
[INFO] Running org.apache.commons.collections4.list.TransformedListTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.apache.commons.collections4.list.TransformedListTest
[INFO] Running org.apache.commons.collections4.list.GrowthListTest
[INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.commons.collections4.list.GrowthListTest
[INFO] Running org.apache.commons.collections4.list.PredicatedListTest
[INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.list.PredicatedListTest
[INFO] Running org.apache.commons.collections4.list.Collections701Test
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.list.Collections701Test
[INFO] Running org.apache.commons.collections4.list.UnmodifiableListTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.list.UnmodifiableListTest
[INFO] Running org.apache.commons.collections4.collection.PredicatedCollectionBuilderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.collection.PredicatedCollectionBuilderTest
[INFO] Running org.apache.commons.collections4.collection.SynchronizedCollectionTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.collection.SynchronizedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.CompositeCollectionTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.collection.CompositeCollectionTest
[INFO] Running org.apache.commons.collections4.collection.PredicatedCollectionTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.collection.PredicatedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.UnmodifiableBoundedCollectionTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.collection.UnmodifiableBoundedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.UnmodifiableCollectionTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.collection.UnmodifiableCollectionTest
[INFO] Running org.apache.commons.collections4.collection.IndexedCollectionTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.apache.commons.collections4.collection.IndexedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.TransformedCollectionTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.collection.TransformedCollectionTest
[INFO] Running org.apache.commons.collections4.BagUtilsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.BagUtilsTest
[INFO] Running org.apache.commons.collections4.queue.SynchronizedQueueTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.apache.commons.collections4.queue.SynchronizedQueueTest
[INFO] Running org.apache.commons.collections4.queue.PredicatedQueueTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.queue.PredicatedQueueTest
[INFO] Running org.apache.commons.collections4.queue.UnmodifiableQueueTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.commons.collections4.queue.UnmodifiableQueueTest
[INFO] Running org.apache.commons.collections4.queue.CircularFifoQueueTest
[INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.commons.collections4.queue.CircularFifoQueueTest
[INFO] Running org.apache.commons.collections4.queue.TransformedQueueTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.commons.collections4.queue.TransformedQueueTest
[INFO] Running org.apache.commons.collections4.SetUtilsTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.commons.collections4.SetUtilsTest
[INFO] Running org.apache.commons.collections4.ArrayStackTest
[INFO] Tests run: 154, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.apache.commons.collections4.ArrayStackTest
[INFO] Running org.apache.commons.collections4.ClosureUtilsTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.ClosureUtilsTest
[INFO] Running org.apache.commons.collections4.TransformerUtilsTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.TransformerUtilsTest
[INFO] Running org.apache.commons.collections4.TrieUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.commons.collections4.TrieUtilsTest
[INFO] Running org.apache.commons.collections4.iterators.BoundedIteratorTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.iterators.BoundedIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ObjectArrayIteratorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.iterators.ObjectArrayIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ListIteratorWrapperTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.ListIteratorWrapperTest
[INFO] Running org.apache.commons.collections4.iterators.ArrayIterator2Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.iterators.ArrayIterator2Test
[INFO] Running org.apache.commons.collections4.iterators.IteratorIterableTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.IteratorIterableTest
[INFO] Running org.apache.commons.collections4.iterators.SkippingIteratorTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.iterators.SkippingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.SingletonIterator2Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.SingletonIterator2Test
[INFO] Running org.apache.commons.collections4.iterators.UnmodifiableMapIteratorTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.iterators.UnmodifiableMapIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.SingletonListIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.iterators.SingletonListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ObjectArrayListIterator2Test
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.iterators.ObjectArrayListIterator2Test
[INFO] Running org.apache.commons.collections4.iterators.PushbackIteratorTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.PushbackIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.FilterListIteratorTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.apache.commons.collections4.iterators.FilterListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.FilterIteratorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.FilterIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ZippingIteratorTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.iterators.ZippingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.SingletonIteratorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.SingletonIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ObjectArrayListIteratorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.ObjectArrayListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ArrayListIterator2Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.commons.collections4.iterators.ArrayListIterator2Test
[INFO] Running org.apache.commons.collections4.iterators.CollatingIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.iterators.CollatingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.UnmodifiableIteratorTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.UnmodifiableIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.LazyIteratorChainTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.commons.collections4.iterators.LazyIteratorChainTest
[INFO] Running org.apache.commons.collections4.iterators.LoopingIteratorTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.LoopingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.PeekingIteratorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.PeekingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ListIteratorWrapper2Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.iterators.ListIteratorWrapper2Test
[INFO] Running org.apache.commons.collections4.iterators.NodeListIteratorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.apache.commons.collections4.iterators.NodeListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.UniqueFilterIteratorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.commons.collections4.iterators.UniqueFilterIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ArrayListIteratorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.ArrayListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.UnmodifiableListIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.UnmodifiableListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.IteratorEnumerationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.IteratorEnumerationTest
[INFO] Running org.apache.commons.collections4.iterators.LoopingListIteratorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.LoopingListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ObjectGraphIteratorTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.iterators.ObjectGraphIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.PermutationIteratorTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.iterators.PermutationIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ArrayIteratorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.ArrayIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ReverseListIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.commons.collections4.iterators.ReverseListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.IteratorChainTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.IteratorChainTest
[INFO] Running org.apache.commons.collections4.EnumerationUtilsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.EnumerationUtilsTest
[INFO] Running org.apache.commons.collections4.multimap.HashSetValuedHashMapTest
[INFO] Tests run: 332, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in org.apache.commons.collections4.multimap.HashSetValuedHashMapTest
[INFO] Running org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMapTest
[INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMapTest
[INFO] Running org.apache.commons.collections4.multimap.TransformedMultiValuedMapTest
[INFO] Tests run: 332, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.apache.commons.collections4.multimap.TransformedMultiValuedMapTest
[INFO] Running org.apache.commons.collections4.multimap.ArrayListValuedHashMapTest
[INFO] Tests run: 334, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.apache.commons.collections4.multimap.ArrayListValuedHashMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualHashBidiMapTest
[INFO] Tests run: 362, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.apache.commons.collections4.bidimap.DualHashBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualTreeBidiMapTest
[INFO] Tests run: 803, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in org.apache.commons.collections4.bidimap.DualTreeBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.TreeBidiMapTest
[INFO] Tests run: 383, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 s - in org.apache.commons.collections4.bidimap.TreeBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualTreeBidiMap2Test
[INFO] Tests run: 808, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s - in org.apache.commons.collections4.bidimap.DualTreeBidiMap2Test
[INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableBidiMapTest
[INFO] Tests run: 364, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.apache.commons.collections4.bidimap.UnmodifiableBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMapTest
[INFO] Tests run: 385, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMapTest
[INFO] Tests run: 805, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s - in org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualLinkedHashBidiMapTest
[INFO] Tests run: 362, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.apache.commons.collections4.bidimap.DualLinkedHashBidiMapTest
[INFO] Running org.apache.commons.collections4.keyvalue.DefaultMapEntryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.keyvalue.DefaultMapEntryTest
[INFO] Running org.apache.commons.collections4.keyvalue.MultiKeyTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.keyvalue.MultiKeyTest
[INFO] Running org.apache.commons.collections4.keyvalue.DefaultKeyValueTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.keyvalue.DefaultKeyValueTest
[INFO] Running org.apache.commons.collections4.keyvalue.TiedMapEntryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.keyvalue.TiedMapEntryTest
[INFO] Running org.apache.commons.collections4.keyvalue.UnmodifiableMapEntryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.keyvalue.UnmodifiableMapEntryTest
[INFO] Running org.apache.commons.collections4.QueueUtilsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.QueueUtilsTest
[INFO] Running org.apache.commons.collections4.MultiSetUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.MultiSetUtilsTest
[INFO] Running org.apache.commons.collections4.bag.HashBagTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.apache.commons.collections4.bag.HashBagTest
[INFO] Running org.apache.commons.collections4.bag.SynchronizedBagTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.commons.collections4.bag.SynchronizedBagTest
[INFO] Running org.apache.commons.collections4.bag.PredicatedSortedBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.apache.commons.collections4.bag.PredicatedSortedBagTest
[INFO] Running org.apache.commons.collections4.bag.TransformedSortedBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.apache.commons.collections4.bag.TransformedSortedBagTest
[INFO] Running org.apache.commons.collections4.bag.UnmodifiableBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.bag.UnmodifiableBagTest
[INFO] Running org.apache.commons.collections4.bag.PredicatedBagTest
[INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.commons.collections4.bag.PredicatedBagTest
[INFO] Running org.apache.commons.collections4.bag.TreeBagTest
[INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.commons.collections4.bag.TreeBagTest
[INFO] Running org.apache.commons.collections4.bag.CollectionBagTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.bag.CollectionBagTest
[INFO] Running org.apache.commons.collections4.bag.CollectionSortedBagTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.bag.CollectionSortedBagTest
[INFO] Running org.apache.commons.collections4.bag.TransformedBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.commons.collections4.bag.TransformedBagTest
[INFO] Running org.apache.commons.collections4.bag.UnmodifiableSortedBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.bag.UnmodifiableSortedBagTest
[INFO] Running org.apache.commons.collections4.trie.UnmodifiableTrieTest
[INFO] Tests run: 545, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in org.apache.commons.collections4.trie.UnmodifiableTrieTest
[INFO] Running org.apache.commons.collections4.trie.PatriciaTrieTest
[INFO] Tests run: 550, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.258 s - in org.apache.commons.collections4.trie.PatriciaTrieTest
[INFO] Running org.apache.commons.collections4.trie.PatriciaTrie2Test
[INFO] Tests run: 174, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.apache.commons.collections4.trie.PatriciaTrie2Test
[INFO] Running org.apache.commons.collections4.sequence.SequencesComparatorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 s - in org.apache.commons.collections4.sequence.SequencesComparatorTest
[INFO] Running org.apache.commons.collections4.set.PredicatedNavigableSetTest
[INFO] Tests run: 200, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.apache.commons.collections4.set.PredicatedNavigableSetTest
[INFO] Running org.apache.commons.collections4.set.TransformedSortedSetTest
[INFO] Tests run: 114, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.commons.collections4.set.TransformedSortedSetTest
[INFO] Running org.apache.commons.collections4.set.ListOrderedSetTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.set.ListOrderedSetTest
[INFO] Running org.apache.commons.collections4.set.TransformedNavigableSetTest
[INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.apache.commons.collections4.set.TransformedNavigableSetTest
[INFO] Running org.apache.commons.collections4.set.TransformedSetTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.set.TransformedSetTest
[INFO] Running org.apache.commons.collections4.set.MapBackedSetTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.set.MapBackedSetTest
[INFO] Running org.apache.commons.collections4.set.UnmodifiableSortedSetTest
[INFO] Tests run: 115, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.apache.commons.collections4.set.UnmodifiableSortedSetTest
[INFO] Running org.apache.commons.collections4.set.PredicatedSortedSetTest
[INFO] Tests run: 116, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.apache.commons.collections4.set.PredicatedSortedSetTest
[INFO] Running org.apache.commons.collections4.set.UnmodifiableNavigableSetTest
[INFO] Tests run: 199, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.apache.commons.collections4.set.UnmodifiableNavigableSetTest
[INFO] Running org.apache.commons.collections4.set.PredicatedSetTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.set.PredicatedSetTest
[INFO] Running org.apache.commons.collections4.set.MapBackedSet2Test
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.set.MapBackedSet2Test
[INFO] Running org.apache.commons.collections4.set.ListOrderedSet2Test
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.set.ListOrderedSet2Test
[INFO] Running org.apache.commons.collections4.set.UnmodifiableSetTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.set.UnmodifiableSetTest
[INFO] Running org.apache.commons.collections4.set.CompositeSetTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.set.CompositeSetTest
[INFO] Running org.apache.commons.collections4.comparators.ReverseComparatorTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.commons.collections4.comparators.ReverseComparatorTest
[INFO] Running org.apache.commons.collections4.comparators.ComparatorChainTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.apache.commons.collections4.comparators.ComparatorChainTest
[INFO] Running org.apache.commons.collections4.comparators.ComparableComparatorTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.comparators.ComparableComparatorTest
[INFO] Running org.apache.commons.collections4.comparators.BooleanComparatorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.comparators.BooleanComparatorTest
[INFO] Running org.apache.commons.collections4.comparators.TransformingComparatorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.comparators.TransformingComparatorTest
[INFO] Running org.apache.commons.collections4.comparators.FixedOrderComparatorTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.comparators.FixedOrderComparatorTest
[INFO] Running org.apache.commons.collections4.SplitMapUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.SplitMapUtilsTest
[INFO] Running org.apache.commons.collections4.FluentIterableTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.FluentIterableTest
[INFO] Running org.apache.commons.collections4.MultiMapUtilsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.MultiMapUtilsTest
[INFO] Running org.apache.commons.collections4.MapUtilsTest
[INFO] Tests run: 8480, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.426 s - in org.apache.commons.collections4.MapUtilsTest
[INFO] Running org.apache.commons.collections4.functors.CatchAndRethrowClosureTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.functors.CatchAndRethrowClosureTest
[INFO] Running org.apache.commons.collections4.functors.ComparatorPredicateTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.functors.ComparatorPredicateTest
[INFO] Running org.apache.commons.collections4.functors.AllPredicateTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.functors.AllPredicateTest
[INFO] Running org.apache.commons.collections4.functors.NullPredicateTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.functors.NullPredicateTest
[INFO] Running org.apache.commons.collections4.functors.EqualPredicateTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.functors.EqualPredicateTest
[INFO] Running org.apache.commons.collections4.IteratorUtilsTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.IteratorUtilsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 24612, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ commons-collections4 ---
[INFO] Building jar: /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ commons-collections4 ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:test-jar (default) @ commons-collections4 ---
[INFO] Building jar: /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (create-source-jar) @ commons-collections4 ---
[INFO] Building jar: /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (create-source-jar) @ commons-collections4 ---
[INFO] Building jar: /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.1:check (check) @ commons-collections4 ---
[INFO] Loading execution data file /builds/workspace/Commons-collections/target/jacoco.exec
[INFO] Analyzed bundle 'commons-collections4' with 474 classes
[WARNING] Rule violated for bundle commons-collections4: classes covered ratio is 0.98, but expected minimum is 1.00
[WARNING] Rule violated for bundle commons-collections4: instructions covered ratio is 0.86, but expected minimum is 0.90
[WARNING] Rule violated for bundle commons-collections4: methods covered ratio is 0.87, but expected minimum is 0.95
[WARNING] Rule violated for bundle commons-collections4: branches covered ratio is 0.81, but expected minimum is 0.85
[WARNING] Rule violated for bundle commons-collections4: lines covered ratio is 0.87, but expected minimum is 0.90
[WARNING] Rule violated for bundle commons-collections4: complexity covered ratio is 0.79, but expected minimum is 0.85
[WARNING] Coverage checks have not been met. See log for details.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ commons-collections4 ---
[INFO] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT.jar to /builds/.m2/repository/org/apache/commons/commons-collections4/4.4-SNAPSHOT/commons-collections4-4.4-SNAPSHOT.jar
[INFO] Installing /builds/workspace/Commons-collections/pom.xml to /builds/.m2/repository/org/apache/commons/commons-collections4/4.4-SNAPSHOT/commons-collections4-4.4-SNAPSHOT.pom
[INFO] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-tests.jar to /builds/.m2/repository/org/apache/commons/commons-collections4/4.4-SNAPSHOT/commons-collections4-4.4-SNAPSHOT-tests.jar
[INFO] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-sources.jar to /builds/.m2/repository/org/apache/commons/commons-collections4/4.4-SNAPSHOT/commons-collections4-4.4-SNAPSHOT-sources.jar
[INFO] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.4-SNAPSHOT-test-sources.jar to /builds/.m2/repository/org/apache/commons/commons-collections4/4.4-SNAPSHOT/commons-collections4-4.4-SNAPSHOT-test-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 50.212 s
[INFO] Finished at: 2019-12-01T13:17:46+01:00
[INFO] Final Memory: 41M/297M
[INFO] ------------------------------------------------------------------------
 
--- Displays results of the maven compile with spoon of spoon ---
Time to compile with spoon of spoon: 51795
 
-------------------------------------------------------
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>Commons-collections</td>
      <td>bb0781551c7f1d7ddd28733acff95e1f130e766c</td>
      <td>OK</td>
      <td>tests: 24612
errors: 0
skipped: 0
failures: 0</td>
      <td>OK</td>
      <td>tests: 24612
errors: 0
skipped: 0
failures: 0</td>
      <td>13419</td>
      <td>N/A</td>
      <td>44405</td>
      <td>56640</td>
      <td>51795</td>
    </tr>
  </table>
</section>
Archiving artifacts
Finished: SUCCESS