Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on sos-builder01 (lin) in workspace /builds/workspace/Google Guice [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] Done No credentials specified Cloning the remote Git repository Cloning repository https://github.com/spoon-bot/guice.git > git init /builds/workspace/Google Guice # timeout=10 Fetching upstream changes from https://github.com/spoon-bot/guice.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/spoon-bot/guice.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/spoon-bot/guice.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/spoon-bot/guice.git # timeout=10 Fetching upstream changes from https://github.com/spoon-bot/guice.git > git fetch --tags --progress https://github.com/spoon-bot/guice.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 361374c9160699dc0eac8b5a6bf31798a64a4824 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 361374c9160699dc0eac8b5a6bf31798a64a4824 Commit message: "up" > git rev-list --no-walk 361374c9160699dc0eac8b5a6bf31798a64a4824 # timeout=10 [Google Guice] $ /bin/sh -xe /tmp/jenkins2848814498594250995.sh + rm -rf /builds/.m2/repository/fr/inria/gforge/spoon [Google Guice] $ /bin/sh -xe /tmp/jenkins210187145322052597.sh + stdbuf -i 50k bash + curl http://spoon.gforge.inria.fr/jenkins/build.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21193 100 21193 0 0 1210k 0 --:--:-- --:--:-- --:--:-- 1293k ------------------------------------------------------- Initizalizes project ------------------------------------------------------- HEAD is now at 361374c up --- Displays variables used in the build --- Artifact id: guice-parent Version: 4.1.1-SNAPSHOT Modules job: - core/q Has checkstyle: true Has enforcer: true Git version id: 361374c9160699dc0eac8b5a6bf31798a64a4824 Java version: Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 java version "1.8.0_151" Java(TM) SE Runtime Environment (build 1.8.0_151-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode) Java home: /builds/tools/hudson.model.JDK/JDK_8.0.151 ------------------------------------------------------- Compiles project (at the root project if it's a multi module project) without spoon ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Google Guice [INFO] Google Guice - Core Library [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Google Guice 4.1.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ guice-parent --- [INFO] [INFO] --- maven-javadoc-plugin:2.7:jar (default) @ guice-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:1.4:sign (sign-artifacts) @ guice-parent --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ guice-parent --- [INFO] Installing /builds/workspace/Google Guice/pom.xml to /builds/.m2/repository/com/google/inject/guice-parent/4.1.1-SNAPSHOT/guice-parent-4.1.1-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Google Guice - Core Library 4.1.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ guice --- [INFO] [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ guice --- [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO] Setting property: velocimacro.messages.on => 'false'. [INFO] Setting property: resource.loader => 'classpath'. [INFO] Setting property: resource.manager.logwhenfound => 'false'. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ guice --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/Google Guice/core/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ guice --- [INFO] Compiling 216 source files to /builds/workspace/Google Guice/core/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.10:check (check-java-1.6-compat) @ guice --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0 [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ guice --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/Google Guice/core/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ guice --- [INFO] Compiling 95 source files to /builds/workspace/Google Guice/core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.5:test (default-test) @ guice --- [INFO] Surefire report directory: /builds/workspace/Google Guice/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.google.inject.util.TypesTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec Running com.google.inject.spi.ModuleAnnotatedMethodScannerTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 sec Running com.google.inject.spi.SpiBindingsTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec Running com.google.inject.LoggerInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.IntegrationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running com.google.inject.DuplicateBindingsTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec Running com.google.inject.TypeListenerTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec Running com.google.inject.spi.ElementApplyToTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec Running com.google.inject.ReflectionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.spi.InjectionPointTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec Running com.google.inject.spi.ElementSourceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.BoundInstanceInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec Running com.google.inject.multibindings.ProvidesIntoTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec Running com.google.inject.internal.ProxyFactoryTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec Running com.google.inject.TypeLiteralTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running com.google.inject.SuperclassTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.internal.UniqueAnnotationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.util.ProvidersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running com.google.inject.spi.BindingTargetVisitorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.internal.MapBinderTest Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 sec Running com.google.inject.internal.RealElementTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.BindingTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec Running com.google.inject.PrivateModuleTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec Running com.google.inject.internal.MoreTypesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running com.google.inject.TypeLiteralTypeResolutionTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.spi.ElementsTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.BinderTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec Running com.google.inject.ProviderInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running com.google.inject.NullableInjectionPointTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running com.googlecode.guice.BytecodeGenTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec Running com.google.inject.MethodInterceptionTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running com.google.inject.spi.InjectorSpiTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running com.google.inject.spi.ToolStageInjectorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running com.google.inject.ParentInjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running com.google.inject.BindingOrderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running com.google.inject.ProvisionExceptionsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running com.google.inject.name.NamesTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.KeyTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec Running com.google.inject.internal.CycleDetectingLockTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.util.NoopOverrideTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running com.google.inject.name.NamedEquivalanceTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.util.OverrideModuleTest Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec Running com.google.inject.matcher.MatcherTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running com.google.inject.spi.HasDependenciesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.ProvisionListenerTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec Running com.google.inject.BindingAnnotationTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.TypeLiteralInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.internal.OptionalBinderTest Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 sec Running com.google.inject.spi.ModuleSourceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running com.google.inject.InjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running com.google.inject.BoundProviderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.spi.ProviderMethodsTest Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec Running com.google.inject.internal.util.LineNumbersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.spi.ModuleRewriterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.OptionalBindingTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec Running com.google.inject.ImplicitBindingTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec Running com.google.inject.ProvisionExceptionTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec Running com.google.inject.RequestInjectionTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running com.google.inject.CircularDependencyTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec Running com.google.inject.ModuleTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.SerializationTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.spi.MessageTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running com.google.inject.MembersInjectorTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.023 sec Running com.google.inject.internal.MultibinderTest Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec Running com.google.inject.EagerSingletonTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.RequireAtInjectOnConstructorsTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running com.google.inject.internal.WeakKeySetTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.765 sec Running com.google.inject.JitBindingsTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec Running com.googlecode.guice.Jsr330Test Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running com.google.inject.GenericInjectionTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec Running com.google.inject.ModulesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Results : Tests run: 819, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-surefire-plugin:2.5:test (stack-traces-off) @ guice --- [INFO] Surefire report directory: /builds/workspace/Google Guice/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.google.inject.util.TypesTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec Running com.google.inject.spi.ModuleAnnotatedMethodScannerTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 sec Running com.google.inject.spi.SpiBindingsTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec Running com.google.inject.LoggerInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.IntegrationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running com.google.inject.DuplicateBindingsTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec Running com.google.inject.TypeListenerTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec Running com.google.inject.spi.ElementApplyToTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec Running com.google.inject.ReflectionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running com.google.inject.spi.InjectionPointTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec Running com.google.inject.spi.ElementSourceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.BoundInstanceInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running com.google.inject.multibindings.ProvidesIntoTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec Running com.google.inject.internal.ProxyFactoryTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec Running com.google.inject.TypeLiteralTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running com.google.inject.SuperclassTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running com.google.inject.internal.UniqueAnnotationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.util.ProvidersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running com.google.inject.spi.BindingTargetVisitorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running com.google.inject.internal.MapBinderTest Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 sec Running com.google.inject.internal.RealElementTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.BindingTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec Running com.google.inject.PrivateModuleTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec Running com.google.inject.internal.MoreTypesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.TypeLiteralTypeResolutionTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running com.google.inject.spi.ElementsTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.BinderTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec Running com.google.inject.ProviderInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running com.google.inject.NullableInjectionPointTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec Running com.googlecode.guice.BytecodeGenTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec Running com.google.inject.MethodInterceptionTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running com.google.inject.spi.InjectorSpiTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.spi.ToolStageInjectorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running com.google.inject.ParentInjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec Running com.google.inject.BindingOrderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running com.google.inject.ProvisionExceptionsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running com.google.inject.name.NamesTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.KeyTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec Running com.google.inject.internal.CycleDetectingLockTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.util.NoopOverrideTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running com.google.inject.name.NamedEquivalanceTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running com.google.inject.util.OverrideModuleTest Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec Running com.google.inject.matcher.MatcherTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec Running com.google.inject.spi.HasDependenciesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.ProvisionListenerTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec Running com.google.inject.BindingAnnotationTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running com.google.inject.TypeLiteralInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.internal.OptionalBinderTest Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec Running com.google.inject.spi.ModuleSourceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running com.google.inject.InjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running com.google.inject.BoundProviderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.spi.ProviderMethodsTest Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec Running com.google.inject.internal.util.LineNumbersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running com.google.inject.spi.ModuleRewriterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.OptionalBindingTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running com.google.inject.ImplicitBindingTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running com.google.inject.ProvisionExceptionTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec Running com.google.inject.RequestInjectionTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running com.google.inject.CircularDependencyTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec Running com.google.inject.ModuleTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running com.google.inject.SerializationTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running com.google.inject.spi.MessageTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.MembersInjectorTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.021 sec Running com.google.inject.internal.MultibinderTest Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec Running com.google.inject.EagerSingletonTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.RequireAtInjectOnConstructorsTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running com.google.inject.internal.WeakKeySetTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.758 sec Running com.google.inject.JitBindingsTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec Running com.googlecode.guice.Jsr330Test Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running com.google.inject.GenericInjectionTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running com.google.inject.ModulesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Results : Tests run: 819, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-surefire-plugin:2.5:test (stack-traces-complete) @ guice --- [INFO] Surefire report directory: /builds/workspace/Google Guice/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.google.inject.util.TypesTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec Running com.google.inject.spi.ModuleAnnotatedMethodScannerTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 sec Running com.google.inject.spi.SpiBindingsTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec Running com.google.inject.LoggerInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.IntegrationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running com.google.inject.DuplicateBindingsTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec Running com.google.inject.TypeListenerTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec Running com.google.inject.spi.ElementApplyToTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec Running com.google.inject.ReflectionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.spi.InjectionPointTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running com.google.inject.spi.ElementSourceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.BoundInstanceInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.multibindings.ProvidesIntoTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec Running com.google.inject.internal.ProxyFactoryTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec Running com.google.inject.TypeLiteralTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running com.google.inject.SuperclassTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.internal.UniqueAnnotationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.util.ProvidersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running com.google.inject.spi.BindingTargetVisitorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running com.google.inject.internal.MapBinderTest Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.462 sec Running com.google.inject.internal.RealElementTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.BindingTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec Running com.google.inject.PrivateModuleTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec Running com.google.inject.internal.MoreTypesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.TypeLiteralTypeResolutionTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec Running com.google.inject.spi.ElementsTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running com.google.inject.BinderTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec Running com.google.inject.ProviderInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running com.google.inject.NullableInjectionPointTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec Running com.googlecode.guice.BytecodeGenTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec Running com.google.inject.MethodInterceptionTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running com.google.inject.spi.InjectorSpiTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.spi.ToolStageInjectorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec Running com.google.inject.ParentInjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec Running com.google.inject.BindingOrderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec Running com.google.inject.ProvisionExceptionsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec Running com.google.inject.name.NamesTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.KeyTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec Running com.google.inject.internal.CycleDetectingLockTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.util.NoopOverrideTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running com.google.inject.name.NamedEquivalanceTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running com.google.inject.util.OverrideModuleTest Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec Running com.google.inject.matcher.MatcherTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec Running com.google.inject.spi.HasDependenciesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.ProvisionListenerTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec Running com.google.inject.BindingAnnotationTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running com.google.inject.TypeLiteralInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.internal.OptionalBinderTest Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec Running com.google.inject.spi.ModuleSourceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running com.google.inject.InjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running com.google.inject.BoundProviderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running com.google.inject.spi.ProviderMethodsTest Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec Running com.google.inject.internal.util.LineNumbersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.spi.ModuleRewriterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running com.google.inject.OptionalBindingTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running com.google.inject.ImplicitBindingTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec Running com.google.inject.ProvisionExceptionTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec Running com.google.inject.RequestInjectionTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running com.google.inject.CircularDependencyTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec Running com.google.inject.ModuleTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.SerializationTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.spi.MessageTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running com.google.inject.MembersInjectorTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.022 sec Running com.google.inject.internal.MultibinderTest Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec Running com.google.inject.EagerSingletonTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running com.google.inject.RequireAtInjectOnConstructorsTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.internal.WeakKeySetTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.761 sec Running com.google.inject.JitBindingsTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec Running com.googlecode.guice.Jsr330Test Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running com.google.inject.GenericInjectionTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running com.google.inject.ModulesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Results : Tests run: 819, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.1.0:manifest (default) @ guice --- [INFO] [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ guice --- [INFO] Building jar: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ guice --- [INFO] Building jar: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-tests.jar [INFO] [INFO] >>> maven-source-plugin:2.1.2:jar (default) > generate-sources @ guice >>> [INFO] [INFO] <<< maven-source-plugin:2.1.2:jar (default) < generate-sources @ guice <<< [INFO] [INFO] --- maven-source-plugin:2.1.2:jar (default) @ guice --- [INFO] META-INF already added, skipping [INFO] META-INF/LICENSE already added, skipping [INFO] META-INF/DEPENDENCIES already added, skipping [INFO] META-INF/NOTICE already added, skipping [INFO] Building jar: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-sources.jar [INFO] META-INF already added, skipping [INFO] META-INF/LICENSE already added, skipping [INFO] META-INF/DEPENDENCIES already added, skipping [INFO] META-INF/NOTICE already added, skipping [INFO] [INFO] >>> maven-source-plugin:2.1.2:test-jar (default) > generate-sources @ guice >>> [INFO] [INFO] <<< maven-source-plugin:2.1.2:test-jar (default) < generate-sources @ guice <<< [INFO] [INFO] --- maven-source-plugin:2.1.2:test-jar (default) @ guice --- [INFO] META-INF already added, skipping [INFO] META-INF/LICENSE already added, skipping [INFO] META-INF/DEPENDENCIES already added, skipping [INFO] META-INF/NOTICE already added, skipping [INFO] Building jar: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-test-sources.jar [INFO] META-INF already added, skipping [INFO] META-INF/LICENSE already added, skipping [INFO] META-INF/DEPENDENCIES already added, skipping [INFO] META-INF/NOTICE already added, skipping [INFO] [INFO] --- maven-javadoc-plugin:2.7:jar (default) @ guice --- [INFO] Loading source files for package com.google.inject... Loading source files for package com.google.inject.name... Loading source files for package com.google.inject.matcher... Loading source files for package com.google.inject.binder... Loading source files for package com.google.inject.multibindings... Loading source files for package com.google.inject.internal... Loading source files for package com.google.inject.internal.util... Loading source files for package com.google.inject.util... Loading source files for package com.google.inject.spi... Constructing Javadoc information... Standard Doclet version 1.8.0_151 Building tree for all the packages and classes... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/AbstractModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Binder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Binding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/BindingAnnotation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/ConfigurationException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/CreationException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Exposed.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Guice.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/ImplementedBy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Inject.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Injector.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Key.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/MembersInjector.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Module.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/OutOfScopeException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/PrivateBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/PrivateModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/ProvidedBy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Provider.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Provides.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/ProvisionException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Scope.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/ScopeAnnotation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Scopes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Singleton.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Stage.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/TypeLiteral.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/Named.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/Names.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/AbstractMatcher.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/Matcher.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/Matchers.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/AnnotatedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/AnnotatedConstantBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/AnnotatedElementBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/ConstantBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/LinkedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/ScopedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/ClassMapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MapBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MapBinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/Multibinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MultibinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MultibindingsScanner.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MultibindingsTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/OptionalBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/OptionalBinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/ProvidesIntoMap.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/ProvidesIntoOptional.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/ProvidesIntoOptional.Type.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/ProvidesIntoSet.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/StringMapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/AbstractBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/Annotations.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/BindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/BindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/BytecodeGen.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/BytecodeGen.Visibility.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/CircularDependencyProxy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ConstantBindingBuilderImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/Errors.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ErrorsException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ExposedBindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ExposureBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/FailableCache.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/InternalFlags.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/InternalFlags.CustomClassLoadingOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/InternalFlags.IncludeStackTraceOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/InternalFlags.NullableProvidesOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/InternalInjectorCreator.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/LinkedBindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/MoreTypes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/MoreTypes.GenericArrayTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/MoreTypes.WildcardTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/Nullability.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/PrivateElementsImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ProviderMethod.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ProviderMethodsModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/RealMapBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/RealMultibinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/RealOptionalBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/Scoping.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/SingletonScope.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/UniqueAnnotations.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/Classes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/SourceProvider.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/StackTraceElements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/StackTraceElements.InMemoryStackTraceElement.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/Stopwatch.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/Modules.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/Modules.OverriddenModuleBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/Providers.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/Types.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/BindingScopingVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/BindingTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ConstructorBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ConvertedConstantBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/DefaultBindingScopingVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/DefaultBindingTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/DefaultElementVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/Dependency.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/DependencyAndSource.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/DisableCircularProxiesOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/Element.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/Elements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ElementSource.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ElementVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ExposedBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/HasDependencies.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/InjectionListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/InjectionPoint.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/InjectionRequest.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/InstanceBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/InterceptorBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/LinkedKeyBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/MembersInjectorLookup.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/Message.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ModuleAnnotatedMethodScanner.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/PrivateElements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderInstanceBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderKeyBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderLookup.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderWithDependencies.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderWithExtensionVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProvidesMethodBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProvidesMethodTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProvisionListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProvisionListener.ProvisionInvocation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProvisionListenerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/RequireAtInjectOnConstructorsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/RequireExactBindingAnnotationsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/RequireExplicitBindingsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ScopeBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/StaticInjectionRequest.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/Toolable.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/TypeConverter.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/TypeConverterBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/TypeEncounter.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/TypeListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/TypeListenerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/UntargettedBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/overview-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/constant-values.html... Generating /builds/workspace/Google Guice/core/target/apidocs/serialized-form.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Binding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/MembersInjector.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Provider.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Scopes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/ScopeAnnotation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/OutOfScopeException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Guice.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Singleton.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Provides.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/CreationException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/ConfigurationException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/ProvisionException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/PrivateBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Inject.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/BindingAnnotation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/TypeLiteral.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Binder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/AbstractModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Stage.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Scope.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Injector.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Module.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Exposed.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/PrivateModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/ProvidedBy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/ImplementedBy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Key.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/class-use/Names.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/class-use/Named.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/class-use/Matcher.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/class-use/AbstractMatcher.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/class-use/Matchers.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/AnnotatedElementBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/AnnotatedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/ScopedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/AnnotatedConstantBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/ConstantBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/LinkedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MultibinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MultibindingsTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/OptionalBinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/Multibinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/ClassMapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/ProvidesIntoMap.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MapBinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/OptionalBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MultibindingsScanner.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/ProvidesIntoOptional.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/ProvidesIntoOptional.Type.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MapBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/StringMapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/ProvidesIntoSet.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ExposureBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/UniqueAnnotations.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/LinkedBindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/RealOptionalBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/BindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/AbstractBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ExposedBindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/InternalInjectorCreator.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/PrivateElementsImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ProviderMethodsModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ConstantBindingBuilderImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/Nullability.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/BytecodeGen.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/BytecodeGen.Visibility.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/SingletonScope.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/MoreTypes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/MoreTypes.ParameterizedTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/MoreTypes.GenericArrayTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/MoreTypes.WildcardTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/RealMultibinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/BindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ProviderMethod.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/Scoping.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ErrorsException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/FailableCache.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/Errors.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/RealMapBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/Annotations.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/CircularDependencyProxy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/InternalFlags.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/InternalFlags.IncludeStackTraceOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/InternalFlags.CustomClassLoadingOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/InternalFlags.NullableProvidesOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/class-use/StackTraceElements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/class-use/StackTraceElements.InMemoryStackTraceElement.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/class-use/Stopwatch.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/class-use/SourceProvider.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/class-use/Classes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/class-use/Modules.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/class-use/Modules.OverriddenModuleBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/class-use/Types.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/class-use/Providers.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/Message.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/RequireExactBindingAnnotationsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/BindingScopingVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/TypeListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ConvertedConstantBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/LinkedKeyBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/Element.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProvidesMethodBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/InjectionListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/InjectionPoint.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/StaticInjectionRequest.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ConstructorBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/InstanceBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProvisionListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProvisionListener.ProvisionInvocation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderInstanceBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderKeyBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/InjectionRequest.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/InterceptorBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/DefaultBindingTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderLookup.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProvisionListenerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderWithDependencies.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ModuleAnnotatedMethodScanner.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ExposedBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/DisableCircularProxiesOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/HasDependencies.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/TypeEncounter.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ElementSource.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/Elements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/DefaultElementVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ScopeBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/Toolable.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/PrivateElements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderWithExtensionVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ModuleAnnotatedMethodScannerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/DependencyAndSource.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/Dependency.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/RequireAtInjectOnConstructorsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/TypeConverterBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/UntargettedBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProvidesMethodTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/MembersInjectorLookup.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ElementVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/BindingTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/TypeListenerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/DefaultBindingScopingVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/RequireExplicitBindingsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/TypeConverter.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/package-use.html... Building index for all the packages and classes... Generating /builds/workspace/Google Guice/core/target/apidocs/overview-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/index-all.html... Generating /builds/workspace/Google Guice/core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /builds/workspace/Google Guice/core/target/apidocs/allclasses-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/allclasses-noframe.html... Generating /builds/workspace/Google Guice/core/target/apidocs/index.html... Generating /builds/workspace/Google Guice/core/target/apidocs/overview-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/help-doc.html... 3 warnings [WARNING] Javadoc Warnings [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [WARNING] /builds/workspace/Google Guice/core/src/main/java/com/google/inject/internal/BytecodeGen.java:235: warning - Tag @link: reference not found: BridgeClassLoader [WARNING] /builds/workspace/Google Guice/core/src/main/java/com/google/inject/internal/InternalInjectorCreator.java:86: warning - Tag @link: can't find requireExplicitBindings() in com.google.inject.internal.InternalInjectorCreator [WARNING] /builds/workspace/Google Guice/core/src/main/java/com/google/inject/spi/ElementSource.java:148: warning - Missing closing '}' character for inline tag: "{@code theRest(). [WARNING] [WARNING]

1 and 3 are returned. [WARNING]

In the cases where stack trace is not available (i.e., the stack trace was not collected), [WARNING] it returns -1 for all module positions." [INFO] Building jar: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jarjar-maven-plugin:1.9:jarjar (jarjar) @ guice --- [INFO] Processing: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT.jar [INFO] Building zip: /builds/workspace/Google Guice/core/target/jarjar/uber-guice-4.1.1-SNAPSHOT.jar [INFO] JarJar'ing to: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT.jar [INFO] Original: /builds/workspace/Google Guice/core/target/original-guice-4.1.1-SNAPSHOT.jar [INFO] [INFO] --- build-helper-maven-plugin:1.8:attach-artifact (classes) @ guice --- [INFO] [INFO] --- maven-gpg-plugin:1.4:sign (sign-artifacts) @ guice --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ guice --- [INFO] Installing /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT.jar [INFO] Installing /builds/workspace/Google Guice/core/pom.xml to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT.pom [INFO] Installing /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-tests.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT-tests.jar [INFO] Installing /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-sources.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT-sources.jar [INFO] Installing /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-test-sources.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT-test-sources.jar [INFO] Installing /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-javadoc.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT-javadoc.jar [INFO] Installing /builds/workspace/Google Guice/core/target/original-guice-4.1.1-SNAPSHOT.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT-classes.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Google Guice ....................................... SUCCESS [ 2.010 s] [INFO] Google Guice - Core Library ........................ SUCCESS [ 38.867 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 41.098 s [INFO] Finished at: 2020-02-05T21:43:49+01:00 [INFO] Final Memory: 46M/221M [INFO] ------------------------------------------------------------------------ --- Displays results of the maven compile --- Time to compile: 43035 Number of tests: 819 Number of tests skipped: 0 Number of failures in tests: 0 Number of errors in tests: 0 ------------------------------------------------------- Inserts the maven plugin to spoon the project ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Google Guice [INFO] Google Guice - Core Library Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-maven-plugin/3.1/spoon-maven-plugin-3.1.pom 2/9 KB 3/9 KB 5/9 KB 6/9 KB 7/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-maven-plugin/3.1/spoon-maven-plugin-3.1.pom (9 KB at 13.7 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-maven-plugin/3.1/spoon-maven-plugin-3.1.jar 2/34 KB 3/34 KB 5/34 KB 6/34 KB 7/34 KB 9/34 KB 10/34 KB 11/34 KB 13/34 KB 14/34 KB 15/34 KB 17/34 KB 18/34 KB 19/34 KB 21/34 KB 22/34 KB 23/34 KB 25/34 KB 26/34 KB 27/34 KB 29/34 KB 30/34 KB 31/34 KB 33/34 KB 34/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-maven-plugin/3.1/spoon-maven-plugin-3.1.jar (34 KB at 1305.7 KB/sec) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Google Guice 4.1.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.8:purge-local-repository (default-cli) @ guice-parent --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Google Guice - Core Library 4.1.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.8:purge-local-repository (default-cli) @ guice --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Google Guice ....................................... SUCCESS [ 0.743 s] [INFO] Google Guice - Core Library ........................ SUCCESS [ 0.045 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.227 s [INFO] Finished at: 2020-02-05T21:43:54+01:00 [INFO] Final Memory: 19M/142M [INFO] ------------------------------------------------------------------------ Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Google Guice [INFO] Google Guice - Core Library [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Google Guice 4.1.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ guice-parent --- [INFO] [INFO] --- spoon-maven-plugin:3.1:generate (default) @ guice-parent --- Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml 647/647 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (647 B at 3.9 KB/sec) 2/3 KB 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (3 KB at 15.0 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom 2/22 KB 3/22 KB 5/22 KB 6/22 KB 7/22 KB 9/22 KB 10/22 KB 11/22 KB 13/22 KB 14/22 KB 15/22 KB 17/22 KB 18/22 KB 19/22 KB 21/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom (22 KB at 685.3 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml 1017/1017 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/maven-metadata.xml (1017 B at 34.2 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/spoon-core-7.1.0-20181011.225349-264.pom 4/23 KB 5/23 KB 9/23 KB 13/23 KB 13/23 KB 17/23 KB 21/23 KB 23/23 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.1.0-SNAPSHOT/spoon-core-7.1.0-20181011.225349-264.pom (23 KB at 511.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.1.0/spoon-core-7.1.0.pom 2/23 KB 3/23 KB 5/23 KB 6/23 KB 7/23 KB 9/23 KB 10/23 KB 11/23 KB 13/23 KB 14/23 KB 15/23 KB 17/23 KB 18/23 KB 19/23 KB 21/23 KB 22/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.1.0/spoon-core-7.1.0.pom (23 KB at 758.8 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/maven-metadata.xml 1017/1017 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/maven-metadata.xml (1017 B at 33.1 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/spoon-core-7.2.0-20181204.080422-141.pom 4/7 KB 7/7 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.2.0-SNAPSHOT/spoon-core-7.2.0-20181204.080422-141.pom (7 KB at 225.4 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom 2/21 KB 3/21 KB 5/21 KB 6/21 KB 7/21 KB 9/21 KB 10/21 KB 11/21 KB 13/21 KB 14/21 KB 15/21 KB 17/21 KB 18/21 KB 19/21 KB 21/21 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom (21 KB at 943.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.2.0/spoon-core-7.2.0.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.2.0/spoon-core-7.2.0.pom (7 KB at 19.2 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml 1013/1013 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/maven-metadata.xml (1013 B at 30.0 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/spoon-core-7.3.0-20190210.234149-97.pom 4/7 KB 7/7 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.3.0-SNAPSHOT/spoon-core-7.3.0-20190210.234149-97.pom (7 KB at 206.1 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.3.0/spoon-core-7.3.0.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.3.0/spoon-core-7.3.0.pom (7 KB at 470.4 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-09/spoon-core-7.4.0-beta-09.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-09/spoon-core-7.4.0-beta-09.pom (7 KB at 644.3 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-10/spoon-core-7.4.0-beta-10.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-10/spoon-core-7.4.0-beta-10.pom (7 KB at 460.2 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-11/spoon-core-7.4.0-beta-11.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-11/spoon-core-7.4.0-beta-11.pom (7 KB at 495.6 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-12/spoon-core-7.4.0-beta-12.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-12/spoon-core-7.4.0-beta-12.pom (7 KB at 379.0 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-13/spoon-core-7.4.0-beta-13.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-13/spoon-core-7.4.0-beta-13.pom (7 KB at 495.6 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-14/spoon-core-7.4.0-beta-14.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-14/spoon-core-7.4.0-beta-14.pom (7 KB at 379.0 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-15/spoon-core-7.4.0-beta-15.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-15/spoon-core-7.4.0-beta-15.pom (7 KB at 429.6 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-16/spoon-core-7.4.0-beta-16.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-16/spoon-core-7.4.0-beta-16.pom (7 KB at 306.8 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-17/spoon-core-7.4.0-beta-17.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-17/spoon-core-7.4.0-beta-17.pom (7 KB at 306.8 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-18/spoon-core-7.4.0-beta-18.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-18/spoon-core-7.4.0-beta-18.pom (7 KB at 429.6 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-19/spoon-core-7.4.0-beta-19.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-19/spoon-core-7.4.0-beta-19.pom (7 KB at 379.0 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml 1017/1017 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/maven-metadata.xml (1017 B at 30.1 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/spoon-core-7.4.0-20190510.045100-130.pom 4/7 KB 7/7 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.4.0-SNAPSHOT/spoon-core-7.4.0-20190510.045100-130.pom (7 KB at 219.8 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0/spoon-core-7.4.0.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0/spoon-core-7.4.0.pom (7 KB at 429.0 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-1/spoon-core-7.5.0-beta-1.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-1/spoon-core-7.5.0-beta-1.pom (7 KB at 322.1 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-2/spoon-core-7.5.0-beta-2.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-2/spoon-core-7.5.0-beta-2.pom (7 KB at 495.6 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-3/spoon-core-7.5.0-beta-3.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-3/spoon-core-7.5.0-beta-3.pom (7 KB at 306.8 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-4/spoon-core-7.5.0-beta-4.pom 2/7 KB 3/7 KB 5/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-4/spoon-core-7.5.0-beta-4.pom (7 KB at 536.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-5/spoon-core-7.5.0-beta-5.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-5/spoon-core-7.5.0-beta-5.pom (7 KB at 585.7 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-6/spoon-core-7.5.0-beta-6.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-6/spoon-core-7.5.0-beta-6.pom (7 KB at 536.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-7/spoon-core-7.5.0-beta-7.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-7/spoon-core-7.5.0-beta-7.pom (7 KB at 536.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-8/spoon-core-7.5.0-beta-8.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-8/spoon-core-7.5.0-beta-8.pom (7 KB at 536.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-9/spoon-core-7.5.0-beta-9.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-9/spoon-core-7.5.0-beta-9.pom (7 KB at 25.0 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-20/spoon-core-7.5.0-beta-20.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-20/spoon-core-7.5.0-beta-20.pom (7 KB at 31.0 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-21/spoon-core-7.5.0-beta-21.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-21/spoon-core-7.5.0-beta-21.pom (7 KB at 429.6 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml 1017/1017 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml (1017 B at 33.1 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom 4/7 KB 7/7 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom (7 KB at 178.2 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom (7 KB at 268.1 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-1/spoon-core-7.6.0-beta-1.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-1/spoon-core-7.6.0-beta-1.pom (7 KB at 379.0 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-2/spoon-core-7.6.0-beta-2.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-2/spoon-core-7.6.0-beta-2.pom (7 KB at 19.8 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom (7 KB at 536.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-4/spoon-core-7.6.0-beta-4.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-4/spoon-core-7.6.0-beta-4.pom (7 KB at 585.7 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-5/spoon-core-7.6.0-beta-5.pom 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-5/spoon-core-7.6.0-beta-5.pom (6 KB at 458.1 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-6/spoon-core-7.6.0-beta-6.pom 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-6/spoon-core-7.6.0-beta-6.pom (6 KB at 595.5 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml 1017/1017 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml (1017 B at 28.4 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/spoon-core-7.6.0-20191029.234139-152.pom 4/7 KB 7/7 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/spoon-core-7.6.0-20191029.234139-152.pom (7 KB at 197.0 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0/spoon-core-7.6.0.pom 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0/spoon-core-7.6.0.pom (6 KB at 457.6 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0-beta-1/spoon-core-8.0.0-beta-1.pom 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0-beta-1/spoon-core-8.0.0-beta-1.pom (6 KB at 458.1 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/maven-metadata.xml 1013/1013 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/maven-metadata.xml (1013 B at 33.0 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/spoon-core-8.0.0-20191105.234144-12.pom 4/7 KB 7/7 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.0.0-SNAPSHOT/spoon-core-8.0.0-20191105.234144-12.pom (7 KB at 210.6 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom (6 KB at 27.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-1/spoon-core-8.1.0-beta-1.pom 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-1/spoon-core-8.1.0-beta-1.pom (6 KB at 13.5 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-2/spoon-core-8.1.0-beta-2.pom 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-2/spoon-core-8.1.0-beta-2.pom (6 KB at 496.3 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-3/spoon-core-8.1.0-beta-3.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-3/spoon-core-8.1.0-beta-3.pom (7 KB at 611.3 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-4/spoon-core-8.1.0-beta-4.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-4/spoon-core-8.1.0-beta-4.pom (7 KB at 611.3 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-5/spoon-core-8.1.0-beta-5.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-5/spoon-core-8.1.0-beta-5.pom (7 KB at 292.4 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-6/spoon-core-8.1.0-beta-6.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-6/spoon-core-8.1.0-beta-6.pom (7 KB at 30.7 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-7/spoon-core-8.1.0-beta-7.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-7/spoon-core-8.1.0-beta-7.pom (7 KB at 560.4 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-8/spoon-core-8.1.0-beta-8.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-8/spoon-core-8.1.0-beta-8.pom (7 KB at 353.9 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-9/spoon-core-8.1.0-beta-9.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-9/spoon-core-8.1.0-beta-9.pom (7 KB at 517.3 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-10/spoon-core-8.1.0-beta-10.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-10/spoon-core-8.1.0-beta-10.pom (7 KB at 519.3 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-11/spoon-core-8.1.0-beta-11.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-11/spoon-core-8.1.0-beta-11.pom (7 KB at 482.2 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-12/spoon-core-8.1.0-beta-12.pom 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-12/spoon-core-8.1.0-beta-12.pom (7 KB at 26.6 KB/sec) Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-13/spoon-core-8.1.0-beta-13.pom 4/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-13/spoon-core-8.1.0-beta-13.pom (8 KB at 476.6 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml 1017/1017 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml (1017 B at 31.0 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20200204.234152-109.pom 4/8 KB 8/8 KB 8/8 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20200204.234152-109.pom (8 KB at 228.7 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20200204.234152-109.jar 4/1699 KB 8/1699 KB 12/1699 KB 16/1699 KB 20/1699 KB 21/1699 KB 25/1699 KB 29/1699 KB 33/1699 KB 37/1699 KB 41/1699 KB 45/1699 KB 49/1699 KB 53/1699 KB 57/1699 KB 61/1699 KB 65/1699 KB 67/1699 KB 71/1699 KB 75/1699 KB 79/1699 KB 83/1699 KB 87/1699 KB 91/1699 KB 95/1699 KB 99/1699 KB 103/1699 KB 107/1699 KB 111/1699 KB 115/1699 KB 119/1699 KB 123/1699 KB 127/1699 KB 131/1699 KB 135/1699 KB 139/1699 KB 143/1699 KB 147/1699 KB 151/1699 KB 155/1699 KB 157/1699 KB 161/1699 KB 165/1699 KB 169/1699 KB 173/1699 KB 177/1699 KB 181/1699 KB 185/1699 KB 189/1699 KB 193/1699 KB 197/1699 KB 201/1699 KB 205/1699 KB 209/1699 KB 213/1699 KB 217/1699 KB 221/1699 KB 225/1699 KB 229/1699 KB 233/1699 KB 237/1699 KB 241/1699 KB 245/1699 KB 249/1699 KB 253/1699 KB 257/1699 KB 261/1699 KB 265/1699 KB 269/1699 KB 273/1699 KB 277/1699 KB 281/1699 KB 285/1699 KB 289/1699 KB 293/1699 KB 297/1699 KB 301/1699 KB 305/1699 KB 309/1699 KB 313/1699 KB 317/1699 KB 321/1699 KB 325/1699 KB 329/1699 KB 333/1699 KB 337/1699 KB 341/1699 KB 345/1699 KB 349/1699 KB 353/1699 KB 357/1699 KB 361/1699 KB 365/1699 KB 369/1699 KB 373/1699 KB 377/1699 KB 381/1699 KB 385/1699 KB 389/1699 KB 393/1699 KB 397/1699 KB 401/1699 KB 405/1699 KB 409/1699 KB 413/1699 KB 417/1699 KB 421/1699 KB 425/1699 KB 429/1699 KB 433/1699 KB 437/1699 KB 441/1699 KB 445/1699 KB 449/1699 KB 453/1699 KB 457/1699 KB 461/1699 KB 465/1699 KB 469/1699 KB 473/1699 KB 477/1699 KB 481/1699 KB 485/1699 KB 489/1699 KB 493/1699 KB 497/1699 KB 501/1699 KB 505/1699 KB 509/1699 KB 513/1699 KB 517/1699 KB 521/1699 KB 525/1699 KB 529/1699 KB 533/1699 KB 537/1699 KB 541/1699 KB 545/1699 KB 549/1699 KB 553/1699 KB 557/1699 KB 561/1699 KB 565/1699 KB 569/1699 KB 573/1699 KB 577/1699 KB 581/1699 KB 585/1699 KB 589/1699 KB 593/1699 KB 597/1699 KB 601/1699 KB 605/1699 KB 609/1699 KB 613/1699 KB 617/1699 KB 621/1699 KB 625/1699 KB 629/1699 KB 633/1699 KB 637/1699 KB 641/1699 KB 645/1699 KB 649/1699 KB 653/1699 KB 657/1699 KB 661/1699 KB 665/1699 KB 669/1699 KB 673/1699 KB 677/1699 KB 681/1699 KB 685/1699 KB 689/1699 KB 693/1699 KB 697/1699 KB 701/1699 KB 705/1699 KB 709/1699 KB 713/1699 KB 717/1699 KB 721/1699 KB 725/1699 KB 729/1699 KB 733/1699 KB 737/1699 KB 741/1699 KB 745/1699 KB 749/1699 KB 753/1699 KB 757/1699 KB 761/1699 KB 765/1699 KB 769/1699 KB 773/1699 KB 777/1699 KB 781/1699 KB 785/1699 KB 789/1699 KB 793/1699 KB 797/1699 KB 801/1699 KB 805/1699 KB 809/1699 KB 813/1699 KB 817/1699 KB 821/1699 KB 825/1699 KB 829/1699 KB 833/1699 KB 837/1699 KB 841/1699 KB 845/1699 KB 849/1699 KB 853/1699 KB 857/1699 KB 861/1699 KB 865/1699 KB 869/1699 KB 873/1699 KB 877/1699 KB 881/1699 KB 885/1699 KB 889/1699 KB 893/1699 KB 897/1699 KB 901/1699 KB 905/1699 KB 909/1699 KB 913/1699 KB 917/1699 KB 921/1699 KB 925/1699 KB 929/1699 KB 933/1699 KB 937/1699 KB 941/1699 KB 945/1699 KB 949/1699 KB 953/1699 KB 957/1699 KB 961/1699 KB 965/1699 KB 969/1699 KB 973/1699 KB 977/1699 KB 981/1699 KB 985/1699 KB 989/1699 KB 993/1699 KB 997/1699 KB 1001/1699 KB 1005/1699 KB 1009/1699 KB 1013/1699 KB 1017/1699 KB 1021/1699 KB 1025/1699 KB 1029/1699 KB 1033/1699 KB 1037/1699 KB 1041/1699 KB 1045/1699 KB 1049/1699 KB 1053/1699 KB 1057/1699 KB 1061/1699 KB 1065/1699 KB 1069/1699 KB 1073/1699 KB 1077/1699 KB 1081/1699 KB 1085/1699 KB 1089/1699 KB 1093/1699 KB 1097/1699 KB 1101/1699 KB 1105/1699 KB 1109/1699 KB 1113/1699 KB 1117/1699 KB 1121/1699 KB 1125/1699 KB 1129/1699 KB 1133/1699 KB 1137/1699 KB 1141/1699 KB 1145/1699 KB 1149/1699 KB 1153/1699 KB 1157/1699 KB 1161/1699 KB 1165/1699 KB 1169/1699 KB 1173/1699 KB 1177/1699 KB 1181/1699 KB 1185/1699 KB 1189/1699 KB 1193/1699 KB 1197/1699 KB 1201/1699 KB 1205/1699 KB 1209/1699 KB 1213/1699 KB 1217/1699 KB 1221/1699 KB 1225/1699 KB 1229/1699 KB 1233/1699 KB 1237/1699 KB 1241/1699 KB 1245/1699 KB 1249/1699 KB 1253/1699 KB 1257/1699 KB 1261/1699 KB 1265/1699 KB 1269/1699 KB 1273/1699 KB 1277/1699 KB 1281/1699 KB 1285/1699 KB 1289/1699 KB 1293/1699 KB 1297/1699 KB 1301/1699 KB 1305/1699 KB 1309/1699 KB 1313/1699 KB 1317/1699 KB 1321/1699 KB 1325/1699 KB 1329/1699 KB 1333/1699 KB 1337/1699 KB 1341/1699 KB 1345/1699 KB 1349/1699 KB 1353/1699 KB 1357/1699 KB 1361/1699 KB 1365/1699 KB 1369/1699 KB 1373/1699 KB 1377/1699 KB 1381/1699 KB 1385/1699 KB 1389/1699 KB 1393/1699 KB 1397/1699 KB 1401/1699 KB 1405/1699 KB 1409/1699 KB 1413/1699 KB 1417/1699 KB 1421/1699 KB 1425/1699 KB 1429/1699 KB 1433/1699 KB 1437/1699 KB 1441/1699 KB 1445/1699 KB 1449/1699 KB 1453/1699 KB 1457/1699 KB 1461/1699 KB 1465/1699 KB 1469/1699 KB 1473/1699 KB 1477/1699 KB 1481/1699 KB 1485/1699 KB 1489/1699 KB 1493/1699 KB 1497/1699 KB 1501/1699 KB 1505/1699 KB 1509/1699 KB 1513/1699 KB 1517/1699 KB 1521/1699 KB 1525/1699 KB 1529/1699 KB 1533/1699 KB 1537/1699 KB 1541/1699 KB 1545/1699 KB 1549/1699 KB 1553/1699 KB 1557/1699 KB 1561/1699 KB 1565/1699 KB 1569/1699 KB 1573/1699 KB 1577/1699 KB 1581/1699 KB 1585/1699 KB 1589/1699 KB 1593/1699 KB 1597/1699 KB 1601/1699 KB 1605/1699 KB 1609/1699 KB 1613/1699 KB 1617/1699 KB 1621/1699 KB 1625/1699 KB 1629/1699 KB 1633/1699 KB 1637/1699 KB 1641/1699 KB 1645/1699 KB 1649/1699 KB 1653/1699 KB 1657/1699 KB 1661/1699 KB 1665/1699 KB 1669/1699 KB 1673/1699 KB 1677/1699 KB 1681/1699 KB 1685/1699 KB 1689/1699 KB 1693/1699 KB 1697/1699 KB 1699/1699 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20200204.234152-109.jar (1699 KB at 8847.3 KB/sec) [INFO] [INFO] --- maven-javadoc-plugin:2.7:jar (default) @ guice-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:1.4:sign (sign-artifacts) @ guice-parent --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ guice-parent --- [INFO] Installing /builds/workspace/Google Guice/pom.xml to /builds/.m2/repository/com/google/inject/guice-parent/4.1.1-SNAPSHOT/guice-parent-4.1.1-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Google Guice - Core Library 4.1.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ guice --- [INFO] Deleting /builds/workspace/Google Guice/core/target [INFO] [INFO] --- spoon-maven-plugin:3.1:generate (default) @ guice --- [WARNING] Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath. [WARNING] Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. [WARNING] Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath. [WARNING] Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. [INFO] Spoon version 8.1.0-SNAPSHOT [INFO] running Spoon... [INFO] start processing... [INFO] spoon.processing.SpoonTagger [INFO] spoon.support.JavaOutputProcessor [INFO] end of processing: [INFO] no errors, no warnings [INFO] [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ guice --- [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO] Setting property: velocimacro.messages.on => 'false'. [INFO] Setting property: resource.loader => 'classpath'. [INFO] Setting property: resource.manager.logwhenfound => 'false'. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ guice --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/Google Guice/core/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ guice --- [INFO] Compiling 217 source files to /builds/workspace/Google Guice/core/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.10:check (check-java-1.6-compat) @ guice --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0 [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ guice --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/Google Guice/core/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ guice --- [INFO] Compiling 95 source files to /builds/workspace/Google Guice/core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.5:test (default-test) @ guice --- [INFO] Surefire report directory: /builds/workspace/Google Guice/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.google.inject.util.TypesTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 sec Running com.google.inject.spi.ModuleAnnotatedMethodScannerTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 sec Running com.google.inject.spi.SpiBindingsTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec Running com.google.inject.LoggerInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.IntegrationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running com.google.inject.DuplicateBindingsTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec Running com.google.inject.TypeListenerTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec Running com.google.inject.spi.ElementApplyToTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec Running com.google.inject.ReflectionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running com.google.inject.spi.InjectionPointTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running com.google.inject.spi.ElementSourceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.BoundInstanceInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.multibindings.ProvidesIntoTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec Running com.google.inject.internal.ProxyFactoryTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running com.google.inject.TypeLiteralTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running com.google.inject.SuperclassTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.internal.UniqueAnnotationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.util.ProvidersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.spi.BindingTargetVisitorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running com.google.inject.internal.MapBinderTest Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec Running com.google.inject.internal.RealElementTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.BindingTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec Running com.google.inject.PrivateModuleTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec Running com.google.inject.internal.MoreTypesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running com.google.inject.TypeLiteralTypeResolutionTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.spi.ElementsTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.BinderTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec Running com.google.inject.ProviderInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running com.google.inject.NullableInjectionPointTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec Running com.googlecode.guice.BytecodeGenTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec Running com.google.inject.MethodInterceptionTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec Running com.google.inject.spi.InjectorSpiTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.spi.ToolStageInjectorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running com.google.inject.ParentInjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running com.google.inject.BindingOrderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.ProvisionExceptionsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running com.google.inject.name.NamesTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.KeyTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec Running com.google.inject.internal.CycleDetectingLockTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running com.google.inject.util.NoopOverrideTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running com.google.inject.name.NamedEquivalanceTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running com.google.inject.util.OverrideModuleTest Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec Running com.google.inject.matcher.MatcherTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running com.google.inject.spi.HasDependenciesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.ProvisionListenerTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec Running com.google.inject.BindingAnnotationTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running com.google.inject.TypeLiteralInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.internal.OptionalBinderTest Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec Running com.google.inject.spi.ModuleSourceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running com.google.inject.InjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running com.google.inject.BoundProviderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.spi.ProviderMethodsTest Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec Running com.google.inject.internal.util.LineNumbersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running com.google.inject.spi.ModuleRewriterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.OptionalBindingTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running com.google.inject.ImplicitBindingTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec Running com.google.inject.ProvisionExceptionTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec Running com.google.inject.RequestInjectionTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running com.google.inject.CircularDependencyTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec Running com.google.inject.ModuleTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.SerializationTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.spi.MessageTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running com.google.inject.MembersInjectorTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.02 sec Running com.google.inject.internal.MultibinderTest Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec Running com.google.inject.EagerSingletonTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.RequireAtInjectOnConstructorsTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running com.google.inject.internal.WeakKeySetTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.789 sec Running com.google.inject.JitBindingsTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec Running com.googlecode.guice.Jsr330Test Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running com.google.inject.GenericInjectionTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running com.google.inject.ModulesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Results : Tests run: 819, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-surefire-plugin:2.5:test (stack-traces-off) @ guice --- [INFO] Surefire report directory: /builds/workspace/Google Guice/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.google.inject.util.TypesTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec Running com.google.inject.spi.ModuleAnnotatedMethodScannerTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 sec Running com.google.inject.spi.SpiBindingsTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec Running com.google.inject.LoggerInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.IntegrationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running com.google.inject.DuplicateBindingsTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec Running com.google.inject.TypeListenerTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec Running com.google.inject.spi.ElementApplyToTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec Running com.google.inject.ReflectionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.spi.InjectionPointTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec Running com.google.inject.spi.ElementSourceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.BoundInstanceInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.multibindings.ProvidesIntoTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec Running com.google.inject.internal.ProxyFactoryTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec Running com.google.inject.TypeLiteralTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running com.google.inject.SuperclassTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.internal.UniqueAnnotationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.util.ProvidersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running com.google.inject.spi.BindingTargetVisitorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running com.google.inject.internal.MapBinderTest Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec Running com.google.inject.internal.RealElementTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.BindingTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Running com.google.inject.PrivateModuleTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec Running com.google.inject.internal.MoreTypesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.TypeLiteralTypeResolutionTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.spi.ElementsTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running com.google.inject.BinderTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running com.google.inject.ProviderInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running com.google.inject.NullableInjectionPointTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running com.googlecode.guice.BytecodeGenTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec Running com.google.inject.MethodInterceptionTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running com.google.inject.spi.InjectorSpiTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.spi.ToolStageInjectorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.ParentInjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running com.google.inject.BindingOrderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running com.google.inject.ProvisionExceptionsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running com.google.inject.name.NamesTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.KeyTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec Running com.google.inject.internal.CycleDetectingLockTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.util.NoopOverrideTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running com.google.inject.name.NamedEquivalanceTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running com.google.inject.util.OverrideModuleTest Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec Running com.google.inject.matcher.MatcherTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running com.google.inject.spi.HasDependenciesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running com.google.inject.ProvisionListenerTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec Running com.google.inject.BindingAnnotationTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.TypeLiteralInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.internal.OptionalBinderTest Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec Running com.google.inject.spi.ModuleSourceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running com.google.inject.InjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running com.google.inject.BoundProviderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.spi.ProviderMethodsTest Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec Running com.google.inject.internal.util.LineNumbersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.spi.ModuleRewriterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.OptionalBindingTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running com.google.inject.ImplicitBindingTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running com.google.inject.ProvisionExceptionTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec Running com.google.inject.RequestInjectionTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running com.google.inject.CircularDependencyTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec Running com.google.inject.ModuleTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.SerializationTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.spi.MessageTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running com.google.inject.MembersInjectorTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.02 sec Running com.google.inject.internal.MultibinderTest Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec Running com.google.inject.EagerSingletonTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running com.google.inject.RequireAtInjectOnConstructorsTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.internal.WeakKeySetTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.795 sec Running com.google.inject.JitBindingsTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec Running com.googlecode.guice.Jsr330Test Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running com.google.inject.GenericInjectionTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running com.google.inject.ModulesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Results : Tests run: 819, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-surefire-plugin:2.5:test (stack-traces-complete) @ guice --- [INFO] Surefire report directory: /builds/workspace/Google Guice/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.google.inject.util.TypesTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec Running com.google.inject.spi.ModuleAnnotatedMethodScannerTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 sec Running com.google.inject.spi.SpiBindingsTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec Running com.google.inject.LoggerInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running com.google.inject.IntegrationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running com.google.inject.DuplicateBindingsTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec Running com.google.inject.TypeListenerTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec Running com.google.inject.spi.ElementApplyToTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec Running com.google.inject.ReflectionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.spi.InjectionPointTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec Running com.google.inject.spi.ElementSourceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.BoundInstanceInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.multibindings.ProvidesIntoTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec Running com.google.inject.internal.ProxyFactoryTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running com.google.inject.TypeLiteralTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running com.google.inject.SuperclassTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.internal.UniqueAnnotationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.util.ProvidersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.spi.BindingTargetVisitorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running com.google.inject.internal.MapBinderTest Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 sec Running com.google.inject.internal.RealElementTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.BindingTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec Running com.google.inject.PrivateModuleTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec Running com.google.inject.internal.MoreTypesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.TypeLiteralTypeResolutionTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running com.google.inject.spi.ElementsTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running com.google.inject.BinderTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec Running com.google.inject.ProviderInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running com.google.inject.NullableInjectionPointTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec Running com.googlecode.guice.BytecodeGenTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec Running com.google.inject.MethodInterceptionTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running com.google.inject.spi.InjectorSpiTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.spi.ToolStageInjectorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running com.google.inject.ParentInjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running com.google.inject.BindingOrderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running com.google.inject.ProvisionExceptionsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running com.google.inject.name.NamesTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.KeyTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec Running com.google.inject.internal.CycleDetectingLockTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.util.NoopOverrideTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running com.google.inject.name.NamedEquivalanceTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running com.google.inject.util.OverrideModuleTest Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec Running com.google.inject.matcher.MatcherTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec Running com.google.inject.spi.HasDependenciesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.ProvisionListenerTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec Running com.google.inject.BindingAnnotationTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.TypeLiteralInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.internal.OptionalBinderTest Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 sec Running com.google.inject.spi.ModuleSourceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running com.google.inject.InjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running com.google.inject.BoundProviderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.spi.ProviderMethodsTest Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec Running com.google.inject.internal.util.LineNumbersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running com.google.inject.spi.ModuleRewriterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.OptionalBindingTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running com.google.inject.ImplicitBindingTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec Running com.google.inject.ProvisionExceptionTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec Running com.google.inject.RequestInjectionTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running com.google.inject.CircularDependencyTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec Running com.google.inject.ModuleTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.SerializationTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.spi.MessageTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running com.google.inject.MembersInjectorTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.021 sec Running com.google.inject.internal.MultibinderTest Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec Running com.google.inject.EagerSingletonTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running com.google.inject.RequireAtInjectOnConstructorsTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.internal.WeakKeySetTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.768 sec Running com.google.inject.JitBindingsTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec Running com.googlecode.guice.Jsr330Test Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running com.google.inject.GenericInjectionTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec Running com.google.inject.ModulesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Results : Tests run: 819, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.1.0:manifest (default) @ guice --- [INFO] [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ guice --- [INFO] Building jar: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ guice --- [INFO] Building jar: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-tests.jar [INFO] [INFO] >>> maven-source-plugin:2.1.2:jar (default) > generate-sources @ guice >>> [INFO] [INFO] --- spoon-maven-plugin:3.1:generate (default) @ guice --- [WARNING] Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath. [WARNING] Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. [WARNING] Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath. [WARNING] Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. [INFO] Spoon version 8.1.0-SNAPSHOT [INFO] running Spoon... [INFO] start processing... [INFO] spoon.processing.SpoonTagger [INFO] spoon.support.JavaOutputProcessor [INFO] end of processing: [INFO] no errors, no warnings [INFO] [INFO] <<< maven-source-plugin:2.1.2:jar (default) < generate-sources @ guice <<< [INFO] [INFO] --- maven-source-plugin:2.1.2:jar (default) @ guice --- [INFO] META-INF already added, skipping [INFO] META-INF/LICENSE already added, skipping [INFO] META-INF/DEPENDENCIES already added, skipping [INFO] META-INF/NOTICE already added, skipping [INFO] Building jar: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-sources.jar [INFO] META-INF already added, skipping [INFO] META-INF/LICENSE already added, skipping [INFO] META-INF/DEPENDENCIES already added, skipping [INFO] META-INF/NOTICE already added, skipping [INFO] [INFO] >>> maven-source-plugin:2.1.2:test-jar (default) > generate-sources @ guice >>> [INFO] [INFO] --- spoon-maven-plugin:3.1:generate (default) @ guice --- [WARNING] Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath. [WARNING] Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. [WARNING] Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath. [WARNING] Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. [INFO] Spoon version 8.1.0-SNAPSHOT [INFO] running Spoon... [INFO] start processing... [INFO] spoon.processing.SpoonTagger [INFO] spoon.support.JavaOutputProcessor [INFO] end of processing: [INFO] no errors, no warnings [INFO] [INFO] <<< maven-source-plugin:2.1.2:test-jar (default) < generate-sources @ guice <<< [INFO] [INFO] --- maven-source-plugin:2.1.2:test-jar (default) @ guice --- [INFO] META-INF already added, skipping [INFO] META-INF/LICENSE already added, skipping [INFO] META-INF/DEPENDENCIES already added, skipping [INFO] META-INF/NOTICE already added, skipping [INFO] Building jar: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-test-sources.jar [INFO] META-INF already added, skipping [INFO] META-INF/LICENSE already added, skipping [INFO] META-INF/DEPENDENCIES already added, skipping [INFO] META-INF/NOTICE already added, skipping [INFO] [INFO] --- maven-javadoc-plugin:2.7:jar (default) @ guice --- [INFO] Loading source files for package com.google.inject... Loading source files for package com.google.inject.name... Loading source files for package com.google.inject.matcher... Loading source files for package com.google.inject.binder... Loading source files for package com.google.inject.multibindings... Loading source files for package com.google.inject.internal... Loading source files for package com.google.inject.internal.util... Loading source files for package com.google.inject.util... Loading source files for package com.google.inject.spi... Loading source files for package spoon... Constructing Javadoc information... Standard Doclet version 1.8.0_151 Building tree for all the packages and classes... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/AbstractModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Binder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Binding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/BindingAnnotation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/ConfigurationException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/CreationException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Exposed.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Guice.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/ImplementedBy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Inject.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Injector.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Key.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/MembersInjector.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Module.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/OutOfScopeException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/PrivateBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/PrivateModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/ProvidedBy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Provider.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Provides.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/ProvisionException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Scope.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/ScopeAnnotation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Scopes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Singleton.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Stage.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/TypeLiteral.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/Named.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/Names.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/AbstractMatcher.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/Matcher.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/Matchers.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/AnnotatedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/AnnotatedConstantBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/AnnotatedElementBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/ConstantBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/LinkedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/ScopedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/ClassMapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MapBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MapBinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/Multibinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MultibinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MultibindingsScanner.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MultibindingsTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/OptionalBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/OptionalBinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/ProvidesIntoMap.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/ProvidesIntoOptional.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/ProvidesIntoOptional.Type.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/ProvidesIntoSet.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/StringMapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/AbstractBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/Annotations.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/BindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/BindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/BytecodeGen.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/BytecodeGen.Visibility.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/CircularDependencyProxy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ConstantBindingBuilderImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/Errors.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ErrorsException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ExposedBindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ExposureBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/FailableCache.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/InternalFlags.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/InternalFlags.CustomClassLoadingOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/InternalFlags.IncludeStackTraceOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/InternalFlags.NullableProvidesOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/InternalInjectorCreator.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/LinkedBindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/MoreTypes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/MoreTypes.GenericArrayTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/MoreTypes.WildcardTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/Nullability.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/PrivateElementsImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ProviderMethod.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ProviderMethodsModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/RealMapBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/RealMultibinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/RealOptionalBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/Scoping.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/SingletonScope.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/UniqueAnnotations.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/Classes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/SourceProvider.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/StackTraceElements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/StackTraceElements.InMemoryStackTraceElement.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/Stopwatch.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/Modules.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/Modules.OverriddenModuleBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/Providers.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/Types.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/BindingScopingVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/BindingTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ConstructorBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ConvertedConstantBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/DefaultBindingScopingVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/DefaultBindingTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/DefaultElementVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/Dependency.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/DependencyAndSource.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/DisableCircularProxiesOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/Element.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/Elements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ElementSource.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ElementVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ExposedBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/HasDependencies.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/InjectionListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/InjectionPoint.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/InjectionRequest.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/InstanceBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/InterceptorBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/LinkedKeyBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/MembersInjectorLookup.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/Message.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ModuleAnnotatedMethodScanner.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/PrivateElements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderInstanceBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderKeyBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderLookup.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderWithDependencies.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderWithExtensionVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProvidesMethodBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProvidesMethodTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProvisionListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProvisionListener.ProvisionInvocation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProvisionListenerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/RequireAtInjectOnConstructorsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/RequireExactBindingAnnotationsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/RequireExplicitBindingsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ScopeBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/StaticInjectionRequest.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/Toolable.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/TypeConverter.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/TypeConverterBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/TypeEncounter.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/TypeListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/TypeListenerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/UntargettedBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/overview-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/spoon/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/spoon/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/spoon/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/constant-values.html... Generating /builds/workspace/Google Guice/core/target/apidocs/serialized-form.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Binding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/MembersInjector.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Provider.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Scopes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/ScopeAnnotation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/OutOfScopeException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Guice.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Singleton.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Provides.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/CreationException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/ConfigurationException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/ProvisionException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/PrivateBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Inject.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/BindingAnnotation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/TypeLiteral.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Binder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/AbstractModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Stage.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Scope.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Injector.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Module.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Exposed.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/PrivateModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/ProvidedBy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/ImplementedBy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Key.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/class-use/Names.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/class-use/Named.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/class-use/Matcher.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/class-use/AbstractMatcher.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/class-use/Matchers.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/AnnotatedElementBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/AnnotatedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/ScopedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/AnnotatedConstantBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/ConstantBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/LinkedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MultibinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MultibindingsTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/OptionalBinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/Multibinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/ClassMapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/ProvidesIntoMap.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MapBinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/OptionalBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MultibindingsScanner.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/ProvidesIntoOptional.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/ProvidesIntoOptional.Type.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MapBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/StringMapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/ProvidesIntoSet.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ExposureBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/UniqueAnnotations.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/LinkedBindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/RealOptionalBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/BindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/AbstractBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ExposedBindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/InternalInjectorCreator.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/PrivateElementsImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ProviderMethodsModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ConstantBindingBuilderImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/Nullability.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/BytecodeGen.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/BytecodeGen.Visibility.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/SingletonScope.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/MoreTypes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/MoreTypes.ParameterizedTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/MoreTypes.GenericArrayTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/MoreTypes.WildcardTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/RealMultibinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/BindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ProviderMethod.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/Scoping.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ErrorsException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/FailableCache.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/Errors.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/RealMapBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/Annotations.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/CircularDependencyProxy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/InternalFlags.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/InternalFlags.IncludeStackTraceOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/InternalFlags.CustomClassLoadingOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/InternalFlags.NullableProvidesOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/class-use/StackTraceElements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/class-use/StackTraceElements.InMemoryStackTraceElement.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/class-use/Stopwatch.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/class-use/SourceProvider.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/class-use/Classes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/class-use/Modules.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/class-use/Modules.OverriddenModuleBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/class-use/Types.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/class-use/Providers.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/Message.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/RequireExactBindingAnnotationsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/BindingScopingVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/TypeListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ConvertedConstantBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/LinkedKeyBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/Element.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProvidesMethodBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/InjectionListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/InjectionPoint.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/StaticInjectionRequest.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ConstructorBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/InstanceBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProvisionListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProvisionListener.ProvisionInvocation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderInstanceBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderKeyBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/InjectionRequest.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/InterceptorBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/DefaultBindingTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderLookup.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProvisionListenerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderWithDependencies.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ModuleAnnotatedMethodScanner.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ExposedBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/DisableCircularProxiesOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/HasDependencies.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/TypeEncounter.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ElementSource.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/Elements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/DefaultElementVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ScopeBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/Toolable.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/PrivateElements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderWithExtensionVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ModuleAnnotatedMethodScannerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/DependencyAndSource.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/Dependency.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/RequireAtInjectOnConstructorsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/TypeConverterBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/UntargettedBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProvidesMethodTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/MembersInjectorLookup.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ElementVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/BindingTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/TypeListenerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/DefaultBindingScopingVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/RequireExplicitBindingsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/TypeConverter.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/spoon/package-use.html... Building index for all the packages and classes... Generating /builds/workspace/Google Guice/core/target/apidocs/overview-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/index-all.html... Generating /builds/workspace/Google Guice/core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /builds/workspace/Google Guice/core/target/apidocs/allclasses-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/allclasses-noframe.html... Generating /builds/workspace/Google Guice/core/target/apidocs/index.html... Generating /builds/workspace/Google Guice/core/target/apidocs/overview-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/help-doc.html... 51 warnings [WARNING] Javadoc Warnings [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/Binder.java:444: warning - Tag @link: reference not found: LinkedBindingBuilder#toConstructor [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/Injector.java:96: warning - Tag @link: reference not found: Map#entrySet() [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/PrivateBinder.java:39: warning - Tag @link: reference not found: AnnotatedElementBuilder#annotatedWith(Class) annotatedWith() [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/PrivateModule.java:106: warning - Tag @link: reference not found: AnnotatedElementBuilder#annotatedWith(Class) annotatedWith() [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/PrivateModule.java:114: warning - Tag @link: reference not found: AnnotatedElementBuilder#annotatedWith(Class) annotatedWith() [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/name/Names.java:48: warning - Tag @link: reference not found: Properties#defaults defaults [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:81: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:65: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:81: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:81: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:81: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:88: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:100: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MultibinderBinding.java:49: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MultibinderBinding.java:56: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MultibinderBinding.java:68: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/OptionalBinderBinding.java:45: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/OptionalBinderBinding.java:56: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/OptionalBinderBinding.java:64: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/internal/BytecodeGen.java:208: warning - Tag @link: reference not found: BridgeClassLoader [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/internal/InternalInjectorCreator.java:37: warning - Tag @link: reference not found: Stage#TOOL the tool stage [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/internal/InternalInjectorCreator.java:67: warning - Tag @link: can't find requireExplicitBindings() in com.google.inject.internal.InternalInjectorCreator [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/internal/SingletonScope.java:70: warning - Tag @see: reference not found: CycleDetectingLockFactory [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ElementVisitor.java:125: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ElementVisitor.java:125: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/DependencyAndSource.java:26: warning - Tag @link: reference not found: Binding#getSource() source [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/DependencyAndSource.java:41: warning - Tag @link: reference not found: Injector#getBinding [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/DependencyAndSource.java:41: warning - Tag @link: reference not found: Binder#requestInjection [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/DependencyAndSource.java:41: warning - Tag @link: reference not found: Injector#injectMembers(Object) [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ElementSource.java:138: warning - Missing closing '}' character for inline tag: "{@code theRest(). [WARNING] [WARNING]

1 and 3 are returned. [WARNING]

In the cases where stack trace is not available (i.e., the stack trace was not collected), [WARNING] it returns -1 for all module positions." [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ElementVisitor.java:125: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ElementVisitor.java:125: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/InjectionPoint.java:138: warning - Tag @link: reference not found: Member#getDeclaringClass() raw declaring class [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.java:22: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ProviderWithExtensionVisitor.java:40: warning - Tag @link: reference not found: Binding#acceptTargetVisitor(BindingTargetVisitor) [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ProvisionListener.java:38: warning - Tag @link: reference not found: Provider#get [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ProvisionListener.java:51: warning - Tag @link: reference not found: Provider#get() [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ProvisionListener.java:51: warning - Tag @link: reference not found: Binding#getProvider [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ProvisionListenerBinding.java:23: warning - Tag @link: reference not found: Binder#bindListener(Matcher, ProvisionListener...) [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/Toolable.java:29: warning - Tag @link: reference not found: Stage#TOOL [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.java:22: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/Toolable.java:29: warning - Tag @link: reference not found: Stage#TOOL [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:81: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:81: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.java:22: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ElementVisitor.java:125: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.java:22: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:81: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.java:22: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/Toolable.java:29: warning - Tag @link: reference not found: Stage#TOOL [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ElementVisitor.java:125: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [INFO] Building jar: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jarjar-maven-plugin:1.9:jarjar (jarjar) @ guice --- [INFO] Processing: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT.jar [INFO] Building zip: /builds/workspace/Google Guice/core/target/jarjar/uber-guice-4.1.1-SNAPSHOT.jar [INFO] JarJar'ing to: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT.jar [INFO] Original: /builds/workspace/Google Guice/core/target/original-guice-4.1.1-SNAPSHOT.jar [INFO] [INFO] --- build-helper-maven-plugin:1.8:attach-artifact (classes) @ guice --- [INFO] [INFO] --- maven-gpg-plugin:1.4:sign (sign-artifacts) @ guice --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ guice --- [INFO] Installing /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT.jar [INFO] Installing /builds/workspace/Google Guice/core/pom.xml to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT.pom [INFO] Installing /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-tests.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT-tests.jar [INFO] Installing /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-sources.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT-sources.jar [INFO] Installing /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-test-sources.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT-test-sources.jar [INFO] Installing /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-javadoc.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT-javadoc.jar [INFO] Installing /builds/workspace/Google Guice/core/target/original-guice-4.1.1-SNAPSHOT.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT-classes.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Google Guice ....................................... SUCCESS [ 14.272 s] [INFO] Google Guice - Core Library ........................ SUCCESS [ 57.024 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:11 min [INFO] Finished at: 2020-02-05T21:45:07+01:00 [INFO] Final Memory: 58M/296M [INFO] ------------------------------------------------------------------------ --- Displays results of the maven compile with spoon --- Time to compile with spoon: 73243 Number of tests: 819 Number of tests skipped: 0 Number of failures in tests: 0 Number of errors in tests: 0 ------------------------------------------------------- Overwrites source generated by spoon in the source folder ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Google Guice [INFO] Google Guice - Core Library [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Google Guice 4.1.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ guice-parent --- [INFO] [INFO] --- spoon-maven-plugin:3.1:generate (default) @ guice-parent --- [INFO] [INFO] --- maven-javadoc-plugin:2.7:jar (default) @ guice-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:1.4:sign (sign-artifacts) @ guice-parent --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ guice-parent --- [INFO] Installing /builds/workspace/Google Guice/pom.xml to /builds/.m2/repository/com/google/inject/guice-parent/4.1.1-SNAPSHOT/guice-parent-4.1.1-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Google Guice - Core Library 4.1.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ guice --- [INFO] Deleting /builds/workspace/Google Guice/core/target [INFO] [INFO] --- spoon-maven-plugin:3.1:generate (default) @ guice --- [WARNING] Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath. [WARNING] Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. [WARNING] Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath. [WARNING] Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. [INFO] Spoon version 8.1.0-SNAPSHOT [INFO] running Spoon... [INFO] start processing... [INFO] spoon.processing.SpoonTagger [INFO] spoon.support.JavaOutputProcessor [INFO] end of processing: [INFO] no errors, no warnings [INFO] [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ guice --- [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO] Setting property: velocimacro.messages.on => 'false'. [INFO] Setting property: resource.loader => 'classpath'. [INFO] Setting property: resource.manager.logwhenfound => 'false'. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ guice --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/Google Guice/core/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ guice --- [INFO] Compiling 217 source files to /builds/workspace/Google Guice/core/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.10:check (check-java-1.6-compat) @ guice --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0 [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ guice --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builds/workspace/Google Guice/core/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ guice --- [INFO] Compiling 95 source files to /builds/workspace/Google Guice/core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.5:test (default-test) @ guice --- [INFO] Surefire report directory: /builds/workspace/Google Guice/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.google.inject.util.TypesTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 sec Running com.google.inject.spi.ModuleAnnotatedMethodScannerTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 sec Running com.google.inject.spi.SpiBindingsTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec Running com.google.inject.LoggerInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running com.google.inject.IntegrationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running com.google.inject.DuplicateBindingsTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec Running com.google.inject.TypeListenerTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec Running com.google.inject.spi.ElementApplyToTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec Running com.google.inject.ReflectionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.spi.InjectionPointTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running com.google.inject.spi.ElementSourceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.BoundInstanceInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.multibindings.ProvidesIntoTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec Running com.google.inject.internal.ProxyFactoryTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Running com.google.inject.TypeLiteralTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running com.google.inject.SuperclassTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.internal.UniqueAnnotationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.util.ProvidersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running com.google.inject.spi.BindingTargetVisitorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running com.google.inject.internal.MapBinderTest Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 sec Running com.google.inject.internal.RealElementTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.BindingTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Running com.google.inject.PrivateModuleTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec Running com.google.inject.internal.MoreTypesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.TypeLiteralTypeResolutionTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.spi.ElementsTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running com.google.inject.BinderTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec Running com.google.inject.ProviderInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running com.google.inject.NullableInjectionPointTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running com.googlecode.guice.BytecodeGenTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec Running com.google.inject.MethodInterceptionTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec Running com.google.inject.spi.InjectorSpiTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.spi.ToolStageInjectorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.ParentInjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running com.google.inject.BindingOrderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running com.google.inject.ProvisionExceptionsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec Running com.google.inject.name.NamesTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.KeyTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec Running com.google.inject.internal.CycleDetectingLockTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running com.google.inject.util.NoopOverrideTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running com.google.inject.name.NamedEquivalanceTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running com.google.inject.util.OverrideModuleTest Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec Running com.google.inject.matcher.MatcherTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running com.google.inject.spi.HasDependenciesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running com.google.inject.ProvisionListenerTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec Running com.google.inject.BindingAnnotationTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running com.google.inject.TypeLiteralInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.internal.OptionalBinderTest Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 sec Running com.google.inject.spi.ModuleSourceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running com.google.inject.InjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running com.google.inject.BoundProviderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.spi.ProviderMethodsTest Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec Running com.google.inject.internal.util.LineNumbersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.spi.ModuleRewriterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.OptionalBindingTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec Running com.google.inject.ImplicitBindingTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec Running com.google.inject.ProvisionExceptionTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec Running com.google.inject.RequestInjectionTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running com.google.inject.CircularDependencyTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec Running com.google.inject.ModuleTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.SerializationTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.spi.MessageTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.MembersInjectorTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.025 sec Running com.google.inject.internal.MultibinderTest Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec Running com.google.inject.EagerSingletonTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running com.google.inject.RequireAtInjectOnConstructorsTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.internal.WeakKeySetTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.77 sec Running com.google.inject.JitBindingsTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec Running com.googlecode.guice.Jsr330Test Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running com.google.inject.GenericInjectionTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running com.google.inject.ModulesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Results : Tests run: 819, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-surefire-plugin:2.5:test (stack-traces-off) @ guice --- [INFO] Surefire report directory: /builds/workspace/Google Guice/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.google.inject.util.TypesTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec Running com.google.inject.spi.ModuleAnnotatedMethodScannerTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 sec Running com.google.inject.spi.SpiBindingsTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec Running com.google.inject.LoggerInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.IntegrationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec Running com.google.inject.DuplicateBindingsTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 sec Running com.google.inject.TypeListenerTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec Running com.google.inject.spi.ElementApplyToTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec Running com.google.inject.ReflectionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.spi.InjectionPointTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec Running com.google.inject.spi.ElementSourceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.BoundInstanceInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running com.google.inject.multibindings.ProvidesIntoTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec Running com.google.inject.internal.ProxyFactoryTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running com.google.inject.TypeLiteralTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.SuperclassTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running com.google.inject.internal.UniqueAnnotationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.util.ProvidersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.spi.BindingTargetVisitorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running com.google.inject.internal.MapBinderTest Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec Running com.google.inject.internal.RealElementTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.BindingTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec Running com.google.inject.PrivateModuleTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec Running com.google.inject.internal.MoreTypesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running com.google.inject.TypeLiteralTypeResolutionTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.spi.ElementsTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.BinderTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec Running com.google.inject.ProviderInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running com.google.inject.NullableInjectionPointTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running com.googlecode.guice.BytecodeGenTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec Running com.google.inject.MethodInterceptionTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running com.google.inject.spi.InjectorSpiTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.spi.ToolStageInjectorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.ParentInjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running com.google.inject.BindingOrderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.ProvisionExceptionsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running com.google.inject.name.NamesTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.KeyTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec Running com.google.inject.internal.CycleDetectingLockTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running com.google.inject.util.NoopOverrideTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.name.NamedEquivalanceTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running com.google.inject.util.OverrideModuleTest Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec Running com.google.inject.matcher.MatcherTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running com.google.inject.spi.HasDependenciesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.ProvisionListenerTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec Running com.google.inject.BindingAnnotationTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.TypeLiteralInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running com.google.inject.internal.OptionalBinderTest Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec Running com.google.inject.spi.ModuleSourceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running com.google.inject.InjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec Running com.google.inject.BoundProviderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.spi.ProviderMethodsTest Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec Running com.google.inject.internal.util.LineNumbersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.spi.ModuleRewriterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running com.google.inject.OptionalBindingTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running com.google.inject.ImplicitBindingTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running com.google.inject.ProvisionExceptionTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec Running com.google.inject.RequestInjectionTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running com.google.inject.CircularDependencyTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec Running com.google.inject.ModuleTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.SerializationTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.spi.MessageTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running com.google.inject.MembersInjectorTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.021 sec Running com.google.inject.internal.MultibinderTest Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec Running com.google.inject.EagerSingletonTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.RequireAtInjectOnConstructorsTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.internal.WeakKeySetTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.799 sec Running com.google.inject.JitBindingsTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec Running com.googlecode.guice.Jsr330Test Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running com.google.inject.GenericInjectionTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running com.google.inject.ModulesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Results : Tests run: 819, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-surefire-plugin:2.5:test (stack-traces-complete) @ guice --- [INFO] Surefire report directory: /builds/workspace/Google Guice/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.google.inject.util.TypesTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec Running com.google.inject.spi.ModuleAnnotatedMethodScannerTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 sec Running com.google.inject.spi.SpiBindingsTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec Running com.google.inject.LoggerInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running com.google.inject.IntegrationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running com.google.inject.DuplicateBindingsTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec Running com.google.inject.TypeListenerTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec Running com.google.inject.spi.ElementApplyToTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec Running com.google.inject.ReflectionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running com.google.inject.spi.InjectionPointTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec Running com.google.inject.spi.ElementSourceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.BoundInstanceInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.multibindings.ProvidesIntoTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec Running com.google.inject.internal.ProxyFactoryTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running com.google.inject.TypeLiteralTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running com.google.inject.SuperclassTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.internal.UniqueAnnotationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.util.ProvidersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.spi.BindingTargetVisitorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running com.google.inject.internal.MapBinderTest Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 sec Running com.google.inject.internal.RealElementTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.BindingTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec Running com.google.inject.PrivateModuleTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec Running com.google.inject.internal.MoreTypesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running com.google.inject.TypeLiteralTypeResolutionTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.spi.ElementsTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running com.google.inject.BinderTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec Running com.google.inject.ProviderInjectionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running com.google.inject.NullableInjectionPointTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running com.googlecode.guice.BytecodeGenTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec Running com.google.inject.MethodInterceptionTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec Running com.google.inject.spi.InjectorSpiTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running com.google.inject.spi.ToolStageInjectorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running com.google.inject.ParentInjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running com.google.inject.BindingOrderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.ProvisionExceptionsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec Running com.google.inject.name.NamesTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.KeyTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec Running com.google.inject.internal.CycleDetectingLockTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running com.google.inject.util.NoopOverrideTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running com.google.inject.name.NamedEquivalanceTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running com.google.inject.util.OverrideModuleTest Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec Running com.google.inject.matcher.MatcherTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec Running com.google.inject.spi.HasDependenciesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.ProvisionListenerTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec Running com.google.inject.BindingAnnotationTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running com.google.inject.TypeLiteralInjectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running com.google.inject.internal.OptionalBinderTest Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec Running com.google.inject.spi.ModuleSourceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running com.google.inject.InjectorTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running com.google.inject.BoundProviderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running com.google.inject.spi.ProviderMethodsTest Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec Running com.google.inject.internal.util.LineNumbersTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running com.google.inject.spi.ModuleRewriterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.OptionalBindingTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec Running com.google.inject.ImplicitBindingTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec Running com.google.inject.ProvisionExceptionTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec Running com.google.inject.RequestInjectionTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running com.google.inject.CircularDependencyTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec Running com.google.inject.ModuleTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.SerializationTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running com.google.inject.spi.MessageTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running com.google.inject.MembersInjectorTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.022 sec Running com.google.inject.internal.MultibinderTest Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec Running com.google.inject.EagerSingletonTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running com.google.inject.RequireAtInjectOnConstructorsTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running com.google.inject.internal.WeakKeySetTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 sec Running com.google.inject.JitBindingsTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec Running com.googlecode.guice.Jsr330Test Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running com.google.inject.GenericInjectionTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running com.google.inject.ModulesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Results : Tests run: 819, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.1.0:manifest (default) @ guice --- [INFO] [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ guice --- [INFO] Building jar: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ guice --- [INFO] Building jar: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-tests.jar [INFO] [INFO] >>> maven-source-plugin:2.1.2:jar (default) > generate-sources @ guice >>> [INFO] [INFO] --- spoon-maven-plugin:3.1:generate (default) @ guice --- [WARNING] Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath. [WARNING] Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. [WARNING] Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath. [WARNING] Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. [INFO] Spoon version 8.1.0-SNAPSHOT [INFO] running Spoon... [INFO] start processing... [INFO] spoon.processing.SpoonTagger [INFO] spoon.support.JavaOutputProcessor [INFO] end of processing: [INFO] no errors, no warnings [INFO] [INFO] <<< maven-source-plugin:2.1.2:jar (default) < generate-sources @ guice <<< [INFO] [INFO] --- maven-source-plugin:2.1.2:jar (default) @ guice --- [INFO] META-INF already added, skipping [INFO] META-INF/LICENSE already added, skipping [INFO] META-INF/DEPENDENCIES already added, skipping [INFO] META-INF/NOTICE already added, skipping [INFO] Building jar: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-sources.jar [INFO] META-INF already added, skipping [INFO] META-INF/LICENSE already added, skipping [INFO] META-INF/DEPENDENCIES already added, skipping [INFO] META-INF/NOTICE already added, skipping [INFO] [INFO] >>> maven-source-plugin:2.1.2:test-jar (default) > generate-sources @ guice >>> [INFO] [INFO] --- spoon-maven-plugin:3.1:generate (default) @ guice --- [WARNING] Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath. [WARNING] Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. [WARNING] Spoon is now using the 'no classpath mode' by default. If you want to ensure using Spoon in full classpath mode, please use the new flag: --cpmode fullclasspath. [WARNING] Spoon now parses by default the comments. Consider using the option --disable-comments if you want the old behaviour. [INFO] Spoon version 8.1.0-SNAPSHOT [INFO] running Spoon... [INFO] start processing... [INFO] spoon.processing.SpoonTagger [INFO] spoon.support.JavaOutputProcessor [INFO] end of processing: [INFO] no errors, no warnings [INFO] [INFO] <<< maven-source-plugin:2.1.2:test-jar (default) < generate-sources @ guice <<< [INFO] [INFO] --- maven-source-plugin:2.1.2:test-jar (default) @ guice --- [INFO] META-INF already added, skipping [INFO] META-INF/LICENSE already added, skipping [INFO] META-INF/DEPENDENCIES already added, skipping [INFO] META-INF/NOTICE already added, skipping [INFO] Building jar: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-test-sources.jar [INFO] META-INF already added, skipping [INFO] META-INF/LICENSE already added, skipping [INFO] META-INF/DEPENDENCIES already added, skipping [INFO] META-INF/NOTICE already added, skipping [INFO] [INFO] --- maven-javadoc-plugin:2.7:jar (default) @ guice --- [INFO] Loading source files for package com.google.inject... Loading source files for package com.google.inject.name... Loading source files for package com.google.inject.matcher... Loading source files for package com.google.inject.binder... Loading source files for package com.google.inject.multibindings... Loading source files for package com.google.inject.internal... Loading source files for package com.google.inject.internal.util... Loading source files for package com.google.inject.util... Loading source files for package com.google.inject.spi... Loading source files for package spoon... Constructing Javadoc information... Standard Doclet version 1.8.0_151 Building tree for all the packages and classes... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/AbstractModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Binder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Binding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/BindingAnnotation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/ConfigurationException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/CreationException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Exposed.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Guice.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/ImplementedBy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Inject.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Injector.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Key.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/MembersInjector.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Module.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/OutOfScopeException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/PrivateBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/PrivateModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/ProvidedBy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Provider.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Provides.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/ProvisionException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Scope.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/ScopeAnnotation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Scopes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Singleton.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/Stage.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/TypeLiteral.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/Named.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/Names.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/AbstractMatcher.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/Matcher.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/Matchers.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/AnnotatedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/AnnotatedConstantBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/AnnotatedElementBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/ConstantBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/LinkedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/ScopedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/ClassMapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MapBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MapBinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/Multibinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MultibinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MultibindingsScanner.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/MultibindingsTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/OptionalBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/OptionalBinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/ProvidesIntoMap.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/ProvidesIntoOptional.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/ProvidesIntoOptional.Type.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/ProvidesIntoSet.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/StringMapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/AbstractBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/Annotations.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/BindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/BindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/BytecodeGen.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/BytecodeGen.Visibility.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/CircularDependencyProxy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ConstantBindingBuilderImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/Errors.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ErrorsException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ExposedBindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ExposureBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/FailableCache.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/InternalFlags.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/InternalFlags.CustomClassLoadingOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/InternalFlags.IncludeStackTraceOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/InternalFlags.NullableProvidesOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/InternalInjectorCreator.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/LinkedBindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/MoreTypes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/MoreTypes.GenericArrayTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/MoreTypes.ParameterizedTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/MoreTypes.WildcardTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/Nullability.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/PrivateElementsImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ProviderMethod.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/ProviderMethodsModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/RealMapBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/RealMultibinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/RealOptionalBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/Scoping.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/SingletonScope.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/UniqueAnnotations.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/Classes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/SourceProvider.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/StackTraceElements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/StackTraceElements.InMemoryStackTraceElement.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/Stopwatch.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/Modules.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/Modules.OverriddenModuleBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/Providers.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/Types.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/BindingScopingVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/BindingTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ConstructorBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ConvertedConstantBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/DefaultBindingScopingVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/DefaultBindingTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/DefaultElementVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/Dependency.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/DependencyAndSource.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/DisableCircularProxiesOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/Element.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/Elements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ElementSource.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ElementVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ExposedBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/HasDependencies.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/InjectionListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/InjectionPoint.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/InjectionRequest.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/InstanceBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/InterceptorBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/LinkedKeyBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/MembersInjectorLookup.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/Message.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ModuleAnnotatedMethodScanner.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/PrivateElements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderInstanceBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderKeyBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderLookup.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderWithDependencies.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProviderWithExtensionVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProvidesMethodBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProvidesMethodTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProvisionListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProvisionListener.ProvisionInvocation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ProvisionListenerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/RequireAtInjectOnConstructorsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/RequireExactBindingAnnotationsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/RequireExplicitBindingsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/ScopeBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/StaticInjectionRequest.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/Toolable.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/TypeConverter.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/TypeConverterBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/TypeEncounter.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/TypeListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/TypeListenerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/UntargettedBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/overview-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/spoon/package-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/spoon/package-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/spoon/package-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/constant-values.html... Generating /builds/workspace/Google Guice/core/target/apidocs/serialized-form.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Binding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/MembersInjector.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Provider.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Scopes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/ScopeAnnotation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/OutOfScopeException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Guice.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Singleton.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Provides.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/CreationException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/ConfigurationException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/ProvisionException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/PrivateBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Inject.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/BindingAnnotation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/TypeLiteral.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Binder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/AbstractModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Stage.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Scope.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Injector.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Module.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Exposed.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/PrivateModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/ProvidedBy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/ImplementedBy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/class-use/Key.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/class-use/Names.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/class-use/Named.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/class-use/Matcher.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/class-use/AbstractMatcher.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/class-use/Matchers.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/AnnotatedElementBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/AnnotatedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/ScopedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/AnnotatedConstantBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/ConstantBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/class-use/LinkedBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MultibinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MultibindingsTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/OptionalBinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/Multibinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/ClassMapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/ProvidesIntoMap.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MapBinderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/OptionalBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MultibindingsScanner.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/ProvidesIntoOptional.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/ProvidesIntoOptional.Type.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MapBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/StringMapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/ProvidesIntoSet.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/class-use/MapKey.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ExposureBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/UniqueAnnotations.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/LinkedBindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/RealOptionalBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/BindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/AbstractBindingBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ExposedBindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/InternalInjectorCreator.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/PrivateElementsImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ProviderMethodsModule.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ConstantBindingBuilderImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/Nullability.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/BytecodeGen.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/BytecodeGen.Visibility.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/SingletonScope.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/MoreTypes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/MoreTypes.ParameterizedTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/MoreTypes.GenericArrayTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/MoreTypes.WildcardTypeImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/RealMultibinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/BindingImpl.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ProviderMethod.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/Scoping.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/ErrorsException.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/FailableCache.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/Errors.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/RealMapBinder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/Annotations.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/CircularDependencyProxy.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/InternalFlags.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/InternalFlags.IncludeStackTraceOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/InternalFlags.CustomClassLoadingOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/class-use/InternalFlags.NullableProvidesOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/class-use/StackTraceElements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/class-use/StackTraceElements.InMemoryStackTraceElement.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/class-use/Stopwatch.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/class-use/SourceProvider.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/class-use/Classes.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/class-use/Modules.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/class-use/Modules.OverriddenModuleBuilder.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/class-use/Types.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/class-use/Providers.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/Message.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/RequireExactBindingAnnotationsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/BindingScopingVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/TypeListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ConvertedConstantBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/LinkedKeyBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/Element.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProvidesMethodBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/InjectionListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/InjectionPoint.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/StaticInjectionRequest.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ConstructorBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/InstanceBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProvisionListener.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProvisionListener.ProvisionInvocation.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderInstanceBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderKeyBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/InjectionRequest.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/InterceptorBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/DefaultBindingTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderLookup.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProvisionListenerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderWithDependencies.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ModuleAnnotatedMethodScanner.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ExposedBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/DisableCircularProxiesOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/HasDependencies.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/TypeEncounter.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ElementSource.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/Elements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/DefaultElementVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ScopeBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/Toolable.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/PrivateElements.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderWithExtensionVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ModuleAnnotatedMethodScannerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/DependencyAndSource.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProviderBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/Dependency.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/RequireAtInjectOnConstructorsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/TypeConverterBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/UntargettedBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ProvidesMethodTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/MembersInjectorLookup.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/ElementVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/BindingTargetVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/TypeListenerBinding.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/DefaultBindingScopingVisitor.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/RequireExplicitBindingsOption.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/class-use/TypeConverter.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/binder/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/internal/util/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/matcher/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/multibindings/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/name/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/spi/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/com/google/inject/util/package-use.html... Generating /builds/workspace/Google Guice/core/target/apidocs/spoon/package-use.html... Building index for all the packages and classes... Generating /builds/workspace/Google Guice/core/target/apidocs/overview-tree.html... Generating /builds/workspace/Google Guice/core/target/apidocs/index-all.html... Generating /builds/workspace/Google Guice/core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /builds/workspace/Google Guice/core/target/apidocs/allclasses-frame.html... Generating /builds/workspace/Google Guice/core/target/apidocs/allclasses-noframe.html... Generating /builds/workspace/Google Guice/core/target/apidocs/index.html... Generating /builds/workspace/Google Guice/core/target/apidocs/overview-summary.html... Generating /builds/workspace/Google Guice/core/target/apidocs/help-doc.html... 51 warnings [WARNING] Javadoc Warnings [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/Binder.java:444: warning - Tag @link: reference not found: LinkedBindingBuilder#toConstructor [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/Injector.java:96: warning - Tag @link: reference not found: Map#entrySet() [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/PrivateBinder.java:39: warning - Tag @link: reference not found: AnnotatedElementBuilder#annotatedWith(Class) annotatedWith() [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/PrivateModule.java:106: warning - Tag @link: reference not found: AnnotatedElementBuilder#annotatedWith(Class) annotatedWith() [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/PrivateModule.java:114: warning - Tag @link: reference not found: AnnotatedElementBuilder#annotatedWith(Class) annotatedWith() [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/name/Names.java:48: warning - Tag @link: reference not found: Properties#defaults defaults [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:81: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:65: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:81: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:81: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:81: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:88: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:100: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MultibinderBinding.java:49: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MultibinderBinding.java:56: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MultibinderBinding.java:68: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/OptionalBinderBinding.java:45: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/OptionalBinderBinding.java:56: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/OptionalBinderBinding.java:64: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/internal/BytecodeGen.java:208: warning - Tag @link: reference not found: BridgeClassLoader [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/internal/InternalInjectorCreator.java:37: warning - Tag @link: reference not found: Stage#TOOL the tool stage [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/internal/InternalInjectorCreator.java:67: warning - Tag @link: can't find requireExplicitBindings() in com.google.inject.internal.InternalInjectorCreator [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/internal/SingletonScope.java:70: warning - Tag @see: reference not found: CycleDetectingLockFactory [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ElementVisitor.java:125: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ElementVisitor.java:125: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/DependencyAndSource.java:26: warning - Tag @link: reference not found: Binding#getSource() source [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/DependencyAndSource.java:41: warning - Tag @link: reference not found: Injector#getBinding [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/DependencyAndSource.java:41: warning - Tag @link: reference not found: Binder#requestInjection [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/DependencyAndSource.java:41: warning - Tag @link: reference not found: Injector#injectMembers(Object) [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ElementSource.java:138: warning - Missing closing '}' character for inline tag: "{@code theRest(). [WARNING] [WARNING]

1 and 3 are returned. [WARNING]

In the cases where stack trace is not available (i.e., the stack trace was not collected), [WARNING] it returns -1 for all module positions." [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ElementVisitor.java:125: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ElementVisitor.java:125: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/InjectionPoint.java:138: warning - Tag @link: reference not found: Member#getDeclaringClass() raw declaring class [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.java:22: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ProviderWithExtensionVisitor.java:40: warning - Tag @link: reference not found: Binding#acceptTargetVisitor(BindingTargetVisitor) [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ProvisionListener.java:38: warning - Tag @link: reference not found: Provider#get [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ProvisionListener.java:51: warning - Tag @link: reference not found: Provider#get() [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ProvisionListener.java:51: warning - Tag @link: reference not found: Binding#getProvider [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ProvisionListenerBinding.java:23: warning - Tag @link: reference not found: Binder#bindListener(Matcher, ProvisionListener...) [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/Toolable.java:29: warning - Tag @link: reference not found: Stage#TOOL [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.java:22: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/Toolable.java:29: warning - Tag @link: reference not found: Stage#TOOL [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:81: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:81: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.java:22: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ElementVisitor.java:125: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.java:22: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/multibindings/MapBinderBinding.java:81: warning - Tag @link: reference not found: Elements#getElements [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ModuleAnnotatedMethodScannerBinding.java:22: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/Toolable.java:29: warning - Tag @link: reference not found: Stage#TOOL [WARNING] /builds/workspace/Google Guice/core/target/generated-sources/spoon/com/google/inject/spi/ElementVisitor.java:125: warning - Tag @link: reference not found: Binder#scanModulesForAnnotatedMethods [INFO] Building jar: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- jarjar-maven-plugin:1.9:jarjar (jarjar) @ guice --- [INFO] Processing: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT.jar [INFO] Building zip: /builds/workspace/Google Guice/core/target/jarjar/uber-guice-4.1.1-SNAPSHOT.jar [INFO] JarJar'ing to: /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT.jar [INFO] Original: /builds/workspace/Google Guice/core/target/original-guice-4.1.1-SNAPSHOT.jar [INFO] [INFO] --- build-helper-maven-plugin:1.8:attach-artifact (classes) @ guice --- [INFO] [INFO] --- maven-gpg-plugin:1.4:sign (sign-artifacts) @ guice --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ guice --- [INFO] Installing /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT.jar [INFO] Installing /builds/workspace/Google Guice/core/pom.xml to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT.pom [INFO] Installing /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-tests.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT-tests.jar [INFO] Installing /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-sources.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT-sources.jar [INFO] Installing /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-test-sources.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT-test-sources.jar [INFO] Installing /builds/workspace/Google Guice/core/target/guice-4.1.1-SNAPSHOT-javadoc.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT-javadoc.jar [INFO] Installing /builds/workspace/Google Guice/core/target/original-guice-4.1.1-SNAPSHOT.jar to /builds/.m2/repository/com/google/inject/guice/4.1.1-SNAPSHOT/guice-4.1.1-SNAPSHOT-classes.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Google Guice ....................................... SUCCESS [ 1.820 s] [INFO] Google Guice - Core Library ........................ SUCCESS [ 55.049 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 57.057 s [INFO] Finished at: 2020-02-05T21:46:07+01:00 [INFO] Final Memory: 55M/293M [INFO] ------------------------------------------------------------------------ --- Displays results of the maven compile with spoon of spoon --- Time to compile with spoon of spoon: 58847 ------------------------------------------------------- Retreives all results files in the project (in all sub modules if the project is a multi module project) ------------------------------------------------------- ./result-spoon-tests-core.txt ./result-spoon-tests-spooned-core.txt

Project Commit id version Project compiles Project tests run Project spooned compiles Project spooned tests run Time to spoon Number of CtStatment Time to compile project Time to compile project spooned Spoon(Spoon(x))=Spoon(x)
core 361374c9160699dc0eac8b5a6bf31798a64a4824 OK tests: 819 errors: 0 skipped: 0 failures: 0 OK tests: 819 errors: 0 skipped: 0 failures: 0 924559576621 N/A 43035 73243 58847
Archiving artifacts No mail will be sent out, as 'Google Guice #1240' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Finished: SUCCESS