Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on sos-builder02-ubuntu18 (lin ubuntu18 java11) in workspace /builds/workspace/Commons-collections [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] Done The recommended git tool is: NONE 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 --version # 'git version 2.25.1' > git fetch --tags --force --progress -- https://github.com/apache/commons-collections.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision ac05d8fdbe62bbfe051e3b502e5f0fcfbba56c9b (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f ac05d8fdbe62bbfe051e3b502e5f0fcfbba56c9b # timeout=10 Commit message: "Fix Javadoc code elements" > git rev-list --no-walk ac05d8fdbe62bbfe051e3b502e5f0fcfbba56c9b # timeout=10 [Commons-collections] $ /bin/sh -xe /tmp/jenkins3027101167631007842.sh + export MVN_OPTS=-Denforcer.skip=true + stdbuf -i 50k bash + curl https://spoon.gforge.inria.fr/jenkins/build.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ------------------------------------------------------- Initizalizes project ------------------------------------------------------- 100 21998 100 21998 0 0 114k 0 --:--:-- --:--:-- --:--:-- 114k HEAD is now at ac05d8fd Fix Javadoc code elements --- 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: ac05d8fdbe62bbfe051e3b502e5f0fcfbba56c9b Java version: Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 openjdk version "11.0.20.1" 2023-08-24 OpenJDK Runtime Environment (build 11.0.20.1+1-post-Ubuntu-0ubuntu120.04) OpenJDK 64-Bit Server VM (build 11.0.20.1+1-post-Ubuntu-0ubuntu120.04, mixed mode, sharing) Java home: /usr/lib/jvm/java-11-openjdk-amd64 ------------------------------------------------------- Compiles project (at the root project if it's a multi module project) without spoon ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Scanning for projects... [INFO] [INFO] --------------< org.apache.commons:commons-collections4 >--------------- [INFO] Building Apache Commons Collections 4.5-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/codehaus/mojo/javancss-maven-plugin/maven-metadata.xml [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ commons-collections4 --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ commons-collections4 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ commons-collections4 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ commons-collections4 --- [INFO] RAT will not execute since it is configured to be skipped via system property 'rat.skip'. [INFO] [INFO] --- build-helper-maven-plugin:3.4.0:parse-version (parse-version) @ commons-collections4 --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (javadoc.resources) @ commons-collections4 --- [INFO] Executing tasks [INFO] [copy] Copying 2 files to /builds/workspace/Commons-collections/target/apidocs/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ commons-collections4 --- [INFO] Skipping remote resources execution. [INFO] [INFO] --- buildnumber-maven-plugin:3.2.0: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: null at timestamp: 1700309715732 [INFO] Executing: /bin/sh -c cd '/builds/workspace/Commons-collections' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /builds/workspace/Commons-collections [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 scmBranch: UNKNOWN [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ commons-collections4 --- [INFO] skip non existing resourceDirectory /builds/workspace/Commons-collections/src/main/resources [INFO] Copying 2 resources from to target/classes/META-INF [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ commons-collections4 --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 346 source files with javac [debug release 8] to 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:5.1.9:manifest (bundle-manifest) @ commons-collections4 --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /builds/workspace/Commons-collections/target/osgi/MANIFEST.MF [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ commons-collections4 --- [INFO] Copying 181 resources from src/test/resources to target/test-classes [INFO] Copying 2 resources from to target/test-classes/META-INF [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ commons-collections4 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 258 source files with javac [debug release 8] to 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/list/TransformedListTest.java: Some input files use unchecked or unsafe operations. [INFO] /builds/workspace/Commons-collections/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (prepare-agent) @ commons-collections4 --- [INFO] argLine set to -javaagent:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/builds/workspace/Commons-collections/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ commons-collections4 --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Running org.apache.commons.collections4.map.UnmodifiableMapTest [INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 s -- in org.apache.commons.collections4.map.UnmodifiableMapTest [INFO] Running org.apache.commons.collections4.map.PassiveExpiringMapTest [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.398 s -- in org.apache.commons.collections4.map.PassiveExpiringMapTest [INFO] Running org.apache.commons.collections4.map.PredicatedSortedMapTest [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.330 s -- in org.apache.commons.collections4.map.PredicatedSortedMapTest [INFO] Running org.apache.commons.collections4.map.HashedMapTest [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 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.173 s -- in org.apache.commons.collections4.map.PredicatedMapTest [INFO] Running org.apache.commons.collections4.map.ReferenceIdentityMapTest [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.047 s -- in org.apache.commons.collections4.map.ReferenceIdentityMapTest [INFO] Running org.apache.commons.collections4.map.ListOrderedMap2Test [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.apache.commons.collections4.map.ListOrderedMap2Test [INFO] Running org.apache.commons.collections4.map.LazySortedMapTest [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.apache.commons.collections4.map.LazySortedMapTest [INFO] Running org.apache.commons.collections4.map.LazyMapTest [INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 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.174 s -- in org.apache.commons.collections4.map.UnmodifiableOrderedMapTest [INFO] Running org.apache.commons.collections4.map.Flat3MapTest [INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 s -- in org.apache.commons.collections4.map.Flat3MapTest [INFO] Running org.apache.commons.collections4.map.MultiKeyMapTest [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.apache.commons.collections4.map.MultiKeyMapTest [INFO] Running org.apache.commons.collections4.map.LRUMapTest [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.443 s -- in org.apache.commons.collections4.map.LRUMapTest [INFO] Running org.apache.commons.collections4.map.TransformedSortedMapTest [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.apache.commons.collections4.map.TransformedSortedMapTest [INFO] Running org.apache.commons.collections4.map.ListOrderedMapTest [INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s -- in org.apache.commons.collections4.map.ListOrderedMapTest [INFO] Running org.apache.commons.collections4.map.CaseInsensitiveMapTest [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 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.123 s -- in org.apache.commons.collections4.map.TransformedMapTest [INFO] Running org.apache.commons.collections4.map.StaticBucketMapTest [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.apache.commons.collections4.map.StaticBucketMapTest [INFO] Running org.apache.commons.collections4.map.ReferenceMapTest [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.093 s -- in org.apache.commons.collections4.map.ReferenceMapTest [INFO] Running org.apache.commons.collections4.map.LinkedMapTest [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s -- in org.apache.commons.collections4.map.LinkedMapTest [INFO] Running org.apache.commons.collections4.map.SingletonMapTest [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.apache.commons.collections4.map.SingletonMapTest [INFO] Running org.apache.commons.collections4.map.UnmodifiableSortedMapTest [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 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.102 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.080 s -- in org.apache.commons.collections4.map.MultiValueMapTest [INFO] Running org.apache.commons.collections4.map.DefaultedMapTest [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.apache.commons.collections4.map.DefaultedMapTest [INFO] Running org.apache.commons.collections4.map.FixedSizeSortedMapTest [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 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.151 s -- in org.apache.commons.collections4.map.CompositeMapTest [INFO] Running org.apache.commons.collections4.multiset.HashMultiSetTest [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s -- in org.apache.commons.collections4.multiset.HashMultiSetTest [INFO] Running org.apache.commons.collections4.multiset.SynchronizedMultiSetTest [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.apache.commons.collections4.multiset.SynchronizedMultiSetTest [INFO] Running org.apache.commons.collections4.multiset.PredicatedMultiSetTest [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.apache.commons.collections4.multiset.PredicatedMultiSetTest [INFO] Running org.apache.commons.collections4.multiset.UnmodifiableMultiSetTest [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.apache.commons.collections4.multiset.UnmodifiableMultiSetTest [INFO] Running org.apache.commons.collections4.properties.EmptyPropertiesTest [INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s -- in org.apache.commons.collections4.properties.EmptyPropertiesTest [INFO] Running org.apache.commons.collections4.properties.OrderedPropertiesFactoryTest [WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.311 s -- in org.apache.commons.collections4.properties.OrderedPropertiesFactoryTest [INFO] Running org.apache.commons.collections4.properties.PropertiesFactoryTest [WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.107 s -- in org.apache.commons.collections4.properties.PropertiesFactoryTest [INFO] Running org.apache.commons.collections4.properties.SortedPropertiesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.apache.commons.collections4.properties.SortedPropertiesTest [INFO] Running org.apache.commons.collections4.properties.OrderedPropertiesTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.apache.commons.collections4.properties.OrderedPropertiesTest [INFO] Running org.apache.commons.collections4.properties.SortedPropertiesFactoryTest [WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.119 s -- in org.apache.commons.collections4.properties.SortedPropertiesFactoryTest [INFO] Running org.apache.commons.collections4.ListUtilsTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 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.017 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.044 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.121 s -- in org.apache.commons.collections4.PredicateUtilsTest [INFO] Running org.apache.commons.collections4.CollectionUtilsTest [INFO] Tests run: 160, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 s -- in org.apache.commons.collections4.CollectionUtilsTest [INFO] Running org.apache.commons.collections4.IterableUtilsTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 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.008 s -- in org.apache.commons.collections4.ComparatorUtilsTest [INFO] Running org.apache.commons.collections4.list.TreeListTest [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 s -- in org.apache.commons.collections4.list.TreeListTest [INFO] Running org.apache.commons.collections4.list.NodeCachingLinkedListTest [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.apache.commons.collections4.list.NodeCachingLinkedListTest [INFO] Running org.apache.commons.collections4.list.FixedSizeListTest [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.apache.commons.collections4.list.FixedSizeListTest [INFO] Running org.apache.commons.collections4.list.SetUniqueListTest [INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s -- in org.apache.commons.collections4.list.SetUniqueListTest [INFO] Running org.apache.commons.collections4.list.CursorableLinkedListTest [INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s -- in org.apache.commons.collections4.list.CursorableLinkedListTest [INFO] Running org.apache.commons.collections4.list.LazyListTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.apache.commons.collections4.list.LazyListTest [INFO] Running org.apache.commons.collections4.list.TransformedListTest [INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.apache.commons.collections4.list.TransformedListTest [INFO] Running org.apache.commons.collections4.list.GrowthListTest [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.apache.commons.collections4.list.GrowthListTest [INFO] Running org.apache.commons.collections4.list.PredicatedListTest [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 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.017 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.098 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.026 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.034 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.046 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.039 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.031 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.044 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.069 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.048 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.035 s -- in org.apache.commons.collections4.BagUtilsTest [INFO] Running org.apache.commons.collections4.queue.SynchronizedQueueTest [WARNING] Tests run: 37, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.096 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.080 s -- in org.apache.commons.collections4.queue.PredicatedQueueTest [INFO] Running org.apache.commons.collections4.queue.UnmodifiableQueueTest [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.apache.commons.collections4.queue.UnmodifiableQueueTest [INFO] Running org.apache.commons.collections4.queue.CircularFifoQueueTest [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 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.062 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.029 s -- in org.apache.commons.collections4.SetUtilsTest [INFO] Running org.apache.commons.collections4.ArrayStackTest [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 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.040 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.057 s -- in org.apache.commons.collections4.TransformerUtilsTest [INFO] Running org.apache.commons.collections4.bloomfilter.SparseBloomFilterTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.apache.commons.collections4.bloomfilter.SparseBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.BitMapTrackerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.commons.collections4.bloomfilter.BitMapTrackerTest [INFO] Running org.apache.commons.collections4.bloomfilter.DefaultIndexProducerTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.apache.commons.collections4.bloomfilter.DefaultIndexProducerTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexFilterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.apache.commons.collections4.bloomfilter.IndexFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.ArrayTrackerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.commons.collections4.bloomfilter.ArrayTrackerTest [INFO] Running org.apache.commons.collections4.bloomfilter.BitMapProducerFromArrayCountingBloomFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.apache.commons.collections4.bloomfilter.BitMapProducerFromArrayCountingBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexProducerFromIntArrayTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.apache.commons.collections4.bloomfilter.IndexProducerFromIntArrayTest [INFO] Running org.apache.commons.collections4.bloomfilter.EnhancedDoubleHasherTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.apache.commons.collections4.bloomfilter.EnhancedDoubleHasherTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexProducerFromUniqueHasherTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.commons.collections4.bloomfilter.IndexProducerFromUniqueHasherTest [INFO] Running org.apache.commons.collections4.bloomfilter.BitMapProducerFromSimpleBloomFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.apache.commons.collections4.bloomfilter.BitMapProducerFromSimpleBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.DefaultBloomFilterTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.567 s -- in org.apache.commons.collections4.bloomfilter.DefaultBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexProducerFromSimpleBloomFilterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.apache.commons.collections4.bloomfilter.IndexProducerFromSimpleBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.BitMapProducerFromLongArrayTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.apache.commons.collections4.bloomfilter.BitMapProducerFromLongArrayTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexProducerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.apache.commons.collections4.bloomfilter.IndexProducerTest [INFO] Running org.apache.commons.collections4.bloomfilter.BitMapTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.apache.commons.collections4.bloomfilter.BitMapTest [INFO] Running org.apache.commons.collections4.bloomfilter.CellProducerFromArrayCountingBloomFilterTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.apache.commons.collections4.bloomfilter.CellProducerFromArrayCountingBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexProducerFromBitmapProducerTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.commons.collections4.bloomfilter.IndexProducerFromBitmapProducerTest [INFO] Running org.apache.commons.collections4.bloomfilter.CellProducerFromDefaultIndexProducerTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.apache.commons.collections4.bloomfilter.CellProducerFromDefaultIndexProducerTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexProducerFromArrayCountingBloomFilterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.commons.collections4.bloomfilter.IndexProducerFromArrayCountingBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.ShapeTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.apache.commons.collections4.bloomfilter.ShapeTest [INFO] Running org.apache.commons.collections4.bloomfilter.SetOperationsTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.apache.commons.collections4.bloomfilter.SetOperationsTest [INFO] Running org.apache.commons.collections4.bloomfilter.DefaultCellProducerTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.apache.commons.collections4.bloomfilter.DefaultCellProducerTest [INFO] Running org.apache.commons.collections4.bloomfilter.DefaultBitMapProducerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.apache.commons.collections4.bloomfilter.DefaultBitMapProducerTest [INFO] Running org.apache.commons.collections4.bloomfilter.BitMapProducerFromIndexProducerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.apache.commons.collections4.bloomfilter.BitMapProducerFromIndexProducerTest [INFO] Running org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilterTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexProducerFromHasherTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.apache.commons.collections4.bloomfilter.IndexProducerFromHasherTest [INFO] Running org.apache.commons.collections4.bloomfilter.SimpleBloomFilterTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.apache.commons.collections4.bloomfilter.SimpleBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.BitMapProducerFromSparseBloomFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.commons.collections4.bloomfilter.BitMapProducerFromSparseBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexProducerFromSparseBloomFilterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.commons.collections4.bloomfilter.IndexProducerFromSparseBloomFilterTest [INFO] Running org.apache.commons.collections4.TrieUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 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.035 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.013 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.024 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.022 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.031 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.022 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.034 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.032 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.026 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.019 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.057 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.038 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.026 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.011 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.022 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.015 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.027 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.018 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.026 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.011 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.036 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.029 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.024 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.059 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.019 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.021 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.029 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.003 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.029 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.044 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.043 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.017 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.029 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.026 s -- in org.apache.commons.collections4.iterators.IteratorChainTest [INFO] Running org.apache.commons.collections4.EnumerationUtilsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.commons.collections4.EnumerationUtilsTest [INFO] Running org.apache.commons.collections4.multimap.HashSetValuedHashMapTest [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.apache.commons.collections4.multimap.HashSetValuedHashMapTest [INFO] Running org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMapTest [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMapTest [INFO] Running org.apache.commons.collections4.multimap.TransformedMultiValuedMapTest [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.apache.commons.collections4.multimap.TransformedMultiValuedMapTest [INFO] Running org.apache.commons.collections4.multimap.ArrayListValuedHashMapTest [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.apache.commons.collections4.multimap.ArrayListValuedHashMapTest [INFO] Running org.apache.commons.collections4.bidimap.DualHashBidiMapTest [WARNING] Tests run: 61, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.132 s -- in org.apache.commons.collections4.bidimap.DualHashBidiMapTest [INFO] Running org.apache.commons.collections4.bidimap.DualTreeBidiMapTest [INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.apache.commons.collections4.bidimap.DualTreeBidiMapTest [INFO] Running org.apache.commons.collections4.bidimap.TreeBidiMapTest [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s -- in org.apache.commons.collections4.bidimap.TreeBidiMapTest [INFO] Running org.apache.commons.collections4.bidimap.DualTreeBidiMap2Test [INFO] Tests run: 82, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.apache.commons.collections4.bidimap.DualTreeBidiMap2Test [INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableBidiMapTest [WARNING] Tests run: 63, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.098 s -- in org.apache.commons.collections4.bidimap.UnmodifiableBidiMapTest [INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMapTest [INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMapTest [INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMapTest [INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMapTest [INFO] Running org.apache.commons.collections4.bidimap.DualLinkedHashBidiMapTest [INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 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.014 s -- in org.apache.commons.collections4.keyvalue.DefaultMapEntryTest [INFO] Running org.apache.commons.collections4.keyvalue.MultiKeyTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 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.009 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.014 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.015 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.012 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.011 s -- in org.apache.commons.collections4.MultiSetUtilsTest [INFO] Running org.apache.commons.collections4.bag.HashBagTest [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.apache.commons.collections4.bag.HashBagTest [INFO] Running org.apache.commons.collections4.bag.SynchronizedBagTest [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.apache.commons.collections4.bag.SynchronizedBagTest [INFO] Running org.apache.commons.collections4.bag.PredicatedSortedBagTest [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.apache.commons.collections4.bag.PredicatedSortedBagTest [INFO] Running org.apache.commons.collections4.bag.TransformedSortedBagTest [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.apache.commons.collections4.bag.TransformedSortedBagTest [INFO] Running org.apache.commons.collections4.bag.UnmodifiableBagTest [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.apache.commons.collections4.bag.UnmodifiableBagTest [INFO] Running org.apache.commons.collections4.bag.PredicatedBagTest [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.apache.commons.collections4.bag.PredicatedBagTest [INFO] Running org.apache.commons.collections4.bag.TreeBagTest [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 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.036 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.045 s -- in org.apache.commons.collections4.bag.CollectionSortedBagTest [INFO] Running org.apache.commons.collections4.bag.TransformedBagTest [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.apache.commons.collections4.bag.TransformedBagTest [INFO] Running org.apache.commons.collections4.bag.UnmodifiableSortedBagTest [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.apache.commons.collections4.bag.UnmodifiableSortedBagTest [INFO] Running org.apache.commons.collections4.trie.UnmodifiableTrieTest [INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.apache.commons.collections4.trie.UnmodifiableTrieTest [INFO] Running org.apache.commons.collections4.trie.PatriciaTrieTest [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.apache.commons.collections4.trie.PatriciaTrieTest [INFO] Running org.apache.commons.collections4.trie.PatriciaTrie2Test [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 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.721 s -- in org.apache.commons.collections4.sequence.SequencesComparatorTest [INFO] Running org.apache.commons.collections4.set.PredicatedNavigableSetTest [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.apache.commons.collections4.set.PredicatedNavigableSetTest [INFO] Running org.apache.commons.collections4.set.TransformedSortedSetTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 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.053 s -- in org.apache.commons.collections4.set.ListOrderedSetTest [INFO] Running org.apache.commons.collections4.set.TransformedNavigableSetTest [INFO] Tests run: 31, 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: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 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.034 s -- in org.apache.commons.collections4.set.MapBackedSetTest [INFO] Running org.apache.commons.collections4.set.UnmodifiableSortedSetTest [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.apache.commons.collections4.set.UnmodifiableSortedSetTest [INFO] Running org.apache.commons.collections4.set.PredicatedSortedSetTest [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.apache.commons.collections4.set.PredicatedSortedSetTest [INFO] Running org.apache.commons.collections4.set.UnmodifiableNavigableSetTest [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 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.035 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.037 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.044 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.028 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.040 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.008 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.024 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.019 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.028 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.019 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.028 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.016 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.042 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.011 s -- in org.apache.commons.collections4.MultiMapUtilsTest [INFO] Running org.apache.commons.collections4.MapUtilsTest [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.apache.commons.collections4.MapUtilsTest [INFO] Running org.apache.commons.collections4.functors.CatchAndRethrowClosureTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.009 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.024 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.003 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.005 s -- in org.apache.commons.collections4.functors.EqualPredicateTest [INFO] Running org.apache.commons.collections4.IteratorUtilsTest [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.494 s -- in org.apache.commons.collections4.IteratorUtilsTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 6385, Failures: 0, Errors: 0, Skipped: 9 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0: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.12.1:attach-descriptor (attach-descriptor) @ commons-collections4 --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.3.0: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.2.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.2.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] --- cyclonedx-maven-plugin:2.7.9:makeAggregateBom (build-sbom-cyclonedx) @ commons-collections4 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /builds/workspace/Commons-collections/target/commons-collections4-4.5-SNAPSHOT-bom.xml [INFO] attaching as commons-collections4-4.5-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /builds/workspace/Commons-collections/target/commons-collections4-4.5-SNAPSHOT-bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as commons-collections4-4.5-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- spdx-maven-plugin:0.7.0:createSPDX (build-sbom-spdx) @ commons-collections4 --- [INFO] spdx file type = .json [INFO] Creating SPDX File /builds/workspace/Commons-collections/target/site/org.apache.commons_commons-collections4-4.5-SNAPSHOT.spdx.json [WARNING] Unable to map maven licenses to a declared license. Using NOASSERTION [INFO] [INFO] --- moditect-maven-plugin:1.0.0.Final:add-module-info (add-module-infos) @ commons-collections4 --- [INFO] Running jdeps --generate-module-info /builds/workspace/Commons-collections/target/moditect --add-modules org.apache.commons.codec --module-path /builds/.m2/repository/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar --multi-release=9 /builds/workspace/Commons-collections/target/commons-collections4-4.5-SNAPSHOT.jar writing to /builds/workspace/Commons-collections/target/moditect/org.apache.commons.collections4/versions/9/module-info.java [INFO] Created module descriptor at /builds/workspace/Commons-collections/target/moditect/generated-sources/org.apache.commons.collections4/module-info.java [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (check) @ commons-collections4 --- [INFO] Loading execution data file /builds/workspace/Commons-collections/target/jacoco.exec [INFO] Analyzed bundle 'commons-collections4' with 495 classes [WARNING] Rule violated for bundle commons-collections4: classes covered ratio is 0.96, but expected minimum is 1.00 [WARNING] Rule violated for bundle commons-collections4: instructions covered ratio is 0.84, but expected minimum is 0.90 [WARNING] Rule violated for bundle commons-collections4: methods covered ratio is 0.85, but expected minimum is 0.95 [WARNING] Rule violated for bundle commons-collections4: branches covered ratio is 0.78, but expected minimum is 0.85 [WARNING] Rule violated for bundle commons-collections4: lines covered ratio is 0.85, but expected minimum is 0.90 [WARNING] Rule violated for bundle commons-collections4: complexity covered ratio is 0.77, but expected minimum is 0.85 [WARNING] Coverage checks have not been met. See log for details. [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ commons-collections4 --- [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.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/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] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.5-SNAPSHOT-bom.xml to /builds/.m2/repository/org/apache/commons/commons-collections4/4.5-SNAPSHOT/commons-collections4-4.5-SNAPSHOT-cyclonedx.xml [INFO] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.5-SNAPSHOT-bom.json to /builds/.m2/repository/org/apache/commons/commons-collections4/4.5-SNAPSHOT/commons-collections4-4.5-SNAPSHOT-cyclonedx.json [INFO] Installing /builds/workspace/Commons-collections/target/site/org.apache.commons_commons-collections4-4.5-SNAPSHOT.spdx.json to /builds/.m2/repository/org/apache/commons/commons-collections4/4.5-SNAPSHOT/commons-collections4-4.5-SNAPSHOT.spdx.json [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:36 min [INFO] Finished at: 2023-11-18T13:16:44+01:00 [INFO] ------------------------------------------------------------------------ bash: line 97: bc: command not found --- Displays results of the maven compile --- Time to compile: Number of tests: 6385 Number of tests skipped: 9 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 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Scanning for projects... Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/javancss-maven-plugin/maven-metadata.xml Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-maven-plugin/3.8-SNAPSHOT/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/fr/inria/gforge/spoon/spoon-maven-plugin/3.8-SNAPSHOT/maven-metadata.xml Progress (1): 783 B Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-maven-plugin/3.8-SNAPSHOT/maven-metadata.xml (783 B at 1.3 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-maven-plugin/3.8-SNAPSHOT/spoon-maven-plugin-3.8-20230914.051956-2.pom Progress (1): 4.1/8.5 kB Progress (1): 7.8/8.5 kB Progress (1): 8.5 kB Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-maven-plugin/3.8-SNAPSHOT/spoon-maven-plugin-3.8-20230914.051956-2.pom (8.5 kB at 38 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-maven-plugin/3.8-SNAPSHOT/spoon-maven-plugin-3.8-20230914.051956-2.jar Progress (1): 4.1/34 kB Progress (1): 7.8/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 34 kB Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-maven-plugin/3.8-SNAPSHOT/spoon-maven-plugin-3.8-20230914.051956-2.jar (34 kB at 110 kB/s) [INFO] [INFO] --------------< org.apache.commons:commons-collections4 >--------------- [INFO] Building Apache Commons Collections 4.5-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.16.1:resolve-ranges (default-cli) @ commons-collections4 --- Downloading from apache.snapshots: https://repository.apache.org/snapshots/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-assembly-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-assembly-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/maven-metadata.xml Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/maven-metadata.xml (1.4 kB at 9.9 kB/s) Progress (1): 584 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-assembly-plugin/maven-metadata.xml (584 B at 2.6 kB/s) Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/maven-metadata.xml Progress (1): 910 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/maven-metadata.xml (910 B at 16 kB/s) Progress (1): 551 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/maven-metadata.xml (551 B at 4.1 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-plugin-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-plugin-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/maven-metadata.xml Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/maven-metadata.xml (1.4 kB at 32 kB/s) Progress (1): 541 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-plugin-plugin/maven-metadata.xml (541 B at 4.8 kB/s) Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-plugin-report-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-report-plugin/maven-metadata.xml Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-plugin-report-plugin/maven-metadata.xml Progress (1): 547 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-report-plugin/maven-metadata.xml (547 B at 14 kB/s) Progress (1): 508 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-plugin-report-plugin/maven-metadata.xml (508 B at 4.1 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-jxr-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-jxr-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jxr-plugin/maven-metadata.xml Progress (1): 645 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jxr-plugin/maven-metadata.xml (645 B at 13 kB/s) Progress (1): 500 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-jxr-plugin/maven-metadata.xml (500 B at 3.8 kB/s) Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml Progress (1): 870 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml (870 B at 23 kB/s) Progress (1): 483 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml (483 B at 3.8 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml (1.2 kB at 35 kB/s) Progress (1): 504 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml (504 B at 4.6 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-gpg-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-gpg-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/maven-metadata.xml Progress (1): 692 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/maven-metadata.xml (692 B at 13 kB/s) Progress (1): 454 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-gpg-plugin/maven-metadata.xml (454 B at 3.7 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-enforcer-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-enforcer-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/maven-metadata.xml Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/maven-metadata.xml (1.1 kB at 19 kB/s) Progress (1): 624 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-enforcer-plugin/maven-metadata.xml (624 B at 4.6 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-failsafe-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-failsafe-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/maven-metadata.xml Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/maven-metadata.xml (1.7 kB at 38 kB/s) Progress (1): 544 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-failsafe-plugin/maven-metadata.xml (544 B at 4.7 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-scm-publish-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-scm-publish-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-scm-publish-plugin/maven-metadata.xml Progress (1): 547 B Progress (2): 547 B | 462 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-scm-publish-plugin/maven-metadata.xml (462 B at 3.9 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-scm-publish-plugin/maven-metadata.xml (547 B at 4.7 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/spotbugs/spotbugs/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/com/github/spotbugs/spotbugs/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/maven-metadata.xml Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/maven-metadata.xml (2.2 kB at 57 kB/s) Progress (1): 1.0 kB Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/spotbugs/spotbugs/maven-metadata.xml (1.0 kB at 2.8 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-site-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-site-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/maven-metadata.xml Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/maven-metadata.xml (1.8 kB at 59 kB/s) Progress (1): 406 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-site-plugin/maven-metadata.xml (406 B at 2.0 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/spotbugs/spotbugs-maven-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/com/github/spotbugs/spotbugs-maven-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs-maven-plugin/maven-metadata.xml Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs-maven-plugin/maven-metadata.xml (1.9 kB at 54 kB/s) Progress (1): 1.5 kB Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/spotbugs/spotbugs-maven-plugin/maven-metadata.xml (1.5 kB at 4.1 kB/s) Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/junit/junit-bom/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/maven-metadata.xml Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/maven-metadata.xml (1.8 kB at 47 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml (1.4 kB at 36 kB/s) Progress (1): 821 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-pmd-plugin/maven-metadata.xml (821 B at 3.8 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-checkstyle-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-checkstyle-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/maven-metadata.xml Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/maven-metadata.xml (1.3 kB at 31 kB/s) Progress (1): 490 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-checkstyle-plugin/maven-metadata.xml (490 B at 4.3 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/build-helper-maven-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/codehaus/mojo/build-helper-maven-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/maven-metadata.xml Progress (1): 884 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/maven-metadata.xml (884 B at 25 kB/s) Progress (1): 383 B Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/build-helper-maven-plugin/maven-metadata.xml (383 B at 1.0 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml Progress (1): 807 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml (807 B at 15 kB/s) Progress (1): 458 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-clean-plugin/maven-metadata.xml (458 B at 2.0 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/wagon/wagon-ssh/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/wagon/wagon-ssh/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/maven-metadata.xml Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/maven-metadata.xml (1.6 kB at 34 kB/s) Progress (1): 453 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/wagon/wagon-ssh/maven-metadata.xml (453 B at 3.9 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-release-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-release-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/maven-metadata.xml Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/maven-metadata.xml (1.3 kB at 37 kB/s) Progress (1): 383 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-release-plugin/maven-metadata.xml (383 B at 3.6 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jacoco/jacoco-maven-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/jacoco/jacoco-maven-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/maven-metadata.xml Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/maven-metadata.xml (1.7 kB at 30 kB/s) Progress (1): 290 B Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jacoco/jacoco-maven-plugin/maven-metadata.xml (290 B at 728 B/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-surefire-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-surefire-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/maven-metadata.xml Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/maven-metadata.xml (2.1 kB at 61 kB/s) Progress (1): 544 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-surefire-plugin/maven-metadata.xml (544 B at 2.6 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-surefire-report-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-surefire-report-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-report-plugin/maven-metadata.xml Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-report-plugin/maven-metadata.xml (2.0 kB at 72 kB/s) Progress (1): 551 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-surefire-report-plugin/maven-metadata.xml (551 B at 5.2 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-metadata.xml Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-metadata.xml (1.3 kB at 31 kB/s) Progress (1): 675 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-metadata.xml (675 B at 6.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/maven-metadata.xml Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/felix/maven-bundle-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/felix/maven-bundle-plugin/maven-metadata.xml Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/maven-metadata.xml (1.6 kB at 38 kB/s) Progress (1): 592 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/felix/maven-bundle-plugin/maven-metadata.xml (592 B at 5.4 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/rat/apache-rat-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/rat/apache-rat-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-plugin/maven-metadata.xml Progress (1): 601 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-plugin/maven-metadata.xml (601 B at 14 kB/s) Progress (1): 325 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/rat/apache-rat-plugin/maven-metadata.xml (325 B at 3.2 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-help-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-help-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/maven-metadata.xml Progress (1): 714 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/maven-metadata.xml (714 B at 18 kB/s) Progress (1): 457 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-help-plugin/maven-metadata.xml (457 B at 4.4 kB/s) Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml Progress (1): 936 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml (936 B at 27 kB/s) Progress (1): 502 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml (502 B at 4.4 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/spdx/spdx-maven-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/spdx/spdx-maven-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/spdx/spdx-maven-plugin/maven-metadata.xml Progress (1): 797 B Downloaded from central: https://repo.maven.apache.org/maven2/org/spdx/spdx-maven-plugin/maven-metadata.xml (797 B at 4.1 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-ear-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-ear-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-ear-plugin/maven-metadata.xml Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-ear-plugin/maven-metadata.xml (1.1 kB at 31 kB/s) Progress (1): 456 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-ear-plugin/maven-metadata.xml (456 B at 2.1 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/biz/aQute/bnd/biz.aQute.bndlib/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/biz/aQute/bnd/biz.aQute.bndlib/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/maven-metadata.xml Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/maven-metadata.xml (1.1 kB at 35 kB/s) Progress (1): 370 B Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/biz/aQute/bnd/biz.aQute.bndlib/maven-metadata.xml (370 B at 997 B/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-shade-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-shade-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/maven-metadata.xml Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/maven-metadata.xml (1.5 kB at 61 kB/s) Progress (1): 458 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-shade-plugin/maven-metadata.xml (458 B at 2.1 kB/s) Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml (1.4 kB at 34 kB/s) Progress (1): 620 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml (620 B at 5.1 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/siom79/japicmp/japicmp-maven-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/com/github/siom79/japicmp/japicmp-maven-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/com/github/siom79/japicmp/japicmp-maven-plugin/maven-metadata.xml Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/github/siom79/japicmp/japicmp-maven-plugin/maven-metadata.xml (2.0 kB at 18 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-build-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/commons/commons-build-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-build-plugin/maven-metadata.xml Progress (1): 722 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-build-plugin/maven-metadata.xml (722 B at 4.0 kB/s) Progress (1): 336 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/commons/commons-build-plugin/maven-metadata.xml (336 B at 811 B/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-invoker-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-invoker-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/maven-metadata.xml Progress (1): 1.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/maven-metadata.xml (1.0 kB at 31 kB/s) Progress (1): 580 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-invoker-plugin/maven-metadata.xml (580 B at 5.0 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-remote-resources-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-remote-resources-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/maven-metadata.xml Progress (1): 952 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/maven-metadata.xml (952 B at 31 kB/s) Progress (1): 507 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-remote-resources-plugin/maven-metadata.xml (507 B at 4.3 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-jar-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-jar-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/maven-metadata.xml Progress (1): 960 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/maven-metadata.xml (960 B at 29 kB/s) Progress (1): 539 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-jar-plugin/maven-metadata.xml (539 B at 4.6 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-war-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-war-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/maven-metadata.xml Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/maven-metadata.xml (1.1 kB at 28 kB/s) Progress (1): 416 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-war-plugin/maven-metadata.xml (416 B at 3.6 kB/s) Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml Progress (1): 936 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml (936 B at 28 kB/s) Progress (1): 523 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml (523 B at 4.5 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-scm-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-scm-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-scm-plugin/maven-metadata.xml Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-scm-plugin/maven-metadata.xml (1.4 kB at 53 kB/s) Progress (1): 501 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-scm-plugin/maven-metadata.xml (501 B at 4.5 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/puppycrawl/tools/checkstyle/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/com/puppycrawl/tools/checkstyle/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/maven-metadata.xml Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/maven-metadata.xml (4.4 kB at 130 kB/s) Progress (1): 1.7 kB Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/puppycrawl/tools/checkstyle/maven-metadata.xml (1.7 kB at 5.0 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-dependency-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-dependency-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/maven-metadata.xml Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/maven-metadata.xml (1.2 kB at 39 kB/s) Progress (1): 623 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-dependency-plugin/maven-metadata.xml (623 B at 3.1 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/buildnumber-maven-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/codehaus/mojo/buildnumber-maven-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/maven-metadata.xml Progress (1): 699 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/maven-metadata.xml (699 B at 22 kB/s) Progress (1): 427 B Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/buildnumber-maven-plugin/maven-metadata.xml (427 B at 1.2 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-changes-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-changes-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/maven-metadata.xml Progress (1): 801 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-changes-plugin/maven-metadata.xml (801 B at 27 kB/s) Progress (1): 340 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-changes-plugin/maven-metadata.xml (340 B at 1.5 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/sourceforge/pmd/pmd-core/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/net/sourceforge/pmd/pmd-core/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-core/maven-metadata.xml Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-core/maven-metadata.xml (3.3 kB at 103 kB/s) Progress (1): 1.2 kB Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/sourceforge/pmd/pmd-core/maven-metadata.xml (1.2 kB at 3.4 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/sourceforge/pmd/pmd-java/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/net/sourceforge/pmd/pmd-java/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-java/maven-metadata.xml Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-java/maven-metadata.xml (3.3 kB at 97 kB/s) Progress (1): 1.2 kB Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/sourceforge/pmd/pmd-java/maven-metadata.xml (1.2 kB at 6.5 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/sourceforge/pmd/pmd-javascript/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/net/sourceforge/pmd/pmd-javascript/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-javascript/maven-metadata.xml Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-javascript/maven-metadata.xml (3.3 kB at 97 kB/s) Progress (1): 1.2 kB Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/sourceforge/pmd/pmd-javascript/maven-metadata.xml (1.2 kB at 6.5 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/sourceforge/pmd/pmd-jsp/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/net/sourceforge/pmd/pmd-jsp/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-jsp/maven-metadata.xml Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-jsp/maven-metadata.xml (3.3 kB at 103 kB/s) Progress (1): 1.2 kB Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/sourceforge/pmd/pmd-jsp/maven-metadata.xml (1.2 kB at 6.6 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/cyclonedx/cyclonedx-maven-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/cyclonedx/cyclonedx-maven-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/cyclonedx/cyclonedx-maven-plugin/maven-metadata.xml Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/cyclonedx/cyclonedx-maven-plugin/maven-metadata.xml (1.7 kB at 53 kB/s) Progress (1): 875 B Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/cyclonedx/cyclonedx-maven-plugin/maven-metadata.xml (875 B at 4.7 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-release-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/commons/commons-release-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-release-plugin/maven-metadata.xml Progress (1): 610 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-release-plugin/maven-metadata.xml (610 B at 3.4 kB/s) Progress (1): 374 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/commons/commons-release-plugin/maven-metadata.xml (374 B at 1.5 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/plugins/maven-antrun-plugin/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-antrun-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/maven-metadata.xml Progress (1): 712 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/maven-metadata.xml (712 B at 20 kB/s) Progress (1): 379 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-antrun-plugin/maven-metadata.xml (379 B at 3.4 kB/s) Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml Progress (1): 781 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (781 B at 30 kB/s) Progress (1): 463 B Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (463 B at 3.9 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 20.541 s [INFO] Finished at: 2023-11-18T13:17:10+01:00 [INFO] ------------------------------------------------------------------------ Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Scanning for projects... [INFO] [INFO] --------------< org.apache.commons:commons-collections4 >--------------- [INFO] Building Apache Commons Collections 4.5-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.6.0:purge-local-repository (default-cli) @ commons-collections4 --- [INFO] Deleting 1 manual dependency from /builds/.m2/repository [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.669 s [INFO] Finished at: 2023-11-18T13:17:17+01:00 [INFO] ------------------------------------------------------------------------ Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Scanning for projects... [INFO] [INFO] --------------< org.apache.commons:commons-collections4 >--------------- [INFO] Building Apache Commons Collections 4.5-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ commons-collections4 --- [INFO] Deleting /builds/workspace/Commons-collections/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ commons-collections4 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ commons-collections4 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ commons-collections4 --- [INFO] RAT will not execute since it is configured to be skipped via system property 'rat.skip'. [INFO] [INFO] --- build-helper-maven-plugin:3.4.0:parse-version (parse-version) @ commons-collections4 --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (javadoc.resources) @ commons-collections4 --- [INFO] Executing tasks [INFO] [copy] Copying 2 files to /builds/workspace/Commons-collections/target/apidocs/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ commons-collections4 --- [INFO] Skipping remote resources execution. [INFO] [INFO] --- buildnumber-maven-plugin:3.2.0: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: null at timestamp: 1700309845699 [INFO] Executing: /bin/sh -c cd '/builds/workspace/Commons-collections' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /builds/workspace/Commons-collections [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 scmBranch: UNKNOWN [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ commons-collections4 --- [INFO] skip non existing resourceDirectory /builds/workspace/Commons-collections/src/main/resources [INFO] Copying 2 resources from to target/classes/META-INF [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ commons-collections4 --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 346 source files with javac [debug release 8] to 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:5.1.9:manifest (bundle-manifest) @ commons-collections4 --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /builds/workspace/Commons-collections/target/osgi/MANIFEST.MF [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ commons-collections4 --- [INFO] Copying 181 resources from src/test/resources to target/test-classes [INFO] Copying 2 resources from to target/test-classes/META-INF [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ commons-collections4 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 258 source files with javac [debug release 8] to 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/list/TransformedListTest.java: Some input files use unchecked or unsafe operations. [INFO] /builds/workspace/Commons-collections/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (prepare-agent) @ commons-collections4 --- [INFO] argLine set to -javaagent:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/builds/workspace/Commons-collections/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ commons-collections4 --- [INFO] Tests are skipped. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 34.231 s [INFO] Finished at: 2023-11-18T13:17:54+01:00 [INFO] ------------------------------------------------------------------------ bash: line 196: bc: command not found Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Scanning for projects... [INFO] [INFO] --------------< org.apache.commons:commons-collections4 >--------------- [INFO] Building Apache Commons Collections 4.5-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- spoon-maven-plugin:3.8-SNAPSHOT:generate (default-cli) @ commons-collections4 --- Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-6/spoon-core-10.4.3-beta-6.pom Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-6/spoon-core-10.4.3-beta-6.pom Progress (1): 2.8/8.5 kB Progress (1): 5.5/8.5 kB Progress (1): 8.3/8.5 kB Progress (1): 8.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-6/spoon-core-10.4.3-beta-6.pom (8.5 kB at 46 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-6/spoon-pom-10.4.3-beta-6.pom Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-6/spoon-pom-10.4.3-beta-6.pom Progress (1): 2.8/24 kB Progress (1): 5.5/24 kB Progress (1): 8.3/24 kB Progress (1): 11/24 kB Progress (1): 14/24 kB Progress (1): 17/24 kB Progress (1): 19/24 kB Progress (1): 22/24 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-6/spoon-pom-10.4.3-beta-6.pom (24 kB at 242 kB/s) Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-6/spoon-core-10.4.3-beta-6.jar Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-6/spoon-core-10.4.3-beta-6.jar Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 0.9/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9 MB Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-6/spoon-core-10.4.3-beta-6.jar (1.9 MB at 1.9 MB/s) [INFO] Running Spoon... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 31.985 s [INFO] Finished at: 2023-11-18T13:18:29+01:00 [INFO] ------------------------------------------------------------------------ normal maven case diff --git a/src/main/java/org/apache/commons/collections4/ArrayStack.java b/src/main/java/org/apache/commons/collections4/ArrayStack.java index bc2e0f32..0bd3c141 100644 --- a/src/main/java/org/apache/commons/collections4/ArrayStack.java +++ b/src/main/java/org/apache/commons/collections4/ArrayStack.java @@ -1,24 +1,21 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. +/* Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. */ package org.apache.commons.collections4; - import java.util.ArrayList; import java.util.EmptyStackException; - /** * An implementation of the {@link java.util.Stack} API that is based on an * {@code ArrayList} instead of a {@code Vector}, so it is not @@ -38,15 +35,17 @@ import java.util.EmptyStackException; * removed {@code Buffer} interface anymore. *

