Skip to content

Instantly share code, notes, and snippets.

@olivergondza
Last active June 30, 2017 13:23
Show Gist options
  • Save olivergondza/baeeda36b33cd28377683cda0eae4a47 to your computer and use it in GitHub Desktop.
Save olivergondza/baeeda36b33cd28377683cda0eae4a47 to your computer and use it in GitHub Desktop.
foreman release
[INFO] Scanning for projects...
[WARNING] The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:2.0 is missing, no dependency information available
[WARNING] Failed to build parent project for org.jenkins-ci.plugins.nodesharing:foreman-node-sharing:hpi:1.2.8-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Node sharing parent
[INFO] Foreman Host Configurator
[INFO] Foreman Node Sharing Plugin
Downloading: http://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-help-plugin/maven-metadata.xml
Downloaded: http://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-help-plugin/maven-metadata.xml (493 B at 1.0 kB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Node sharing parent 1.2.8-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-help-plugin:2.2:effective-pom (default-cli) @ parent ---
[INFO]
Effective POMs, after inheritance, interpolation, and profiles are applied:
<?xml version="1.0" encoding="UTF-8"?>
<!-- ====================================================================== -->
<!-- -->
<!-- Generated by Maven Help Plugin on 2017-06-30T03:22:10 -->
<!-- See: http://maven.apache.org/plugins/maven-help-plugin/ -->
<!-- -->
<!-- ====================================================================== -->
<projects>
<!-- ====================================================================== -->
<!-- -->
<!-- Effective POM for project -->
<!-- 'org.jenkins-ci.plugins.nodesharing:parent:pom:1.2.8-SNAPSHOT' -->
<!-- -->
<!-- ====================================================================== -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jenkins-ci.plugins.nodesharing</groupId>
<artifactId>parent</artifactId>
<version>1.2.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Node sharing parent</name>
<description>Attach Foreman Shared Resources as Jenkins Nodes</description>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Foreman+Node+Sharing+Plugin</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>scoheb</id>
<name>Scott Hebert</name>
<email>shebert@redhat.com</email>
</developer>
<developer>
<id>pjanouse</id>
<name>Pavel Janoušek</name>
<email>pjanouse@redhat.com</email>
</developer>
<developer>
<id>ogondza</id>
<name>Oliver Gondža</name>
<email>ogondza@gmail.com</email>
</developer>
</developers>
<modules>
<module>configurator</module>
<module>plugin</module>
</modules>
<scm>
<connection>scm:git:git://github.com/jenkinsci/foreman-node-sharing-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/foreman-node-sharing-plugin.git</developerConnection>
<tag>parent-1.2.6</tag>
<url>https://github.com/jenkinsci/foreman-node-sharing-plugin</url>
</scm>
<distributionManagement>
<repository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/releases</url>
</repository>
<snapshotRepository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<surefire.useFile>false</surefire.useFile>
<trimStackTrace>false</trimStackTrace>
</properties>
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</pluginRepository>
<pluginRepository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</pluginRepository>
</pluginRepositories>
<build>
<sourceDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/src/main/java</sourceDirectory>
<scriptSourceDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/src/main/scripts</scriptSourceDirectory>
<testSourceDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/src/test/java</testSourceDirectory>
<outputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/classes</outputDirectory>
<testOutputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/test-classes</testOutputDirectory>
<resources>
<resource>
<directory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/src/main/resources</directory>
</resource>
</resources>
<testResources>
<testResource>
<directory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/src/test/resources</directory>
</testResource>
</testResources>
<directory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/target</directory>
<finalName>parent-1.2.8-SNAPSHOT</finalName>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.3</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-5</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.3.2</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
<executions>
<execution>
<id>default-clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>default-install</id>
<phase>install</phase>
<goals>
<goal>install</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
<executions>
<execution>
<id>default-site</id>
<phase>site</phase>
<goals>
<goal>site</goal>
</goals>
<configuration>
<outputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/site</outputDirectory>
<reportPlugins>
<reportPlugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</reportPlugin>
</reportPlugins>
</configuration>
</execution>
<execution>
<id>default-deploy</id>
<phase>site-deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
<configuration>
<outputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/site</outputDirectory>
<reportPlugins>
<reportPlugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</reportPlugin>
</reportPlugins>
</configuration>
</execution>
</executions>
<configuration>
<outputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/site</outputDirectory>
<reportPlugins>
<reportPlugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</reportPlugin>
</reportPlugins>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<outputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/site</outputDirectory>
</reporting>
</project>
<!-- ====================================================================== -->
<!-- -->
<!-- Effective POM for project -->
<!-- 'org.jenkins-ci.plugins.nodesharing:configurator:jar:1.2.8-SNAPSHOT' -->
<!-- -->
<!-- ====================================================================== -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jenkins-ci.plugins.nodesharing</groupId>
<artifactId>parent</artifactId>
<version>1.2.8-SNAPSHOT</version>
</parent>
<groupId>org.jenkins-ci.plugins.nodesharing</groupId>
<artifactId>configurator</artifactId>
<version>1.2.8-SNAPSHOT</version>
<name>Foreman Host Configurator</name>
<description>Maintain the foreman pool definition for purposes of foreman-node-sharing Jenkins plugin.</description>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Foreman+Node+Sharing+Plugin/configurator</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>scoheb</id>
<name>Scott Hebert</name>
<email>shebert@redhat.com</email>
</developer>
<developer>
<id>pjanouse</id>
<name>Pavel Janoušek</name>
<email>pjanouse@redhat.com</email>
</developer>
<developer>
<id>ogondza</id>
<name>Oliver Gondža</name>
<email>ogondza@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/jenkinsci/foreman-node-sharing-plugin.git/configurator</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/foreman-node-sharing-plugin.git/configurator</developerConnection>
<tag>parent-1.2.6</tag>
<url>https://github.com/jenkinsci/foreman-node-sharing-plugin/configurator</url>
</scm>
<distributionManagement>
<repository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/releases</url>
</repository>
<snapshotRepository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<surefire.useFile>false</surefire.useFile>
<trimStackTrace>false</trimStackTrace>
</properties>
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>3.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>2.22.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.60</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.test</groupId>
<artifactId>docker-fixtures</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-rules</artifactId>
<version>1.16.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</pluginRepository>
<pluginRepository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</pluginRepository>
</pluginRepositories>
<build>
<sourceDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/src/main/java</sourceDirectory>
<scriptSourceDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/src/main/scripts</scriptSourceDirectory>
<testSourceDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/src/test/java</testSourceDirectory>
<outputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/target/classes</outputDirectory>
<testOutputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/target/test-classes</testOutputDirectory>
<resources>
<resource>
<directory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/src/main/resources</directory>
</resource>
</resources>
<testResources>
<testResource>
<directory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/src/test/resources</directory>
</testResource>
</testResources>
<directory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/target</directory>
<finalName>foreman-host-configurator</finalName>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.3</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-5</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.3.2</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.redhat.foreman.cli.Main</mainClass>
</transformer>
</transformers>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.0</version>
<executions>
<execution>
<id>default-compile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</execution>
<execution>
<id>default-testCompile</id>
<phase>test-compile</phase>
<goals>
<goal>testCompile</goal>
</goals>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</execution>
</executions>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.3</version>
<executions>
<execution>
<id>findbugs</id>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
<configuration>
<xmlOutput>true</xmlOutput>
<findbugsXmlOutput>false</findbugsXmlOutput>
<failOnError>true</failOnError>
</configuration>
</execution>
</executions>
<configuration>
<failOnError>true</failOnError>
</configuration>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
<executions>
<execution>
<id>default-clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<id>default-testResources</id>
<phase>process-test-resources</phase>
<goals>
<goal>testResources</goal>
</goals>
</execution>
<execution>
<id>default-resources</id>
<phase>process-resources</phase>
<goals>
<goal>resources</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>default-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.4</version>
<executions>
<execution>
<id>default-test</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>default-install</id>
<phase>install</phase>
<goals>
<goal>install</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
<executions>
<execution>
<id>default-site</id>
<phase>site</phase>
<goals>
<goal>site</goal>
</goals>
<configuration>
<outputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/target/site</outputDirectory>
<reportPlugins>
<reportPlugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</reportPlugin>
</reportPlugins>
</configuration>
</execution>
<execution>
<id>default-deploy</id>
<phase>site-deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
<configuration>
<outputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/target/site</outputDirectory>
<reportPlugins>
<reportPlugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</reportPlugin>
</reportPlugins>
</configuration>
</execution>
</executions>
<configuration>
<outputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/target/site</outputDirectory>
<reportPlugins>
<reportPlugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</reportPlugin>
</reportPlugins>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<outputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/target/site</outputDirectory>
</reporting>
</project>
<!-- ====================================================================== -->
<!-- -->
<!-- Effective POM for project -->
<!-- 'org.jenkins-ci.plugins.nodesharing:foreman-node-sharing:hpi:1.2.8-SNAPSHOT' -->
<!-- -->
<!-- ====================================================================== -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.30</version>
<relativePath />
</parent>
<groupId>org.jenkins-ci.plugins.nodesharing</groupId>
<artifactId>foreman-node-sharing</artifactId>
<version>1.2.8-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>Foreman Node Sharing Plugin</name>
<description>Attach Foreman Shared Resources as Jenkins Nodes</description>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Foreman+Node+Sharing+Plugin</url>
<inceptionYear>2016</inceptionYear>
<scm>
<connection>scm:git:ssh://git@github.com/jenkinsci/plugin-pom.git/foreman-node-sharing</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/plugin-pom.git/foreman-node-sharing</developerConnection>
<tag>plugin-2.30</tag>
</scm>
<distributionManagement>
<repository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/releases</url>
</repository>
<snapshotRepository>
<id>maven.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<properties>
<argLine />
<arguments />
<concurrency>1</concurrency>
<findbugs.failOnError>true</findbugs.failOnError>
<frontend-version>1.4</frontend-version>
<git.provider>git</git.provider>
<hpi-plugin.version>2.0</hpi-plugin.version>
<hudson.Main.development>true</hudson.Main.development>
<java.level>7</java.level>
<java.level.test>7</java.level.test>
<javadoc.exec.goal>javadoc</javadoc.exec.goal>
<jenkins-core.version>1.609.3</jenkins-core.version>
<jenkins-test-harness.version>2.22</jenkins-test-harness.version>
<jenkins-war.version>1.609.3</jenkins-war.version>
<jenkins.version>1.609.3</jenkins.version>
<maven-scm.version>1.9.5</maven-scm.version>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<no-test-jar>true</no-test-jar>
<node.version>4.0.0</node.version>
<npm.loglevel />
<npm.version>2.13.1</npm.version>
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<release.skipTests>true</release.skipTests>
<releaseProfiles />
<skip.node.lint />
<skip.node.tests />
<slf4jVersion>1.7.7</slf4jVersion>
<stapler-plugin.version>1.17</stapler-plugin.version>
<surefire.rerunFailingTestsCount>4</surefire.rerunFailingTestsCount>
<surefire.useFile>false</surefire.useFile>
<trimStackTrace>false</trimStackTrace>
<yarn.version>0.23.0</yarn.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-core</artifactId>
<version>1.609.3</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-war</artifactId>
<version>1.609.3</version>
<type>executable-war</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>2.22</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>test-annotations</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
<version>1.14</version>
</dependency>
<dependency>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java15</artifactId>
<version>1.0</version>
<type>signature</type>
</dependency>
<dependency>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java16</artifactId>
<version>1.1</version>
<type>signature</type>
</dependency>
<dependency>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java17</artifactId>
<version>1.0</version>
<type>signature</type>
</dependency>
<dependency>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java18</artifactId>
<version>1.0</version>
<type>signature</type>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>resource-disposer</artifactId>
<version>0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>cloud-stats</artifactId>
<version>0.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ssh-slaves</artifactId>
<version>1.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>2.22.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>2.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>1.58</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>3.0.0</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
<version>1.0</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
<version>1.14</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-core</artifactId>
<version>1.609.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-war</artifactId>
<version>1.609.3</version>
<type>executable-war</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>2.22</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>junit-dep</artifactId>
<groupId>junit</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>test-annotations</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>1.7.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.7.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.7.7</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</pluginRepository>
<pluginRepository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</pluginRepository>
</pluginRepositories>
<build>
<sourceDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/src/main/java</sourceDirectory>
<scriptSourceDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/src/main/scripts</scriptSourceDirectory>
<testSourceDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/src/test/java</testSourceDirectory>
<outputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/classes</outputDirectory>
<testOutputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/test-classes</testOutputDirectory>
<resources>
<resource>
<directory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/src/main/resources</directory>
</resource>
</resources>
<testResources>
<testResource>
<directory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/src/test/resources</directory>
</testResource>
</testResources>
<directory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target</directory>
<finalName>foreman-node-sharing</finalName>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.3</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-5</version>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.19.1</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<configuration>
<quiet>true</quiet>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.6</version>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<excludes>
<exclude>InjectedTest.java</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.4</version>
</plugin>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.10</version>
<configuration>
<buildOutputDirectory>target/eclipse-classes</buildOutputDirectory>
<additionalProjectnatures>
<projectnature>org.eclipse.jdt.groovy.core.groovyNature</projectnature>
</additionalProjectnatures>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<version>1.5-jenkins-3</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<id>add-source</id>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/generated-sources/localizer</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.9</version>
</plugin>
<plugin>
<groupId>org.kohsuke.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<version>1.0-rc-5-patch-2</version>
</plugin>
<plugin>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>maven-stapler-plugin</artifactId>
<version>1.17</version>
</plugin>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<version>2.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.15</version>
</plugin>
<plugin>
<groupId>org.jvnet.localizer</groupId>
<artifactId>maven-localizer-plugin</artifactId>
<version>1.24</version>
</plugin>
<plugin>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier-checker</artifactId>
<version>1.8</version>
</plugin>
<plugin>
<groupId>com.cloudbees</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>1.7</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<executions>
<execution>
<id>maybe-test-jar</id>
<goals>
<goal>test-jar</goal>
</goals>
<configuration>
<excludes>
<exclude>the.hpl</exclude>
<exclude>InjectedTest.class</exclude>
<exclude>test-dependencies/</exclude>
</excludes>
<skip>true</skip>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
<executions>
<execution>
<id>display-info</id>
<phase>validate</phase>
<goals>
<goal>display-info</goal>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireMavenVersion>
<version>[3.0.4,)</version>
<message>Maven 3.0 through 3.0.3 inclusive do not pass correct settings.xml to Maven Release Plugin.</message>
</requireMavenVersion>
<requirePluginVersions>
<banSnapshots>false</banSnapshots>
</requirePluginVersions>
<enforceBytecodeVersion>
<maxJdkVersion>1.7</maxJdkVersion>
<ignoredScopes>
<ignoredScope>test</ignoredScope>
</ignoredScopes>
<excludes>
<exclude>org.jenkins-ci.main:jenkins-core</exclude>
<exclude>org.jenkins-ci.main:cli</exclude>
<exclude>org.jenkins-ci.main:jenkins-test-harness</exclude>
<exclude>com.google.code.findbugs:annotations</exclude>
</excludes>
</enforceBytecodeVersion>
<bannedDependencies>
<excludes>
<exclude>org.sonatype.sisu:sisu-guice</exclude>
<exclude>log4j:log4j:*:jar:compile</exclude>
<exclude>log4j:log4j:*:jar:runtime</exclude>
<exclude>commons-logging:commons-logging:*:jar:compile</exclude>
<exclude>commons-logging:commons-logging:*:jar:runtime</exclude>
</excludes>
</bannedDependencies>
<requireReleaseDeps>
<message>No Snapshots Allowed For Release Versions</message>
<onlyWhenRelease>true</onlyWhenRelease>
</requireReleaseDeps>
</rules>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.0-beta-4</version>
<scope>compile</scope>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.4</version>
<executions>
<execution>
<id>findbugs</id>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
<configuration>
<xmlOutput>true</xmlOutput>
<findbugsXmlOutput>false</findbugsXmlOutput>
<failOnError>true</failOnError>
</configuration>
</execution>
</executions>
<configuration>
<failOnError>true</failOnError>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<executions>
<execution>
<id>default-compile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<source>1.7</source>
<target>1.7</target>
<testSource>1.7</testSource>
<testTarget>1.7</testTarget>
</configuration>
</execution>
<execution>
<id>default-testCompile</id>
<phase>test-compile</phase>
<goals>
<goal>testCompile</goal>
</goals>
<configuration>
<source>1.7</source>
<target>1.7</target>
<testSource>1.7</testSource>
<testTarget>1.7</testTarget>
</configuration>
</execution>
</executions>
<configuration>
<source>1.7</source>
<target>1.7</target>
<testSource>1.7</testSource>
<testTarget>1.7</testTarget>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.15</version>
<executions>
<execution>
<id>check</id>
<goals>
<goal>check</goal>
</goals>
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java17</artifactId>
</signature>
</configuration>
</execution>
</executions>
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java17</artifactId>
</signature>
</configuration>
</plugin>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.10</version>
<configuration>
<buildOutputDirectory>target/eclipse-classes</buildOutputDirectory>
<additionalProjectnatures>
<projectnature>org.eclipse.jdt.groovy.core.groovyNature</projectnature>
</additionalProjectnatures>
</configuration>
</plugin>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<version>2.0</version>
<extensions>true</extensions>
<executions>
<execution>
<id>default-hpi</id>
<phase>package</phase>
<goals>
<goal>hpi</goal>
</goals>
<configuration>
<showDeprecation>true</showDeprecation>
<contextPath>/jenkins</contextPath>
<systemProperties>
<hudson.Main.development>true</hudson.Main.development>
</systemProperties>
</configuration>
</execution>
<execution>
<id>default-insert-test</id>
<phase>generate-test-sources</phase>
<goals>
<goal>insert-test</goal>
</goals>
<configuration>
<showDeprecation>true</showDeprecation>
<contextPath>/jenkins</contextPath>
<systemProperties>
<hudson.Main.development>true</hudson.Main.development>
</systemProperties>
</configuration>
</execution>
<execution>
<id>default-test-hpl</id>
<phase>test-compile</phase>
<goals>
<goal>test-hpl</goal>
</goals>
<configuration>
<showDeprecation>true</showDeprecation>
<contextPath>/jenkins</contextPath>
<systemProperties>
<hudson.Main.development>true</hudson.Main.development>
</systemProperties>
</configuration>
</execution>
<execution>
<id>default-resolve-test-dependencies</id>
<phase>test-compile</phase>
<goals>
<goal>resolve-test-dependencies</goal>
</goals>
<configuration>
<showDeprecation>true</showDeprecation>
<contextPath>/jenkins</contextPath>
<systemProperties>
<hudson.Main.development>true</hudson.Main.development>
</systemProperties>
</configuration>
</execution>
<execution>
<id>default-validate</id>
<phase>validate</phase>
<goals>
<goal>validate</goal>
</goals>
<configuration>
<showDeprecation>true</showDeprecation>
<contextPath>/jenkins</contextPath>
<systemProperties>
<hudson.Main.development>true</hudson.Main.development>
</systemProperties>
</configuration>
</execution>
</executions>
<configuration>
<showDeprecation>true</showDeprecation>
<contextPath>/jenkins</contextPath>
<systemProperties>
<hudson.Main.development>true</hudson.Main.development>
</systemProperties>
</configuration>
</plugin>
<plugin>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>maven-stapler-plugin</artifactId>
<version>1.17</version>
<extensions>true</extensions>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
<preparationGoals>clean install</preparationGoals>
<goals>deploy</goals>
<arguments />
<releaseProfiles>jenkins-release,</releaseProfiles>
</configuration>
</plugin>
<plugin>
<groupId>org.jvnet.localizer</groupId>
<artifactId>maven-localizer-plugin</artifactId>
<version>1.24</version>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
<configuration>
<fileMask>Messages.properties</fileMask>
<outputDirectory>target/generated-sources/localizer</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<executions>
<execution>
<phase>process-sources</phase>
<goals>
<goal>javadoc</goal>
</goals>
<configuration>
<quiet>true</quiet>
</configuration>
</execution>
</executions>
<configuration>
<quiet>true</quiet>
</configuration>
</plugin>
<plugin>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier-checker</artifactId>
<version>1.8</version>
<executions>
<execution>
<id>default-enforce</id>
<phase>process-classes</phase>
<goals>
<goal>enforce</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<version>1.5-jenkins-3</version>
<executions>
<execution>
<id>test-in-groovy</id>
<goals>
<goal>generateTestStubs</goal>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<executions>
<execution>
<id>default-test</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<systemProperties>
<property>
<name>hudson.udp</name>
<value>33849</value>
</property>
</systemProperties>
<reuseForks>true</reuseForks>
<forkCount>1</forkCount>
</configuration>
</execution>
</executions>
<configuration>
<systemProperties>
<property>
<name>hudson.udp</name>
<value>33849</value>
</property>
</systemProperties>
<reuseForks>true</reuseForks>
<forkCount>1</forkCount>
</configuration>
</plugin>
<plugin>
<groupId>com.cloudbees</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<phase>prepare-package</phase>
<goals>
<goal>process</goal>
</goals>
<configuration>
<generateLicenseXml>target/foreman-node-sharing/WEB-INF/licenses.xml</generateLicenseXml>
<inlineScript>filter {
def plugins = [] as Set
// collect all Jenkins plugins
models.entrySet().each { e -&gt;
if (e.value.packaging=="hpi")
plugins.add(e.key.id)
}
// filter out dependencies that don't belong to this plugin
models.entrySet().removeAll(models.entrySet().findAll { e -&gt;
def a = e.key;
if (a.dependencyTrail.size()&gt;0 &amp;&amp; plugins.contains(a.dependencyTrail[1]))
return true; // ignore transitive dependencies through other plugins
// if the dependency goes through jenkins core, we don't need to bundle it in the war
// because jenkins-core comes in the &lt;provided&gt; scope, I think this is a bug in Maven that it puts such
// dependencies into the artifact list.
if (a.dependencyTrail.find { trail -&gt; trail.contains(":hudson-core:") || trail.contains(":jenkins-core:") })
return true;
return false;
})
}</inlineScript>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<id>default-clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
<executions>
<execution>
<id>default-testResources</id>
<phase>process-test-resources</phase>
<goals>
<goal>testResources</goal>
</goals>
</execution>
<execution>
<id>default-resources</id>
<phase>process-resources</phase>
<goals>
<goal>resources</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
<executions>
<execution>
<id>default-install</id>
<phase>install</phase>
<goals>
<goal>install</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.6</version>
<executions>
<execution>
<id>default-site</id>
<phase>site</phase>
<goals>
<goal>site</goal>
</goals>
<configuration>
<outputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/site</outputDirectory>
<reportPlugins>
<reportPlugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</reportPlugin>
</reportPlugins>
</configuration>
</execution>
<execution>
<id>default-deploy</id>
<phase>site-deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
<configuration>
<outputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/site</outputDirectory>
<reportPlugins>
<reportPlugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</reportPlugin>
</reportPlugins>
</configuration>
</execution>
</executions>
<configuration>
<outputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/site</outputDirectory>
<reportPlugins>
<reportPlugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</reportPlugin>
</reportPlugins>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<outputDirectory>/home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/site</outputDirectory>
</reporting>
</project>
</projects>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Node sharing parent ................................ SUCCESS [ 0.238 s]
[INFO] Foreman Host Configurator .......................... SKIPPED
[INFO] Foreman Node Sharing Plugin ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.030 s
[INFO] Finished at: 2017-06-30T15:22:10+02:00
[INFO] Final Memory: 22M/259M
[INFO] ------------------------------------------------------------------------
$ mvn clean release:prepare release:perform -Darguments="-DskipTests"
[INFO] Scanning for projects...
[WARNING] The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:2.0 is missing, no dependency information available
[WARNING] Failed to build parent project for org.jenkins-ci.plugins.nodesharing:foreman-node-sharing:hpi:1.2.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Node sharing parent
[INFO] Foreman Host Configurator
[INFO] Foreman Node Sharing Plugin
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Node sharing parent 1.2.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Foreman Host Configurator 1.2.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ configurator ---
[INFO] Deleting /home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Foreman Node Sharing Plugin 1.2.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ foreman-node-sharing ---
[INFO] Deleting /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Node sharing parent 1.2.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-release-plugin:2.3.2:prepare (default-cli) @ parent ---
[INFO] Verifying that there are no local modifications...
[INFO] ignoring changes on: **/pom.xml.releaseBackup, **/pom.xml.next, **/pom.xml.tag, **/pom.xml.branch, **/release.properties, **/pom.xml.backup
[INFO] Executing: /bin/sh -c cd /home/ogondza/code/jenkins/foreman-node-sharing-plugin && git status
[INFO] Working directory: /home/ogondza/code/jenkins/foreman-node-sharing-plugin
[INFO] Checking dependencies and plugins for snapshots ...
What is the release version for "Node sharing parent"? (org.jenkins-ci.plugins.nodesharing:parent) 1.2.7: :
What is the release version for "Foreman Host Configurator"? (org.jenkins-ci.plugins.nodesharing:configurator) 1.2.7: :
What is the release version for "Foreman Node Sharing Plugin"? (org.jenkins-ci.plugins.nodesharing:foreman-node-sharing) 1.2.7: :
What is SCM release tag or label for "Node sharing parent"? (org.jenkins-ci.plugins.nodesharing:parent) parent-1.2.7: :
What is the new development version for "Node sharing parent"? (org.jenkins-ci.plugins.nodesharing:parent) 1.2.8-SNAPSHOT: :
What is the new development version for "Foreman Host Configurator"? (org.jenkins-ci.plugins.nodesharing:configurator) 1.2.8-SNAPSHOT: :
What is the new development version for "Foreman Node Sharing Plugin"? (org.jenkins-ci.plugins.nodesharing:foreman-node-sharing) 1.2.8-SNAPSHOT: :
[INFO] Transforming 'Node sharing parent'...
[INFO] Transforming 'Foreman Host Configurator'...
[INFO] Transforming 'Foreman Node Sharing Plugin'...
[INFO] Not generating release POMs
[INFO] Executing goals 'clean verify'...
[WARNING] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
[INFO] [INFO] Scanning for projects...
[INFO] [WARNING] The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:2.0 is missing, no dependency information available
[INFO] [WARNING] Failed to build parent project for org.jenkins-ci.plugins.nodesharing:foreman-node-sharing:hpi:1.2.7
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO]
[INFO] [INFO] Node sharing parent
[INFO] [INFO] Foreman Host Configurator
[INFO] [INFO] Foreman Node Sharing Plugin
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building Node sharing parent 1.2.7
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent ---
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building Foreman Host Configurator 1.2.7
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ configurator ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ configurator ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ configurator ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 23 source files to /home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/target/classes
[INFO] [INFO] /home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/src/main/java/com/redhat/foreman/cli/Api.java: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/src/main/java/com/redhat/foreman/cli/Api.java uses unchecked or unsafe operations.
[INFO] [INFO] /home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/src/main/java/com/redhat/foreman/cli/Api.java: Recompile with -Xlint:unchecked for details.
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ configurator ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 10 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ configurator ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 9 source files to /home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ configurator ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ configurator ---
[INFO] [INFO] Building jar: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/target/foreman-host-configurator.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-shade-plugin:2.4.3:shade (default) @ configurator ---
[INFO] [INFO] Including com.google.code.findbugs:annotations:jar:3.0.0 in the shaded jar.
[INFO] [INFO] Including com.google.code.gson:gson:jar:2.8.0 in the shaded jar.
[INFO] [INFO] Including org.glassfish.jersey.core:jersey-client:jar:2.22.1 in the shaded jar.
[INFO] [INFO] Including javax.ws.rs:javax.ws.rs-api:jar:2.0.1 in the shaded jar.
[INFO] [INFO] Including org.glassfish.jersey.core:jersey-common:jar:2.22.1 in the shaded jar.
[INFO] [INFO] Including javax.annotation:javax.annotation-api:jar:1.2 in the shaded jar.
[INFO] [INFO] Including org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.22.1 in the shaded jar.
[INFO] [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.1 in the shaded jar.
[INFO] [INFO] Including org.glassfish.hk2:hk2-api:jar:2.4.0-b31 in the shaded jar.
[INFO] [INFO] Including org.glassfish.hk2:hk2-utils:jar:2.4.0-b31 in the shaded jar.
[INFO] [INFO] Including org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b31 in the shaded jar.
[INFO] [INFO] Including org.glassfish.hk2.external:javax.inject:jar:2.4.0-b31 in the shaded jar.
[INFO] [INFO] Including org.glassfish.hk2:hk2-locator:jar:2.4.0-b31 in the shaded jar.
[INFO] [INFO] Including org.javassist:javassist:jar:3.18.1-GA in the shaded jar.
[INFO] [INFO] Including log4j:log4j:jar:1.2.17 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.6.0 in the shaded jar.
[INFO] [INFO] Including com.beust:jcommander:jar:1.60 in the shaded jar.
[INFO] [INFO] Including org.jenkins-ci.test:docker-fixtures:jar:1.0 in the shaded jar.
[INFO] [INFO] Including commons-io:commons-io:jar:2.4 in the shaded jar.
[INFO] [INFO] Including org.jenkins-ci:process-utils:jar:1.3 in the shaded jar.
[INFO] [INFO] Including com.google.inject:guice:jar:3.0 in the shaded jar.
[INFO] [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
[INFO] [INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:jsr305:jar:2.0.3 in the shaded jar.
[INFO] [INFO] Including org.jenkins-ci:annotation-indexer:jar:1.9 in the shaded jar.
[INFO] [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] [WARNING] javax.inject-2.4.0-b31.jar, javax.inject-1.jar define 6 overlapping classes:
[INFO] [WARNING] - javax.inject.Inject
[INFO] [WARNING] - javax.inject.Singleton
[INFO] [WARNING] - javax.inject.Scope
[INFO] [WARNING] - javax.inject.Named
[INFO] [WARNING] - javax.inject.Provider
[INFO] [WARNING] - javax.inject.Qualifier
[INFO] [WARNING] aopalliance-repackaged-2.4.0-b31.jar, aopalliance-1.0.jar define 9 overlapping classes:
[INFO] [WARNING] - org.aopalliance.intercept.ConstructorInterceptor
[INFO] [WARNING] - org.aopalliance.intercept.MethodInvocation
[INFO] [WARNING] - org.aopalliance.intercept.MethodInterceptor
[INFO] [WARNING] - org.aopalliance.intercept.Invocation
[INFO] [WARNING] - org.aopalliance.aop.AspectException
[INFO] [WARNING] - org.aopalliance.intercept.Interceptor
[INFO] [WARNING] - org.aopalliance.intercept.Joinpoint
[INFO] [WARNING] - org.aopalliance.intercept.ConstructorInvocation
[INFO] [WARNING] - org.aopalliance.aop.Advice
[INFO] [WARNING] jsr305-2.0.3.jar, annotations-3.0.0.jar define 35 overlapping classes:
[INFO] [WARNING] - javax.annotation.RegEx
[INFO] [WARNING] - javax.annotation.concurrent.Immutable
[INFO] [WARNING] - javax.annotation.meta.TypeQualifierDefault
[INFO] [WARNING] - javax.annotation.meta.TypeQualifier
[INFO] [WARNING] - javax.annotation.Syntax
[INFO] [WARNING] - javax.annotation.Nonnull
[INFO] [WARNING] - javax.annotation.CheckReturnValue
[INFO] [WARNING] - javax.annotation.CheckForNull
[INFO] [WARNING] - javax.annotation.meta.TypeQualifierNickname
[INFO] [WARNING] - javax.annotation.MatchesPattern
[INFO] [WARNING] - 25 more...
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO] Replacing original artifact with shaded artifact.
[INFO] [INFO] Replacing /home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/target/foreman-host-configurator.jar with /home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/target/configurator-1.2.7-shaded.jar
[INFO] [INFO] Dependency-reduced POM written at: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/dependency-reduced-pom.xml
[INFO] [INFO] Dependency-reduced POM written at: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/configurator/dependency-reduced-pom.xml
[INFO] [INFO]
[INFO] [INFO] >>> findbugs-maven-plugin:3.0.3:check (findbugs) > :findbugs @ configurator >>>
[INFO] [INFO]
[INFO] [INFO] --- findbugs-maven-plugin:3.0.3:findbugs (findbugs) @ configurator ---
[INFO] [INFO] Fork Value is true
[INFO] [INFO] Done FindBugs Analysis....
[INFO] [INFO]
[INFO] [INFO] <<< findbugs-maven-plugin:3.0.3:check (findbugs) < :findbugs @ configurator <<<
[INFO] [INFO]
[INFO] [INFO]
[INFO] [INFO] --- findbugs-maven-plugin:3.0.3:check (findbugs) @ configurator ---
[INFO] [INFO] BugInstance size is 0
[INFO] [INFO] Error size is 0
[INFO] [INFO] No errors/warnings found
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building Foreman Node Sharing Plugin 1.2.7
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- maven-hpi-plugin:2.0:validate (default-validate) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:display-info (display-info) @ foreman-node-sharing ---
[INFO] [INFO] Maven Version: 3.5.0
[INFO] [INFO] JDK Version: 1.8.0_131 normalized as: 1.8.0-131
[INFO] [INFO] OS Info: Arch: amd64 Family: unix Name: linux Version: 4.4.31-1-lts
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (display-info) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- maven-localizer-plugin:1.24:generate (default) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:javadoc (default) > generate-sources @ foreman-node-sharing >>>
[INFO] [INFO]
[INFO] [INFO] --- maven-hpi-plugin:2.0:validate (default-validate) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:display-info (display-info) @ foreman-node-sharing ---
[INFO] [INFO] Maven Version: 3.5.0
[INFO] [INFO] JDK Version: 1.8.0_131 normalized as: 1.8.0-131
[INFO] [INFO] OS Info: Arch: amd64 Family: unix Name: linux Version: 4.4.31-1-lts
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (display-info) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- maven-localizer-plugin:1.24:generate (default) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:javadoc (default) < generate-sources @ foreman-node-sharing <<<
[INFO] [INFO]
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4:javadoc (default) @ foreman-node-sharing ---
[INFO] [INFO] Skipping javadoc generation
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ foreman-node-sharing ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 11 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ foreman-node-sharing ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 11 source files to /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/classes
[INFO] [INFO] /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/src/main/java/com/redhat/foreman/ForemanCleanupThread.java: Some input files use or override a deprecated API.
[INFO] [INFO] /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/src/main/java/com/redhat/foreman/ForemanCleanupThread.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO]
[INFO] [INFO] --- access-modifier-checker:1.8:enforce (default-enforce) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (check) @ foreman-node-sharing ---
[INFO] [INFO] Resolved signature org.codehaus.mojo.signature:java17 version as 1.0 from dependencyManagement
[INFO] [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] [INFO]
[INFO] [INFO] --- maven-hpi-plugin:2.0:insert-test (default-insert-test) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:generateTestStubs (test-in-groovy) @ foreman-node-sharing ---
[INFO] [INFO] No sources found for Java stub generation
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ foreman-node-sharing ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 9 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ foreman-node-sharing ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 5 source files to /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/test-classes
[INFO] [INFO] /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/src/test/java/com/redhat/foreman/ForemanSharedNodeCloudTest.java: Some input files use or override a deprecated API.
[INFO] [INFO] /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/src/test/java/com/redhat/foreman/ForemanSharedNodeCloudTest.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO] /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/generated-test-sources/injected/InjectedTest.java: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/generated-test-sources/injected/InjectedTest.java uses unchecked or unsafe operations.
[INFO] [INFO] /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/generated-test-sources/injected/InjectedTest.java: Recompile with -Xlint:unchecked for details.
[INFO] [INFO]
[INFO] [INFO] --- maven-hpi-plugin:2.0:test-hpl (default-test-hpl) @ foreman-node-sharing ---
[INFO] [INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/test-classes/the.hpl
[INFO] [INFO]
[INFO] [INFO] --- maven-hpi-plugin:2.0:resolve-test-dependencies (default-resolve-test-dependencies) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:testCompile (test-in-groovy) @ foreman-node-sharing ---
[INFO] [INFO] No sources found to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ foreman-node-sharing ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-license-plugin:1.7:process (default) @ foreman-node-sharing ---
[INFO] [INFO] Generated /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/foreman-node-sharing/WEB-INF/licenses.xml
[INFO] [INFO]
[INFO] [INFO] --- maven-hpi-plugin:2.0:hpi (default-hpi) @ foreman-node-sharing ---
[INFO] [INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/foreman-node-sharing/META-INF/MANIFEST.MF
[INFO] [INFO] Checking for attached .jar artifact ...
[INFO] [INFO] Generating jar /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/foreman-node-sharing.jar
[INFO] [INFO] Building jar: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/foreman-node-sharing.jar
[INFO] [INFO] Exploding webapp...
[INFO] [INFO] Copy webapp webResources to /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/foreman-node-sharing
[INFO] [INFO] Assembling webapp foreman-node-sharing in /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/foreman-node-sharing
[INFO] [INFO] Generating hpi /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/foreman-node-sharing.hpi
[INFO] [INFO] Building jar: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/plugin/target/foreman-node-sharing.hpi
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (maybe-test-jar) @ foreman-node-sharing ---
[INFO] [INFO] Skipping packaging of the test-jar
[INFO] [INFO]
[INFO] [INFO] >>> findbugs-maven-plugin:3.0.4:check (findbugs) > :findbugs @ foreman-node-sharing >>>
[INFO] [INFO]
[INFO] [INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] <<< findbugs-maven-plugin:3.0.4:check (findbugs) < :findbugs @ foreman-node-sharing <<<
[INFO] [INFO]
[INFO] [INFO]
[INFO] [INFO] --- findbugs-maven-plugin:3.0.4:check (findbugs) @ foreman-node-sharing ---
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] Node sharing parent ................................ SUCCESS [ 0.040 s]
[INFO] [INFO] Foreman Host Configurator .......................... SUCCESS [ 6.570 s]
[INFO] [INFO] Foreman Node Sharing Plugin ........................ SUCCESS [ 8.721 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 16.543 s
[INFO] [INFO] Finished at: 2017-06-30T15:19:34+02:00
[INFO] [INFO] Final Memory: 78M/392M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd /home/ogondza/code/jenkins/foreman-node-sharing-plugin && git add -- pom.xml configurator/pom.xml plugin/pom.xml
[INFO] Working directory: /home/ogondza/code/jenkins/foreman-node-sharing-plugin
[INFO] Executing: /bin/sh -c cd /home/ogondza/code/jenkins/foreman-node-sharing-plugin && git status
[INFO] Working directory: /home/ogondza/code/jenkins/foreman-node-sharing-plugin
[INFO] Tagging release with the label parent-1.2.7...
[INFO] Executing: /bin/sh -c cd /home/ogondza/code/jenkins/foreman-node-sharing-plugin && git tag -F /tmp/maven-scm-691867103.commit parent-1.2.7
[INFO] Working directory: /home/ogondza/code/jenkins/foreman-node-sharing-plugin
[INFO] Executing: /bin/sh -c cd /home/ogondza/code/jenkins/foreman-node-sharing-plugin && git push git@github.com:jenkinsci/foreman-node-sharing-plugin.git parent-1.2.7
[INFO] Working directory: /home/ogondza/code/jenkins/foreman-node-sharing-plugin
[INFO] Executing: /bin/sh -c cd /home/ogondza/code/jenkins/foreman-node-sharing-plugin && git ls-files
[INFO] Working directory: /home/ogondza/code/jenkins/foreman-node-sharing-plugin
[INFO] Transforming 'Node sharing parent'...
[INFO] Transforming 'Foreman Host Configurator'...
[INFO] Transforming 'Foreman Node Sharing Plugin'...
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd /home/ogondza/code/jenkins/foreman-node-sharing-plugin && git add -- pom.xml configurator/pom.xml plugin/pom.xml
[INFO] Working directory: /home/ogondza/code/jenkins/foreman-node-sharing-plugin
[INFO] Executing: /bin/sh -c cd /home/ogondza/code/jenkins/foreman-node-sharing-plugin && git status
[INFO] Working directory: /home/ogondza/code/jenkins/foreman-node-sharing-plugin
[INFO] Release preparation complete.
[INFO]
[INFO] --- maven-release-plugin:2.3.2:perform (default-cli) @ parent ---
[INFO] Checking out the project to perform the release ...
[INFO] Executing: /bin/sh -c cd /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target && git clone --branch parent-1.2.7 git@github.com:jenkinsci/foreman-node-sharing-plugin.git /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout
[INFO] Working directory: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target
[INFO] Executing: /bin/sh -c cd /tmp && git ls-remote git@github.com:jenkinsci/foreman-node-sharing-plugin.git
[INFO] Working directory: /tmp
[INFO] Executing: /bin/sh -c cd /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout && git fetch git@github.com:jenkinsci/foreman-node-sharing-plugin.git
[INFO] Working directory: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout
[INFO] Executing: /bin/sh -c cd /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout && git checkout parent-1.2.7
[INFO] Working directory: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout
[INFO] Executing: /bin/sh -c cd /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout && git ls-files
[INFO] Working directory: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout
[INFO] Invoking perform goals in directory /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout
[INFO] Executing goals 'deploy'...
[WARNING] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
[INFO] [INFO] Scanning for projects...
[INFO] [WARNING] The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:2.0 is missing, no dependency information available
[INFO] [WARNING] Failed to build parent project for org.jenkins-ci.plugins.nodesharing:foreman-node-sharing:hpi:1.2.7-SNAPSHOT
[INFO] [WARNING]
[INFO] [WARNING] Some problems were encountered while building the effective model for org.jenkins-ci.plugins.nodesharing:configurator:jar:1.2.7-SNAPSHOT
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing.
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing.
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing.
[INFO] [WARNING]
[INFO] [WARNING] Some problems were encountered while building the effective model for org.jenkins-ci.plugins.nodesharing:parent:pom:1.2.7-SNAPSHOT
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing.
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing.
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing.
[INFO] [WARNING]
[INFO] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[INFO] [WARNING]
[INFO] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[INFO] [WARNING]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO]
[INFO] [INFO] Node sharing parent
[INFO] [INFO] Foreman Host Configurator
[INFO] [INFO] Foreman Node Sharing Plugin
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building Node sharing parent 1.2.7-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml
[INFO] Progress (1): 812 B
[INFO]
[INFO] Downloaded: http://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml (812 B at 1.4 kB/s)
[INFO] Downloading: http://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml
[INFO] Progress (1): 1.0 kB
[INFO]
[INFO] Downloaded: http://repo.jenkins-ci.org/public/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml (1.0 kB at 2.8 kB/s)
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ parent >>>
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ parent <<<
[INFO] [INFO]
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ parent ---
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ parent ---
[INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ parent ---
[INFO] [INFO] Installing /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/pom.xml to /home/ogondza/.m2/repository/org/jenkins-ci/plugins/nodesharing/parent/1.2.7-SNAPSHOT/parent-1.2.7-SNAPSHOT.pom
[INFO] [INFO]
[INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ parent ---
[INFO] Downloading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/parent/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/parent/1.2.7-SNAPSHOT/parent-1.2.7-20170630.131946-1.pom
[INFO] Progress (1): 2.0/2.3 kB
[INFO] Progress (1): 2.3 kB
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/parent/1.2.7-SNAPSHOT/parent-1.2.7-20170630.131946-1.pom (2.3 kB at 2.1 kB/s)
[INFO] Downloading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/parent/maven-metadata.xml
[INFO] Progress (1): 473 B
[INFO]
[INFO] Downloaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/parent/maven-metadata.xml (473 B at 760 B/s)
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/parent/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Progress (1): 617 B
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/parent/1.2.7-SNAPSHOT/maven-metadata.xml (617 B at 894 B/s)
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/parent/maven-metadata.xml
[INFO] Progress (1): 416 B
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/parent/maven-metadata.xml (416 B at 569 B/s)
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building Foreman Host Configurator 1.2.7-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ configurator ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ configurator ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 23 source files to /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/classes
[INFO] [INFO] /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/src/main/java/com/redhat/foreman/cli/Api.java: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/src/main/java/com/redhat/foreman/cli/Api.java uses unchecked or unsafe operations.
[INFO] [INFO] /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/src/main/java/com/redhat/foreman/cli/Api.java: Recompile with -Xlint:unchecked for details.
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ configurator ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 10 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ configurator ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 9 source files to /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ configurator ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ configurator ---
[INFO] [INFO] Building jar: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/foreman-host-configurator.jar
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ configurator >>>
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ configurator <<<
[INFO] [INFO]
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ configurator ---
[INFO] [INFO] Building jar: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/foreman-host-configurator-sources.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ configurator ---
[INFO] [INFO]
[INFO] Loading source files for package com.redhat.foreman.cli.model...
[INFO] Loading source files for package com.redhat.foreman.cli...
[INFO] Loading source files for package com.redhat.foreman.cli.docker.fixtures...
[INFO] Loading source files for package com.redhat.foreman.cli.exception...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_131
[INFO] Building tree for all the packages and classes...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/Architecture.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/Defaults.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/Domain.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/Environment.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/Host.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/Hostgroup.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/Hosts.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/HostTypeAdapter.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/Medium.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/OperatingSystem.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/Parameter.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/PTable.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/Reservation.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/Reservation.EmptyReservation.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/AbstractFileProcessor.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/Api.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/Command.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/CreateFromFile.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/ListHosts.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/Main.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/Release.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/UpdateFromFile.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/docker/fixtures/ForemanContainer.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/exception/ForemanApiException.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/overview-frame.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/package-frame.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/package-summary.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/package-tree.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/docker/fixtures/package-frame.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/docker/fixtures/package-summary.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/docker/fixtures/package-tree.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/exception/package-frame.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/exception/package-summary.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/exception/package-tree.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/package-frame.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/package-summary.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/package-tree.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/constant-values.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/serialized-form.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/class-use/PTable.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/class-use/Parameter.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/class-use/Defaults.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/class-use/Medium.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/class-use/Architecture.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/class-use/Reservation.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/class-use/Reservation.EmptyReservation.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/class-use/OperatingSystem.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/class-use/Host.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/class-use/Environment.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/class-use/HostTypeAdapter.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/class-use/Hosts.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/class-use/Hostgroup.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/class-use/Domain.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/class-use/ListHosts.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/class-use/Release.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/class-use/CreateFromFile.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/class-use/Command.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/class-use/UpdateFromFile.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/class-use/Api.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/class-use/Main.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/class-use/AbstractFileProcessor.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/docker/fixtures/class-use/ForemanContainer.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/exception/class-use/ForemanApiException.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/package-use.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/docker/fixtures/package-use.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/exception/package-use.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/com/redhat/foreman/cli/model/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/overview-tree.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/index-all.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/allclasses-frame.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/allclasses-noframe.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/index.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/overview-summary.html...
[INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/apidocs/help-doc.html...
[INFO] [INFO] Building jar: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/foreman-host-configurator-javadoc.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-shade-plugin:2.4.3:shade (default) @ configurator ---
[INFO] [INFO] Including com.google.code.findbugs:annotations:jar:3.0.0 in the shaded jar.
[INFO] [INFO] Including com.google.code.gson:gson:jar:2.8.0 in the shaded jar.
[INFO] [INFO] Including org.glassfish.jersey.core:jersey-client:jar:2.22.1 in the shaded jar.
[INFO] [INFO] Including javax.ws.rs:javax.ws.rs-api:jar:2.0.1 in the shaded jar.
[INFO] [INFO] Including org.glassfish.jersey.core:jersey-common:jar:2.22.1 in the shaded jar.
[INFO] [INFO] Including javax.annotation:javax.annotation-api:jar:1.2 in the shaded jar.
[INFO] [INFO] Including org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.22.1 in the shaded jar.
[INFO] [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.1 in the shaded jar.
[INFO] [INFO] Including org.glassfish.hk2:hk2-api:jar:2.4.0-b31 in the shaded jar.
[INFO] [INFO] Including org.glassfish.hk2:hk2-utils:jar:2.4.0-b31 in the shaded jar.
[INFO] [INFO] Including org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b31 in the shaded jar.
[INFO] [INFO] Including org.glassfish.hk2.external:javax.inject:jar:2.4.0-b31 in the shaded jar.
[INFO] [INFO] Including org.glassfish.hk2:hk2-locator:jar:2.4.0-b31 in the shaded jar.
[INFO] [INFO] Including org.javassist:javassist:jar:3.18.1-GA in the shaded jar.
[INFO] [INFO] Including log4j:log4j:jar:1.2.17 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.6.0 in the shaded jar.
[INFO] [INFO] Including com.beust:jcommander:jar:1.60 in the shaded jar.
[INFO] [INFO] Including org.jenkins-ci.test:docker-fixtures:jar:1.0 in the shaded jar.
[INFO] [INFO] Including commons-io:commons-io:jar:2.4 in the shaded jar.
[INFO] [INFO] Including org.jenkins-ci:process-utils:jar:1.3 in the shaded jar.
[INFO] [INFO] Including com.google.inject:guice:jar:3.0 in the shaded jar.
[INFO] [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
[INFO] [INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:jsr305:jar:2.0.3 in the shaded jar.
[INFO] [INFO] Including org.jenkins-ci:annotation-indexer:jar:1.9 in the shaded jar.
[INFO] [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] [WARNING] javax.inject-2.4.0-b31.jar, javax.inject-1.jar define 6 overlapping classes:
[INFO] [WARNING] - javax.inject.Inject
[INFO] [WARNING] - javax.inject.Singleton
[INFO] [WARNING] - javax.inject.Scope
[INFO] [WARNING] - javax.inject.Named
[INFO] [WARNING] - javax.inject.Provider
[INFO] [WARNING] - javax.inject.Qualifier
[INFO] [WARNING] aopalliance-repackaged-2.4.0-b31.jar, aopalliance-1.0.jar define 9 overlapping classes:
[INFO] [WARNING] - org.aopalliance.intercept.ConstructorInterceptor
[INFO] [WARNING] - org.aopalliance.intercept.MethodInvocation
[INFO] [WARNING] - org.aopalliance.intercept.MethodInterceptor
[INFO] [WARNING] - org.aopalliance.intercept.Invocation
[INFO] [WARNING] - org.aopalliance.aop.AspectException
[INFO] [WARNING] - org.aopalliance.intercept.Interceptor
[INFO] [WARNING] - org.aopalliance.intercept.Joinpoint
[INFO] [WARNING] - org.aopalliance.intercept.ConstructorInvocation
[INFO] [WARNING] - org.aopalliance.aop.Advice
[INFO] [WARNING] jsr305-2.0.3.jar, annotations-3.0.0.jar define 35 overlapping classes:
[INFO] [WARNING] - javax.annotation.RegEx
[INFO] [WARNING] - javax.annotation.concurrent.Immutable
[INFO] [WARNING] - javax.annotation.meta.TypeQualifierDefault
[INFO] [WARNING] - javax.annotation.meta.TypeQualifier
[INFO] [WARNING] - javax.annotation.Syntax
[INFO] [WARNING] - javax.annotation.Nonnull
[INFO] [WARNING] - javax.annotation.CheckReturnValue
[INFO] [WARNING] - javax.annotation.CheckForNull
[INFO] [WARNING] - javax.annotation.meta.TypeQualifierNickname
[INFO] [WARNING] - javax.annotation.MatchesPattern
[INFO] [WARNING] - 25 more...
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO] Replacing original artifact with shaded artifact.
[INFO] [INFO] Replacing /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/foreman-host-configurator.jar with /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/configurator-1.2.7-SNAPSHOT-shaded.jar
[INFO] [INFO] Dependency-reduced POM written at: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/dependency-reduced-pom.xml
[INFO] [INFO] Dependency-reduced POM written at: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/dependency-reduced-pom.xml
[INFO] [INFO]
[INFO] [INFO] >>> findbugs-maven-plugin:3.0.3:check (findbugs) > :findbugs @ configurator >>>
[INFO] [INFO]
[INFO] [INFO] --- findbugs-maven-plugin:3.0.3:findbugs (findbugs) @ configurator ---
[INFO] [INFO] Fork Value is true
[INFO] [INFO] Done FindBugs Analysis....
[INFO] [INFO]
[INFO] [INFO] <<< findbugs-maven-plugin:3.0.3:check (findbugs) < :findbugs @ configurator <<<
[INFO] [INFO]
[INFO] [INFO]
[INFO] [INFO] --- findbugs-maven-plugin:3.0.3:check (findbugs) @ configurator ---
[INFO] [INFO] BugInstance size is 0
[INFO] [INFO] Error size is 0
[INFO] [INFO] No errors/warnings found
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ configurator ---
[INFO] [INFO] Installing /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/foreman-host-configurator.jar to /home/ogondza/.m2/repository/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/configurator-1.2.7-SNAPSHOT.jar
[INFO] [INFO] Installing /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/dependency-reduced-pom.xml to /home/ogondza/.m2/repository/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/configurator-1.2.7-SNAPSHOT.pom
[INFO] [INFO] Installing /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/foreman-host-configurator-sources.jar to /home/ogondza/.m2/repository/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/configurator-1.2.7-SNAPSHOT-sources.jar
[INFO] [INFO] Installing /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/configurator/target/foreman-host-configurator-javadoc.jar to /home/ogondza/.m2/repository/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/configurator-1.2.7-SNAPSHOT-javadoc.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ configurator ---
[INFO] Downloading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/configurator-1.2.7-20170630.131958-1.jar
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.1/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.2/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.3/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.4/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.5/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.6/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.7/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.8/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 0.9/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.0/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.1/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.2/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.3/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.4/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.5/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.6/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.7/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.8/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 1.9/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.0/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.1/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.2/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.3/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.4/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.5/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.6/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.7/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.8/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 2.9/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.0/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.1/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.2/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.3/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.4/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.5/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.6/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.7/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.8/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 3.9/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.0/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.1/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.2/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.3/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.4/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.5/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.6/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.7/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.8/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 4.9/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.0/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.1/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.2/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.3/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.4/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.5/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.6/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.7/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.8/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 5.9/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.0/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.1/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.2/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.3/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.4/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.5/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.6/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.7/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8/6.8 MB
[INFO] Progress (1): 6.8 MB
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/configurator-1.2.7-20170630.131958-1.jar (6.8 MB at 3.1 MB/s)
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/configurator-1.2.7-20170630.131958-1.pom
[INFO] Progress (1): 2.0/2.9 kB
[INFO] Progress (1): 2.9 kB
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/configurator-1.2.7-20170630.131958-1.pom (2.9 kB at 3.6 kB/s)
[INFO] Downloading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/maven-metadata.xml
[INFO] Progress (1): 479 B
[INFO]
[INFO] Downloaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/maven-metadata.xml (479 B at 1.1 kB/s)
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Progress (1): 796 B
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/maven-metadata.xml (796 B at 1.2 kB/s)
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/maven-metadata.xml
[INFO] Progress (1): 422 B
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/maven-metadata.xml (422 B at 565 B/s)
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/configurator-1.2.7-20170630.131958-1-sources.jar
[INFO] Progress (1): 2.0/22 kB
[INFO] Progress (1): 4.1/22 kB
[INFO] Progress (1): 6.1/22 kB
[INFO] Progress (1): 8.2/22 kB
[INFO] Progress (1): 10/22 kB
[INFO] Progress (1): 12/22 kB
[INFO] Progress (1): 14/22 kB
[INFO] Progress (1): 16/22 kB
[INFO] Progress (1): 18/22 kB
[INFO] Progress (1): 20/22 kB
[INFO] Progress (1): 22 kB
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/configurator-1.2.7-20170630.131958-1-sources.jar (22 kB at 27 kB/s)
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Progress (1): 1.0 kB
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/maven-metadata.xml (1.0 kB at 1.5 kB/s)
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/configurator-1.2.7-20170630.131958-1-javadoc.jar
[INFO] Progress (1): 2.0/161 kB
[INFO] Progress (1): 4.1/161 kB
[INFO] Progress (1): 6.1/161 kB
[INFO] Progress (1): 8.2/161 kB
[INFO] Progress (1): 10/161 kB
[INFO] Progress (1): 12/161 kB
[INFO] Progress (1): 14/161 kB
[INFO] Progress (1): 16/161 kB
[INFO] Progress (1): 18/161 kB
[INFO] Progress (1): 20/161 kB
[INFO] Progress (1): 23/161 kB
[INFO] Progress (1): 25/161 kB
[INFO] Progress (1): 27/161 kB
[INFO] Progress (1): 29/161 kB
[INFO] Progress (1): 31/161 kB
[INFO] Progress (1): 33/161 kB
[INFO] Progress (1): 35/161 kB
[INFO] Progress (1): 37/161 kB
[INFO] Progress (1): 39/161 kB
[INFO] Progress (1): 41/161 kB
[INFO] Progress (1): 43/161 kB
[INFO] Progress (1): 45/161 kB
[INFO] Progress (1): 47/161 kB
[INFO] Progress (1): 49/161 kB
[INFO] Progress (1): 51/161 kB
[INFO] Progress (1): 53/161 kB
[INFO] Progress (1): 55/161 kB
[INFO] Progress (1): 57/161 kB
[INFO] Progress (1): 59/161 kB
[INFO] Progress (1): 61/161 kB
[INFO] Progress (1): 63/161 kB
[INFO] Progress (1): 66/161 kB
[INFO] Progress (1): 68/161 kB
[INFO] Progress (1): 70/161 kB
[INFO] Progress (1): 72/161 kB
[INFO] Progress (1): 74/161 kB
[INFO] Progress (1): 76/161 kB
[INFO] Progress (1): 78/161 kB
[INFO] Progress (1): 80/161 kB
[INFO] Progress (1): 82/161 kB
[INFO] Progress (1): 84/161 kB
[INFO] Progress (1): 86/161 kB
[INFO] Progress (1): 88/161 kB
[INFO] Progress (1): 90/161 kB
[INFO] Progress (1): 92/161 kB
[INFO] Progress (1): 94/161 kB
[INFO] Progress (1): 96/161 kB
[INFO] Progress (1): 98/161 kB
[INFO] Progress (1): 100/161 kB
[INFO] Progress (1): 102/161 kB
[INFO] Progress (1): 104/161 kB
[INFO] Progress (1): 106/161 kB
[INFO] Progress (1): 109/161 kB
[INFO] Progress (1): 111/161 kB
[INFO] Progress (1): 113/161 kB
[INFO] Progress (1): 115/161 kB
[INFO] Progress (1): 117/161 kB
[INFO] Progress (1): 119/161 kB
[INFO] Progress (1): 121/161 kB
[INFO] Progress (1): 123/161 kB
[INFO] Progress (1): 125/161 kB
[INFO] Progress (1): 127/161 kB
[INFO] Progress (1): 129/161 kB
[INFO] Progress (1): 131/161 kB
[INFO] Progress (1): 133/161 kB
[INFO] Progress (1): 135/161 kB
[INFO] Progress (1): 137/161 kB
[INFO] Progress (1): 139/161 kB
[INFO] Progress (1): 141/161 kB
[INFO] Progress (1): 143/161 kB
[INFO] Progress (1): 145/161 kB
[INFO] Progress (1): 147/161 kB
[INFO] Progress (1): 150/161 kB
[INFO] Progress (1): 152/161 kB
[INFO] Progress (1): 154/161 kB
[INFO] Progress (1): 156/161 kB
[INFO] Progress (1): 158/161 kB
[INFO] Progress (1): 160/161 kB
[INFO] Progress (1): 161 kB
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/configurator-1.2.7-20170630.131958-1-javadoc.jar (161 kB at 149 kB/s)
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Progress (1): 1.2 kB
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/configurator/1.2.7-SNAPSHOT/maven-metadata.xml (1.2 kB at 1.4 kB/s)
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building Foreman Node Sharing Plugin 1.2.7-SNAPSHOT
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-hpi-plugin:2.0:validate (default-validate) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:display-info (display-info) @ foreman-node-sharing ---
[INFO] [INFO] Maven Version: 3.5.0
[INFO] [INFO] JDK Version: 1.8.0_131 normalized as: 1.8.0-131
[INFO] [INFO] OS Info: Arch: amd64 Family: unix Name: linux Version: 4.4.31-1-lts
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (display-info) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- maven-localizer-plugin:1.24:generate (default) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] >>> maven-javadoc-plugin:2.10.4:javadoc (default) > generate-sources @ foreman-node-sharing >>>
[INFO] [INFO]
[INFO] [INFO] --- maven-hpi-plugin:2.0:validate (default-validate) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:display-info (display-info) @ foreman-node-sharing ---
[INFO] [INFO] Maven Version: 3.5.0
[INFO] [INFO] JDK Version: 1.8.0_131 normalized as: 1.8.0-131
[INFO] [INFO] OS Info: Arch: amd64 Family: unix Name: linux Version: 4.4.31-1-lts
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (display-info) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- maven-localizer-plugin:1.24:generate (default) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] <<< maven-javadoc-plugin:2.10.4:javadoc (default) < generate-sources @ foreman-node-sharing <<<
[INFO] [INFO]
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4:javadoc (default) @ foreman-node-sharing ---
[INFO] [INFO] Skipping javadoc generation
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ foreman-node-sharing ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 11 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ foreman-node-sharing ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 11 source files to /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/classes
[INFO] [INFO] /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/src/main/java/com/redhat/foreman/ForemanSharedNodeCloud.java: Some input files use or override a deprecated API.
[INFO] [INFO] /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/src/main/java/com/redhat/foreman/ForemanSharedNodeCloud.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO]
[INFO] [INFO] --- access-modifier-checker:1.8:enforce (default-enforce) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (check) @ foreman-node-sharing ---
[INFO] [INFO] Resolved signature org.codehaus.mojo.signature:java17 version as 1.0 from dependencyManagement
[INFO] [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] [INFO]
[INFO] [INFO] --- maven-hpi-plugin:2.0:insert-test (default-insert-test) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:generateTestStubs (test-in-groovy) @ foreman-node-sharing ---
[INFO] [INFO] No sources found for Java stub generation
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ foreman-node-sharing ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 9 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ foreman-node-sharing ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 5 source files to /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/test-classes
[INFO] [INFO] /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/src/test/java/com/redhat/foreman/ForemanSharedNodeCloudTest.java: Some input files use or override a deprecated API.
[INFO] [INFO] /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/src/test/java/com/redhat/foreman/ForemanSharedNodeCloudTest.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO] /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/generated-test-sources/injected/InjectedTest.java: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/generated-test-sources/injected/InjectedTest.java uses unchecked or unsafe operations.
[INFO] [INFO] /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/generated-test-sources/injected/InjectedTest.java: Recompile with -Xlint:unchecked for details.
[INFO] [INFO]
[INFO] [INFO] --- maven-hpi-plugin:2.0:test-hpl (default-test-hpl) @ foreman-node-sharing ---
[INFO] [INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/test-classes/the.hpl
[INFO] [INFO]
[INFO] [INFO] --- maven-hpi-plugin:2.0:resolve-test-dependencies (default-resolve-test-dependencies) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- gmaven-plugin:1.5-jenkins-3:testCompile (test-in-groovy) @ foreman-node-sharing ---
[INFO] [INFO] No sources found to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ foreman-node-sharing ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-license-plugin:1.7:process (default) @ foreman-node-sharing ---
[INFO] [INFO] Generated /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/foreman-node-sharing/WEB-INF/licenses.xml
[INFO] [INFO]
[INFO] [INFO] --- maven-hpi-plugin:2.0:hpi (default-hpi) @ foreman-node-sharing ---
[INFO] [INFO] Generating /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/foreman-node-sharing/META-INF/MANIFEST.MF
[INFO] [INFO] Checking for attached .jar artifact ...
[INFO] [INFO] Generating jar /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/foreman-node-sharing.jar
[INFO] [INFO] Building jar: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/foreman-node-sharing.jar
[INFO] [INFO] Exploding webapp...
[INFO] [INFO] Copy webapp webResources to /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/foreman-node-sharing
[INFO] [INFO] Assembling webapp foreman-node-sharing in /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/foreman-node-sharing
[INFO] [INFO] Generating hpi /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/foreman-node-sharing.hpi
[INFO] [INFO] Building jar: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/foreman-node-sharing.hpi
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ foreman-node-sharing >>>
[INFO] [INFO]
[INFO] [INFO] --- maven-hpi-plugin:2.0:validate (default-validate) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:display-info (display-info) @ foreman-node-sharing ---
[INFO] [INFO] Maven Version: 3.5.0
[INFO] [INFO] JDK Version: 1.8.0_131 normalized as: 1.8.0-131
[INFO] [INFO] OS Info: Arch: amd64 Family: unix Name: linux Version: 4.4.31-1-lts
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (display-info) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- maven-localizer-plugin:1.24:generate (default) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ foreman-node-sharing <<<
[INFO] [INFO]
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ foreman-node-sharing ---
[INFO] [INFO] Building jar: /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/foreman-node-sharing-sources.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (maybe-test-jar) @ foreman-node-sharing ---
[INFO] [INFO] Skipping packaging of the test-jar
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ foreman-node-sharing ---
[INFO] [INFO] Skipping javadoc generation
[INFO] [INFO]
[INFO] [INFO] >>> findbugs-maven-plugin:3.0.4:check (findbugs) > :findbugs @ foreman-node-sharing >>>
[INFO] [INFO]
[INFO] [INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] <<< findbugs-maven-plugin:3.0.4:check (findbugs) < :findbugs @ foreman-node-sharing <<<
[INFO] [INFO]
[INFO] [INFO]
[INFO] [INFO] --- findbugs-maven-plugin:3.0.4:check (findbugs) @ foreman-node-sharing ---
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ foreman-node-sharing ---
[INFO] [INFO] Installing /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/foreman-node-sharing.hpi to /home/ogondza/.m2/repository/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/foreman-node-sharing-1.2.7-SNAPSHOT.hpi
[INFO] [INFO] Installing /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/pom.xml to /home/ogondza/.m2/repository/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/foreman-node-sharing-1.2.7-SNAPSHOT.pom
[INFO] [INFO] Installing /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/foreman-node-sharing.jar to /home/ogondza/.m2/repository/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/foreman-node-sharing-1.2.7-SNAPSHOT.jar
[INFO] [INFO] Installing /home/ogondza/code/jenkins/foreman-node-sharing-plugin/target/checkout/plugin/target/foreman-node-sharing-sources.jar to /home/ogondza/.m2/repository/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/foreman-node-sharing-1.2.7-SNAPSHOT-sources.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ foreman-node-sharing ---
[INFO] Downloading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/foreman-node-sharing-1.2.7-20170630.132017-1.hpi
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.1/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.2/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.3/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.4/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.5/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.6/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.7/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.8/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 0.9/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.0/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.1/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.2/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.3/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.4/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.5/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.6/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.7/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.8/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 1.9/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.0/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.1/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.2/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.3/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.4/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.5/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.6/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.7/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.8/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 2.9/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.0/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.1/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.2/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.3/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.4/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.5/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.6/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.7/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.8/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 3.9/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.0/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.1/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.2/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.3/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.4/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.5/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.6/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.7/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.8/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 4.9/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.0/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.1/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.2/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.3/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.4/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.5/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6/5.6 MB
[INFO] Progress (1): 5.6 MB
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/foreman-node-sharing-1.2.7-20170630.132017-1.hpi (5.6 MB at 3.1 MB/s)
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/foreman-node-sharing-1.2.7-20170630.132017-1.pom
[INFO] Progress (1): 2.0/3.1 kB
[INFO] Progress (1): 3.1 kB
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/foreman-node-sharing-1.2.7-20170630.132017-1.pom (3.1 kB at 3.9 kB/s)
[INFO] Downloading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/maven-metadata.xml
[INFO] Progress (1): 487 B
[INFO]
[INFO] Downloaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/maven-metadata.xml (487 B at 1.3 kB/s)
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Progress (1): 804 B
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/maven-metadata.xml (804 B at 1.1 kB/s)
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/maven-metadata.xml
[INFO] Progress (1): 430 B
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/maven-metadata.xml (430 B at 589 B/s)
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/foreman-node-sharing-1.2.7-20170630.132017-1.jar
[INFO] Progress (1): 2.0/54 kB
[INFO] Progress (1): 4.1/54 kB
[INFO] Progress (1): 6.1/54 kB
[INFO] Progress (1): 8.2/54 kB
[INFO] Progress (1): 10/54 kB
[INFO] Progress (1): 12/54 kB
[INFO] Progress (1): 14/54 kB
[INFO] Progress (1): 16/54 kB
[INFO] Progress (1): 18/54 kB
[INFO] Progress (1): 20/54 kB
[INFO] Progress (1): 23/54 kB
[INFO] Progress (1): 25/54 kB
[INFO] Progress (1): 27/54 kB
[INFO] Progress (1): 29/54 kB
[INFO] Progress (1): 31/54 kB
[INFO] Progress (1): 33/54 kB
[INFO] Progress (1): 35/54 kB
[INFO] Progress (1): 37/54 kB
[INFO] Progress (1): 39/54 kB
[INFO] Progress (1): 41/54 kB
[INFO] Progress (1): 43/54 kB
[INFO] Progress (1): 45/54 kB
[INFO] Progress (1): 47/54 kB
[INFO] Progress (1): 49/54 kB
[INFO] Progress (1): 51/54 kB
[INFO] Progress (1): 53/54 kB
[INFO] Progress (1): 54 kB
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/foreman-node-sharing-1.2.7-20170630.132017-1.jar (54 kB at 57 kB/s)
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Progress (1): 977 B
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/maven-metadata.xml (977 B at 1.4 kB/s)
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/foreman-node-sharing-1.2.7-20170630.132017-1-sources.jar
[INFO] Progress (1): 2.0/32 kB
[INFO] Progress (1): 4.1/32 kB
[INFO] Progress (1): 6.1/32 kB
[INFO] Progress (1): 8.2/32 kB
[INFO] Progress (1): 10/32 kB
[INFO] Progress (1): 12/32 kB
[INFO] Progress (1): 14/32 kB
[INFO] Progress (1): 16/32 kB
[INFO] Progress (1): 18/32 kB
[INFO] Progress (1): 20/32 kB
[INFO] Progress (1): 23/32 kB
[INFO] Progress (1): 25/32 kB
[INFO] Progress (1): 27/32 kB
[INFO] Progress (1): 29/32 kB
[INFO] Progress (1): 31/32 kB
[INFO] Progress (1): 32 kB
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/foreman-node-sharing-1.2.7-20170630.132017-1-sources.jar (32 kB at 36 kB/s)
[INFO] Uploading: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/maven-metadata.xml
[INFO] Progress (1): 1.2 kB
[INFO]
[INFO] Uploaded: https://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/nodesharing/foreman-node-sharing/1.2.7-SNAPSHOT/maven-metadata.xml (1.2 kB at 1.7 kB/s)
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] Node sharing parent ................................ SUCCESS [ 4.889 s]
[INFO] [INFO] Foreman Host Configurator .......................... SUCCESS [ 17.009 s]
[INFO] [INFO] Foreman Node Sharing Plugin ........................ SUCCESS [ 18.309 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 41.473 s
[INFO] [INFO] Finished at: 2017-06-30T15:20:25+02:00
[INFO] [INFO] Final Memory: 78M/362M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Node sharing parent ................................ SUCCESS [02:35 min]
[INFO] Foreman Host Configurator .......................... SUCCESS [ 0.005 s]
[INFO] Foreman Node Sharing Plugin ........................ SUCCESS [ 0.069 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:36 min
[INFO] Finished at: 2017-06-30T15:20:25+02:00
[INFO] Final Memory: 19M/242M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment