D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/apache-commons-collections4-4.4-3.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.d2rQjN
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf commons-collections4-4.4-src
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/commons-collections4-4.4-src.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd commons-collections4-4.4-src
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/python3 /usr/share/java-utils/mvn_file.py : commons-collections4 apache-commons-collections4
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tKQ0eR
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd commons-collections4-4.4-src
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/python3 /usr/share/java-utils/mvn_build.py --xmvn-javadoc -- -Dcommons.osgi.symbolicName=org.apache.commons.collections4
Executing: xmvn --batch-mode --offline -Dcommons.osgi.symbolicName=org.apache.commons.collections4 verify org.fedoraproject.xmvn:xmvn-mojo:install org.fedoraproject.xmvn:xmvn-mojo:javadoc org.fedoraproject.xmvn:xmvn-mojo:builddep
['xmvn', '--batch-mode', '--offline', '-Dcommons.osgi.symbolicName=org.apache.commons.collections4', 'verify', 'org.fedoraproject.xmvn:xmvn-mojo:install', 'org.fedoraproject.xmvn:xmvn-mojo:javadoc', 'org.fedoraproject.xmvn:xmvn-mojo:builddep']
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------< org.apache.commons:commons-collections4 >---------------
[INFO] Building Apache Commons Collections 4.4
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-version) @ commons-collections4 ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ commons-collections4 ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-collections4 ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to /home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/target/apidocs/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ commons-collections4 ---
[INFO] Skipping remote resources execution.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ commons-collections4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ commons-collections4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 326 source files to /home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/target/classes
[INFO] /home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java: Some input files use or override a deprecated API.
[INFO] /home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/map/MultiValueMap.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/iterators/EmptyMapIterator.java: Some input files use unchecked or unsafe operations.
[INFO] /home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/iterators/EmptyMapIterator.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:4.2.1:manifest (bundle-manifest) @ commons-collections4 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ commons-collections4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 179 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ commons-collections4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 217 source files to /home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/target/test-classes
[INFO] /home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/test/java/org/apache/commons/collections4/MapUtilsTest.java: Some input files use or override a deprecated API.
[INFO] /home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/test/java/org/apache/commons/collections4/MapUtilsTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/test/java/org/apache/commons/collections4/functors/AbstractCompositePredicateTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/test/java/org/apache/commons/collections4/functors/AbstractCompositePredicateTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ commons-collections4 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.commons.collections4.ComparatorUtilsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.apache.commons.collections4.ComparatorUtilsTest
[INFO] Running org.apache.commons.collections4.MultiSetUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.MultiSetUtilsTest
[INFO] Running org.apache.commons.collections4.splitmap.TransformedSplitMapTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.splitmap.TransformedSplitMapTest
[INFO] Running org.apache.commons.collections4.CollectionUtilsTest
[INFO] Tests run: 104, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in org.apache.commons.collections4.CollectionUtilsTest
[INFO] Running org.apache.commons.collections4.BagUtilsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.BagUtilsTest
[INFO] Running org.apache.commons.collections4.sequence.SequencesComparatorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.768 s - in org.apache.commons.collections4.sequence.SequencesComparatorTest
[INFO] Running org.apache.commons.collections4.ClosureUtilsTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.apache.commons.collections4.ClosureUtilsTest
[INFO] Running org.apache.commons.collections4.MapUtilsTest
[INFO] Tests run: 39644, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.68 s - in org.apache.commons.collections4.MapUtilsTest
[INFO] Running org.apache.commons.collections4.SetUtilsTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.SetUtilsTest
[INFO] Running org.apache.commons.collections4.QueueUtilsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.QueueUtilsTest
[INFO] Running org.apache.commons.collections4.ListUtilsTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.ListUtilsTest
[INFO] Running org.apache.commons.collections4.comparators.ReverseComparatorTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.comparators.ReverseComparatorTest
[INFO] Running org.apache.commons.collections4.comparators.BooleanComparatorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.comparators.BooleanComparatorTest
[INFO] Running org.apache.commons.collections4.comparators.TransformingComparatorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.comparators.TransformingComparatorTest
[INFO] Running org.apache.commons.collections4.comparators.FixedOrderComparatorTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.comparators.FixedOrderComparatorTest
[INFO] Running org.apache.commons.collections4.comparators.ComparableComparatorTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.comparators.ComparableComparatorTest
[INFO] Running org.apache.commons.collections4.comparators.ComparatorChainTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.comparators.ComparatorChainTest
[INFO] Running org.apache.commons.collections4.IterableUtilsTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.IterableUtilsTest
[INFO] Running org.apache.commons.collections4.PredicateUtilsTest
[INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.PredicateUtilsTest
[INFO] Running org.apache.commons.collections4.ArrayStackTest
[INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.ArrayStackTest
[INFO] Running org.apache.commons.collections4.FactoryUtilsTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.FactoryUtilsTest
[INFO] Running org.apache.commons.collections4.trie.UnmodifiableTrieTest
[INFO] Tests run: 557, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.trie.UnmodifiableTrieTest
[INFO] Running org.apache.commons.collections4.trie.PatriciaTrie2Test
[INFO] Tests run: 177, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.trie.PatriciaTrie2Test
[INFO] Running org.apache.commons.collections4.trie.PatriciaTrieTest
[INFO] Tests run: 562, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.trie.PatriciaTrieTest
[INFO] Running org.apache.commons.collections4.TransformerUtilsTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.TransformerUtilsTest
[INFO] Running org.apache.commons.collections4.EnumerationUtilsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.EnumerationUtilsTest
[INFO] Running org.apache.commons.collections4.multimap.ArrayListValuedHashMapTest
[INFO] Tests run: 342, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.multimap.ArrayListValuedHashMapTest
[INFO] Running org.apache.commons.collections4.multimap.HashSetValuedHashMapTest
[INFO] Tests run: 340, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.multimap.HashSetValuedHashMapTest
[INFO] Running org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMapTest
[INFO] Tests run: 346, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.multimap.UnmodifiableMultiValuedMapTest
[INFO] Running org.apache.commons.collections4.multimap.TransformedMultiValuedMapTest
[INFO] Tests run: 340, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.commons.collections4.multimap.TransformedMultiValuedMapTest
[INFO] Running org.apache.commons.collections4.queue.CircularFifoQueueTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.queue.CircularFifoQueueTest
[INFO] Running org.apache.commons.collections4.queue.SynchronizedQueueTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.queue.SynchronizedQueueTest
[INFO] Running org.apache.commons.collections4.queue.TransformedQueueTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.queue.TransformedQueueTest
[INFO] Running org.apache.commons.collections4.queue.UnmodifiableQueueTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.queue.UnmodifiableQueueTest
[INFO] Running org.apache.commons.collections4.queue.PredicatedQueueTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.queue.PredicatedQueueTest
[INFO] Running org.apache.commons.collections4.IteratorUtilsTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.IteratorUtilsTest
[INFO] Running org.apache.commons.collections4.SplitMapUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.SplitMapUtilsTest
[INFO] Running org.apache.commons.collections4.list.TreeListTest
[INFO] Tests run: 160, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.list.TreeListTest
[INFO] Running org.apache.commons.collections4.list.GrowthListTest
[INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.list.GrowthListTest
[INFO] Running org.apache.commons.collections4.list.TransformedListTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.list.TransformedListTest
[INFO] Running org.apache.commons.collections4.list.LazyListTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.list.LazyListTest
[INFO] Running org.apache.commons.collections4.list.PredicatedListTest
[INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.list.PredicatedListTest
[INFO] Running org.apache.commons.collections4.list.NodeCachingLinkedListTest
[INFO] Tests run: 158, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.list.NodeCachingLinkedListTest
[INFO] Running org.apache.commons.collections4.list.FixedSizeListTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.list.FixedSizeListTest
[INFO] Running org.apache.commons.collections4.list.CursorableLinkedListTest
[INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.apache.commons.collections4.list.CursorableLinkedListTest
[INFO] Running org.apache.commons.collections4.list.SetUniqueListTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.apache.commons.collections4.list.SetUniqueListTest
[INFO] Running org.apache.commons.collections4.list.Collections701Test
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.list.Collections701Test
[INFO] Running org.apache.commons.collections4.list.UnmodifiableListTest
[INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.commons.collections4.list.UnmodifiableListTest
[INFO] Running org.apache.commons.collections4.TrieUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.TrieUtilsTest
[INFO] Running org.apache.commons.collections4.FluentIterableTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.apache.commons.collections4.FluentIterableTest
[INFO] Running org.apache.commons.collections4.bidimap.DualHashBidiMapTest
[INFO] Tests run: 368, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.apache.commons.collections4.bidimap.DualHashBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMapTest
[INFO] Tests run: 820, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s - in org.apache.commons.collections4.bidimap.UnmodifiableSortedBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualLinkedHashBidiMapTest
[INFO] Tests run: 368, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in org.apache.commons.collections4.bidimap.DualLinkedHashBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableBidiMapTest
[INFO] Tests run: 370, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.apache.commons.collections4.bidimap.UnmodifiableBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMapTest
[INFO] Tests run: 391, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s - in org.apache.commons.collections4.bidimap.UnmodifiableOrderedBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.DualTreeBidiMap2Test
[INFO] Tests run: 823, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.425 s - in org.apache.commons.collections4.bidimap.DualTreeBidiMap2Test
[INFO] Running org.apache.commons.collections4.bidimap.DualTreeBidiMapTest
[INFO] Tests run: 818, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 s - in org.apache.commons.collections4.bidimap.DualTreeBidiMapTest
[INFO] Running org.apache.commons.collections4.bidimap.TreeBidiMapTest
[INFO] Tests run: 389, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in org.apache.commons.collections4.bidimap.TreeBidiMapTest
[INFO] Running org.apache.commons.collections4.bag.PredicatedBagTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.bag.PredicatedBagTest
[INFO] Running org.apache.commons.collections4.bag.TreeBagTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.commons.collections4.bag.TreeBagTest
[INFO] Running org.apache.commons.collections4.bag.CollectionSortedBagTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.bag.CollectionSortedBagTest
[INFO] Running org.apache.commons.collections4.bag.UnmodifiableSortedBagTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.bag.UnmodifiableSortedBagTest
[INFO] Running org.apache.commons.collections4.bag.CollectionBagTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.bag.CollectionBagTest
[INFO] Running org.apache.commons.collections4.bag.HashBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.bag.HashBagTest
[INFO] Running org.apache.commons.collections4.bag.SynchronizedBagTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.bag.SynchronizedBagTest
[INFO] Running org.apache.commons.collections4.bag.UnmodifiableBagTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.apache.commons.collections4.bag.UnmodifiableBagTest
[INFO] Running org.apache.commons.collections4.bag.TransformedBagTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.bag.TransformedBagTest
[INFO] Running org.apache.commons.collections4.bag.PredicatedSortedBagTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.commons.collections4.bag.PredicatedSortedBagTest
[INFO] Running org.apache.commons.collections4.bag.TransformedSortedBagTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.apache.commons.collections4.bag.TransformedSortedBagTest
[INFO] Running org.apache.commons.collections4.functors.AllPredicateTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.functors.AllPredicateTest
[INFO] Running org.apache.commons.collections4.functors.EqualPredicateTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.functors.EqualPredicateTest
[INFO] Running org.apache.commons.collections4.functors.NullPredicateTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.functors.NullPredicateTest
[INFO] Running org.apache.commons.collections4.functors.CatchAndRethrowClosureTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.functors.CatchAndRethrowClosureTest
[INFO] Running org.apache.commons.collections4.functors.ComparatorPredicateTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.functors.ComparatorPredicateTest
[INFO] Running org.apache.commons.collections4.iterators.IteratorEnumerationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.IteratorEnumerationTest
[INFO] Running org.apache.commons.collections4.iterators.UnmodifiableListIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.UnmodifiableListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.LazyIteratorChainTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.LazyIteratorChainTest
[INFO] Running org.apache.commons.collections4.iterators.CollatingIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.iterators.CollatingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.IteratorIterableTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.IteratorIterableTest
[INFO] Running org.apache.commons.collections4.iterators.FilterListIteratorTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.apache.commons.collections4.iterators.FilterListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.NodeListIteratorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.commons.collections4.iterators.NodeListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ListIteratorWrapperTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.ListIteratorWrapperTest
[INFO] Running org.apache.commons.collections4.iterators.ListIteratorWrapper2Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.ListIteratorWrapper2Test
[INFO] Running org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.iterators.UnmodifiableOrderedMapIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.LoopingIteratorTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.LoopingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.SingletonListIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.SingletonListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.UniqueFilterIteratorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.UniqueFilterIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.LoopingListIteratorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.LoopingListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.SingletonIterator2Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.SingletonIterator2Test
[INFO] Running org.apache.commons.collections4.iterators.ObjectArrayIteratorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.ObjectArrayIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ObjectArrayListIteratorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.ObjectArrayListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ZippingIteratorTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.ZippingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.PeekingIteratorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.PeekingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.FilterIteratorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.FilterIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.UnmodifiableMapIteratorTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.UnmodifiableMapIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.UnmodifiableIteratorTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.UnmodifiableIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ObjectGraphIteratorTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.iterators.ObjectGraphIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.PushbackIteratorTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.PushbackIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ArrayIterator2Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.ArrayIterator2Test
[INFO] Running org.apache.commons.collections4.iterators.ArrayListIterator2Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.ArrayListIterator2Test
[INFO] Running org.apache.commons.collections4.iterators.IteratorChainTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.iterators.IteratorChainTest
[INFO] Running org.apache.commons.collections4.iterators.ObjectArrayListIterator2Test
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.ObjectArrayListIterator2Test
[INFO] Running org.apache.commons.collections4.iterators.SingletonIteratorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.SingletonIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ReverseListIteratorTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.ReverseListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.SkippingIteratorTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.SkippingIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ArrayIteratorTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.ArrayIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.ArrayListIteratorTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.iterators.ArrayListIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.PermutationIteratorTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.iterators.PermutationIteratorTest
[INFO] Running org.apache.commons.collections4.iterators.BoundedIteratorTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.iterators.BoundedIteratorTest
[INFO] Running org.apache.commons.collections4.map.ReferenceIdentityMapTest
[INFO] Tests run: 159, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s - in org.apache.commons.collections4.map.ReferenceIdentityMapTest
[INFO] Running org.apache.commons.collections4.map.SingletonMapTest
[INFO] Tests run: 178, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.apache.commons.collections4.map.SingletonMapTest
[INFO] Running org.apache.commons.collections4.map.FixedSizeMapTest
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.map.FixedSizeMapTest
[INFO] Running org.apache.commons.collections4.map.CompositeMapTest
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.apache.commons.collections4.map.CompositeMapTest
[INFO] Running org.apache.commons.collections4.map.CaseInsensitiveMapTest
[INFO] Tests run: 161, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.apache.commons.collections4.map.CaseInsensitiveMapTest
[INFO] Running org.apache.commons.collections4.map.ListOrderedMap2Test
[INFO] Tests run: 333, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.apache.commons.collections4.map.ListOrderedMap2Test
[INFO] Running org.apache.commons.collections4.map.ListOrderedMapTest
[INFO] Tests run: 494, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.apache.commons.collections4.map.ListOrderedMapTest
[INFO] Running org.apache.commons.collections4.map.MultiValueMapTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.map.MultiValueMapTest
[INFO] Running org.apache.commons.collections4.map.StaticBucketMapTest
[INFO] Tests run: 155, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.apache.commons.collections4.map.StaticBucketMapTest
[INFO] Running org.apache.commons.collections4.map.DefaultedMapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.map.DefaultedMapTest
[INFO] Running org.apache.commons.collections4.map.LRUMapTest
[INFO] Tests run: 193, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.2 s - in org.apache.commons.collections4.map.LRUMapTest
[INFO] Running org.apache.commons.collections4.map.TransformedMapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.commons.collections4.map.TransformedMapTest
[INFO] Running org.apache.commons.collections4.map.LazySortedMapTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.commons.collections4.map.LazySortedMapTest
[INFO] Running org.apache.commons.collections4.map.PredicatedMapTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.commons.collections4.map.PredicatedMapTest
[INFO] Running org.apache.commons.collections4.map.PredicatedSortedMapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.apache.commons.collections4.map.PredicatedSortedMapTest
[INFO] Running org.apache.commons.collections4.map.TransformedSortedMapTest
[INFO] Tests run: 558, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 s - in org.apache.commons.collections4.map.TransformedSortedMapTest
[INFO] Running org.apache.commons.collections4.map.UnmodifiableSortedMapTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.map.UnmodifiableSortedMapTest
[INFO] Running org.apache.commons.collections4.map.LinkedMapTest
[INFO] Tests run: 337, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.apache.commons.collections4.map.LinkedMapTest
[INFO] Running org.apache.commons.collections4.map.UnmodifiableOrderedMapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.map.UnmodifiableOrderedMapTest
[INFO] Running org.apache.commons.collections4.map.MultiKeyMapTest
[INFO] Tests run: 167, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.apache.commons.collections4.map.MultiKeyMapTest
[INFO] Running org.apache.commons.collections4.map.HashedMapTest
[INFO] Tests run: 158, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.apache.commons.collections4.map.HashedMapTest
[INFO] Running org.apache.commons.collections4.map.UnmodifiableMapTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.map.UnmodifiableMapTest
[INFO] Running org.apache.commons.collections4.map.ReferenceMapTest
[INFO] Tests run: 159, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 s - in org.apache.commons.collections4.map.ReferenceMapTest
[INFO] Running org.apache.commons.collections4.map.FixedSizeSortedMapTest
[INFO] Tests run: 555, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.apache.commons.collections4.map.FixedSizeSortedMapTest
[INFO] Running org.apache.commons.collections4.map.LazyMapTest
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.map.LazyMapTest
[INFO] Running org.apache.commons.collections4.map.PassiveExpiringMapTest
[INFO] Tests run: 148, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.071 s - in org.apache.commons.collections4.map.PassiveExpiringMapTest
[INFO] Running org.apache.commons.collections4.map.Flat3MapTest
[INFO] Tests run: 199, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.apache.commons.collections4.map.Flat3MapTest
[INFO] Running org.apache.commons.collections4.set.ListOrderedSet2Test
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.apache.commons.collections4.set.ListOrderedSet2Test
[INFO] Running org.apache.commons.collections4.set.PredicatedSetTest
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.set.PredicatedSetTest
[INFO] Running org.apache.commons.collections4.set.ListOrderedSetTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.commons.collections4.set.ListOrderedSetTest
[INFO] Running org.apache.commons.collections4.set.UnmodifiableSetTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.set.UnmodifiableSetTest
[INFO] Running org.apache.commons.collections4.set.MapBackedSetTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.set.MapBackedSetTest
[INFO] Running org.apache.commons.collections4.set.CompositeSetTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.apache.commons.collections4.set.CompositeSetTest
[INFO] Running org.apache.commons.collections4.set.PredicatedSortedSetTest
[INFO] Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.apache.commons.collections4.set.PredicatedSortedSetTest
[INFO] Running org.apache.commons.collections4.set.MapBackedSet2Test
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.set.MapBackedSet2Test
[INFO] Running org.apache.commons.collections4.set.PredicatedNavigableSetTest
[INFO] Tests run: 207, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.apache.commons.collections4.set.PredicatedNavigableSetTest
[INFO] Running org.apache.commons.collections4.set.TransformedSetTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.commons.collections4.set.TransformedSetTest
[INFO] Running org.apache.commons.collections4.set.UnmodifiableSortedSetTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.apache.commons.collections4.set.UnmodifiableSortedSetTest
[INFO] Running org.apache.commons.collections4.set.TransformedSortedSetTest
[INFO] Tests run: 118, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.apache.commons.collections4.set.TransformedSortedSetTest
[INFO] Running org.apache.commons.collections4.set.UnmodifiableNavigableSetTest
[INFO] Tests run: 206, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.apache.commons.collections4.set.UnmodifiableNavigableSetTest
[INFO] Running org.apache.commons.collections4.set.TransformedNavigableSetTest
[INFO] Tests run: 205, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.apache.commons.collections4.set.TransformedNavigableSetTest
[INFO] Running org.apache.commons.collections4.collection.IndexedCollectionTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.004 s - in org.apache.commons.collections4.collection.TransformedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.PredicatedCollectionBuilderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.collection.PredicatedCollectionBuilderTest
[INFO] Running org.apache.commons.collections4.collection.PredicatedCollectionTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.collection.PredicatedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.CompositeCollectionTest
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.collection.CompositeCollectionTest
[INFO] Running org.apache.commons.collections4.collection.SynchronizedCollectionTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.collection.SynchronizedCollectionTest
[INFO] Running org.apache.commons.collections4.collection.UnmodifiableCollectionTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.collection.UnmodifiableCollectionTest
[INFO] Running org.apache.commons.collections4.collection.UnmodifiableBoundedCollectionTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.commons.collections4.collection.UnmodifiableBoundedCollectionTest
[INFO] Running org.apache.commons.collections4.multiset.SynchronizedMultiSetTest
[INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.apache.commons.collections4.multiset.SynchronizedMultiSetTest
[INFO] Running org.apache.commons.collections4.multiset.HashMultiSetTest
[INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.apache.commons.collections4.multiset.HashMultiSetTest
[INFO] Running org.apache.commons.collections4.multiset.PredicatedMultiSetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.commons.collections4.multiset.PredicatedMultiSetTest
[INFO] Running org.apache.commons.collections4.multiset.UnmodifiableMultiSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.apache.commons.collections4.multiset.UnmodifiableMultiSetTest
[INFO] Running org.apache.commons.collections4.keyvalue.MultiKeyTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.commons.collections4.keyvalue.MultiKeyTest
[INFO] Running org.apache.commons.collections4.keyvalue.DefaultKeyValueTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.keyvalue.DefaultKeyValueTest
[INFO] Running org.apache.commons.collections4.keyvalue.DefaultMapEntryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.keyvalue.DefaultMapEntryTest
[INFO] Running org.apache.commons.collections4.keyvalue.UnmodifiableMapEntryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.keyvalue.UnmodifiableMapEntryTest
[INFO] Running org.apache.commons.collections4.keyvalue.TiedMapEntryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.keyvalue.TiedMapEntryTest
[INFO] Running org.apache.commons.collections4.properties.PropertiesFactoryTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.apache.commons.collections4.properties.PropertiesFactoryTest
[INFO] Running org.apache.commons.collections4.properties.SortedPropertiesFactoryTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.commons.collections4.properties.SortedPropertiesFactoryTest
[INFO] Running org.apache.commons.collections4.properties.SortedPropertiesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.commons.collections4.properties.SortedPropertiesTest
[INFO] Running org.apache.commons.collections4.MultiMapUtilsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.commons.collections4.MultiMapUtilsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 56110, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ commons-collections4 ---
[INFO] Building jar: /home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/target/commons-collections4-4.4.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ commons-collections4 ---
[INFO] Building jar: /home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/target/commons-collections4-4.4-tests.jar
[INFO] 
[INFO] --------------< org.apache.commons:commons-collections4 >---------------
[INFO] Building Apache Commons Collections 4.4
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- xmvn-mojo:3.1.0:install (default-cli) @ commons-collections4 ---
[INFO] 
[INFO] --- xmvn-mojo:3.1.0:javadoc (default-cli) @ commons-collections4 ---
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:146: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:146: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:56: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:56: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:192: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:192: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:192: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:192: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:41: warning - Tag @link: reference not found: Predicate#evaluate(T)
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:41: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:41: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:56: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:56: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:57: warning - Tag @link: reference not found: Predicate#evaluate(T)
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:57: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:57: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:146: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:146: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:192: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:192: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:192: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:192: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java:612: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java:612: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java:612: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/multimap/AbstractMultiValuedMap.java:612: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1388: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1442: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:2274: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:2089: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1677: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1606: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1485: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:191: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:113: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:738: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:832: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:105: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1149: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:472: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:492: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:523: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:346: warning - Tag @link: reference not found: #selectR(TrieEntry, int, Object, int, Cursor, Reference)
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:347: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:105: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:113: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:191: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:346: warning - Tag @link: reference not found: #selectR(TrieEntry, int, Object, int, Cursor, Reference)
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:347: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:472: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:492: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:523: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:644: warning - invalid usage of tag &
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:738: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:832: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:839: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:849: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1094: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1149: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1187: warning - invalid usage of tag &
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1188: warning - invalid usage of tag &
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1388: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1442: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:2274: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:2367: warning - invalid usage of tag &
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:2367: warning - invalid usage of tag &
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:2089: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:2120: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1677: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1606: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1485: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:192: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:192: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:192: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:192: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:192: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:192: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:192: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:192: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:56: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:56: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:56: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:56: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1606: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1606: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1606: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:146: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:146: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:146: warning - invalid usage of tag <
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/functors/FunctorUtils.java:146: warning - invalid usage of tag >
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:2274: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:2089: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1606: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:191: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:738: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:1149: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:191: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:472: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:492: warning - Tag @link: reference not found: Trie
/home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src/src/main/java/org/apache/commons/collections4/trie/AbstractPatriciaTrie.java:523: warning - Tag @link: reference not found: Trie
[INFO] 
[INFO] --- xmvn-mojo:3.1.0:builddep (default-cli) @ commons-collections4 ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:11 min
[INFO] Finished at: 2021-11-26T00:27:51Z
[INFO] ------------------------------------------------------------------------
-----BEGIN MAVEN BUILD DEPENDENCIES-----
H4sIAAAAAAACA6WSMU/DMBCF9/6KI7sTKlY3FTBl6FQhsRr7MC7x2XLsqPn3xKQogSEqML53n/ze
6cz3Z9tCj6EzjnbFtrwtAEk6ZUjviqcjuz8+Nk2xrzf8hjF4SKZVoNAjqREz2IFGwiAiKngZ4PnQ
EzA20kum3gDMxpDlaOjgkm9U7YIuhRfyDUvprHXU8eprNpEiRPMqZByNC8G8CEiRV4vRxOI5IuVl
au8sr2aZO1TfS1zVyYoeqfRt0ma12SfHBMWQiE34z3rX558SmbgSdpn/9fm8HopusE6+r6TMyH+C
fn3bVpC+W89cqPy/PgBjZCT7xgIAAA==
-----END MAVEN BUILD DEPENDENCIES-----
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wjDqjZ
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64
+ cd commons-collections4-4.4-src
+ '[' 1 -eq 1 ']'
+ xmvn-install -R .xmvn-reactor -n apache-commons-collections4 -d /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64
[INFO] Installing artifact org.apache.commons:commons-collections4:jar:4.4
[INFO] Installing artifact org.apache.commons:commons-collections4:pom:4.4
[INFO] Installation successful
+ jdir=target/site/apidocs
+ '[' -d .xmvn/apidocs ']'
+ jdir=.xmvn/apidocs
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/licenses
+ '[' -d .xmvn/apidocs ']'
+ install -dm755 /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/javadoc/apache-commons-collections4
+ cp -pr .xmvn/apidocs/allclasses-index.html .xmvn/apidocs/allclasses.html .xmvn/apidocs/allpackages-index.html .xmvn/apidocs/args .xmvn/apidocs/constant-values.html .xmvn/apidocs/deprecated-list.html .xmvn/apidocs/element-list .xmvn/apidocs/help-doc.html .xmvn/apidocs/index-all.html .xmvn/apidocs/index.html .xmvn/apidocs/jquery .xmvn/apidocs/member-search-index.js .xmvn/apidocs/member-search-index.zip .xmvn/apidocs/org .xmvn/apidocs/overview-summary.html .xmvn/apidocs/overview-tree.html .xmvn/apidocs/package-search-index.js .xmvn/apidocs/package-search-index.zip .xmvn/apidocs/resources .xmvn/apidocs/script.js .xmvn/apidocs/search.js .xmvn/apidocs/serialized-form.html .xmvn/apidocs/stylesheet.css .xmvn/apidocs/type-search-index.js .xmvn/apidocs/type-search-index.zip /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/javadoc/apache-commons-collections4
+ echo /usr/share/javadoc/apache-commons-collections4
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 4.4-3.mga9 --unique-debug-suffix -4.4-3.mga9.aarch64 --unique-debug-src-base apache-commons-collections4-4.4-3.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/commons-collections4-4.4-src

+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: apache-commons-collections4-4.4-3.mga9.noarch
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gR84Fo
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd commons-collections4-4.4-src
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/doc/apache-commons-collections4
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/doc/apache-commons-collections4
+ cp -pr RELEASE-NOTES.txt /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/doc/apache-commons-collections4
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.CbVsSB
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd commons-collections4-4.4-src
+ LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/licenses/apache-commons-collections4
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/licenses/apache-commons-collections4
+ cp -pr LICENSE.txt /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/licenses/apache-commons-collections4
+ cp -pr NOTICE.txt /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/licenses/apache-commons-collections4
+ RPM_EC=0
++ jobs -p
+ exit 0
[INFO maven.prov] input: ['/home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/maven-metadata/apache-commons-collections4.xml']
[INFO maven.prov] mvn(org.apache.commons:commons-collections4:pom:) = 4.4, mvn(org.apache.commons:commons-collections4) = 4.4
[INFO osgi.prov] input: ['/home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/java/apache-commons-collections4.jar']
[INFO osgi.prov] input: ['/home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/java/commons-collections4.jar']
[INFO osgi.prov] osgi(org.apache.commons.collections4) = 4.4.0
[INFO maven.req] input: ['/home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/maven-metadata/apache-commons-collections4.xml']
[INFO maven.req] javapackages-filesystem, java-headless >= 1:1.8
[INFO osgi.req] input: ['/home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/java/apache-commons-collections4.jar']
[INFO osgi.req] input: ['/home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/java/commons-collections4.jar']
Provides: apache-commons-collections4 = 4.4-3.mga9 mvn(org.apache.commons:commons-collections4) = 4.4 mvn(org.apache.commons:commons-collections4:pom:) = 4.4 osgi(org.apache.commons.collections4) = 4.4.0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: java-headless >= 1:1.8 javapackages-filesystem
Processing files: apache-commons-collections4-javadoc-4.4-3.mga9.noarch
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.RMCBWm
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd commons-collections4-4.4-src
+ LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/licenses/apache-commons-collections4-javadoc
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/licenses/apache-commons-collections4-javadoc
+ cp -pr LICENSE.txt /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/licenses/apache-commons-collections4-javadoc
+ cp -pr NOTICE.txt /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/licenses/apache-commons-collections4-javadoc
+ RPM_EC=0
++ jobs -p
+ exit 0
pcregrep: line 13 of file /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/javadoc/apache-commons-collections4/jquery/jszip/dist/jszip.min.js is too long for the internal buffer
pcregrep: check the --buffer-size option
pcregrep: line 13 of file /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/javadoc/apache-commons-collections4/jquery/jszip/dist/jszip.min.js is too long for the internal buffer
pcregrep: check the --buffer-size option
pcregrep: line 1 of file /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/javadoc/apache-commons-collections4/member-search-index.js is too long for the internal buffer
pcregrep: check the --buffer-size option
pcregrep: line 1 of file /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64/usr/share/javadoc/apache-commons-collections4/member-search-index.js is too long for the internal buffer
pcregrep: check the --buffer-size option
Provides: apache-commons-collections4-javadoc = 4.4-3.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: javapackages-filesystem
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/noarch/apache-commons-collections4-4.4-3.mga9.noarch.rpm
Wrote: /home/iurt/rpmbuild/RPMS/noarch/apache-commons-collections4-javadoc-4.4-3.mga9.noarch.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xxCOrL
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd commons-collections4-4.4-src
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/apache-commons-collections4-4.4-3.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cnZp86
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf commons-collections4-4.4-src
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!