* - * @param the type of elements in this list + * @param + * the type of elements in this list * @see java.util.Stack * @since 1.0 * @deprecated use {@link java.util.ArrayDeque} instead (available from Java 1.6) */ -@Deprecated -public class ArrayStack extends ArrayList { - - /** Ensure serialization compatibility */ +@java.lang.Deprecated +public class ArrayStack extends java.util.ArrayList { + /** + * Ensure serialization compatibility + */ private static final long serialVersionUID = 2130079159931574599L; /** @@ -59,9 +58,11 @@ public class ArrayStack extends ArrayList { /** * Constructs a new empty {@code ArrayStack} with an initial size. * - * @param initialSize the initial size to use - * @throws IllegalArgumentException if the specified initial size - * is negative + * @param initialSize + * the initial size to use + * @throws IllegalArgumentException + * if the specified initial size + * is negative */ public ArrayStack(final int initialSize) { super(initialSize); @@ -83,12 +84,13 @@ public class ArrayStack extends ArrayList { * Returns the top item off of this stack without removing it. * * @return the top item on the stack - * @throws EmptyStackException if the stack is empty + * @throws EmptyStackException + * if the stack is empty */ - public E peek() throws EmptyStackException { + public E peek() throws java.util.EmptyStackException { final int n = size(); if (n <= 0) { - throw new EmptyStackException(); + throw new java.util.EmptyStackException(); } return get(n - 1); } @@ -97,15 +99,17 @@ public class ArrayStack extends ArrayList { * Returns the n'th item down (zero-relative) from the top of this Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Scanning for projects... [INFO] [INFO] --------------< org.apache.commons:commons-collections4 >--------------- [INFO] Building Apache Commons Collections 4.5-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ commons-collections4 --- [INFO] Deleting /builds/workspace/Commons-collections/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ commons-collections4 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ commons-collections4 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ commons-collections4 --- [INFO] RAT will not execute since it is configured to be skipped via system property 'rat.skip'. [INFO] [INFO] --- build-helper-maven-plugin:3.4.0:parse-version (parse-version) @ commons-collections4 --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (javadoc.resources) @ commons-collections4 --- [INFO] Executing tasks [INFO] [copy] Copying 2 files to /builds/workspace/Commons-collections/target/apidocs/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ commons-collections4 --- [INFO] Skipping remote resources execution. [INFO] [INFO] --- buildnumber-maven-plugin:3.2.0: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: null at timestamp: 1700309917620 [INFO] Executing: /bin/sh -c cd '/builds/workspace/Commons-collections' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /builds/workspace/Commons-collections [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 scmBranch: UNKNOWN [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ commons-collections4 --- [INFO] skip non existing resourceDirectory /builds/workspace/Commons-collections/src/main/resources [INFO] Copying 2 resources from to target/classes/META-INF [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ commons-collections4 --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 347 source files with javac [debug release 8] to 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:5.1.9:manifest (bundle-manifest) @ commons-collections4 --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /builds/workspace/Commons-collections/target/osgi/MANIFEST.MF [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ commons-collections4 --- [INFO] Copying 181 resources from src/test/resources to target/test-classes [INFO] Copying 2 resources from to target/test-classes/META-INF [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ commons-collections4 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 258 source files with javac [debug release 8] to 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/list/TransformedListTest.java: Some input files use unchecked or unsafe operations. [INFO] /builds/workspace/Commons-collections/src/test/java/org/apache/commons/collections4/list/TransformedListTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (prepare-agent) @ commons-collections4 --- [INFO] argLine set to -javaagent:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/builds/workspace/Commons-collections/target/jacoco.exec [INFO] [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ commons-collections4 --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Running org.apache.commons.collections4.map.UnmodifiableMapTest [INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.605 s -- in org.apache.commons.collections4.map.UnmodifiableMapTest [INFO] Running org.apache.commons.collections4.map.PassiveExpiringMapTest [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.421 s -- in org.apache.commons.collections4.map.PassiveExpiringMapTest [INFO] Running org.apache.commons.collections4.map.PredicatedSortedMapTest [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s -- in org.apache.commons.collections4.map.PredicatedSortedMapTest [INFO] Running org.apache.commons.collections4.map.HashedMapTest [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 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.177 s -- in org.apache.commons.collections4.map.PredicatedMapTest [INFO] Running org.apache.commons.collections4.map.ReferenceIdentityMapTest [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s -- in org.apache.commons.collections4.map.ReferenceIdentityMapTest [INFO] Running org.apache.commons.collections4.map.ListOrderedMap2Test [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s -- in org.apache.commons.collections4.map.ListOrderedMap2Test [INFO] Running org.apache.commons.collections4.map.LazySortedMapTest [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.apache.commons.collections4.map.LazySortedMapTest [INFO] Running org.apache.commons.collections4.map.LazyMapTest [INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 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.153 s -- in org.apache.commons.collections4.map.UnmodifiableOrderedMapTest [INFO] Running org.apache.commons.collections4.map.Flat3MapTest [INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 s -- in org.apache.commons.collections4.map.Flat3MapTest [INFO] Running org.apache.commons.collections4.map.MultiKeyMapTest [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 s -- in org.apache.commons.collections4.map.MultiKeyMapTest [INFO] Running org.apache.commons.collections4.map.LRUMapTest [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.466 s -- in org.apache.commons.collections4.map.LRUMapTest [INFO] Running org.apache.commons.collections4.map.TransformedSortedMapTest [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s -- in org.apache.commons.collections4.map.TransformedSortedMapTest [INFO] Running org.apache.commons.collections4.map.ListOrderedMapTest [INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s -- in org.apache.commons.collections4.map.ListOrderedMapTest [INFO] Running org.apache.commons.collections4.map.CaseInsensitiveMapTest [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 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.127 s -- in org.apache.commons.collections4.map.TransformedMapTest [INFO] Running org.apache.commons.collections4.map.StaticBucketMapTest [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s -- in org.apache.commons.collections4.map.StaticBucketMapTest [INFO] Running org.apache.commons.collections4.map.ReferenceMapTest [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.735 s -- in org.apache.commons.collections4.map.ReferenceMapTest [INFO] Running org.apache.commons.collections4.map.LinkedMapTest [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.apache.commons.collections4.map.LinkedMapTest [INFO] Running org.apache.commons.collections4.map.SingletonMapTest [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.apache.commons.collections4.map.SingletonMapTest [INFO] Running org.apache.commons.collections4.map.UnmodifiableSortedMapTest [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 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.118 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.120 s -- in org.apache.commons.collections4.map.MultiValueMapTest [INFO] Running org.apache.commons.collections4.map.DefaultedMapTest [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.apache.commons.collections4.map.DefaultedMapTest [INFO] Running org.apache.commons.collections4.map.FixedSizeSortedMapTest [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 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.198 s -- in org.apache.commons.collections4.map.CompositeMapTest [INFO] Running org.apache.commons.collections4.multiset.HashMultiSetTest [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.apache.commons.collections4.multiset.HashMultiSetTest [INFO] Running org.apache.commons.collections4.multiset.SynchronizedMultiSetTest [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.apache.commons.collections4.multiset.SynchronizedMultiSetTest [INFO] Running org.apache.commons.collections4.multiset.PredicatedMultiSetTest [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.apache.commons.collections4.multiset.PredicatedMultiSetTest [INFO] Running org.apache.commons.collections4.multiset.UnmodifiableMultiSetTest [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.apache.commons.collections4.multiset.UnmodifiableMultiSetTest [INFO] Running org.apache.commons.collections4.properties.EmptyPropertiesTest [INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.220 s -- in org.apache.commons.collections4.properties.EmptyPropertiesTest [INFO] Running org.apache.commons.collections4.properties.OrderedPropertiesFactoryTest [WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.323 s -- in org.apache.commons.collections4.properties.OrderedPropertiesFactoryTest [INFO] Running org.apache.commons.collections4.properties.PropertiesFactoryTest [WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.130 s -- in org.apache.commons.collections4.properties.PropertiesFactoryTest [INFO] Running org.apache.commons.collections4.properties.SortedPropertiesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.apache.commons.collections4.properties.SortedPropertiesTest [INFO] Running org.apache.commons.collections4.properties.OrderedPropertiesTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.apache.commons.collections4.properties.OrderedPropertiesTest [INFO] Running org.apache.commons.collections4.properties.SortedPropertiesFactoryTest [WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.094 s -- in org.apache.commons.collections4.properties.SortedPropertiesFactoryTest [INFO] Running org.apache.commons.collections4.ListUtilsTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 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.018 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.051 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.184 s -- in org.apache.commons.collections4.PredicateUtilsTest [INFO] Running org.apache.commons.collections4.CollectionUtilsTest [INFO] Tests run: 160, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s -- in org.apache.commons.collections4.CollectionUtilsTest [INFO] Running org.apache.commons.collections4.IterableUtilsTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 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.018 s -- in org.apache.commons.collections4.ComparatorUtilsTest [INFO] Running org.apache.commons.collections4.list.TreeListTest [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 s -- in org.apache.commons.collections4.list.TreeListTest [INFO] Running org.apache.commons.collections4.list.NodeCachingLinkedListTest [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s -- in org.apache.commons.collections4.list.NodeCachingLinkedListTest [INFO] Running org.apache.commons.collections4.list.FixedSizeListTest [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.apache.commons.collections4.list.FixedSizeListTest [INFO] Running org.apache.commons.collections4.list.SetUniqueListTest [INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s -- in org.apache.commons.collections4.list.SetUniqueListTest [INFO] Running org.apache.commons.collections4.list.CursorableLinkedListTest [INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s -- in org.apache.commons.collections4.list.CursorableLinkedListTest [INFO] Running org.apache.commons.collections4.list.LazyListTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.apache.commons.collections4.list.LazyListTest [INFO] Running org.apache.commons.collections4.list.TransformedListTest [INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.apache.commons.collections4.list.TransformedListTest [INFO] Running org.apache.commons.collections4.list.GrowthListTest [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.apache.commons.collections4.list.GrowthListTest [INFO] Running org.apache.commons.collections4.list.PredicatedListTest [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 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.024 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.098 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.025 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.038 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.056 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.050 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.041 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.037 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.065 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.063 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.045 s -- in org.apache.commons.collections4.BagUtilsTest [INFO] Running org.apache.commons.collections4.queue.SynchronizedQueueTest [WARNING] Tests run: 37, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.098 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.059 s -- in org.apache.commons.collections4.queue.PredicatedQueueTest [INFO] Running org.apache.commons.collections4.queue.UnmodifiableQueueTest [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.apache.commons.collections4.queue.UnmodifiableQueueTest [INFO] Running org.apache.commons.collections4.queue.CircularFifoQueueTest [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 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.060 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.045 s -- in org.apache.commons.collections4.SetUtilsTest [INFO] Running org.apache.commons.collections4.ArrayStackTest [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 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.056 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.074 s -- in org.apache.commons.collections4.TransformerUtilsTest [INFO] Running org.apache.commons.collections4.bloomfilter.SparseBloomFilterTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.apache.commons.collections4.bloomfilter.SparseBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.BitMapTrackerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.commons.collections4.bloomfilter.BitMapTrackerTest [INFO] Running org.apache.commons.collections4.bloomfilter.DefaultIndexProducerTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.apache.commons.collections4.bloomfilter.DefaultIndexProducerTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexFilterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.apache.commons.collections4.bloomfilter.IndexFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.ArrayTrackerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.commons.collections4.bloomfilter.ArrayTrackerTest [INFO] Running org.apache.commons.collections4.bloomfilter.BitMapProducerFromArrayCountingBloomFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.apache.commons.collections4.bloomfilter.BitMapProducerFromArrayCountingBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexProducerFromIntArrayTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.apache.commons.collections4.bloomfilter.IndexProducerFromIntArrayTest [INFO] Running org.apache.commons.collections4.bloomfilter.EnhancedDoubleHasherTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.apache.commons.collections4.bloomfilter.EnhancedDoubleHasherTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexProducerFromUniqueHasherTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.apache.commons.collections4.bloomfilter.IndexProducerFromUniqueHasherTest [INFO] Running org.apache.commons.collections4.bloomfilter.BitMapProducerFromSimpleBloomFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.apache.commons.collections4.bloomfilter.BitMapProducerFromSimpleBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.DefaultBloomFilterTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.820 s -- in org.apache.commons.collections4.bloomfilter.DefaultBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexProducerFromSimpleBloomFilterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.apache.commons.collections4.bloomfilter.IndexProducerFromSimpleBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.BitMapProducerFromLongArrayTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.apache.commons.collections4.bloomfilter.BitMapProducerFromLongArrayTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexProducerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.apache.commons.collections4.bloomfilter.IndexProducerTest [INFO] Running org.apache.commons.collections4.bloomfilter.BitMapTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.apache.commons.collections4.bloomfilter.BitMapTest [INFO] Running org.apache.commons.collections4.bloomfilter.CellProducerFromArrayCountingBloomFilterTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.apache.commons.collections4.bloomfilter.CellProducerFromArrayCountingBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexProducerFromBitmapProducerTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.apache.commons.collections4.bloomfilter.IndexProducerFromBitmapProducerTest [INFO] Running org.apache.commons.collections4.bloomfilter.CellProducerFromDefaultIndexProducerTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.apache.commons.collections4.bloomfilter.CellProducerFromDefaultIndexProducerTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexProducerFromArrayCountingBloomFilterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.apache.commons.collections4.bloomfilter.IndexProducerFromArrayCountingBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.ShapeTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.apache.commons.collections4.bloomfilter.ShapeTest [INFO] Running org.apache.commons.collections4.bloomfilter.SetOperationsTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.apache.commons.collections4.bloomfilter.SetOperationsTest [INFO] Running org.apache.commons.collections4.bloomfilter.DefaultCellProducerTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.apache.commons.collections4.bloomfilter.DefaultCellProducerTest [INFO] Running org.apache.commons.collections4.bloomfilter.DefaultBitMapProducerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.apache.commons.collections4.bloomfilter.DefaultBitMapProducerTest [INFO] Running org.apache.commons.collections4.bloomfilter.BitMapProducerFromIndexProducerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.apache.commons.collections4.bloomfilter.BitMapProducerFromIndexProducerTest [INFO] Running org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilterTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.apache.commons.collections4.bloomfilter.ArrayCountingBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexProducerFromHasherTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.apache.commons.collections4.bloomfilter.IndexProducerFromHasherTest [INFO] Running org.apache.commons.collections4.bloomfilter.SimpleBloomFilterTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.apache.commons.collections4.bloomfilter.SimpleBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.BitMapProducerFromSparseBloomFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.apache.commons.collections4.bloomfilter.BitMapProducerFromSparseBloomFilterTest [INFO] Running org.apache.commons.collections4.bloomfilter.IndexProducerFromSparseBloomFilterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.apache.commons.collections4.bloomfilter.IndexProducerFromSparseBloomFilterTest [INFO] Running org.apache.commons.collections4.TrieUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 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.056 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.026 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.032 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.025 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.007 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.037 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.020 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.037 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.032 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.031 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.027 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.054 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.031 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.033 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.025 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.023 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.022 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.036 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.018 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.027 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.012 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.026 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.034 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.019 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.064 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.021 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.026 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.042 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.003 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.023 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.052 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.045 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.017 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.033 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.024 s -- in org.apache.commons.collections4.iterators.IteratorChainTest [INFO] Running org.apache.commons.collections4.EnumerationUtilsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.commons.collections4.EnumerationUtilsTest [INFO] Running org.apache.commons.collections4.multimap.HashSetValuedHashMapTest [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.apache.commons.collections4.multimap.HashSetValuedHashMapTest [INFO] Running org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMapTest [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMapTest [INFO] Running org.apache.commons.collections4.multimap.TransformedMultiValuedMapTest [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.apache.commons.collections4.multimap.TransformedMultiValuedMapTest [INFO] Running org.apache.commons.collections4.multimap.ArrayListValuedHashMapTest [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.apache.commons.collections4.multimap.ArrayListValuedHashMapTest [INFO] Running org.apache.commons.collections4.bidimap.DualHashBidiMapTest [WARNING] Tests run: 61, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.142 s -- in org.apache.commons.collections4.bidimap.DualHashBidiMapTest [INFO] Running org.apache.commons.collections4.bidimap.DualTreeBidiMapTest [INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s -- in org.apache.commons.collections4.bidimap.DualTreeBidiMapTest [INFO] Running org.apache.commons.collections4.bidimap.TreeBidiMapTest [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s -- in org.apache.commons.collections4.bidimap.TreeBidiMapTest [INFO] Running org.apache.commons.collections4.bidimap.DualTreeBidiMap2Test [INFO] Tests run: 82, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.apache.commons.collections4.bidimap.DualTreeBidiMap2Test [INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableBidiMapTest [WARNING] Tests run: 63, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.105 s -- in org.apache.commons.collections4.bidimap.UnmodifiableBidiMapTest [INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMapTest [INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s -- in org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMapTest [INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMapTest [INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s -- in org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMapTest [INFO] Running org.apache.commons.collections4.bidimap.DualLinkedHashBidiMapTest [INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 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.016 s -- in org.apache.commons.collections4.keyvalue.DefaultMapEntryTest [INFO] Running org.apache.commons.collections4.keyvalue.MultiKeyTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 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.017 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.010 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.013 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.012 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.010 s -- in org.apache.commons.collections4.MultiSetUtilsTest [INFO] Running org.apache.commons.collections4.bag.HashBagTest [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.apache.commons.collections4.bag.HashBagTest [INFO] Running org.apache.commons.collections4.bag.SynchronizedBagTest [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.apache.commons.collections4.bag.SynchronizedBagTest [INFO] Running org.apache.commons.collections4.bag.PredicatedSortedBagTest [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.apache.commons.collections4.bag.PredicatedSortedBagTest [INFO] Running org.apache.commons.collections4.bag.TransformedSortedBagTest [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.apache.commons.collections4.bag.TransformedSortedBagTest [INFO] Running org.apache.commons.collections4.bag.UnmodifiableBagTest [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.apache.commons.collections4.bag.UnmodifiableBagTest [INFO] Running org.apache.commons.collections4.bag.PredicatedBagTest [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.apache.commons.collections4.bag.PredicatedBagTest [INFO] Running org.apache.commons.collections4.bag.TreeBagTest [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 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.047 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.052 s -- in org.apache.commons.collections4.bag.CollectionSortedBagTest [INFO] Running org.apache.commons.collections4.bag.TransformedBagTest [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.apache.commons.collections4.bag.TransformedBagTest [INFO] Running org.apache.commons.collections4.bag.UnmodifiableSortedBagTest [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.apache.commons.collections4.bag.UnmodifiableSortedBagTest [INFO] Running org.apache.commons.collections4.trie.UnmodifiableTrieTest [INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.apache.commons.collections4.trie.UnmodifiableTrieTest [INFO] Running org.apache.commons.collections4.trie.PatriciaTrieTest [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 s -- in org.apache.commons.collections4.trie.PatriciaTrieTest [INFO] Running org.apache.commons.collections4.trie.PatriciaTrie2Test [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 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.644 s -- in org.apache.commons.collections4.sequence.SequencesComparatorTest [INFO] Running org.apache.commons.collections4.set.PredicatedNavigableSetTest [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.apache.commons.collections4.set.PredicatedNavigableSetTest [INFO] Running org.apache.commons.collections4.set.TransformedSortedSetTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 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.051 s -- in org.apache.commons.collections4.set.ListOrderedSetTest [INFO] Running org.apache.commons.collections4.set.TransformedNavigableSetTest [INFO] Tests run: 31, 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: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 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.047 s -- in org.apache.commons.collections4.set.MapBackedSetTest [INFO] Running org.apache.commons.collections4.set.UnmodifiableSortedSetTest [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.apache.commons.collections4.set.UnmodifiableSortedSetTest [INFO] Running org.apache.commons.collections4.set.PredicatedSortedSetTest [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.apache.commons.collections4.set.PredicatedSortedSetTest [INFO] Running org.apache.commons.collections4.set.UnmodifiableNavigableSetTest [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 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.050 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.039 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.035 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.028 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.050 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.018 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.023 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.018 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.022 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.016 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.044 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.018 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.043 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.017 s -- in org.apache.commons.collections4.MultiMapUtilsTest [INFO] Running org.apache.commons.collections4.MapUtilsTest [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.apache.commons.collections4.MapUtilsTest [INFO] Running org.apache.commons.collections4.functors.CatchAndRethrowClosureTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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.014 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.020 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.009 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.004 s -- in org.apache.commons.collections4.functors.EqualPredicateTest [INFO] Running org.apache.commons.collections4.IteratorUtilsTest [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.282 s -- in org.apache.commons.collections4.IteratorUtilsTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 6385, Failures: 0, Errors: 0, Skipped: 9 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0: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.12.1:attach-descriptor (attach-descriptor) @ commons-collections4 --- [INFO] Skipping because packaging 'jar' is not pom. [INFO] [INFO] --- maven-jar-plugin:3.3.0: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.2.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.2.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] --- cyclonedx-maven-plugin:2.7.9:makeAggregateBom (build-sbom-cyclonedx) @ commons-collections4 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /builds/workspace/Commons-collections/target/commons-collections4-4.5-SNAPSHOT-bom.xml [INFO] attaching as commons-collections4-4.5-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /builds/workspace/Commons-collections/target/commons-collections4-4.5-SNAPSHOT-bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as commons-collections4-4.5-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- spdx-maven-plugin:0.7.0:createSPDX (build-sbom-spdx) @ commons-collections4 --- [INFO] spdx file type = .json [INFO] Creating SPDX File /builds/workspace/Commons-collections/target/site/org.apache.commons_commons-collections4-4.5-SNAPSHOT.spdx.json [WARNING] Unable to map maven licenses to a declared license. Using NOASSERTION [INFO] [INFO] --- moditect-maven-plugin:1.0.0.Final:add-module-info (add-module-infos) @ commons-collections4 --- [INFO] Running jdeps --generate-module-info /builds/workspace/Commons-collections/target/moditect --add-modules org.apache.commons.codec --module-path /builds/.m2/repository/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar --multi-release=9 /builds/workspace/Commons-collections/target/commons-collections4-4.5-SNAPSHOT.jar writing to /builds/workspace/Commons-collections/target/moditect/org.apache.commons.collections4/versions/9/module-info.java [INFO] Created module descriptor at /builds/workspace/Commons-collections/target/moditect/generated-sources/org.apache.commons.collections4/module-info.java [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (check) @ commons-collections4 --- [INFO] Loading execution data file /builds/workspace/Commons-collections/target/jacoco.exec [INFO] Analyzed bundle 'commons-collections4' with 496 classes [WARNING] Rule violated for bundle commons-collections4: classes covered ratio is 0.96, but expected minimum is 1.00 [WARNING] Rule violated for bundle commons-collections4: instructions covered ratio is 0.84, but expected minimum is 0.90 [WARNING] Rule violated for bundle commons-collections4: methods covered ratio is 0.85, but expected minimum is 0.95 [WARNING] Rule violated for bundle commons-collections4: branches covered ratio is 0.78, but expected minimum is 0.85 [WARNING] Rule violated for bundle commons-collections4: lines covered ratio is 0.85, but expected minimum is 0.90 [WARNING] Rule violated for bundle commons-collections4: complexity covered ratio is 0.77, but expected minimum is 0.85 [WARNING] Coverage checks have not been met. See log for details. [INFO] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ commons-collections4 --- [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.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/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] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.5-SNAPSHOT-bom.xml to /builds/.m2/repository/org/apache/commons/commons-collections4/4.5-SNAPSHOT/commons-collections4-4.5-SNAPSHOT-cyclonedx.xml [INFO] Installing /builds/workspace/Commons-collections/target/commons-collections4-4.5-SNAPSHOT-bom.json to /builds/.m2/repository/org/apache/commons/commons-collections4/4.5-SNAPSHOT/commons-collections4-4.5-SNAPSHOT-cyclonedx.json [INFO] Installing /builds/workspace/Commons-collections/target/site/org.apache.commons_commons-collections4-4.5-SNAPSHOT.spdx.json to /builds/.m2/repository/org/apache/commons/commons-collections4/4.5-SNAPSHOT/commons-collections4-4.5-SNAPSHOT.spdx.json [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:32 min [INFO] Finished at: 2023-11-18T13:20:05+01:00 [INFO] ------------------------------------------------------------------------ bash: line 229: bc: command not found --- Displays results of the maven compile with spoon of spoon --- Time to compile with spoon of spoon: --- Displays results of the maven compile with spoon --- Time to compile with spoon: Number of tests: 6385 Number of tests skipped: 9 Number of failures in tests: 0 Number of errors in tests: 0 ------------------------------------------------------- Retrieves 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 find: './target/spoon-maven-plugin': No such file or directory rm: cannot remove 'result-spoon.bak*.xml': No such file or directory
Project Commit id version Project compiles Project tests run Project spooned compiles Project spooned tests run Time to spoon Number of CtStatment Time to compile project Time to compile project spooned Spoon(Spoon(x))=Spoon(x)
Archiving artifacts Finished: SUCCESS