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 refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 3fa9e323af135b489f9f15ea161ee065d8a71897 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3fa9e323af135b489f9f15ea161ee065d8a71897
Commit message: "[COLLECTIONS-679] Using existing class in example given in Javadocs. #85."
 > git rev-list --no-walk 8f39771cb53207fd447e34571ab653caa2e5b762 # timeout=10
[Commons-collections] $ /bin/sh -xe /tmp/jenkins2994204114008881355.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   527k      0 --:--:-- --:--:-- --:--:--  530k
HEAD is now at 3fa9e32 [COLLECTIONS-679] Using existing class in example given in Javadocs.

--- Displays variables used in the build ---
Artifact id: commons-collections4
Version: 4.5-SNAPSHOT
Modules job:
- Commons-collections
Has checkstyle: true
Has enforcer: true
Git version id: 3fa9e323af135b489f9f15ea161ee065d8a71897
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.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.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] --- apache-rat-plugin:0.13:check (rat-check) @ commons-collections4 ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /builds/workspace/Commons-collections/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 72 implicit excludes (use -debug for more details).
[INFO] 11 explicit excludes (use -debug for more details).
[INFO] 584 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 579 licenses.
[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: 3fa9e323af135b489f9f15ea161ee065d8a71897 at timestamp: 1569496510892
[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.1.0: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.8.0:compile (default-compile) @ commons-collections4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 326 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/functors/ConstantFactory.java: Some input files use unchecked or unsafe operations.
[INFO] /builds/workspace/Commons-collections/src/main/java/org/apache/commons/collections4/functors/ConstantFactory.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:4.1.0:manifest (bundle-manifest) @ commons-collections4 ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.17:check (checkAPIcompatibility) @ commons-collections4 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ commons-collections4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 179 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ commons-collections4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 217 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.4:prepare-agent (prepare-agent) @ commons-collections4 ---
[INFO] argLine set to -javaagent:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/builds/workspace/Commons-collections/target/jacoco.exec
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1: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.123 s - in org.apache.commons.collections4.map.UnmodifiableMapTest
[INFO] Running org.apache.commons.collections4.map.PassiveExpiringMapTest
[INFO] Tests run: 148, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.188 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.074 s - in org.apache.commons.collections4.map.PredicatedSortedMapTest
[INFO] Running org.apache.commons.collections4.map.HashedMapTest
[INFO] Tests run: 158, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 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.023 s - in org.apache.commons.collections4.map.PredicatedMapTest
[INFO] Running org.apache.commons.collections4.map.ReferenceIdentityMapTest
[INFO] Tests run: 159, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 s - in org.apache.commons.collections4.map.ReferenceIdentityMapTest
[INFO] Running org.apache.commons.collections4.map.ListOrderedMap2Test
[INFO] Tests run: 333, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 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.019 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.02 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.021 s - in org.apache.commons.collections4.map.UnmodifiableOrderedMapTest
[INFO] Running org.apache.commons.collections4.map.Flat3MapTest
[INFO] Tests run: 199, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.apache.commons.collections4.map.Flat3MapTest
[INFO] Running org.apache.commons.collections4.map.MultiKeyMapTest
[INFO] Tests run: 167, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.apache.commons.collections4.map.MultiKeyMapTest
[INFO] Running org.apache.commons.collections4.map.LRUMapTest
[INFO] Tests run: 193, 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: 558, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.apache.commons.collections4.map.TransformedSortedMapTest
[INFO] Running org.apache.commons.collections4.map.ListOrderedMapTest
[INFO] Tests run: 494, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.apache.commons.collections4.map.ListOrderedMapTest
[INFO] Running org.apache.commons.collections4.map.CaseInsensitiveMapTest
[INFO] Tests run: 161, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 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: 155, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.apache.commons.collections4.map.StaticBucketMapTest
[INFO] Running org.apache.commons.collections4.map.ReferenceMapTest
[INFO] Tests run: 159, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.985 s - in org.apache.commons.collections4.map.ReferenceMapTest
[INFO] Running org.apache.commons.collections4.map.LinkedMapTest
[INFO] Tests run: 337, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.apache.commons.collections4.map.LinkedMapTest
[INFO] Running org.apache.commons.collections4.map.SingletonMapTest
[INFO] Tests run: 178, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 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.021 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.027 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.014 s - in org.apache.commons.collections4.map.DefaultedMapTest
[INFO] Running org.apache.commons.collections4.map.FixedSizeSortedMapTest
[INFO] Tests run: 555, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 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.05 s - in org.apache.commons.collections4.map.CompositeMapTest
[INFO] Running org.apache.commons.collections4.multiset.HashMultiSetTest
[INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.apache.commons.collections4.multiset.HashMultiSetTest
[INFO] Running org.apache.commons.collections4.multiset.SynchronizedMultiSetTest
[INFO] Tests run: 77, 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: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.apache.commons.collections4.multiset.PredicatedMultiSetTest
[INFO] Running org.apache.commons.collections4.multiset.UnmodifiableMultiSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.apache.commons.collections4.multiset.UnmodifiableMultiSetTest
[INFO] Running org.apache.commons.collections4.properties.PropertiesFactoryTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.apache.commons.collections4.properties.PropertiesFactoryTest
[INFO] Running org.apache.commons.collections4.properties.SortedPropertiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.properties.SortedPropertiesTest
[INFO] Running org.apache.commons.collections4.properties.SortedPropertiesFactoryTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.properties.SortedPropertiesFactoryTest
[INFO] Running org.apache.commons.collections4.ListUtilsTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 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.008 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.046 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.04 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.145 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.015 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.006 s - in org.apache.commons.collections4.ComparatorUtilsTest
[INFO] Running org.apache.commons.collections4.list.TreeListTest
[INFO] Tests run: 160, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s - in org.apache.commons.collections4.list.TreeListTest
[INFO] Running org.apache.commons.collections4.list.NodeCachingLinkedListTest
[INFO] Tests run: 158, 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: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.apache.commons.collections4.list.FixedSizeListTest
[INFO] Running org.apache.commons.collections4.list.SetUniqueListTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.apache.commons.collections4.list.SetUniqueListTest
[INFO] Running org.apache.commons.collections4.list.CursorableLinkedListTest
[INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.apache.commons.collections4.list.CursorableLinkedListTest
[INFO] Running org.apache.commons.collections4.list.LazyListTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.apache.commons.collections4.list.LazyListTest
[INFO] Running org.apache.commons.collections4.list.TransformedListTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.apache.commons.collections4.list.TransformedListTest
[INFO] Running org.apache.commons.collections4.list.GrowthListTest
[INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.commons.collections4.list.GrowthListTest
[INFO] Running org.apache.commons.collections4.list.PredicatedListTest
[INFO] Tests run: 62, 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.006 s - in org.apache.commons.collections4.list.Collections701Test
[INFO] Running org.apache.commons.collections4.list.UnmodifiableListTest
[INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 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.005 s - in org.apache.commons.collections4.collection.PredicatedCollectionBuilderTest
[INFO] Running org.apache.commons.collections4.collection.SynchronizedCollectionTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.collection.SynchronizedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.CompositeCollectionTest
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.commons.collections4.collection.CompositeCollectionTest
[INFO] Running org.apache.commons.collections4.collection.PredicatedCollectionTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.collection.PredicatedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.UnmodifiableBoundedCollectionTest
[INFO] Tests run: 29, 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: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.collection.UnmodifiableCollectionTest
[INFO] Running org.apache.commons.collections4.collection.IndexedCollectionTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.apache.commons.collections4.collection.IndexedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.TransformedCollectionTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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.008 s - in org.apache.commons.collections4.BagUtilsTest
[INFO] Running org.apache.commons.collections4.queue.SynchronizedQueueTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.apache.commons.collections4.queue.SynchronizedQueueTest
[INFO] Running org.apache.commons.collections4.queue.PredicatedQueueTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.queue.PredicatedQueueTest
[INFO] Running org.apache.commons.collections4.queue.UnmodifiableQueueTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.queue.UnmodifiableQueueTest
[INFO] Running org.apache.commons.collections4.queue.CircularFifoQueueTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.apache.commons.collections4.queue.CircularFifoQueueTest
[INFO] Running org.apache.commons.collections4.queue.TransformedQueueTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 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.024 s - in org.apache.commons.collections4.SetUtilsTest
[INFO] Running org.apache.commons.collections4.ArrayStackTest
[INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 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.013 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.016 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.012 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.005 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.003 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.007 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.001 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.004 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.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.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.003 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.014 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.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.005 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.003 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.004 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.021 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.002 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 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.002 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.005 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.009 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.001 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.001 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.001 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: 340, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.apache.commons.collections4.multimap.HashSetValuedHashMapTest
[INFO] Running org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMapTest
[INFO] Tests run: 346, 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: 340, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.apache.commons.collections4.multimap.TransformedMultiValuedMapTest
[INFO] Running org.apache.commons.collections4.multimap.ArrayListValuedHashMapTest
[INFO] Tests run: 342, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.apache.commons.collections4.multimap.ArrayListValuedHashMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualHashBidiMapTest
[INFO] Tests run: 368, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.apache.commons.collections4.bidimap.DualHashBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualTreeBidiMapTest
[INFO] Tests run: 818, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s - in org.apache.commons.collections4.bidimap.DualTreeBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.TreeBidiMapTest
[INFO] Tests run: 389, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s - in org.apache.commons.collections4.bidimap.TreeBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualTreeBidiMap2Test
[INFO] Tests run: 823, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s - in org.apache.commons.collections4.bidimap.DualTreeBidiMap2Test
[INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableBidiMapTest
[INFO] Tests run: 370, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.apache.commons.collections4.bidimap.UnmodifiableBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMapTest
[INFO] Tests run: 391, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMapTest
[INFO] Tests run: 820, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualLinkedHashBidiMapTest
[INFO] Tests run: 368, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 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.002 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.003 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.004 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.002 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: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.apache.commons.collections4.bag.HashBagTest
[INFO] Running org.apache.commons.collections4.bag.SynchronizedBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.bag.SynchronizedBagTest
[INFO] Running org.apache.commons.collections4.bag.PredicatedSortedBagTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.apache.commons.collections4.bag.PredicatedSortedBagTest
[INFO] Running org.apache.commons.collections4.bag.TransformedSortedBagTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.commons.collections4.bag.TransformedSortedBagTest
[INFO] Running org.apache.commons.collections4.bag.UnmodifiableBagTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.bag.UnmodifiableBagTest
[INFO] Running org.apache.commons.collections4.bag.PredicatedBagTest
[INFO] Tests run: 79, 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: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.bag.TreeBagTest
[INFO] Running org.apache.commons.collections4.bag.CollectionBagTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.bag.CollectionBagTest
[INFO] Running org.apache.commons.collections4.bag.CollectionSortedBagTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.bag.CollectionSortedBagTest
[INFO] Running org.apache.commons.collections4.bag.TransformedBagTest
[INFO] Tests run: 78, 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: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.bag.UnmodifiableSortedBagTest
[INFO] Running org.apache.commons.collections4.trie.UnmodifiableTrieTest
[INFO] Tests run: 557, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.apache.commons.collections4.trie.UnmodifiableTrieTest
[INFO] Running org.apache.commons.collections4.trie.PatriciaTrieTest
[INFO] Tests run: 562, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s - in org.apache.commons.collections4.trie.PatriciaTrieTest
[INFO] Running org.apache.commons.collections4.trie.PatriciaTrie2Test
[INFO] Tests run: 177, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 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.314 s - in org.apache.commons.collections4.sequence.SequencesComparatorTest
[INFO] Running org.apache.commons.collections4.set.PredicatedNavigableSetTest
[INFO] Tests run: 207, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.apache.commons.collections4.set.PredicatedNavigableSetTest
[INFO] Running org.apache.commons.collections4.set.TransformedSortedSetTest
[INFO] Tests run: 118, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.set.TransformedSortedSetTest
[INFO] Running org.apache.commons.collections4.set.ListOrderedSetTest
[INFO] Tests run: 36, 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: 205, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.apache.commons.collections4.set.TransformedNavigableSetTest
[INFO] Running org.apache.commons.collections4.set.TransformedSetTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.set.TransformedSetTest
[INFO] Running org.apache.commons.collections4.set.MapBackedSetTest
[INFO] Tests run: 29, 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: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.apache.commons.collections4.set.UnmodifiableSortedSetTest
[INFO] Running org.apache.commons.collections4.set.PredicatedSortedSetTest
[INFO] Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.apache.commons.collections4.set.PredicatedSortedSetTest
[INFO] Running org.apache.commons.collections4.set.UnmodifiableNavigableSetTest
[INFO] Tests run: 206, 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: 32, 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: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.set.MapBackedSet2Test
[INFO] Running org.apache.commons.collections4.set.ListOrderedSet2Test
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.set.ListOrderedSet2Test
[INFO] Running org.apache.commons.collections4.set.UnmodifiableSetTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.set.UnmodifiableSetTest
[INFO] Running org.apache.commons.collections4.set.CompositeSetTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 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.01 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.011 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.001 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.002 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.005 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.007 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.01 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.002 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.603 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.002 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: 24946, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ commons-collections4 ---
[INFO] Building jar: /builds/workspace/Commons-collections/target/commons-collections4-4.5-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.1:test-jar (default) @ commons-collections4 ---
[INFO] Building jar: /builds/workspace/Commons-collections/target/commons-collections4-4.5-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.5-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.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.4:check (check) @ commons-collections4 ---
[INFO] Loading execution data file /builds/workspace/Commons-collections/target/jacoco.exec
[INFO] Analyzed bundle 'commons-collections4' with 465 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.5-SNAPSHOT.jar to /builds/.m2/repository/org/apache/commons/commons-collections4/4.5-SNAPSHOT/commons-collections4-4.5-SNAPSHOT.jar
[INFO] Installing /builds/workspace/Commons-collections/pom.xml to /builds/.m2/repository/org/apache/commons/commons-collections4/4.5-SNAPSHOT/commons-collections4-4.5-SNAPSHOT.pom
[INFO] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.5-SNAPSHOT-tests.jar to /builds/.m2/repository/org/apache/commons/commons-collections4/4.5-SNAPSHOT/commons-collections4-4.5-SNAPSHOT-tests.jar
[INFO] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.5-SNAPSHOT-sources.jar to /builds/.m2/repository/org/apache/commons/commons-collections4/4.5-SNAPSHOT/commons-collections4-4.5-SNAPSHOT-sources.jar
[INFO] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.5-SNAPSHOT-test-sources.jar to /builds/.m2/repository/org/apache/commons/commons-collections4/4.5-SNAPSHOT/commons-collections4-4.5-SNAPSHOT-test-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 44.721 s
[INFO] Finished at: 2019-09-26T13:15:50+02:00
[INFO] Final Memory: 36M/236M
[INFO] ------------------------------------------------------------------------
bash: line 96: bc: command not found
 
--- Displays results of the maven compile ---
Time to compile: 
Number of tests: 24946
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
3/9 KB   
5/9 KB   
8/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 24.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-maven-plugin/3.1/spoon-maven-plugin-3.1.jar
3/34 KB   
5/34 KB   
8/34 KB   
11/34 KB   
13/34 KB   
16/34 KB   
19/34 KB   
21/34 KB   
24/34 KB   
27/34 KB   
29/34 KB   
32/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 1786.7 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Collections 4.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:purge-local-repository (default-cli) @ commons-collections4 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.727 s
[INFO] Finished at: 2019-09-26T13:15:56+02:00
[INFO] Final Memory: 23M/140M
[INFO] ------------------------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Collections 4.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.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] --- apache-rat-plugin:0.13:check (rat-check) @ commons-collections4 ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /builds/workspace/Commons-collections/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 72 implicit excludes (use -debug for more details).
[INFO] 11 explicit excludes (use -debug for more details).
[INFO] 585 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 1, unknown: 1, generated: 0, approved: 579 licenses.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.811 s
[INFO] Finished at: 2019-09-26T13:16:00+02:00
[INFO] Final Memory: 16M/175M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.13:check (rat-check) on project commons-collections4: Too many files with unapproved license: 1 See RAT report in: /builds/workspace/Commons-collections/target/rat.txt -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Error: Maven compile with spoon unsuccessful!
Build step 'Execute shell' marked build as failure
Archiving artifacts
/net/www/ci/sos/jobs/Commons-collections/builds/1491/archive does not exist.
ERROR: Step ‘Publish XML Summary Reports’ failed: /net/www/ci/sos/jobs/Commons-collections/builds/1491/archive does not exist.
Finished: FAILURE