Skip to content

Console Output

Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on sos-builder02-ubuntu18 (lin ubuntu18 java11) in workspace /builds/workspace/Google Guice
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/monperrus/guice.git
 > git init /builds/workspace/Google Guice # timeout=10
Fetching upstream changes from https://github.com/monperrus/guice.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
 > git fetch --tags --force --progress -- https://github.com/monperrus/guice.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/monperrus/guice.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision f920a9fda5ffa3741b619c6ac2882c1a1eaec7de (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f920a9fda5ffa3741b619c6ac2882c1a1eaec7de # timeout=10
Commit message: "Update pom.xml"
 > git rev-list --no-walk f920a9fda5ffa3741b619c6ac2882c1a1eaec7de # timeout=10
[Google Guice] $ /bin/sh -xe /tmp/jenkins8515589414078764025.sh
+ rm -rf /builds/.m2/repository/fr/inria/gforge/spoon
[Google Guice] $ /bin/sh -xe /tmp/jenkins1234010737237387236.sh
+ stdbuf -i 50k bash
+ curl https://spoon.gforge.inria.fr/jenkins/build.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 
-------------------------------------------------------
Initizalizes project
-------------------------------------------------------
 

100 21998  100 21998    0     0   100k      0 --:--:-- --:--:-- --:--:--  100k
HEAD is now at f920a9fd Update pom.xml

--- Displays variables used in the build ---
Artifact id: guice-parent
Version: 5.0.2-SNAPSHOT
Modules job:
- core/q
Has checkstyle: true
Has enforcer: true
Git version id: f920a9fda5ffa3741b619c6ac2882c1a1eaec7de
Java version: Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
openjdk version "11.0.20.1" 2023-08-24
OpenJDK Runtime Environment (build 11.0.20.1+1-post-Ubuntu-0ubuntu120.04)
OpenJDK 64-Bit Server VM (build 11.0.20.1+1-post-Ubuntu-0ubuntu120.04, mixed mode, sharing)
Java home: /usr/lib/jvm/java-11-openjdk-amd64
 
-------------------------------------------------------
Compiles project (at the root project if it's a multi module project) without spoon
-------------------------------------------------------
 
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[WARNING] The project com.google.inject:guice-parent:pom:5.0.2-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Google Guice                                                       [pom]
[INFO] Google Guice - Core Library                                        [jar]
[INFO] 
[INFO] -------------------< com.google.inject:guice-parent >-------------------
[INFO] Building Google Guice 5.0.2-SNAPSHOT                               [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ guice-parent ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.4:sign (sign-artifacts) @ guice-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ guice-parent ---
[INFO] Installing /builds/workspace/Google Guice/pom.xml to /builds/.m2/repository/com/google/inject/guice-parent/5.0.2-SNAPSHOT/guice-parent-5.0.2-SNAPSHOT.pom
[INFO] 
[INFO] ----------------------< com.google.inject:guice >-----------------------
[INFO] Building Google Guice - Core Library 5.0.2-SNAPSHOT                [2/2]
[INFO] --------------------------------[ jar ]---------------------------------
[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] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ guice ---
[INFO] Compiling 251 source files to /builds/workspace/Google Guice/core/target/classes
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (check-java-1.8-compat) @ guice ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ guice ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 26 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ guice ---
[INFO] Compiling 114 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.315 sec
Running com.google.inject.spi.ModuleAnnotatedMethodScannerTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.116 sec
Running com.google.inject.spi.SpiBindingsTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
Running com.google.inject.LoggerInjectionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
Running com.google.inject.spi.SourcesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.google.inject.IntegrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.google.inject.internal.aop.ImmutableStringTrieTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.723 sec
Running com.google.inject.DuplicateBindingsTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec
Running com.google.inject.TypeListenerTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
Running com.google.inject.spi.ElementApplyToTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec
Running com.google.inject.ReflectionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running com.google.inject.spi.InjectionPointTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 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.024 sec
Running com.google.inject.multibindings.ProvidesIntoTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 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.internal.MessagesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running com.google.inject.TypeLiteralTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running com.google.inject.SuperclassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running com.google.inject.internal.UniqueAnnotationsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running com.google.inject.util.ProvidersTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.google.inject.spi.BindingSourceRestrictionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running com.google.inject.errors.BindingAlreadySetErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 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: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.707 sec
Running com.google.inject.errors.NullInjectedIntoNonNullableTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 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.107 sec
Running com.google.inject.PrivateModuleTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec
Running com.google.inject.internal.MoreTypesTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running com.google.inject.TypeLiteralTypeResolutionTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running com.google.inject.spi.ElementsTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running com.google.inject.internal.PackageNameCompressorTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running com.google.inject.errors.MissingImplementationErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
Running com.google.inject.BinderTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec
Running com.google.inject.ProviderInjectionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running com.google.inject.NullableInjectionPointTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running com.googlecode.guice.BytecodeGenTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec
Running com.google.inject.internal.util.ContinuousStopwatchTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running com.google.inject.MethodInterceptionTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running com.google.inject.spi.InjectorSpiTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec
Running com.google.inject.RestrictedBindingSourceTest
Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec
Running com.google.inject.spi.ToolStageInjectorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.google.inject.ParentInjectorTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running com.google.inject.BindingOrderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running com.google.inject.ProvisionExceptionsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running com.google.inject.name.NamesTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running com.google.inject.KeyTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
Running com.google.inject.internal.CycleDetectingLockTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Running com.google.inject.errors.ErrorMessagesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.google.inject.util.NoopOverrideTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
Running com.google.inject.name.NamedEquivalanceTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running com.google.inject.util.OverrideModuleTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec
Running com.google.inject.matcher.MatcherTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running com.google.inject.spi.HasDependenciesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.google.inject.ProvisionListenerTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running com.google.inject.BindingAnnotationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.google.inject.TypeLiteralInjectionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running com.google.inject.errors.GenericErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running com.google.inject.internal.OptionalBinderTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 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.errors.DuplicateMapKeyErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running com.google.inject.InjectorTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 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: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec
Running com.google.inject.errors.MissingConstructorErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.google.inject.internal.util.LineNumbersTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 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.061 sec
Running com.google.inject.ImplicitBindingTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running com.google.inject.ProvisionExceptionTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
Running com.google.inject.RequestInjectionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running com.google.inject.errors.ChildBindingAlreadySetErrorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.google.inject.CircularDependencyTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running com.google.inject.ModuleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.google.inject.SerializationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 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.errors.ScopeNotFoundErrorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running com.google.inject.MembersInjectorTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.046 sec
Running com.google.inject.internal.MultibinderTest
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 sec
Running com.google.inject.EagerSingletonTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.062 sec
Running com.google.inject.errors.DuplicateElementErrorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running com.google.inject.internal.InternalProvisionExceptionTest
Tests run: 1, 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.024 sec
Running com.google.inject.internal.WeakKeySetTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.707 sec
Running com.google.inject.JitBindingsTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
Running com.googlecode.guice.Jsr330Test
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running com.google.inject.GenericInjectionTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running com.google.inject.ModulesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec

Results :

Tests run: 968, 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.263 sec
Running com.google.inject.spi.ModuleAnnotatedMethodScannerTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.064 sec
Running com.google.inject.spi.SpiBindingsTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
Running com.google.inject.LoggerInjectionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.google.inject.spi.SourcesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.google.inject.IntegrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running com.google.inject.internal.aop.ImmutableStringTrieTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.823 sec
Running com.google.inject.DuplicateBindingsTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec
Running com.google.inject.TypeListenerTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec
Running com.google.inject.spi.ElementApplyToTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 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: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running com.google.inject.spi.ElementSourceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running com.google.inject.BoundInstanceInjectionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running com.google.inject.multibindings.ProvidesIntoTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec
Running com.google.inject.internal.ProxyFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running com.google.inject.internal.MessagesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running com.google.inject.TypeLiteralTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running com.google.inject.SuperclassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.016 sec
Running com.google.inject.spi.BindingSourceRestrictionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.google.inject.errors.BindingAlreadySetErrorTest
Tests run: 3, 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: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.572 sec
Running com.google.inject.errors.NullInjectedIntoNonNullableTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.106 sec
Running com.google.inject.PrivateModuleTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec
Running com.google.inject.internal.MoreTypesTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running com.google.inject.TypeLiteralTypeResolutionTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running com.google.inject.spi.ElementsTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running com.google.inject.internal.PackageNameCompressorTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running com.google.inject.errors.MissingImplementationErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running com.google.inject.BinderTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 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: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running com.googlecode.guice.BytecodeGenTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 sec
Running com.google.inject.internal.util.ContinuousStopwatchTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running com.google.inject.MethodInterceptionTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running com.google.inject.spi.InjectorSpiTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec
Running com.google.inject.RestrictedBindingSourceTest
Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
Running com.google.inject.spi.ToolStageInjectorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running com.google.inject.ParentInjectorTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Running com.google.inject.BindingOrderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running com.google.inject.ProvisionExceptionsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 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: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running com.google.inject.internal.CycleDetectingLockTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running com.google.inject.errors.ErrorMessagesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.google.inject.util.NoopOverrideTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running com.google.inject.name.NamedEquivalanceTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
Running com.google.inject.util.OverrideModuleTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
Running com.google.inject.matcher.MatcherTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 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.08 sec
Running com.google.inject.BindingAnnotationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running com.google.inject.TypeLiteralInjectionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.google.inject.errors.GenericErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.google.inject.internal.OptionalBinderTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 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.errors.DuplicateMapKeyErrorTest
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.054 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: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec
Running com.google.inject.errors.MissingConstructorErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running com.google.inject.internal.util.LineNumbersTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running com.google.inject.spi.ModuleRewriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.google.inject.OptionalBindingTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
Running com.google.inject.ImplicitBindingTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running com.google.inject.ProvisionExceptionTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running com.google.inject.RequestInjectionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running com.google.inject.errors.ChildBindingAlreadySetErrorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running com.google.inject.CircularDependencyTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec
Running com.google.inject.ModuleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running com.google.inject.SerializationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 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.errors.ScopeNotFoundErrorTest
Tests run: 1, 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.052 sec
Running com.google.inject.internal.MultibinderTest
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec
Running com.google.inject.EagerSingletonTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.378 sec
Running com.google.inject.errors.DuplicateElementErrorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.google.inject.internal.InternalProvisionExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.google.inject.RequireAtInjectOnConstructorsTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 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.123 sec
Running com.googlecode.guice.Jsr330Test
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
Running com.google.inject.GenericInjectionTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running com.google.inject.ModulesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec

Results :

Tests run: 968, 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.241 sec
Running com.google.inject.spi.ModuleAnnotatedMethodScannerTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.118 sec
Running com.google.inject.spi.SpiBindingsTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
Running com.google.inject.LoggerInjectionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running com.google.inject.spi.SourcesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running com.google.inject.IntegrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running com.google.inject.internal.aop.ImmutableStringTrieTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.249 sec
Running com.google.inject.DuplicateBindingsTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 sec
Running com.google.inject.TypeListenerTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
Running com.google.inject.spi.ElementApplyToTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 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: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running com.google.inject.spi.ElementSourceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running com.google.inject.BoundInstanceInjectionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running com.google.inject.multibindings.ProvidesIntoTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec
Running com.google.inject.internal.ProxyFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running com.google.inject.internal.MessagesTest
Tests run: 2, 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.035 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.01 sec
Running com.google.inject.util.ProvidersTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.google.inject.spi.BindingSourceRestrictionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running com.google.inject.errors.BindingAlreadySetErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 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: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.727 sec
Running com.google.inject.errors.NullInjectedIntoNonNullableTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running com.google.inject.internal.RealElementTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running com.google.inject.BindingTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec
Running com.google.inject.PrivateModuleTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
Running com.google.inject.internal.MoreTypesTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.google.inject.TypeLiteralTypeResolutionTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running com.google.inject.spi.ElementsTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running com.google.inject.internal.PackageNameCompressorTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running com.google.inject.errors.MissingImplementationErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running com.google.inject.BinderTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
Running com.google.inject.ProviderInjectionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running com.google.inject.NullableInjectionPointTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec
Running com.googlecode.guice.BytecodeGenTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec
Running com.google.inject.internal.util.ContinuousStopwatchTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running com.google.inject.MethodInterceptionTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running com.google.inject.spi.InjectorSpiTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
Running com.google.inject.RestrictedBindingSourceTest
Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec
Running com.google.inject.spi.ToolStageInjectorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running com.google.inject.ParentInjectorTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running com.google.inject.BindingOrderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running com.google.inject.ProvisionExceptionsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running com.google.inject.name.NamesTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.google.inject.KeyTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec
Running com.google.inject.internal.CycleDetectingLockTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running com.google.inject.errors.ErrorMessagesTest
Tests run: 1, 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.058 sec
Running com.google.inject.name.NamedEquivalanceTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
Running com.google.inject.util.OverrideModuleTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec
Running com.google.inject.matcher.MatcherTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running com.google.inject.spi.HasDependenciesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running com.google.inject.ProvisionListenerTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running com.google.inject.BindingAnnotationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running com.google.inject.TypeLiteralInjectionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running com.google.inject.errors.GenericErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running com.google.inject.internal.OptionalBinderTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.448 sec
Running com.google.inject.spi.ModuleSourceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running com.google.inject.errors.DuplicateMapKeyErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
Running com.google.inject.InjectorTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
Running com.google.inject.BoundProviderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running com.google.inject.spi.ProviderMethodsTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec
Running com.google.inject.errors.MissingConstructorErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running com.google.inject.internal.util.LineNumbersTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running com.google.inject.spi.ModuleRewriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.google.inject.OptionalBindingTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running com.google.inject.ImplicitBindingTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running com.google.inject.ProvisionExceptionTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
Running com.google.inject.RequestInjectionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running com.google.inject.errors.ChildBindingAlreadySetErrorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running com.google.inject.CircularDependencyTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec
Running com.google.inject.ModuleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 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.001 sec
Running com.google.inject.errors.ScopeNotFoundErrorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.google.inject.MembersInjectorTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.053 sec
Running com.google.inject.internal.MultibinderTest
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.36 sec
Running com.google.inject.EagerSingletonTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.169 sec
Running com.google.inject.errors.DuplicateElementErrorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running com.google.inject.internal.InternalProvisionExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.google.inject.RequireAtInjectOnConstructorsTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running com.google.inject.internal.WeakKeySetTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.818 sec
Running com.google.inject.JitBindingsTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
Running com.googlecode.guice.Jsr330Test
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
Running com.google.inject.GenericInjectionTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
Running com.google.inject.ModulesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec

Results :

Tests run: 968, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.5:test (anonymous-class-loading) @ 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.256 sec
Running com.google.inject.spi.ModuleAnnotatedMethodScannerTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.014 sec
Running com.google.inject.spi.SpiBindingsTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running com.google.inject.LoggerInjectionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.google.inject.spi.SourcesTest
Tests run: 2, 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.038 sec
Running com.google.inject.internal.aop.ImmutableStringTrieTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.922 sec
Running com.google.inject.DuplicateBindingsTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 sec
Running com.google.inject.TypeListenerTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec
Running com.google.inject.spi.ElementApplyToTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 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: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 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.025 sec
Running com.google.inject.multibindings.ProvidesIntoTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 sec
Running com.google.inject.internal.ProxyFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running com.google.inject.internal.MessagesTest
Tests run: 2, 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.024 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.011 sec
Running com.google.inject.util.ProvidersTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running com.google.inject.spi.BindingSourceRestrictionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running com.google.inject.errors.BindingAlreadySetErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running com.google.inject.spi.BindingTargetVisitorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.google.inject.internal.MapBinderTest
Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.749 sec
Running com.google.inject.errors.NullInjectedIntoNonNullableTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
Running com.google.inject.internal.RealElementTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.google.inject.BindingTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
Running com.google.inject.PrivateModuleTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec
Running com.google.inject.internal.MoreTypesTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.google.inject.TypeLiteralTypeResolutionTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running com.google.inject.spi.ElementsTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running com.google.inject.internal.PackageNameCompressorTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running com.google.inject.errors.MissingImplementationErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
Running com.google.inject.BinderTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec
Running com.google.inject.ProviderInjectionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running com.google.inject.NullableInjectionPointTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running com.googlecode.guice.BytecodeGenTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec
Running com.google.inject.internal.util.ContinuousStopwatchTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.google.inject.MethodInterceptionTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running com.google.inject.spi.InjectorSpiTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
Running com.google.inject.RestrictedBindingSourceTest
Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 sec
Running com.google.inject.spi.ToolStageInjectorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running com.google.inject.ParentInjectorTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running com.google.inject.BindingOrderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running com.google.inject.ProvisionExceptionsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
Running com.google.inject.name.NamesTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running com.google.inject.KeyTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
Running com.google.inject.internal.CycleDetectingLockTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running com.google.inject.errors.ErrorMessagesTest
Tests run: 1, 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.038 sec
Running com.google.inject.name.NamedEquivalanceTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running com.google.inject.util.OverrideModuleTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running com.google.inject.matcher.MatcherTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 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.096 sec
Running com.google.inject.BindingAnnotationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.google.inject.TypeLiteralInjectionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running com.google.inject.errors.GenericErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running com.google.inject.internal.OptionalBinderTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 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.errors.DuplicateMapKeyErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
Running com.google.inject.InjectorTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running com.google.inject.BoundProviderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running com.google.inject.spi.ProviderMethodsTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec
Running com.google.inject.errors.MissingConstructorErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running com.google.inject.internal.util.LineNumbersTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running com.google.inject.spi.ModuleRewriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.google.inject.OptionalBindingTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Running com.google.inject.ImplicitBindingTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
Running com.google.inject.ProvisionExceptionTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec
Running com.google.inject.RequestInjectionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running com.google.inject.errors.ChildBindingAlreadySetErrorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
Running com.google.inject.CircularDependencyTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running com.google.inject.ModuleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.errors.ScopeNotFoundErrorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running com.google.inject.MembersInjectorTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.047 sec
Running com.google.inject.internal.MultibinderTest
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
Running com.google.inject.EagerSingletonTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.149 sec
Running com.google.inject.errors.DuplicateElementErrorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running com.google.inject.internal.InternalProvisionExceptionTest
Tests run: 1, 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.028 sec
Running com.google.inject.internal.WeakKeySetTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.65 sec
Running com.google.inject.JitBindingsTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec
Running com.googlecode.guice.Jsr330Test
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running com.google.inject.GenericInjectionTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running com.google.inject.ModulesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec

Results :

Tests run: 968, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.5:test (child-class-loading) @ 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.225 sec
Running com.google.inject.spi.ModuleAnnotatedMethodScannerTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.988 sec
Running com.google.inject.spi.SpiBindingsTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running com.google.inject.LoggerInjectionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running com.google.inject.spi.SourcesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running com.google.inject.IntegrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
Running com.google.inject.internal.aop.ImmutableStringTrieTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.942 sec
Running com.google.inject.DuplicateBindingsTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 sec
Running com.google.inject.TypeListenerTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec
Running com.google.inject.spi.ElementApplyToTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
Running com.google.inject.ReflectionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.google.inject.spi.InjectionPointTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running com.google.inject.spi.ElementSourceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.google.inject.BoundInstanceInjectionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running com.google.inject.multibindings.ProvidesIntoTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 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.internal.MessagesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running com.google.inject.TypeLiteralTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running com.google.inject.SuperclassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running com.google.inject.internal.UniqueAnnotationsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running com.google.inject.util.ProvidersTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.google.inject.spi.BindingSourceRestrictionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running com.google.inject.errors.BindingAlreadySetErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
Running com.google.inject.spi.BindingTargetVisitorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running com.google.inject.internal.MapBinderTest
Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.714 sec
Running com.google.inject.errors.NullInjectedIntoNonNullableTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
Running com.google.inject.internal.RealElementTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running com.google.inject.BindingTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec
Running com.google.inject.PrivateModuleTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
Running com.google.inject.internal.MoreTypesTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running com.google.inject.TypeLiteralTypeResolutionTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running com.google.inject.spi.ElementsTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running com.google.inject.internal.PackageNameCompressorTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running com.google.inject.errors.MissingImplementationErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
Running com.google.inject.BinderTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 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: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Running com.googlecode.guice.BytecodeGenTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec
Running com.google.inject.internal.util.ContinuousStopwatchTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.google.inject.MethodInterceptionTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running com.google.inject.spi.InjectorSpiTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec
Running com.google.inject.RestrictedBindingSourceTest
Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec
Running com.google.inject.spi.ToolStageInjectorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running com.google.inject.ParentInjectorTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running com.google.inject.BindingOrderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running com.google.inject.ProvisionExceptionsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 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: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec
Running com.google.inject.internal.CycleDetectingLockTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.google.inject.errors.ErrorMessagesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.google.inject.util.NoopOverrideTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Running com.google.inject.name.NamedEquivalanceTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
Running com.google.inject.util.OverrideModuleTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
Running com.google.inject.matcher.MatcherTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 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.076 sec
Running com.google.inject.BindingAnnotationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running com.google.inject.TypeLiteralInjectionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running com.google.inject.errors.GenericErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running com.google.inject.internal.OptionalBinderTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 sec
Running com.google.inject.spi.ModuleSourceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running com.google.inject.errors.DuplicateMapKeyErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Running com.google.inject.InjectorTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
Running com.google.inject.BoundProviderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.google.inject.spi.ProviderMethodsTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec
Running com.google.inject.errors.MissingConstructorErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.google.inject.internal.util.LineNumbersTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.google.inject.spi.ModuleRewriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running com.google.inject.OptionalBindingTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running com.google.inject.ImplicitBindingTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
Running com.google.inject.ProvisionExceptionTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running com.google.inject.RequestInjectionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running com.google.inject.errors.ChildBindingAlreadySetErrorTest
Tests run: 4, 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.085 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.015 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.errors.ScopeNotFoundErrorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running com.google.inject.MembersInjectorTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.062 sec
Running com.google.inject.internal.MultibinderTest
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 sec
Running com.google.inject.EagerSingletonTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.435 sec
Running com.google.inject.errors.DuplicateElementErrorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running com.google.inject.internal.InternalProvisionExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.google.inject.RequireAtInjectOnConstructorsTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running com.google.inject.internal.WeakKeySetTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.858 sec
Running com.google.inject.JitBindingsTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec
Running com.googlecode.guice.Jsr330Test
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
Running com.google.inject.GenericInjectionTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running com.google.inject.ModulesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec

Results :

Tests run: 968, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.5:test (without-bytecode-generation) @ 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.241 sec
Running com.google.inject.spi.ModuleAnnotatedMethodScannerTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 sec
Running com.google.inject.spi.SpiBindingsTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running com.google.inject.LoggerInjectionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
Running com.google.inject.spi.SourcesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.google.inject.IntegrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.google.inject.internal.aop.ImmutableStringTrieTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.974 sec
Running com.google.inject.DuplicateBindingsTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 sec
Running com.google.inject.TypeListenerTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 sec
Running com.google.inject.spi.ElementApplyToTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec
Running com.google.inject.ReflectionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.google.inject.spi.InjectionPointTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 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.028 sec
Running com.google.inject.multibindings.ProvidesIntoTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
Running com.google.inject.internal.ProxyFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
Running com.google.inject.internal.MessagesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 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.009 sec
Running com.google.inject.internal.UniqueAnnotationsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.google.inject.util.ProvidersTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.google.inject.spi.BindingSourceRestrictionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running com.google.inject.errors.BindingAlreadySetErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 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: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 sec
Running com.google.inject.errors.NullInjectedIntoNonNullableTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running com.google.inject.internal.RealElementTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running com.google.inject.BindingTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
Running com.google.inject.PrivateModuleTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
Running com.google.inject.internal.MoreTypesTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running com.google.inject.TypeLiteralTypeResolutionTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
Running com.google.inject.spi.ElementsTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running com.google.inject.internal.PackageNameCompressorTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running com.google.inject.errors.MissingImplementationErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
Running com.google.inject.BinderTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running com.google.inject.ProviderInjectionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running com.google.inject.NullableInjectionPointTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running com.googlecode.guice.BytecodeGenTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running com.google.inject.internal.util.ContinuousStopwatchTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.google.inject.MethodInterceptionTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.google.inject.spi.InjectorSpiTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
Running com.google.inject.RestrictedBindingSourceTest
Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
Running com.google.inject.spi.ToolStageInjectorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.google.inject.ParentInjectorTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 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.046 sec
Running com.google.inject.name.NamesTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.google.inject.KeyTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec
Running com.google.inject.internal.CycleDetectingLockTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running com.google.inject.errors.ErrorMessagesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running com.google.inject.util.NoopOverrideTest
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running com.google.inject.name.NamedEquivalanceTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running com.google.inject.util.OverrideModuleTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
Running com.google.inject.matcher.MatcherTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 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.089 sec
Running com.google.inject.BindingAnnotationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.google.inject.TypeLiteralInjectionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running com.google.inject.errors.GenericErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running com.google.inject.internal.OptionalBinderTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 sec
Running com.google.inject.spi.ModuleSourceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running com.google.inject.errors.DuplicateMapKeyErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
Running com.google.inject.InjectorTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 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: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
Running com.google.inject.errors.MissingConstructorErrorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running com.google.inject.internal.util.LineNumbersTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.google.inject.spi.ModuleRewriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running com.google.inject.OptionalBindingTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running com.google.inject.ImplicitBindingTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running com.google.inject.ProvisionExceptionTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running com.google.inject.RequestInjectionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running com.google.inject.errors.ChildBindingAlreadySetErrorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running com.google.inject.CircularDependencyTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running com.google.inject.ModuleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running com.google.inject.SerializationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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.errors.ScopeNotFoundErrorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.google.inject.MembersInjectorTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.053 sec
Running com.google.inject.internal.MultibinderTest
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 sec
Running com.google.inject.EagerSingletonTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.264 sec
Running com.google.inject.errors.DuplicateElementErrorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.google.inject.internal.InternalProvisionExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.google.inject.RequireAtInjectOnConstructorsTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running com.google.inject.internal.WeakKeySetTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.663 sec
Running com.google.inject.JitBindingsTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec
Running com.googlecode.guice.Jsr330Test
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running com.google.inject.GenericInjectionTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running com.google.inject.ModulesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

Tests run: 968, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (default) @ guice ---
[WARNING] Manifest com.google.inject:guice:jar:5.0.2-SNAPSHOT : Export com.google.inject.spi,  has 1,  private references [com.google.inject.internal], 
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ guice ---
[INFO] Building jar: /builds/workspace/Google Guice/core/target/guice-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ guice ---
[INFO] Building jar: /builds/workspace/Google Guice/core/target/guice-5.0.2-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] 
[INFO] --- maven-source-plugin:2.1.2:jar (default) @ guice ---
[INFO] com already added, skipping
[INFO] com/google already added, skipping
[INFO] com/google/inject already added, skipping
[INFO] com/google/inject/name already added, skipping
[INFO] com/google/inject/matcher already added, skipping
[INFO] com/google/inject/binder already added, skipping
[INFO] com/google/inject/multibindings already added, skipping
[INFO] com/google/inject/internal already added, skipping
[INFO] com/google/inject/internal/aop already added, skipping
[INFO] com/google/inject/internal/util already added, skipping
[INFO] com/google/inject/util already added, skipping
[INFO] com/google/inject/spi already added, skipping
[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-5.0.2-SNAPSHOT-sources.jar
[INFO] com already added, skipping
[INFO] com/google already added, skipping
[INFO] com/google/inject already added, skipping
[INFO] com/google/inject/name already added, skipping
[INFO] com/google/inject/matcher already added, skipping
[INFO] com/google/inject/binder already added, skipping
[INFO] com/google/inject/multibindings already added, skipping
[INFO] com/google/inject/internal already added, skipping
[INFO] com/google/inject/internal/aop already added, skipping
[INFO] com/google/inject/internal/util already added, skipping
[INFO] com/google/inject/util already added, skipping
[INFO] com/google/inject/spi already added, skipping
[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] 
[INFO] --- maven-source-plugin:2.1.2:test-jar (default) @ guice ---
[INFO] com already added, skipping
[INFO] com/google already added, skipping
[INFO] com/google/inject already added, skipping
[INFO] com/google/inject/name already added, skipping
[INFO] com/google/inject/errors already added, skipping
[INFO] com/google/inject/errors/testdata already added, skipping
[INFO] com/google/inject/matcher already added, skipping
[INFO] com/google/inject/example already added, skipping
[INFO] com/google/inject/multibindings already added, skipping
[INFO] com/google/inject/internal already added, skipping
[INFO] com/google/inject/internal/aop already added, skipping
[INFO] com/google/inject/internal/util already added, skipping
[INFO] com/google/inject/util already added, skipping
[INFO] com/google/inject/spi already added, skipping
[INFO] com/googlecode already added, skipping
[INFO] com/googlecode/guice already added, skipping
[INFO] com/googlecode/guice/bundle already added, skipping
[INFO] com/google/inject/errors/testdata/missing_implementation_with_hints.txt already added, skipping
[INFO] com/google/inject/errors/testdata/multiple_duplicate_elements_error.txt already added, skipping
[INFO] com/google/inject/errors/testdata/missing_implementation_with_module_stack.txt already added, skipping
[INFO] com/google/inject/errors/testdata/null_returned_from_provider.txt already added, skipping
[INFO] com/google/inject/errors/testdata/multiple_duplicate_map_keys_error.txt already added, skipping
[INFO] com/google/inject/errors/testdata/error_injecting_constructor.txt already added, skipping
[INFO] com/google/inject/errors/testdata/child_binding_already_set_multiple_times_error.txt already added, skipping
[INFO] com/google/inject/errors/testdata/child_binding_already_set_by_just_in_time_binding.txt already added, skipping
[INFO] com/google/inject/errors/testdata/missing_constructor_errors_at_inject_required.txt already added, skipping
[INFO] com/google/inject/errors/testdata/missing_implementation_errors.txt already added, skipping
[INFO] com/google/inject/errors/testdata/null_returned_from_provides_method.txt already added, skipping
[INFO] com/google/inject/errors/testdata/binding_already_set_errors_with_module_stack.txt already added, skipping
[INFO] com/google/inject/errors/testdata/class_names_are_compressed_in_error_message.txt already added, skipping
[INFO] com/google/inject/errors/testdata/duplicate_map_keys_error_class_key_is_not_compressed.txt already added, skipping
[INFO] com/google/inject/errors/testdata/single_binding_already_set_error.txt already added, skipping
[INFO] com/google/inject/errors/testdata/missing_constructor_errors_merged.txt already added, skipping
[INFO] com/google/inject/errors/testdata/child_binding_already_set_error.txt already added, skipping
[INFO] com/google/inject/errors/testdata/custom_error.txt already added, skipping
[INFO] com/google/inject/errors/testdata/duplicate_element_error.txt already added, skipping
[INFO] com/google/inject/errors/testdata/error_in_custom_provider.txt already added, skipping
[INFO] com/google/inject/errors/testdata/null_returned_from_provider_with_module_stack.txt already added, skipping
[INFO] com/google/inject/errors/testdata/missing_constructor_errors.txt already added, skipping
[INFO] com/google/inject/errors/testdata/multiple_child_binding_already_set_errors.txt already added, skipping
[INFO] com/google/inject/errors/testdata/multiple_binding_already_set_errors.txt already added, skipping
[INFO] com/google/inject/errors/testdata/duplicate_map_key_error.txt already added, skipping
[INFO] com/google/inject/errors/testdata/scope_not_found_error.txt already added, skipping
[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-5.0.2-SNAPSHOT-test-sources.jar
[INFO] com already added, skipping
[INFO] com/google already added, skipping
[INFO] com/google/inject already added, skipping
[INFO] com/google/inject/name already added, skipping
[INFO] com/google/inject/errors already added, skipping
[INFO] com/google/inject/errors/testdata already added, skipping
[INFO] com/google/inject/matcher already added, skipping
[INFO] com/google/inject/example already added, skipping
[INFO] com/google/inject/multibindings already added, skipping
[INFO] com/google/inject/internal already added, skipping
[INFO] com/google/inject/internal/aop already added, skipping
[INFO] com/google/inject/internal/util already added, skipping
[INFO] com/google/inject/util already added, skipping
[INFO] com/google/inject/spi already added, skipping
[INFO] com/googlecode already added, skipping
[INFO] com/googlecode/guice already added, skipping
[INFO] com/googlecode/guice/bundle already added, skipping
[INFO] com/google/inject/errors/testdata/missing_implementation_with_hints.txt already added, skipping
[INFO] com/google/inject/errors/testdata/multiple_duplicate_elements_error.txt already added, skipping
[INFO] com/google/inject/errors/testdata/missing_implementation_with_module_stack.txt already added, skipping
[INFO] com/google/inject/errors/testdata/null_returned_from_provider.txt already added, skipping
[INFO] com/google/inject/errors/testdata/multiple_duplicate_map_keys_error.txt already added, skipping
[INFO] com/google/inject/errors/testdata/error_injecting_constructor.txt already added, skipping
[INFO] com/google/inject/errors/testdata/child_binding_already_set_multiple_times_error.txt already added, skipping
[INFO] com/google/inject/errors/testdata/child_binding_already_set_by_just_in_time_binding.txt already added, skipping
[INFO] com/google/inject/errors/testdata/missing_constructor_errors_at_inject_required.txt already added, skipping
[INFO] com/google/inject/errors/testdata/missing_implementation_errors.txt already added, skipping
[INFO] com/google/inject/errors/testdata/null_returned_from_provides_method.txt already added, skipping
[INFO] com/google/inject/errors/testdata/binding_already_set_errors_with_module_stack.txt already added, skipping
[INFO] com/google/inject/errors/testdata/class_names_are_compressed_in_error_message.txt already added, skipping
[INFO] com/google/inject/errors/testdata/duplicate_map_keys_error_class_key_is_not_compressed.txt already added, skipping
[INFO] com/google/inject/errors/testdata/single_binding_already_set_error.txt already added, skipping
[INFO] com/google/inject/errors/testdata/missing_constructor_errors_merged.txt already added, skipping
[INFO] com/google/inject/errors/testdata/child_binding_already_set_error.txt already added, skipping
[INFO] com/google/inject/errors/testdata/custom_error.txt already added, skipping
[INFO] com/google/inject/errors/testdata/duplicate_element_error.txt already added, skipping
[INFO] com/google/inject/errors/testdata/error_in_custom_provider.txt already added, skipping
[INFO] com/google/inject/errors/testdata/null_returned_from_provider_with_module_stack.txt already added, skipping
[INFO] com/google/inject/errors/testdata/missing_constructor_errors.txt already added, skipping
[INFO] com/google/inject/errors/testdata/multiple_child_binding_already_set_errors.txt already added, skipping
[INFO] com/google/inject/errors/testdata/multiple_binding_already_set_errors.txt already added, skipping
[INFO] com/google/inject/errors/testdata/duplicate_map_key_error.txt already added, skipping
[INFO] com/google/inject/errors/testdata/scope_not_found_error.txt already added, skipping
[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:3.2.0:jar (default) @ guice ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- jarjar-maven-plugin:1.9:jarjar (jarjar) @ guice ---
[INFO] Processing: /builds/workspace/Google Guice/core/target/guice-5.0.2-SNAPSHOT.jar
[INFO] Building zip: /builds/workspace/Google Guice/core/target/jarjar/uber-guice-5.0.2-SNAPSHOT.jar
[INFO] JarJar'ing to: /builds/workspace/Google Guice/core/target/guice-5.0.2-SNAPSHOT.jar
Error reading com/google/inject/internal/DeclaredMembers.class: INVOKESPECIAL/STATIC on interfaces require ASM 5
Error reading com/google/inject/internal/PackageNameCompressor.class: INVOKESPECIAL/STATIC on interfaces require ASM 5
Error reading com/google/inject/spi/BindingSourceRestriction.class: INVOKESPECIAL/STATIC on interfaces require ASM 5
Error reading module-info.class: null
[INFO] Original: /builds/workspace/Google Guice/core/target/original-guice-5.0.2-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.4:install (default-install) @ guice ---
[INFO] Installing /builds/workspace/Google Guice/core/target/guice-5.0.2-SNAPSHOT.jar to /builds/.m2/repository/com/google/inject/guice/5.0.2-SNAPSHOT/guice-5.0.2-SNAPSHOT.jar
[INFO] Installing /builds/workspace/Google Guice/core/pom.xml to /builds/.m2/repository/com/google/inject/guice/5.0.2-SNAPSHOT/guice-5.0.2-SNAPSHOT.pom
[INFO] Installing /builds/workspace/Google Guice/core/target/guice-5.0.2-SNAPSHOT-tests.jar to /builds/.m2/repository/com/google/inject/guice/5.0.2-SNAPSHOT/guice-5.0.2-SNAPSHOT-tests.jar
[INFO] Installing /builds/workspace/Google Guice/core/target/guice-5.0.2-SNAPSHOT-sources.jar to /builds/.m2/repository/com/google/inject/guice/5.0.2-SNAPSHOT/guice-5.0.2-SNAPSHOT-sources.jar
[INFO] Installing /builds/workspace/Google Guice/core/target/guice-5.0.2-SNAPSHOT-test-sources.jar to /builds/.m2/repository/com/google/inject/guice/5.0.2-SNAPSHOT/guice-5.0.2-SNAPSHOT-test-sources.jar
[INFO] Installing /builds/workspace/Google Guice/core/target/original-guice-5.0.2-SNAPSHOT.jar to /builds/.m2/repository/com/google/inject/guice/5.0.2-SNAPSHOT/guice-5.0.2-SNAPSHOT-classes.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Google Guice 5.0.2-SNAPSHOT:
[INFO] 
[INFO] Google Guice ....................................... SUCCESS [  1.191 s]
[INFO] Google Guice - Core Library ........................ SUCCESS [01:55 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:56 min
[INFO] Finished at: 2023-12-13T21:45:07+01:00
[INFO] ------------------------------------------------------------------------
bash: line 97: bc: command not found
 
--- Displays results of the maven compile ---
Time to compile: 
Number of tests: 968
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
-------------------------------------------------------
 
bash: line 182: MAVEN_COMMAND: command not found
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[WARNING] The project com.google.inject:guice-parent:pom:5.0.2-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Google Guice                                                       [pom]
[INFO] Google Guice - Core Library                                        [jar]
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-maven-plugin/3.8-SNAPSHOT/maven-metadata.xml
Progress (1): 783 B
                   
Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-maven-plugin/3.8-SNAPSHOT/maven-metadata.xml (783 B at 566 B/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-maven-plugin/3.8-SNAPSHOT/spoon-maven-plugin-3.8-20230914.051956-2.pom
Progress (1): 4.1/8.5 kB
Progress (1): 7.8/8.5 kB
Progress (1): 8.5 kB    
                    
Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-maven-plugin/3.8-SNAPSHOT/spoon-maven-plugin-3.8-20230914.051956-2.pom (8.5 kB at 36 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-maven-plugin/3.8-SNAPSHOT/spoon-maven-plugin-3.8-20230914.051956-2.jar
Progress (1): 4.1/34 kB
Progress (1): 7.8/34 kB
Progress (1): 12/34 kB 
Progress (1): 16/34 kB
Progress (1): 20/34 kB
Progress (1): 24/34 kB
Progress (1): 28/34 kB
Progress (1): 32/34 kB
Progress (1): 34 kB   
                   
Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-maven-plugin/3.8-SNAPSHOT/spoon-maven-plugin-3.8-20230914.051956-2.jar (34 kB at 109 kB/s)
[INFO] 
[INFO] -------------------< com.google.inject:guice-parent >-------------------
[INFO] Building Google Guice 5.0.2-SNAPSHOT                               [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:purge-local-repository (default-cli) @ guice-parent ---
[INFO] 
[INFO] ----------------------< com.google.inject:guice >-----------------------
[INFO] Building Google Guice - Core Library 5.0.2-SNAPSHOT                [2/2]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:purge-local-repository (default-cli) @ guice ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Google Guice 5.0.2-SNAPSHOT:
[INFO] 
[INFO] Google Guice ....................................... SUCCESS [  1.679 s]
[INFO] Google Guice - Core Library ........................ SUCCESS [  0.357 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.692 s
[INFO] Finished at: 2023-12-13T21:45:17+01:00
[INFO] ------------------------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[WARNING] The project com.google.inject:guice-parent:pom:5.0.2-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Google Guice                                                       [pom]
[INFO] Google Guice - Core Library                                        [jar]
[INFO] 
[INFO] -------------------< com.google.inject:guice-parent >-------------------
[INFO] Building Google Guice 5.0.2-SNAPSHOT                               [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ guice-parent ---
[INFO] 
[INFO] ----------------------< com.google.inject:guice >-----------------------
[INFO] Building Google Guice - Core Library 5.0.2-SNAPSHOT                [2/2]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ guice ---
[INFO] Deleting /builds/workspace/Google Guice/core/target
[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] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ guice ---
[INFO] Compiling 251 source files to /builds/workspace/Google Guice/core/target/classes
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (check-java-1.8-compat) @ guice ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ guice ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 26 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ guice ---
[INFO] Compiling 114 source files to /builds/workspace/Google Guice/core/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.5:test (default-test) @ guice ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.5:test (stack-traces-off) @ guice ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.5:test (stack-traces-complete) @ guice ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.5:test (anonymous-class-loading) @ guice ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.5:test (child-class-loading) @ guice ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.5:test (without-bytecode-generation) @ guice ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Google Guice 5.0.2-SNAPSHOT:
[INFO] 
[INFO] Google Guice ....................................... SUCCESS [  0.291 s]
[INFO] Google Guice - Core Library ........................ SUCCESS [ 25.067 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  25.792 s
[INFO] Finished at: 2023-12-13T21:45:46+01:00
[INFO] ------------------------------------------------------------------------
bash: line 197: bc: command not found
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[WARNING] The project com.google.inject:guice-parent:pom:5.0.2-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Google Guice                                                       [pom]
[INFO] Google Guice - Core Library                                        [jar]
[INFO] 
[INFO] -------------------< com.google.inject:guice-parent >-------------------
[INFO] Building Google Guice 5.0.2-SNAPSHOT                               [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- spoon-maven-plugin:3.8-SNAPSHOT:generate (default-cli) @ guice-parent ---
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml
Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml
Progress (1): 2.8/10 kB
Progress (1): 5.5/10 kB
Progress (1): 8.3/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (10 kB at 15 kB/s)
Progress (1): 292 B
Progress (2): 292 B | 292 B
                           
Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (292 B at 368 B/s)
Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/maven-metadata.xml (292 B at 368 B/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom
Progress (1): 2.8/22 kB
Progress (1): 5.5/22 kB
Progress (1): 8.3/22 kB
Progress (1): 11/22 kB 
Progress (1): 14/22 kB
Progress (1): 17/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom (22 kB at 222 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.1.0/spoon-core-7.1.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.1.0/spoon-core-7.1.0.pom
Progress (1): 2.8/23 kB
Progress (1): 5.5/23 kB
Progress (1): 8.3/23 kB
Progress (1): 11/23 kB 
Progress (1): 14/23 kB
Progress (1): 17/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.1.0/spoon-core-7.1.0.pom (23 kB at 237 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.2.0/spoon-core-7.2.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.2.0/spoon-core-7.2.0.pom
Progress (1): 2.8/6.9 kB
Progress (1): 5.5/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.2.0/spoon-core-7.2.0.pom (6.9 kB at 144 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom
Progress (1): 4.1/21 kB
Progress (1): 8.2/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom (21 kB at 291 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.3.0/spoon-core-7.3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.3.0/spoon-core-7.3.0.pom
Progress (1): 4.1/6.7 kB
Progress (1): 6.7 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.3.0/spoon-core-7.3.0.pom (6.7 kB at 76 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-09/spoon-core-7.4.0-beta-09.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 81 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-10/spoon-core-7.4.0-beta-10.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 114 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-11/spoon-core-7.4.0-beta-11.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 174 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-12/spoon-core-7.4.0-beta-12.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 76 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-13/spoon-core-7.4.0-beta-13.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 157 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-14/spoon-core-7.4.0-beta-14.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 88 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-15/spoon-core-7.4.0-beta-15.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 120 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-16/spoon-core-7.4.0-beta-16.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 112 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-17/spoon-core-7.4.0-beta-17.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 132 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-18/spoon-core-7.4.0-beta-18.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 140 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0-beta-19/spoon-core-7.4.0-beta-19.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 150 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.4.0/spoon-core-7.4.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0/spoon-core-7.4.0.pom
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.4.0/spoon-core-7.4.0.pom (6.6 kB at 122 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-1/spoon-core-7.5.0-beta-1.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 122 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-2/spoon-core-7.5.0-beta-2.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 143 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-3/spoon-core-7.5.0-beta-3.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 157 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-4/spoon-core-7.5.0-beta-4.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 54 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-5/spoon-core-7.5.0-beta-5.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 137 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-6/spoon-core-7.5.0-beta-6.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 135 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-7/spoon-core-7.5.0-beta-7.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 122 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-8/spoon-core-7.5.0-beta-8.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 140 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-9/spoon-core-7.5.0-beta-9.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 132 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-20/spoon-core-7.5.0-beta-20.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 122 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-beta-21/spoon-core-7.5.0-beta-21.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 143 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom (6.6 kB at 137 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-1/spoon-core-7.6.0-beta-1.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 143 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-2/spoon-core-7.6.0-beta-2.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 96 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-3/spoon-core-7.6.0-beta-3.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 147 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-4/spoon-core-7.6.0-beta-4.pom
Downloading from central: 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
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from central: 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 (6.6 kB at 147 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-5/spoon-core-7.6.0-beta-5.pom
Downloading from central: 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
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from central: 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.1 kB at 120 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.6.0-beta-6/spoon-core-7.6.0-beta-6.pom
Downloading from central: 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
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from central: 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.1 kB at 149 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.6.0/spoon-core-7.6.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0/spoon-core-7.6.0.pom
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.6.0/spoon-core-7.6.0.pom (6.1 kB at 127 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.0.0-beta-1/spoon-core-8.0.0-beta-1.pom
Downloading from central: 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
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from central: 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.1 kB at 127 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom (6.1 kB at 117 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-1/spoon-core-8.1.0-beta-1.pom
Downloading from central: 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
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from central: 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.1 kB at 124 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-2/spoon-core-8.1.0-beta-2.pom
Downloading from central: 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
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from central: 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.1 kB at 120 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-3/spoon-core-8.1.0-beta-3.pom
Downloading from central: 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
Progress (1): 4.1/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from central: 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 (6.9 kB at 141 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-4/spoon-core-8.1.0-beta-4.pom
Downloading from central: 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
Progress (1): 4.1/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from central: 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 (6.9 kB at 168 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-5/spoon-core-8.1.0-beta-5.pom
Downloading from central: 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
Progress (1): 4.1/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from central: 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 (6.9 kB at 156 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-6/spoon-core-8.1.0-beta-6.pom
Downloading from central: 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
Progress (1): 4.1/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from central: 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 (6.9 kB at 150 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-7/spoon-core-8.1.0-beta-7.pom
Downloading from central: 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
Progress (1): 4.1/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from central: 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 (6.9 kB at 181 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-8/spoon-core-8.1.0-beta-8.pom
Downloading from central: 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
Progress (1): 4.1/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from central: 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 (6.9 kB at 160 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-9/spoon-core-8.1.0-beta-9.pom
Downloading from central: 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
Progress (1): 4.1/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from central: 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 (6.9 kB at 156 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-10/spoon-core-8.1.0-beta-10.pom
Downloading from central: 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
Progress (1): 4.1/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from central: 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 (6.9 kB at 177 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-11/spoon-core-8.1.0-beta-11.pom
Downloading from central: 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
Progress (1): 4.1/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from central: 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 (6.9 kB at 223 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-12/spoon-core-8.1.0-beta-12.pom
Downloading from central: 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
Progress (1): 4.1/7.1 kB
Progress (1): 7.1 kB    
                    
Downloaded from central: 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.1 kB at 166 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-13/spoon-core-8.1.0-beta-13.pom
Downloading from central: 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
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from central: 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 (7.3 kB at 244 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-14/spoon-core-8.1.0-beta-14.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-14/spoon-core-8.1.0-beta-14.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-14/spoon-core-8.1.0-beta-14.pom (7.3 kB at 166 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-15/spoon-core-8.1.0-beta-15.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-15/spoon-core-8.1.0-beta-15.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-15/spoon-core-8.1.0-beta-15.pom (7.3 kB at 188 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-16/spoon-core-8.1.0-beta-16.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-16/spoon-core-8.1.0-beta-16.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-16/spoon-core-8.1.0-beta-16.pom (7.3 kB at 174 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-17/spoon-core-8.1.0-beta-17.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-17/spoon-core-8.1.0-beta-17.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-17/spoon-core-8.1.0-beta-17.pom (7.3 kB at 152 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-18/spoon-core-8.1.0-beta-18.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-18/spoon-core-8.1.0-beta-18.pom
Progress (1): 4.1/7.5 kB
Progress (1): 7.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-18/spoon-core-8.1.0-beta-18.pom (7.5 kB at 187 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-19/spoon-core-8.1.0-beta-19.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-19/spoon-core-8.1.0-beta-19.pom
Progress (1): 4.1/7.5 kB
Progress (1): 7.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0-beta-19/spoon-core-8.1.0-beta-19.pom (7.5 kB at 192 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0/spoon-core-8.1.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0/spoon-core-8.1.0.pom
Progress (1): 4.1/7.5 kB
Progress (1): 7.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0/spoon-core-8.1.0.pom (7.5 kB at 170 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-1/spoon-core-8.2.0-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-1/spoon-core-8.2.0-beta-1.pom
Progress (1): 4.1/7.5 kB
Progress (1): 7.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-1/spoon-core-8.2.0-beta-1.pom (7.5 kB at 156 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-2/spoon-core-8.2.0-beta-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-2/spoon-core-8.2.0-beta-2.pom
Progress (1): 4.1/7.5 kB
Progress (1): 7.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-2/spoon-core-8.2.0-beta-2.pom (7.5 kB at 163 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-3/spoon-core-8.2.0-beta-3.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-3/spoon-core-8.2.0-beta-3.pom
Progress (1): 4.1/7.5 kB
Progress (1): 7.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-3/spoon-core-8.2.0-beta-3.pom (7.5 kB at 144 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-4/spoon-core-8.2.0-beta-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-4/spoon-core-8.2.0-beta-4.pom
Progress (1): 4.1/7.5 kB
Progress (1): 7.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-4/spoon-core-8.2.0-beta-4.pom (7.5 kB at 192 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-5/spoon-core-8.2.0-beta-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-5/spoon-core-8.2.0-beta-5.pom
Progress (1): 4.1/7.5 kB
Progress (1): 7.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-5/spoon-core-8.2.0-beta-5.pom (7.5 kB at 178 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-6/spoon-core-8.2.0-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-6/spoon-core-8.2.0-beta-6.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-6/spoon-core-8.2.0-beta-6.pom (7.8 kB at 189 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-7/spoon-core-8.2.0-beta-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-7/spoon-core-8.2.0-beta-7.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-7/spoon-core-8.2.0-beta-7.pom (7.8 kB at 194 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-8/spoon-core-8.2.0-beta-8.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-8/spoon-core-8.2.0-beta-8.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-8/spoon-core-8.2.0-beta-8.pom (7.8 kB at 165 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-9/spoon-core-8.2.0-beta-9.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-9/spoon-core-8.2.0-beta-9.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-9/spoon-core-8.2.0-beta-9.pom (7.8 kB at 204 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-10/spoon-core-8.2.0-beta-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-10/spoon-core-8.2.0-beta-10.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-10/spoon-core-8.2.0-beta-10.pom (7.8 kB at 165 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-11/spoon-core-8.2.0-beta-11.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-11/spoon-core-8.2.0-beta-11.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-11/spoon-core-8.2.0-beta-11.pom (7.8 kB at 155 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-12/spoon-core-8.2.0-beta-12.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-12/spoon-core-8.2.0-beta-12.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-12/spoon-core-8.2.0-beta-12.pom (7.8 kB at 216 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-13/spoon-core-8.2.0-beta-13.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-13/spoon-core-8.2.0-beta-13.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-13/spoon-core-8.2.0-beta-13.pom (7.8 kB at 165 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-14/spoon-core-8.2.0-beta-14.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-14/spoon-core-8.2.0-beta-14.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-14/spoon-core-8.2.0-beta-14.pom (7.8 kB at 189 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-15/spoon-core-8.2.0-beta-15.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-15/spoon-core-8.2.0-beta-15.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-15/spoon-core-8.2.0-beta-15.pom (7.8 kB at 228 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-16/spoon-core-8.2.0-beta-16.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-16/spoon-core-8.2.0-beta-16.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-16/spoon-core-8.2.0-beta-16.pom (7.8 kB at 194 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-17/spoon-core-8.2.0-beta-17.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-17/spoon-core-8.2.0-beta-17.pom
Progress (1): 4.1/7.4 kB
Progress (1): 7.4 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-17/spoon-core-8.2.0-beta-17.pom (7.4 kB at 239 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-18/spoon-core-8.2.0-beta-18.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-18/spoon-core-8.2.0-beta-18.pom
Progress (1): 4.1/7.4 kB
Progress (1): 7.4 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-18/spoon-core-8.2.0-beta-18.pom (7.4 kB at 190 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0/spoon-core-8.2.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0/spoon-core-8.2.0.pom
Progress (1): 4.1/7.4 kB
Progress (1): 7.4 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0/spoon-core-8.2.0.pom (7.4 kB at 161 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-1/spoon-core-8.3.0-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-1/spoon-core-8.3.0-beta-1.pom
Progress (1): 4.1/7.4 kB
Progress (1): 7.4 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-1/spoon-core-8.3.0-beta-1.pom (7.4 kB at 264 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-2/spoon-core-8.3.0-beta-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-2/spoon-core-8.3.0-beta-2.pom
Progress (1): 4.1/7.4 kB
Progress (1): 7.4 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-2/spoon-core-8.3.0-beta-2.pom (7.4 kB at 211 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-3/spoon-core-8.3.0-beta-3.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-3/spoon-core-8.3.0-beta-3.pom
Progress (1): 4.1/7.4 kB
Progress (1): 7.4 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-3/spoon-core-8.3.0-beta-3.pom (7.4 kB at 274 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-4/spoon-core-8.3.0-beta-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-4/spoon-core-8.3.0-beta-4.pom
Progress (1): 4.1/7.4 kB
Progress (1): 7.4 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-4/spoon-core-8.3.0-beta-4.pom (7.4 kB at 285 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-5/spoon-core-8.3.0-beta-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-5/spoon-core-8.3.0-beta-5.pom
Progress (1): 4.1/7.4 kB
Progress (1): 7.4 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-5/spoon-core-8.3.0-beta-5.pom (7.4 kB at 264 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-6/spoon-core-8.3.0-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-6/spoon-core-8.3.0-beta-6.pom
Progress (1): 4.1/7.4 kB
Progress (1): 7.4 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-6/spoon-core-8.3.0-beta-6.pom (7.4 kB at 285 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-7/spoon-core-8.3.0-beta-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-7/spoon-core-8.3.0-beta-7.pom
Progress (1): 4.1/7.4 kB
Progress (1): 7.4 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-7/spoon-core-8.3.0-beta-7.pom (7.4 kB at 218 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-8/spoon-core-8.3.0-beta-8.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-8/spoon-core-8.3.0-beta-8.pom
Progress (1): 4.1/8.2 kB
Progress (1): 8.2 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-8/spoon-core-8.3.0-beta-8.pom (8.2 kB at 248 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-9/spoon-core-8.3.0-beta-9.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-9/spoon-core-8.3.0-beta-9.pom
Progress (1): 4.1/8.2 kB
Progress (1): 8.2 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-9/spoon-core-8.3.0-beta-9.pom (8.2 kB at 263 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-10/spoon-core-8.3.0-beta-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-10/spoon-core-8.3.0-beta-10.pom
Progress (1): 4.1/8.3 kB
Progress (1): 8.2/8.3 kB
Progress (1): 8.3 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-10/spoon-core-8.3.0-beta-10.pom (8.3 kB at 285 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-11/spoon-core-8.3.0-beta-11.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-11/spoon-core-8.3.0-beta-11.pom
Progress (1): 4.1/8.3 kB
Progress (1): 8.2/8.3 kB
Progress (1): 8.3 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-11/spoon-core-8.3.0-beta-11.pom (8.3 kB at 275 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-12/spoon-core-8.3.0-beta-12.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-12/spoon-core-8.3.0-beta-12.pom
Progress (1): 4.1/8.3 kB
Progress (1): 8.2/8.3 kB
Progress (1): 8.3 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-12/spoon-core-8.3.0-beta-12.pom (8.3 kB at 236 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-13/spoon-core-8.3.0-beta-13.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-13/spoon-core-8.3.0-beta-13.pom
Progress (1): 4.1/9.4 kB
Progress (1): 8.2/9.4 kB
Progress (1): 9.4 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0-beta-13/spoon-core-8.3.0-beta-13.pom (9.4 kB at 208 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.3.0/spoon-core-8.3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0/spoon-core-8.3.0.pom
Progress (1): 4.1/9.4 kB
Progress (1): 8.2/9.4 kB
Progress (1): 9.4 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.3.0/spoon-core-8.3.0.pom (9.4 kB at 253 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-1/spoon-core-8.4.0-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-1/spoon-core-8.4.0-beta-1.pom
Progress (1): 4.1/9.4 kB
Progress (1): 8.2/9.4 kB
Progress (1): 9.4 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-1/spoon-core-8.4.0-beta-1.pom (9.4 kB at 229 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-2/spoon-core-8.4.0-beta-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-2/spoon-core-8.4.0-beta-2.pom
Progress (1): 4.1/9.4 kB
Progress (1): 8.2/9.4 kB
Progress (1): 9.4 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-2/spoon-core-8.4.0-beta-2.pom (9.4 kB at 213 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-3/spoon-core-8.4.0-beta-3.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-3/spoon-core-8.4.0-beta-3.pom
Progress (1): 4.1/9.5 kB
Progress (1): 8.2/9.5 kB
Progress (1): 9.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-3/spoon-core-8.4.0-beta-3.pom (9.5 kB at 194 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-4/spoon-core-8.4.0-beta-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-4/spoon-core-8.4.0-beta-4.pom
Progress (1): 4.1/9.5 kB
Progress (1): 8.2/9.5 kB
Progress (1): 9.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-4/spoon-core-8.4.0-beta-4.pom (9.5 kB at 351 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-5/spoon-core-8.4.0-beta-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-5/spoon-core-8.4.0-beta-5.pom
Progress (1): 4.1/9.5 kB
Progress (1): 8.2/9.5 kB
Progress (1): 9.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-5/spoon-core-8.4.0-beta-5.pom (9.5 kB at 137 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-6/spoon-core-8.4.0-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-6/spoon-core-8.4.0-beta-6.pom
Progress (1): 4.1/9.5 kB
Progress (1): 8.2/9.5 kB
Progress (1): 9.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-6/spoon-core-8.4.0-beta-6.pom (9.5 kB at 250 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-7/spoon-core-8.4.0-beta-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-7/spoon-core-8.4.0-beta-7.pom
Progress (1): 4.1/9.5 kB
Progress (1): 8.2/9.5 kB
Progress (1): 9.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-7/spoon-core-8.4.0-beta-7.pom (9.5 kB at 243 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-8/spoon-core-8.4.0-beta-8.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-8/spoon-core-8.4.0-beta-8.pom
Progress (1): 4.1/9.5 kB
Progress (1): 8.2/9.5 kB
Progress (1): 9.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-8/spoon-core-8.4.0-beta-8.pom (9.5 kB at 250 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-9/spoon-core-8.4.0-beta-9.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-9/spoon-core-8.4.0-beta-9.pom
Progress (1): 4.1/9.5 kB
Progress (1): 8.2/9.5 kB
Progress (1): 9.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-9/spoon-core-8.4.0-beta-9.pom (9.5 kB at 190 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-10/spoon-core-8.4.0-beta-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-10/spoon-core-8.4.0-beta-10.pom
Progress (1): 4.1/9.5 kB
Progress (1): 8.2/9.5 kB
Progress (1): 9.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-10/spoon-core-8.4.0-beta-10.pom (9.5 kB at 287 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-11/spoon-core-8.4.0-beta-11.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-11/spoon-core-8.4.0-beta-11.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-11/spoon-core-8.4.0-beta-11.pom (10 kB at 188 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-12/spoon-core-8.4.0-beta-12.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-12/spoon-core-8.4.0-beta-12.pom
Progress (1): 4.1/10.0 kB
Progress (1): 8.2/10.0 kB
Progress (1): 10.0 kB    
                     
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-12/spoon-core-8.4.0-beta-12.pom (10.0 kB at 126 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-13/spoon-core-8.4.0-beta-13.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-13/spoon-core-8.4.0-beta-13.pom
Progress (1): 4.1/10.0 kB
Progress (1): 8.2/10.0 kB
Progress (1): 10.0 kB    
                     
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-13/spoon-core-8.4.0-beta-13.pom (10.0 kB at 195 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-14/spoon-core-8.4.0-beta-14.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-14/spoon-core-8.4.0-beta-14.pom
Progress (1): 4.1/10.0 kB
Progress (1): 8.2/10.0 kB
Progress (1): 10.0 kB    
                     
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-14/spoon-core-8.4.0-beta-14.pom (10.0 kB at 208 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-15/spoon-core-8.4.0-beta-15.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-15/spoon-core-8.4.0-beta-15.pom
Progress (1): 4.1/10.0 kB
Progress (1): 8.2/10.0 kB
Progress (1): 10.0 kB    
                     
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-15/spoon-core-8.4.0-beta-15.pom (10.0 kB at 277 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-16/spoon-core-8.4.0-beta-16.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-16/spoon-core-8.4.0-beta-16.pom
Progress (1): 4.1/10.0 kB
Progress (1): 8.2/10.0 kB
Progress (1): 10.0 kB    
                     
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-16/spoon-core-8.4.0-beta-16.pom (10.0 kB at 237 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-17/spoon-core-8.4.0-beta-17.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-17/spoon-core-8.4.0-beta-17.pom
Progress (1): 4.1/10.0 kB
Progress (1): 8.2/10.0 kB
Progress (1): 10.0 kB    
                     
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-17/spoon-core-8.4.0-beta-17.pom (10.0 kB at 277 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-18/spoon-core-8.4.0-beta-18.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-18/spoon-core-8.4.0-beta-18.pom
Progress (1): 4.1/10.0 kB
Progress (1): 8.2/10.0 kB
Progress (1): 10.0 kB    
                     
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0-beta-18/spoon-core-8.4.0-beta-18.pom (10.0 kB at 244 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.4.0/spoon-core-8.4.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0/spoon-core-8.4.0.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.4.0/spoon-core-8.4.0.pom (11 kB at 192 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.0.0/spoon-core-9.0.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.0.0/spoon-core-9.0.0.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.0.0/spoon-core-9.0.0.pom (11 kB at 245 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-1/spoon-core-9.1.0-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-1/spoon-core-9.1.0-beta-1.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-1/spoon-core-9.1.0-beta-1.pom (11 kB at 246 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-2/spoon-core-9.1.0-beta-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-2/spoon-core-9.1.0-beta-2.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-2/spoon-core-9.1.0-beta-2.pom (11 kB at 252 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-3/spoon-core-9.1.0-beta-3.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-3/spoon-core-9.1.0-beta-3.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-3/spoon-core-9.1.0-beta-3.pom (11 kB at 186 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-4/spoon-core-9.1.0-beta-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-4/spoon-core-9.1.0-beta-4.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-4/spoon-core-9.1.0-beta-4.pom (11 kB at 302 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-5/spoon-core-9.1.0-beta-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-5/spoon-core-9.1.0-beta-5.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-5/spoon-core-9.1.0-beta-5.pom (11 kB at 240 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-6/spoon-core-9.1.0-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-6/spoon-core-9.1.0-beta-6.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-6/spoon-core-9.1.0-beta-6.pom (11 kB at 365 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-7/spoon-core-9.1.0-beta-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-7/spoon-core-9.1.0-beta-7.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-7/spoon-core-9.1.0-beta-7.pom (11 kB at 275 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-8/spoon-core-9.1.0-beta-8.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-8/spoon-core-9.1.0-beta-8.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-8/spoon-core-9.1.0-beta-8.pom (11 kB at 268 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-9/spoon-core-9.1.0-beta-9.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-9/spoon-core-9.1.0-beta-9.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-9/spoon-core-9.1.0-beta-9.pom (11 kB at 228 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-10/spoon-core-9.1.0-beta-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-10/spoon-core-9.1.0-beta-10.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-10/spoon-core-9.1.0-beta-10.pom (11 kB at 119 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-11/spoon-core-9.1.0-beta-11.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-11/spoon-core-9.1.0-beta-11.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-11/spoon-core-9.1.0-beta-11.pom (11 kB at 153 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-12/spoon-core-9.1.0-beta-12.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-12/spoon-core-9.1.0-beta-12.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-12/spoon-core-9.1.0-beta-12.pom (11 kB at 262 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-13/spoon-core-9.1.0-beta-13.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-13/spoon-core-9.1.0-beta-13.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-13/spoon-core-9.1.0-beta-13.pom (11 kB at 96 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-14/spoon-core-9.1.0-beta-14.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-14/spoon-core-9.1.0-beta-14.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-14/spoon-core-9.1.0-beta-14.pom (11 kB at 244 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-15/spoon-core-9.1.0-beta-15.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-15/spoon-core-9.1.0-beta-15.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-15/spoon-core-9.1.0-beta-15.pom (11 kB at 170 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-16/spoon-core-9.1.0-beta-16.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-16/spoon-core-9.1.0-beta-16.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-16/spoon-core-9.1.0-beta-16.pom (11 kB at 203 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-17/spoon-core-9.1.0-beta-17.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-17/spoon-core-9.1.0-beta-17.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-17/spoon-core-9.1.0-beta-17.pom (11 kB at 233 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-18/spoon-core-9.1.0-beta-18.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-18/spoon-core-9.1.0-beta-18.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-18/spoon-core-9.1.0-beta-18.pom (11 kB at 290 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-19/spoon-core-9.1.0-beta-19.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-19/spoon-core-9.1.0-beta-19.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-19/spoon-core-9.1.0-beta-19.pom (11 kB at 283 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-20/spoon-core-9.1.0-beta-20.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-20/spoon-core-9.1.0-beta-20.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-20/spoon-core-9.1.0-beta-20.pom (11 kB at 176 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-21/spoon-core-9.1.0-beta-21.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-21/spoon-core-9.1.0-beta-21.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-21/spoon-core-9.1.0-beta-21.pom (11 kB at 316 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-22/spoon-core-9.1.0-beta-22.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-22/spoon-core-9.1.0-beta-22.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-22/spoon-core-9.1.0-beta-22.pom (11 kB at 298 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-23/spoon-core-9.1.0-beta-23.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-23/spoon-core-9.1.0-beta-23.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0-beta-23/spoon-core-9.1.0-beta-23.pom (11 kB at 224 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.1.0/spoon-core-9.1.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0/spoon-core-9.1.0.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.1.0/spoon-core-9.1.0.pom (11 kB at 290 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-1/spoon-core-9.2.0-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-1/spoon-core-9.2.0-beta-1.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-1/spoon-core-9.2.0-beta-1.pom (11 kB at 262 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-2/spoon-core-9.2.0-beta-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-2/spoon-core-9.2.0-beta-2.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-2/spoon-core-9.2.0-beta-2.pom (11 kB at 199 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-3/spoon-core-9.2.0-beta-3.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-3/spoon-core-9.2.0-beta-3.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-3/spoon-core-9.2.0-beta-3.pom (11 kB at 239 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-4/spoon-core-9.2.0-beta-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-4/spoon-core-9.2.0-beta-4.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-4/spoon-core-9.2.0-beta-4.pom (11 kB at 170 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-5/spoon-core-9.2.0-beta-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-5/spoon-core-9.2.0-beta-5.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-5/spoon-core-9.2.0-beta-5.pom (11 kB at 210 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-6/spoon-core-9.2.0-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-6/spoon-core-9.2.0-beta-6.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-6/spoon-core-9.2.0-beta-6.pom (11 kB at 244 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-7/spoon-core-9.2.0-beta-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-7/spoon-core-9.2.0-beta-7.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-7/spoon-core-9.2.0-beta-7.pom (11 kB at 255 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-8/spoon-core-9.2.0-beta-8.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-8/spoon-core-9.2.0-beta-8.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/9.2.0-beta-8/spoon-core-9.2.0-beta-8.pom (11 kB at 267 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.0.0/spoon-core-10.0.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.0/spoon-core-10.0.0.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.0/spoon-core-10.0.0.pom (11 kB at 301 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-1/spoon-core-10.0.1-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-1/spoon-core-10.0.1-beta-1.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-1/spoon-core-10.0.1-beta-1.pom (11 kB at 315 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-2/spoon-core-10.0.1-beta-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-2/spoon-core-10.0.1-beta-2.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-2/spoon-core-10.0.1-beta-2.pom (11 kB at 259 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-3/spoon-core-10.0.1-beta-3.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-3/spoon-core-10.0.1-beta-3.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-3/spoon-core-10.0.1-beta-3.pom (11 kB at 286 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-4/spoon-core-10.0.1-beta-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-4/spoon-core-10.0.1-beta-4.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-4/spoon-core-10.0.1-beta-4.pom (11 kB at 205 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-5/spoon-core-10.0.1-beta-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-5/spoon-core-10.0.1-beta-5.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-5/spoon-core-10.0.1-beta-5.pom (11 kB at 374 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-6/spoon-core-10.0.1-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-6/spoon-core-10.0.1-beta-6.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-6/spoon-core-10.0.1-beta-6.pom (11 kB at 402 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-7/spoon-core-10.0.1-beta-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-7/spoon-core-10.0.1-beta-7.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-7/spoon-core-10.0.1-beta-7.pom (11 kB at 181 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-8/spoon-core-10.0.1-beta-8.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-8/spoon-core-10.0.1-beta-8.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-8/spoon-core-10.0.1-beta-8.pom (11 kB at 265 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-9/spoon-core-10.0.1-beta-9.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-9/spoon-core-10.0.1-beta-9.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-9/spoon-core-10.0.1-beta-9.pom (11 kB at 241 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-10/spoon-core-10.0.1-beta-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-10/spoon-core-10.0.1-beta-10.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.0.1-beta-10/spoon-core-10.0.1-beta-10.pom (11 kB at 293 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.1.0-beta-1/spoon-core-10.1.0-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.1.0-beta-1/spoon-core-10.1.0-beta-1.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.1.0-beta-1/spoon-core-10.1.0-beta-1.pom (11 kB at 153 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.1.0-beta-2/spoon-core-10.1.0-beta-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.1.0-beta-2/spoon-core-10.1.0-beta-2.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.1.0-beta-2/spoon-core-10.1.0-beta-2.pom (11 kB at 254 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.1.0/spoon-core-10.1.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.1.0/spoon-core-10.1.0.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.1.0/spoon-core-10.1.0.pom (11 kB at 282 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.1.1/spoon-core-10.1.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.1.1/spoon-core-10.1.1.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.1.1/spoon-core-10.1.1.pom (11 kB at 306 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-1/spoon-core-10.2.0-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-1/spoon-core-10.2.0-beta-1.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-1/spoon-core-10.2.0-beta-1.pom (11 kB at 235 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-2/spoon-core-10.2.0-beta-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-2/spoon-core-10.2.0-beta-2.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-2/spoon-core-10.2.0-beta-2.pom (11 kB at 146 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-3/spoon-core-10.2.0-beta-3.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-3/spoon-core-10.2.0-beta-3.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-3/spoon-core-10.2.0-beta-3.pom (11 kB at 400 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-4/spoon-core-10.2.0-beta-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-4/spoon-core-10.2.0-beta-4.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-4/spoon-core-10.2.0-beta-4.pom (11 kB at 193 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-5/spoon-core-10.2.0-beta-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-5/spoon-core-10.2.0-beta-5.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-5/spoon-core-10.2.0-beta-5.pom (11 kB at 300 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-6/spoon-core-10.2.0-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-6/spoon-core-10.2.0-beta-6.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-6/spoon-core-10.2.0-beta-6.pom (11 kB at 292 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-7/spoon-core-10.2.0-beta-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-7/spoon-core-10.2.0-beta-7.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-7/spoon-core-10.2.0-beta-7.pom (11 kB at 300 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-8/spoon-core-10.2.0-beta-8.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-8/spoon-core-10.2.0-beta-8.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-8/spoon-core-10.2.0-beta-8.pom (11 kB at 216 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-9/spoon-core-10.2.0-beta-9.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-9/spoon-core-10.2.0-beta-9.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-9/spoon-core-10.2.0-beta-9.pom (11 kB at 277 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-10/spoon-core-10.2.0-beta-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-10/spoon-core-10.2.0-beta-10.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-10/spoon-core-10.2.0-beta-10.pom (11 kB at 270 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-11/spoon-core-10.2.0-beta-11.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-11/spoon-core-10.2.0-beta-11.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-11/spoon-core-10.2.0-beta-11.pom (11 kB at 309 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-12/spoon-core-10.2.0-beta-12.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-12/spoon-core-10.2.0-beta-12.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-12/spoon-core-10.2.0-beta-12.pom (11 kB at 270 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-13/spoon-core-10.2.0-beta-13.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-13/spoon-core-10.2.0-beta-13.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-13/spoon-core-10.2.0-beta-13.pom (11 kB at 360 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-14/spoon-core-10.2.0-beta-14.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-14/spoon-core-10.2.0-beta-14.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-14/spoon-core-10.2.0-beta-14.pom (11 kB at 372 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-15/spoon-core-10.2.0-beta-15.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-15/spoon-core-10.2.0-beta-15.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-15/spoon-core-10.2.0-beta-15.pom (11 kB at 348 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-16/spoon-core-10.2.0-beta-16.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-16/spoon-core-10.2.0-beta-16.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-16/spoon-core-10.2.0-beta-16.pom (11 kB at 208 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-17/spoon-core-10.2.0-beta-17.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-17/spoon-core-10.2.0-beta-17.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-17/spoon-core-10.2.0-beta-17.pom (11 kB at 327 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-18/spoon-core-10.2.0-beta-18.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-18/spoon-core-10.2.0-beta-18.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-18/spoon-core-10.2.0-beta-18.pom (11 kB at 327 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-19/spoon-core-10.2.0-beta-19.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-19/spoon-core-10.2.0-beta-19.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-19/spoon-core-10.2.0-beta-19.pom (11 kB at 400 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-20/spoon-core-10.2.0-beta-20.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-20/spoon-core-10.2.0-beta-20.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-20/spoon-core-10.2.0-beta-20.pom (11 kB at 415 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-21/spoon-core-10.2.0-beta-21.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-21/spoon-core-10.2.0-beta-21.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0-beta-21/spoon-core-10.2.0-beta-21.pom (11 kB at 277 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.2.0/spoon-core-10.2.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0/spoon-core-10.2.0.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.2.0/spoon-core-10.2.0.pom (11 kB at 252 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-1/spoon-core-10.3.0-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-1/spoon-core-10.3.0-beta-1.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-1/spoon-core-10.3.0-beta-1.pom (10 kB at 267 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-2/spoon-core-10.3.0-beta-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-2/spoon-core-10.3.0-beta-2.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-2/spoon-core-10.3.0-beta-2.pom (10 kB at 390 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-3/spoon-core-10.3.0-beta-3.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-3/spoon-core-10.3.0-beta-3.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-3/spoon-core-10.3.0-beta-3.pom (10 kB at 172 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-4/spoon-core-10.3.0-beta-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-4/spoon-core-10.3.0-beta-4.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-4/spoon-core-10.3.0-beta-4.pom (10 kB at 362 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-5/spoon-core-10.3.0-beta-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-5/spoon-core-10.3.0-beta-5.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-5/spoon-core-10.3.0-beta-5.pom (10 kB at 362 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-6/spoon-core-10.3.0-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-6/spoon-core-10.3.0-beta-6.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-6/spoon-core-10.3.0-beta-6.pom (10 kB at 350 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-7/spoon-core-10.3.0-beta-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-7/spoon-core-10.3.0-beta-7.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-7/spoon-core-10.3.0-beta-7.pom (10 kB at 274 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-8/spoon-core-10.3.0-beta-8.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-8/spoon-core-10.3.0-beta-8.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-8/spoon-core-10.3.0-beta-8.pom (10 kB at 307 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-9/spoon-core-10.3.0-beta-9.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-9/spoon-core-10.3.0-beta-9.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-9/spoon-core-10.3.0-beta-9.pom (10 kB at 350 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-10/spoon-core-10.3.0-beta-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-10/spoon-core-10.3.0-beta-10.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-10/spoon-core-10.3.0-beta-10.pom (10 kB at 236 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-11/spoon-core-10.3.0-beta-11.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-11/spoon-core-10.3.0-beta-11.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-11/spoon-core-10.3.0-beta-11.pom (10 kB at 317 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-12/spoon-core-10.3.0-beta-12.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-12/spoon-core-10.3.0-beta-12.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-12/spoon-core-10.3.0-beta-12.pom (10 kB at 298 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-13/spoon-core-10.3.0-beta-13.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-13/spoon-core-10.3.0-beta-13.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-13/spoon-core-10.3.0-beta-13.pom (10 kB at 274 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-14/spoon-core-10.3.0-beta-14.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-14/spoon-core-10.3.0-beta-14.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-14/spoon-core-10.3.0-beta-14.pom (10 kB at 350 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-15/spoon-core-10.3.0-beta-15.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-15/spoon-core-10.3.0-beta-15.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-15/spoon-core-10.3.0-beta-15.pom (10 kB at 376 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-16/spoon-core-10.3.0-beta-16.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-16/spoon-core-10.3.0-beta-16.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-16/spoon-core-10.3.0-beta-16.pom (10 kB at 338 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-17/spoon-core-10.3.0-beta-17.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-17/spoon-core-10.3.0-beta-17.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-17/spoon-core-10.3.0-beta-17.pom (10 kB at 317 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-18/spoon-core-10.3.0-beta-18.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-18/spoon-core-10.3.0-beta-18.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0-beta-18/spoon-core-10.3.0-beta-18.pom (10 kB at 298 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.3.0/spoon-core-10.3.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0/spoon-core-10.3.0.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.3.0/spoon-core-10.3.0.pom (11 kB at 220 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-1/spoon-core-10.4.0-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-1/spoon-core-10.4.0-beta-1.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-1/spoon-core-10.4.0-beta-1.pom (10 kB at 282 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-2/spoon-core-10.4.0-beta-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-2/spoon-core-10.4.0-beta-2.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-2/spoon-core-10.4.0-beta-2.pom (10 kB at 390 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-3/spoon-core-10.4.0-beta-3.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-3/spoon-core-10.4.0-beta-3.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-3/spoon-core-10.4.0-beta-3.pom (10 kB at 327 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-4/spoon-core-10.4.0-beta-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-4/spoon-core-10.4.0-beta-4.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-4/spoon-core-10.4.0-beta-4.pom (10 kB at 350 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-5/spoon-core-10.4.0-beta-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-5/spoon-core-10.4.0-beta-5.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-5/spoon-core-10.4.0-beta-5.pom (10 kB at 350 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-6/spoon-core-10.4.0-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-6/spoon-core-10.4.0-beta-6.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-6/spoon-core-10.4.0-beta-6.pom (10 kB at 282 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-7/spoon-core-10.4.0-beta-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-7/spoon-core-10.4.0-beta-7.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-7/spoon-core-10.4.0-beta-7.pom (10 kB at 362 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-8/spoon-core-10.4.0-beta-8.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-8/spoon-core-10.4.0-beta-8.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-8/spoon-core-10.4.0-beta-8.pom (10 kB at 406 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-9/spoon-core-10.4.0-beta-9.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-9/spoon-core-10.4.0-beta-9.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-9/spoon-core-10.4.0-beta-9.pom (10 kB at 423 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-10/spoon-core-10.4.0-beta-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-10/spoon-core-10.4.0-beta-10.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-10/spoon-core-10.4.0-beta-10.pom (10 kB at 317 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-11/spoon-core-10.4.0-beta-11.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-11/spoon-core-10.4.0-beta-11.pom
Progress (1): 4.1/9.7 kB
Progress (1): 8.2/9.7 kB
Progress (1): 9.7 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-11/spoon-core-10.4.0-beta-11.pom (9.7 kB at 313 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-12/spoon-core-10.4.0-beta-12.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-12/spoon-core-10.4.0-beta-12.pom
Progress (1): 4.1/9.7 kB
Progress (1): 8.2/9.7 kB
Progress (1): 9.7 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-12/spoon-core-10.4.0-beta-12.pom (9.7 kB at 294 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-13/spoon-core-10.4.0-beta-13.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-13/spoon-core-10.4.0-beta-13.pom
Progress (1): 4.1/9.8 kB
Progress (1): 8.2/9.8 kB
Progress (1): 9.8 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0-beta-13/spoon-core-10.4.0-beta-13.pom (9.8 kB at 328 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.0/spoon-core-10.4.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0/spoon-core-10.4.0.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.0/spoon-core-10.4.0.pom (10 kB at 320 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.0/spoon-pom-10.4.0.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.0/spoon-pom-10.4.0.pom
Progress (1): 4.1/22 kB
Progress (1): 8.2/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.0/spoon-pom-10.4.0.pom (22 kB at 597 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-1/spoon-core-10.4.1-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-1/spoon-core-10.4.1-beta-1.pom
Progress (1): 4.1/9.9 kB
Progress (1): 8.2/9.9 kB
Progress (1): 9.9 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-1/spoon-core-10.4.1-beta-1.pom (9.9 kB at 224 kB/s)
Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.1-SNAPSHOT/maven-metadata.xml
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.1-SNAPSHOT/maven-metadata.xml
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.1-SNAPSHOT/spoon-pom-10.4.1-SNAPSHOT.pom
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-2/spoon-core-10.4.1-beta-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-2/spoon-core-10.4.1-beta-2.pom
Progress (1): 4.1/9.9 kB
Progress (1): 8.2/9.9 kB
Progress (1): 9.9 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-2/spoon-core-10.4.1-beta-2.pom (9.9 kB at 266 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-3/spoon-core-10.4.1-beta-3.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-3/spoon-core-10.4.1-beta-3.pom
Progress (1): 4.1/9.9 kB
Progress (1): 8.2/9.9 kB
Progress (1): 9.9 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-3/spoon-core-10.4.1-beta-3.pom (9.9 kB at 235 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-4/spoon-core-10.4.1-beta-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-4/spoon-core-10.4.1-beta-4.pom
Progress (1): 4.1/9.9 kB
Progress (1): 8.2/9.9 kB
Progress (1): 9.9 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-4/spoon-core-10.4.1-beta-4.pom (9.9 kB at 214 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-5/spoon-core-10.4.1-beta-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-5/spoon-core-10.4.1-beta-5.pom
Progress (1): 4.1/9.9 kB
Progress (1): 8.2/9.9 kB
Progress (1): 9.9 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-5/spoon-core-10.4.1-beta-5.pom (9.9 kB at 253 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-6/spoon-core-10.4.1-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-6/spoon-core-10.4.1-beta-6.pom
Progress (1): 4.1/9.9 kB
Progress (1): 8.2/9.9 kB
Progress (1): 9.9 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-6/spoon-core-10.4.1-beta-6.pom (9.9 kB at 235 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-7/spoon-core-10.4.1-beta-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-7/spoon-core-10.4.1-beta-7.pom
Progress (1): 4.1/9.9 kB
Progress (1): 8.2/9.9 kB
Progress (1): 9.9 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.1-beta-7/spoon-core-10.4.1-beta-7.pom (9.9 kB at 205 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.1/spoon-core-10.4.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.1/spoon-core-10.4.1.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.1/spoon-core-10.4.1.pom (11 kB at 144 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.1/spoon-pom-10.4.1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.1/spoon-pom-10.4.1.pom
Progress (1): 4.1/22 kB
Progress (1): 8.2/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.1/spoon-pom-10.4.1.pom (22 kB at 440 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.2-beta-1/spoon-core-10.4.2-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.2-beta-1/spoon-core-10.4.2-beta-1.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.2-beta-1/spoon-core-10.4.2-beta-1.pom (11 kB at 293 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.2-beta-1/spoon-pom-10.4.2-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.2-beta-1/spoon-pom-10.4.2-beta-1.pom
Progress (1): 4.1/22 kB
Progress (1): 8.2/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.2-beta-1/spoon-pom-10.4.2-beta-1.pom (22 kB at 502 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.2-beta-2/spoon-core-10.4.2-beta-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.2-beta-2/spoon-core-10.4.2-beta-2.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.2-beta-2/spoon-core-10.4.2-beta-2.pom (11 kB at 264 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.2-beta-2/spoon-pom-10.4.2-beta-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.2-beta-2/spoon-pom-10.4.2-beta-2.pom
Progress (1): 4.1/22 kB
Progress (1): 8.2/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.2-beta-2/spoon-pom-10.4.2-beta-2.pom (22 kB at 502 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.2-beta-3/spoon-core-10.4.2-beta-3.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.2-beta-3/spoon-core-10.4.2-beta-3.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.2-beta-3/spoon-core-10.4.2-beta-3.pom (11 kB at 257 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.2-beta-3/spoon-pom-10.4.2-beta-3.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.2-beta-3/spoon-pom-10.4.2-beta-3.pom
Progress (1): 4.1/22 kB
Progress (1): 8.2/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.2-beta-3/spoon-pom-10.4.2-beta-3.pom (22 kB at 490 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.2-beta-4/spoon-core-10.4.2-beta-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.2-beta-4/spoon-core-10.4.2-beta-4.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.2-beta-4/spoon-core-10.4.2-beta-4.pom (11 kB at 278 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.2-beta-4/spoon-pom-10.4.2-beta-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.2-beta-4/spoon-pom-10.4.2-beta-4.pom
Progress (1): 4.1/22 kB
Progress (1): 8.2/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.2-beta-4/spoon-pom-10.4.2-beta-4.pom (22 kB at 392 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.2-beta-5/spoon-core-10.4.2-beta-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.2-beta-5/spoon-core-10.4.2-beta-5.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB    
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.2-beta-5/spoon-core-10.4.2-beta-5.pom (11 kB at 270 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.2-beta-5/spoon-pom-10.4.2-beta-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.2-beta-5/spoon-pom-10.4.2-beta-5.pom
Progress (1): 4.1/22 kB
Progress (1): 8.2/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.2-beta-5/spoon-pom-10.4.2-beta-5.pom (22 kB at 415 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.2/spoon-core-10.4.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.2/spoon-core-10.4.2.pom
Progress (1): 4.1/8.4 kB
Progress (1): 8.2/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.2/spoon-core-10.4.2.pom (8.4 kB at 206 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.2/spoon-pom-10.4.2.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.2/spoon-pom-10.4.2.pom
Progress (1): 4.1/24 kB
Progress (1): 8.2/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.2/spoon-pom-10.4.2.pom (24 kB at 596 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-1/spoon-core-10.4.3-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-1/spoon-core-10.4.3-beta-1.pom
Progress (1): 4.1/8.5 kB
Progress (1): 8.2/8.5 kB
Progress (1): 8.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-1/spoon-core-10.4.3-beta-1.pom (8.5 kB at 273 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-1/spoon-pom-10.4.3-beta-1.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-1/spoon-pom-10.4.3-beta-1.pom
Progress (1): 4.1/24 kB
Progress (1): 8.2/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-1/spoon-pom-10.4.3-beta-1.pom (24 kB at 843 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-2/spoon-core-10.4.3-beta-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-2/spoon-core-10.4.3-beta-2.pom
Progress (1): 4.1/8.5 kB
Progress (1): 8.2/8.5 kB
Progress (1): 8.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-2/spoon-core-10.4.3-beta-2.pom (8.5 kB at 242 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-2/spoon-pom-10.4.3-beta-2.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-2/spoon-pom-10.4.3-beta-2.pom
Progress (1): 4.1/24 kB
Progress (1): 8.2/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-2/spoon-pom-10.4.3-beta-2.pom (24 kB at 461 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-3/spoon-core-10.4.3-beta-3.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-3/spoon-core-10.4.3-beta-3.pom
Progress (1): 4.1/8.5 kB
Progress (1): 8.2/8.5 kB
Progress (1): 8.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-3/spoon-core-10.4.3-beta-3.pom (8.5 kB at 217 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-3/spoon-pom-10.4.3-beta-3.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-3/spoon-pom-10.4.3-beta-3.pom
Progress (1): 4.1/24 kB
Progress (1): 8.2/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-3/spoon-pom-10.4.3-beta-3.pom (24 kB at 569 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-4/spoon-core-10.4.3-beta-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-4/spoon-core-10.4.3-beta-4.pom
Progress (1): 4.1/8.5 kB
Progress (1): 8.2/8.5 kB
Progress (1): 8.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-4/spoon-core-10.4.3-beta-4.pom (8.5 kB at 108 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-4/spoon-pom-10.4.3-beta-4.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-4/spoon-pom-10.4.3-beta-4.pom
Progress (1): 4.1/24 kB
Progress (1): 8.2/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-4/spoon-pom-10.4.3-beta-4.pom (24 kB at 344 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-5/spoon-core-10.4.3-beta-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-5/spoon-core-10.4.3-beta-5.pom
Progress (1): 4.1/8.5 kB
Progress (1): 8.2/8.5 kB
Progress (1): 8.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-5/spoon-core-10.4.3-beta-5.pom (8.5 kB at 235 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-5/spoon-pom-10.4.3-beta-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-5/spoon-pom-10.4.3-beta-5.pom
Progress (1): 4.1/24 kB
Progress (1): 8.2/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-5/spoon-pom-10.4.3-beta-5.pom (24 kB at 509 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-6/spoon-core-10.4.3-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-6/spoon-core-10.4.3-beta-6.pom
Progress (1): 4.1/8.5 kB
Progress (1): 8.2/8.5 kB
Progress (1): 8.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-6/spoon-core-10.4.3-beta-6.pom (8.5 kB at 176 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-6/spoon-pom-10.4.3-beta-6.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-6/spoon-pom-10.4.3-beta-6.pom
Progress (1): 4.1/24 kB
Progress (1): 8.2/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-6/spoon-pom-10.4.3-beta-6.pom (24 kB at 556 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-7/spoon-core-10.4.3-beta-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-7/spoon-core-10.4.3-beta-7.pom
Progress (1): 4.1/8.5 kB
Progress (1): 8.2/8.5 kB
Progress (1): 8.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-7/spoon-core-10.4.3-beta-7.pom (8.5 kB at 141 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-7/spoon-pom-10.4.3-beta-7.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-7/spoon-pom-10.4.3-beta-7.pom
Progress (1): 4.1/24 kB
Progress (1): 8.2/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-7/spoon-pom-10.4.3-beta-7.pom (24 kB at 582 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-8/spoon-core-10.4.3-beta-8.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-8/spoon-core-10.4.3-beta-8.pom
Progress (1): 4.1/8.5 kB
Progress (1): 8.2/8.5 kB
Progress (1): 8.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-8/spoon-core-10.4.3-beta-8.pom (8.5 kB at 256 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-8/spoon-pom-10.4.3-beta-8.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-8/spoon-pom-10.4.3-beta-8.pom
Progress (1): 4.1/24 kB
Progress (1): 8.2/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-8/spoon-pom-10.4.3-beta-8.pom (24 kB at 611 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-9/spoon-core-10.4.3-beta-9.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-9/spoon-core-10.4.3-beta-9.pom
Progress (1): 4.1/8.5 kB
Progress (1): 8.2/8.5 kB
Progress (1): 8.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-9/spoon-core-10.4.3-beta-9.pom (8.5 kB at 217 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-9/spoon-pom-10.4.3-beta-9.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-9/spoon-pom-10.4.3-beta-9.pom
Progress (1): 4.1/24 kB
Progress (1): 8.2/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-9/spoon-pom-10.4.3-beta-9.pom (24 kB at 699 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-10/spoon-core-10.4.3-beta-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-10/spoon-core-10.4.3-beta-10.pom
Progress (1): 4.1/8.5 kB
Progress (1): 8.2/8.5 kB
Progress (1): 8.5 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/10.4.3-beta-10/spoon-core-10.4.3-beta-10.pom (8.5 kB at 166 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-10/spoon-pom-10.4.3-beta-10.pom
Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-10/spoon-pom-10.4.3-beta-10.pom
Progress (1): 4.1/24 kB
Progress (1): 8.2/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/10.4.3-beta-10/spoon-pom-10.4.3-beta-10.pom (24 kB at 611 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-SNAPSHOT/maven-metadata.xml
Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-SNAPSHOT/maven-metadata.xml
Progress (1): 1.4 kB
                    
Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-SNAPSHOT/maven-metadata.xml (1.4 kB at 8.0 kB/s)
Progress (1): 1.4 kB
                    
Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-SNAPSHOT/maven-metadata.xml (1.4 kB at 4.1 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-SNAPSHOT/spoon-core-10.4.3-20231213.010100-1.pom
Progress (1): 4.1/8.5 kB
Progress (1): 7.8/8.5 kB
Progress (1): 8.5 kB    
                    
Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/10.4.3-SNAPSHOT/spoon-core-10.4.3-20231213.010100-1.pom (8.5 kB at 48 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.3-SNAPSHOT/maven-metadata.xml
Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.3-SNAPSHOT/maven-metadata.xml
Progress (1): 609 B
Progress (2): 609 B | 609 B
                           
Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.3-SNAPSHOT/maven-metadata.xml (609 B at 3.4 kB/s)
Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.3-SNAPSHOT/maven-metadata.xml (609 B at 3.6 kB/s)
Downloading from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.3-SNAPSHOT/spoon-pom-10.4.3-20231213.010749-1.pom
Progress (1): 4.1/24 kB
Progress (1): 7.8/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from ow2.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/10.4.3-SNAPSHOT/spoon-pom-10.4.3-20231213.010749-1.pom (24 kB at 93 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Google Guice 5.0.2-SNAPSHOT:
[INFO] 
[INFO] Google Guice ....................................... FAILURE [ 49.099 s]
[INFO] Google Guice - Core Library ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  49.562 s
[INFO] Finished at: 2023-12-13T21:46:39+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal fr.inria.gforge.spoon:spoon-maven-plugin:3.8-SNAPSHOT:generate (default-cli) on project guice-parent: Execution default-cli of goal fr.inria.gforge.spoon:spoon-maven-plugin:3.8-SNAPSHOT:generate failed: Plugin fr.inria.gforge.spoon:spoon-maven-plugin:3.8-SNAPSHOT or one of its dependencies could not be resolved: Failed to collect dependencies at fr.inria.gforge.spoon:spoon-maven-plugin:jar:3.8-20230914.051956-2 -> fr.inria.gforge.spoon:spoon-core:jar:10.4.1-beta-1: Failed to read artifact descriptor for fr.inria.gforge.spoon:spoon-core:jar:10.4.1-beta-1: Could not find artifact fr.inria.gforge.spoon:spoon-pom:pom:10.4.1-SNAPSHOT in ow2.org-snapshot (https://oss.sonatype.org/content/repositories/snapshots/) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
ERROR: no tag class, spoon has failed
Build step 'Execute shell' marked build as failure
Archiving artifacts
/net/www/ci/sos/jobs/Google Guice/builds/2682/archive does not exist.
ERROR: Step ?Publish XML Summary Reports? failed: /net/www/ci/sos/jobs/Google Guice/builds/2682/archive does not exist.
Sending e-mails to: spoon-devel@lists.gforge.inria.fr
Finished: FAILURE