Skip to content

Instantly share code, notes, and snippets.

@neomatrix369
Created July 17, 2013 05:15
Show Gist options
  • Save neomatrix369/6017864 to your computer and use it in GitHub Desktop.
Save neomatrix369/6017864 to your computer and use it in GitHub Desktop.
Building gs-collections using JDK 1.8.0-ea
$ mvn clean package
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Goldman Sachs Collections Code Generator
[INFO] Goldman Sachs Collections Code Generator Ant Task
[INFO] Goldman Sachs Collections Code Generator Maven Plugin
[INFO] Goldman Sachs Collections API
[INFO] Goldman Sachs Collections Main Library
[INFO] Goldman Sachs Collections Test Utilities
[INFO] Goldman Sachs Collections Fork Join Utilities
[INFO] Goldman Sachs Collections Unit Test Suite
[INFO] Goldman Sachs Collections Scala Unit Test Suite
[INFO] Goldman Sachs Collections Serialization Test Suite
[INFO] Goldman Sachs Collections Parent Project
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Goldman Sachs Collections Code Generator 3.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gs-collections-code-generator ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ gs-collections-code-generator ---
[INFO] The requirePluginVersions rule is currently not compatible with Maven3.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gs-collections-code-generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 137 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ gs-collections-code-generator ---
[INFO] Compiling 7 source files to /home/saiubuntu/git-repos/gs-collections/gs-collections-code-generator/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gs-collections-code-generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/saiubuntu/git-repos/gs-collections/gs-collections-code-generator/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-collections-code-generator ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ gs-collections-code-generator ---
[INFO] No tests to run.
[INFO] Surefire report directory: /home/saiubuntu/git-repos/gs-collections/gs-collections-code-generator/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gs-collections-code-generator ---
[INFO] Building jar: /home/saiubuntu/git-repos/gs-collections/gs-collections-code-generator/target/gs-collections-code-generator-3.3.0-SNAPSHOT.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Goldman Sachs Collections Code Generator Ant Task 3.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gs-collections-code-generator-ant ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ gs-collections-code-generator-ant ---
[INFO] The requirePluginVersions rule is currently not compatible with Maven3.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gs-collections-code-generator-ant ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/saiubuntu/git-repos/gs-collections/gs-collections-code-generator-ant/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ gs-collections-code-generator-ant ---
[INFO] Compiling 2 source files to /home/saiubuntu/git-repos/gs-collections/gs-collections-code-generator-ant/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gs-collections-code-generator-ant ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/saiubuntu/git-repos/gs-collections/gs-collections-code-generator-ant/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-collections-code-generator-ant ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ gs-collections-code-generator-ant ---
[INFO] No tests to run.
[INFO] Surefire report directory: /home/saiubuntu/git-repos/gs-collections/gs-collections-code-generator-ant/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gs-collections-code-generator-ant ---
[INFO] Building jar: /home/saiubuntu/git-repos/gs-collections/gs-collections-code-generator-ant/target/gs-collections-code-generator-ant-3.3.0-SNAPSHOT.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Goldman Sachs Collections Code Generator Maven Plugin 3.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gs-collections-code-generator-maven-plugin ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ gs-collections-code-generator-maven-plugin ---
[INFO] The requirePluginVersions rule is currently not compatible with Maven3.
[INFO]
[INFO] --- maven-plugin-plugin:2.9:descriptor (default-descriptor) @ gs-collections-code-generator-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 1 mojo descriptors.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gs-collections-code-generator-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/saiubuntu/git-repos/gs-collections/gs-collections-code-generator-maven-plugin/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ gs-collections-code-generator-maven-plugin ---
[INFO] Compiling 2 source files to /home/saiubuntu/git-repos/gs-collections/gs-collections-code-generator-maven-plugin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gs-collections-code-generator-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/saiubuntu/git-repos/gs-collections/gs-collections-code-generator-maven-plugin/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-collections-code-generator-maven-plugin ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ gs-collections-code-generator-maven-plugin ---
[INFO] No tests to run.
[INFO] Surefire report directory: /home/saiubuntu/git-repos/gs-collections/gs-collections-code-generator-maven-plugin/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ gs-collections-code-generator-maven-plugin ---
[INFO] Building jar: /home/saiubuntu/git-repos/gs-collections/gs-collections-code-generator-maven-plugin/target/gs-collections-code-generator-maven-plugin-3.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-plugin-plugin:2.9:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ gs-collections-code-generator-maven-plugin ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Goldman Sachs Collections API 3.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gs-collections-api ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ gs-collections-api ---
[INFO] The requirePluginVersions rule is currently not compatible with Maven3.
[INFO]
[INFO] --- gs-collections-code-generator-maven-plugin:3.3.0-SNAPSHOT:generate (default) @ gs-collections-api ---
[INFO] Generating sources to gs-collections-api
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gs-collections-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/saiubuntu/git-repos/gs-collections/collections-api/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ gs-collections-api ---
[INFO] Compiling 794 source files to /home/saiubuntu/git-repos/gs-collections/collections-api/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gs-collections-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/saiubuntu/git-repos/gs-collections/collections-api/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-collections-api ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.2:test (default-test) @ gs-collections-api ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ gs-collections-api ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Goldman Sachs Collections Main Library 3.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gs-collections ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ gs-collections ---
[INFO] The requirePluginVersions rule is currently not compatible with Maven3.
[INFO]
[INFO] --- gs-collections-code-generator-maven-plugin:3.3.0-SNAPSHOT:generate (default) @ gs-collections ---
[INFO] Generating sources to gs-collections
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gs-collections ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/saiubuntu/git-repos/gs-collections/collections/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ gs-collections ---
[INFO] Compiling 958 source files to /home/saiubuntu/git-repos/gs-collections/collections/target/classes
[WARNING] /home/saiubuntu/git-repos/gs-collections/collections/src/main/java/com/gs/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[58,15] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/saiubuntu/git-repos/gs-collections/collections/src/main/java/com/gs/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[83,25] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/saiubuntu/git-repos/gs-collections/collections/src/main/java/com/gs/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2142,19] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/saiubuntu/git-repos/gs-collections/collections/src/main/java/com/gs/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2146,19] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/saiubuntu/git-repos/gs-collections/collections/src/main/java/com/gs/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2152,83] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/saiubuntu/git-repos/gs-collections/collections/src/main/java/com/gs/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2154,27] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/saiubuntu/git-repos/gs-collections/collections/src/main/java/com/gs/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2156,34] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/saiubuntu/git-repos/gs-collections/collections/src/main/java/com/gs/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2158,32] Unsafe is internal proprietary API and may be removed in a future release
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gs-collections ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/saiubuntu/git-repos/gs-collections/collections/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-collections ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.2:test (default-test) @ gs-collections ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ gs-collections ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Goldman Sachs Collections Test Utilities 3.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gs-collections-testutils ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ gs-collections-testutils ---
[INFO] The requirePluginVersions rule is currently not compatible with Maven3.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gs-collections-testutils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/saiubuntu/git-repos/gs-collections/collections-testutils/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ gs-collections-testutils ---
[INFO] Compiling 3 source files to /home/saiubuntu/git-repos/gs-collections/collections-testutils/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gs-collections-testutils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-collections-testutils ---
[INFO] Compiling 6 source files to /home/saiubuntu/git-repos/gs-collections/collections-testutils/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.12.2:test (default-test) @ gs-collections-testutils ---
[INFO] Surefire report directory: /home/saiubuntu/git-repos/gs-collections/collections-testutils/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.gs.collections.impl.test.ExceptionThrownTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running com.gs.collections.impl.test.AssertNotEqualsTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running com.gs.collections.impl.test.SerializeTestHelperTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running com.gs.collections.impl.test.AssertNotEqualsThrowsTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running com.gs.collections.impl.test.CollectionsEqualTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec
Running com.gs.collections.impl.test.VerifyTest
Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec
Results :
Tests run: 139, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ gs-collections-testutils ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Goldman Sachs Collections Fork Join Utilities 3.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gs-collections-forkjoin ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ gs-collections-forkjoin ---
[INFO] The requirePluginVersions rule is currently not compatible with Maven3.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gs-collections-forkjoin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/saiubuntu/git-repos/gs-collections/gs-collections-forkjoin/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ gs-collections-forkjoin ---
[INFO] Compiling 8 source files to /home/saiubuntu/git-repos/gs-collections/gs-collections-forkjoin/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gs-collections-forkjoin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/saiubuntu/git-repos/gs-collections/gs-collections-forkjoin/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-collections-forkjoin ---
[INFO] Compiling 1 source file to /home/saiubuntu/git-repos/gs-collections/gs-collections-forkjoin/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.12.2:test (default-test) @ gs-collections-forkjoin ---
[INFO] Surefire report directory: /home/saiubuntu/git-repos/gs-collections/gs-collections-forkjoin/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.gs.collections.impl.forkjoin.FJIterateTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.986 sec
Results :
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ gs-collections-forkjoin ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Goldman Sachs Collections Unit Test Suite 3.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ unit-tests ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ unit-tests ---
[INFO] The requirePluginVersions rule is currently not compatible with Maven3.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ unit-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/saiubuntu/git-repos/gs-collections/unit-tests/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ unit-tests ---
[INFO] No sources to compile
[INFO]
[INFO] --- gs-collections-code-generator-maven-plugin:3.3.0-SNAPSHOT:generate (list) @ unit-tests ---
[INFO] Generating sources to unit-tests
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ unit-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ unit-tests ---
[INFO] Compiling 970 source files to /home/saiubuntu/git-repos/gs-collections/unit-tests/target/test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/saiubuntu/git-repos/gs-collections/unit-tests/src/test/java/com/gs/collections/impl/collection/mutable/UnmodifiableMutableCollectionTestCase.java:[55,28] error: reference to removeIf is ambiguous
[ERROR]
E extends Object declared in interface Collection
T extends Object declared in interface MutableCollection
/home/saiubuntu/git-repos/gs-collections/unit-tests/src/test/java/com/gs/collections/impl/UnmodifiableMapEntrySetTest.java:[63,28] error: reference to removeIf is ambiguous
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Goldman Sachs Collections Code Generator .......... SUCCESS [8.974s]
[INFO] Goldman Sachs Collections Code Generator Ant Task . SUCCESS [1.516s]
[INFO] Goldman Sachs Collections Code Generator Maven Plugin SUCCESS [5.375s]
[INFO] Goldman Sachs Collections API ..................... SUCCESS [11.622s]
[INFO] Goldman Sachs Collections Main Library ............ SUCCESS [45.398s]
[INFO] Goldman Sachs Collections Test Utilities .......... SUCCESS [5.355s]
[INFO] Goldman Sachs Collections Fork Join Utilities ..... SUCCESS [6.466s]
[INFO] Goldman Sachs Collections Unit Test Suite ......... FAILURE [35.845s]
[INFO] Goldman Sachs Collections Scala Unit Test Suite ... SKIPPED
[INFO] Goldman Sachs Collections Serialization Test Suite SKIPPED
[INFO] Goldman Sachs Collections Parent Project .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:03.830s
[INFO] Finished at: Wed Jul 17 06:09:35 BST 2013
[INFO] Final Memory: 73M/448M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project unit-tests: Compilation failure: Compilation failure:
[ERROR] /home/saiubuntu/git-repos/gs-collections/unit-tests/src/test/java/com/gs/collections/impl/collection/mutable/UnmodifiableMutableCollectionTestCase.java:[55,28] error: reference to removeIf is ambiguous
[ERROR]
[ERROR] E extends Object declared in interface Collection
[ERROR] T extends Object declared in interface MutableCollection
[ERROR] /home/saiubuntu/git-repos/gs-collections/unit-tests/src/test/java/com/gs/collections/impl/UnmodifiableMapEntrySetTest.java:[63,28] error: reference to removeIf is ambiguous
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :unit-tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment