Created
August 18, 2015 02:52
-
-
Save aboudreault/a32b8cb65df52aea011a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Apache Maven 3.0.5 | |
| Maven home: /usr/share/maven | |
| Java version: 1.8.0_45, vendor: Oracle Corporation | |
| Java home: /usr/lib/jvm/jdk1.8.0_45/jre | |
| Default locale: en_US, platform encoding: UTF-8 | |
| OS name: "linux", version: "3.13.0-35-generic", arch: "amd64", family: "unix" | |
| [INFO] Error stacktraces are turned on. | |
| [DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml | |
| [DEBUG] Reading user settings from /home/automaton/.m2/settings.xml | |
| [DEBUG] Using local repository at /home/automaton/.m2/repository | |
| [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /home/automaton/.m2/repository | |
| [INFO] Scanning for projects... | |
| [DEBUG] Extension realms for project com.github.tjake:mvbench:jar:0.1.0-SNAPSHOT: (none) | |
| [DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null] | |
| [DEBUG] === REACTOR BUILD PLAN ================================================ | |
| [DEBUG] Project: com.github.tjake:mvbench:jar:0.1.0-SNAPSHOT | |
| [DEBUG] Tasks: [compile] | |
| [DEBUG] Style: Regular | |
| [DEBUG] ======================================================================= | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building MV Bench Java Library 0.1.0-SNAPSHOT | |
| [INFO] ------------------------------------------------------------------------ | |
| [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] | |
| [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] | |
| [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] | |
| [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] | |
| [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] | |
| [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] | |
| [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] | |
| [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] | |
| [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] | |
| [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] | |
| [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] | |
| [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] | |
| [DEBUG] === PROJECT BUILD PLAN ================================================ | |
| [DEBUG] Project: com.github.tjake:mvbench:0.1.0-SNAPSHOT | |
| [DEBUG] Dependencies (collect): [] | |
| [DEBUG] Dependencies (resolve): [compile, test] | |
| [DEBUG] Repositories (dependencies): [sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, snapshots), central (http://repo.maven.apache.org/maven2, releases)] | |
| [DEBUG] Repositories (plugins) : [central (http://repo.maven.apache.org/maven2, releases)] | |
| [DEBUG] ----------------------------------------------------------------------- | |
| [DEBUG] Goal: org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven) | |
| [DEBUG] Style: Regular | |
| [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
| <configuration> | |
| <fail default-value="true">${enforcer.fail}</fail> | |
| <failFast default-value="false">${enforcer.failFast}</failFast> | |
| <ignoreCache default-value="false">${enforcer.ignoreCache}</ignoreCache> | |
| <project>${project}</project> | |
| <rules> | |
| <requireMavenVersion> | |
| <version>(,2.1.0),(2.1.0,2.2.0),(2.2.0,)</version> | |
| <message>Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively.</message> | |
| </requireMavenVersion> | |
| </rules> | |
| <session>${session}</session> | |
| <skip default-value="false">${enforcer.skip}</skip> | |
| </configuration> | |
| [DEBUG] ----------------------------------------------------------------------- | |
| [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.5:resources (default-resources) | |
| [DEBUG] Style: Regular | |
| [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
| <configuration> | |
| <buildFilters default-value="${project.build.filters}"/> | |
| <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding> | |
| <escapeString>${maven.resources.escapeString}</escapeString> | |
| <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths> | |
| <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs> | |
| <outputDirectory default-value="${project.build.outputDirectory}"/> | |
| <overwrite default-value="false">${maven.resources.overwrite}</overwrite> | |
| <project default-value="${project}"/> | |
| <resources default-value="${project.resources}"/> | |
| <session default-value="${session}"/> | |
| <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering> | |
| <useBuildFilters default-value="true"/> | |
| <useDefaultDelimiters default-value="true"/> | |
| </configuration> | |
| [DEBUG] ----------------------------------------------------------------------- | |
| [DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) | |
| [DEBUG] Style: Regular | |
| [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
| <configuration> | |
| <basedir default-value="${basedir}"/> | |
| <buildDirectory default-value="${project.build.directory}"/> | |
| <classpathElements default-value="${project.compileClasspathElements}"/> | |
| <compileSourceRoots default-value="${project.compileSourceRoots}"/> | |
| <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId> | |
| <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy> | |
| <compilerVersion>1.8</compilerVersion> | |
| <debug default-value="true">${maven.compiler.debug}</debug> | |
| <debuglevel>${maven.compiler.debuglevel}</debuglevel> | |
| <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding> | |
| <executable>/usr/lib/jvm/java-8-oracle/bin/javac</executable> | |
| <failOnError default-value="true">${maven.compiler.failOnError}</failOnError> | |
| <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse> | |
| <fork default-value="false">true</fork> | |
| <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/> | |
| <maxmem>${maven.compiler.maxmem}</maxmem> | |
| <meminitial>${maven.compiler.meminitial}</meminitial> | |
| <mojoExecution>${mojoExecution}</mojoExecution> | |
| <optimize default-value="false">${maven.compiler.optimize}</optimize> | |
| <outputDirectory default-value="${project.build.outputDirectory}"/> | |
| <projectArtifact default-value="${project.artifact}"/> | |
| <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation> | |
| <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings> | |
| <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning> | |
| <source default-value="1.5">1.6</source> | |
| <staleMillis default-value="0">${lastModGranularityMs}</staleMillis> | |
| <target default-value="1.5">1.6</target> | |
| <verbose default-value="false">${maven.compiler.verbose}</verbose> | |
| <mavenSession default-value="${session}"/> | |
| <session default-value="${session}"/> | |
| </configuration> | |
| [DEBUG] ======================================================================= | |
| [DEBUG] com.github.tjake:mvbench:jar:0.1.0-SNAPSHOT | |
| [DEBUG] junit:junit:jar:4.11:test | |
| [DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test | |
| [DEBUG] com.datastax.cassandra:cassandra-driver-core:jar:3.0.0-alpha1:compile | |
| [DEBUG] io.netty:netty-handler:jar:4.0.27.Final:compile | |
| [DEBUG] io.netty:netty-buffer:jar:4.0.27.Final:compile | |
| [DEBUG] io.netty:netty-common:jar:4.0.27.Final:compile | |
| [DEBUG] io.netty:netty-transport:jar:4.0.27.Final:compile | |
| [DEBUG] io.netty:netty-codec:jar:4.0.27.Final:compile | |
| [DEBUG] com.google.guava:guava:jar:16.0.1:compile | |
| [DEBUG] com.codahale.metrics:metrics-core:jar:3.0.2:compile | |
| [DEBUG] org.slf4j:slf4j-api:jar:1.7.5:compile | |
| [DEBUG] io.airlift:airline:jar:0.7:compile | |
| [DEBUG] javax.inject:javax.inject:jar:1:compile | |
| [DEBUG] com.google.code.findbugs:annotations:jar:2.0.3:compile | |
| [INFO] | |
| [INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-maven) @ mvbench --- | |
| [DEBUG] Created new class realm maven.api | |
| [DEBUG] Importing foreign packages into class realm maven.api | |
| [DEBUG] Imported: org.apache.maven.cli < plexus.core | |
| [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core | |
| [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core | |
| [DEBUG] Imported: org.apache.maven.repository < plexus.core | |
| [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core | |
| [DEBUG] Imported: org.apache.maven.usability < plexus.core | |
| [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core | |
| [DEBUG] Imported: org.sonatype.aether.version < plexus.core | |
| [DEBUG] Imported: org.sonatype.aether.* < plexus.core | |
| [DEBUG] Imported: org.sonatype.aether.artifact < plexus.core | |
| [DEBUG] Imported: org.apache.maven.* < plexus.core | |
| [DEBUG] Imported: org.apache.maven.project < plexus.core | |
| [DEBUG] Imported: org.sonatype.aether.repository < plexus.core | |
| [DEBUG] Imported: org.sonatype.aether.impl < plexus.core | |
| [DEBUG] Imported: org.apache.maven.exception < plexus.core | |
| [DEBUG] Imported: org.apache.maven.plugin < plexus.core | |
| [DEBUG] Imported: org.sonatype.aether.collection < plexus.core | |
| [DEBUG] Imported: org.codehaus.plexus.* < plexus.core | |
| [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core | |
| [DEBUG] Imported: org.apache.maven.profiles < plexus.core | |
| [DEBUG] Imported: org.sonatype.aether.metadata < plexus.core | |
| [DEBUG] Imported: org.sonatype.aether.spi < plexus.core | |
| [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core | |
| [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core | |
| [DEBUG] Imported: org.sonatype.aether.graph < plexus.core | |
| [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core | |
| [DEBUG] Imported: org.sonatype.aether.installation < plexus.core | |
| [DEBUG] Imported: org.apache.maven.monitor < plexus.core | |
| [DEBUG] Imported: org.sonatype.aether.transfer < plexus.core | |
| [DEBUG] Imported: org.codehaus.plexus.context < plexus.core | |
| [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core | |
| [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core | |
| [DEBUG] Imported: org.sonatype.aether.deployment < plexus.core | |
| [DEBUG] Imported: org.apache.maven.model < plexus.core | |
| [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core | |
| [DEBUG] Imported: org.apache.maven.artifact < plexus.core | |
| [DEBUG] Imported: org.apache.maven.toolchain < plexus.core | |
| [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core | |
| [DEBUG] Imported: org.apache.maven.settings < plexus.core | |
| [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core | |
| [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core | |
| [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core | |
| [DEBUG] Imported: org.apache.maven.reporting < plexus.core | |
| [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core | |
| [DEBUG] Imported: org.apache.maven.configuration < plexus.core | |
| [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core | |
| [DEBUG] Imported: org.codehaus.classworlds < plexus.core | |
| [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core | |
| [DEBUG] Imported: org.apache.maven.classrealm < plexus.core | |
| [DEBUG] Imported: org.sonatype.aether.resolution < plexus.core | |
| [DEBUG] Imported: org.apache.maven.execution < plexus.core | |
| [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core | |
| [DEBUG] Imported: org.codehaus.plexus.container < plexus.core | |
| [DEBUG] Imported: org.codehaus.plexus.component < plexus.core | |
| [DEBUG] Populating class realm maven.api | |
| [DEBUG] org.apache.maven.plugins:maven-enforcer-plugin:jar:1.0-beta-1: | |
| [DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile | |
| [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile | |
| [DEBUG] junit:junit:jar:3.8.2:test (scope managed from compile) (version managed from 3.8.1) | |
| [DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-10:compile | |
| [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile | |
| [DEBUG] commons-cli:commons-cli:jar:1.0:compile | |
| [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile | |
| [DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile | |
| [DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile | |
| [DEBUG] classworlds:classworlds:jar:1.1:compile | |
| [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.8:compile | |
| [DEBUG] commons-lang:commons-lang:jar:2.3:compile | |
| [DEBUG] org.apache.maven.enforcer:enforcer-api:jar:1.0-beta-1:compile | |
| [DEBUG] org.apache.maven.enforcer:enforcer-rules:jar:1.0-beta-1:compile | |
| [DEBUG] org.beanshell:bsh:jar:2.0b4:compile | |
| [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1 | |
| [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1 | |
| [DEBUG] Imported: < maven.api | |
| [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1 | |
| [DEBUG] Included: org.apache.maven.plugins:maven-enforcer-plugin:jar:1.0-beta-1 | |
| [DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9 | |
| [DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-10 | |
| [DEBUG] Included: commons-cli:commons-cli:jar:1.0 | |
| [DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4 | |
| [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.8 | |
| [DEBUG] Included: commons-lang:commons-lang:jar:2.3 | |
| [DEBUG] Included: org.apache.maven.enforcer:enforcer-api:jar:1.0-beta-1 | |
| [DEBUG] Included: org.apache.maven.enforcer:enforcer-rules:jar:1.0-beta-1 | |
| [DEBUG] Included: org.beanshell:bsh:jar:2.0b4 | |
| [DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9 | |
| [DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 | |
| [DEBUG] Excluded: junit:junit:jar:3.8.2 | |
| [DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.9 | |
| [DEBUG] Excluded: classworlds:classworlds:jar:1.1 | |
| [DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1, parent: sun.misc.Launcher$AppClassLoader@4e25154f] | |
| [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce' with basic configurator --> | |
| [DEBUG] (s) fail = true | |
| [DEBUG] (s) failFast = false | |
| [DEBUG] (f) ignoreCache = false | |
| [DEBUG] (s) project = MavenProject: com.github.tjake:mvbench:0.1.0-SNAPSHOT @ /home/automaton/mvbench/pom.xml | |
| [DEBUG] (s) version = (,2.1.0),(2.1.0,2.2.0),(2.2.0,) | |
| [DEBUG] (f) message = Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively. | |
| [DEBUG] (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@e54303] | |
| [DEBUG] (s) session = org.apache.maven.execution.MavenSession@2dc995f4 | |
| [DEBUG] (s) skip = false | |
| [DEBUG] -- end configuration -- | |
| [DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion | |
| [DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable. | |
| [DEBUG] Detected Maven Version: 3.0.5 | |
| [DEBUG] Detected Maven Version: 3.0.5 is allowed in the range (,2.1.0),(2.1.0,2.2.0),(2.2.0,). | |
| [INFO] | |
| [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ mvbench --- | |
| [DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.5: | |
| [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile | |
| [DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile | |
| [DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile | |
| [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile | |
| [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile | |
| [DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile | |
| [DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile | |
| [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile | |
| [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile | |
| [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile | |
| [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile | |
| [DEBUG] commons-cli:commons-cli:jar:1.0:compile | |
| [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile | |
| [DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile | |
| [DEBUG] classworlds:classworlds:jar:1.1:compile | |
| [DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile | |
| [DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile | |
| [DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile | |
| [DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile | |
| [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile | |
| [DEBUG] junit:junit:jar:3.8.1:compile | |
| [DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile | |
| [DEBUG] org.apache.maven.shared:maven-filtering:jar:1.0:compile | |
| [DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile | |
| [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.13:compile | |
| [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.5 | |
| [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.5 | |
| [DEBUG] Imported: < maven.api | |
| [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.5 | |
| [DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.5 | |
| [DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6 | |
| [DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7 | |
| [DEBUG] Included: commons-cli:commons-cli:jar:1.0 | |
| [DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4 | |
| [DEBUG] Included: junit:junit:jar:3.8.1 | |
| [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5 | |
| [DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.0 | |
| [DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4 | |
| [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.13 | |
| [DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6 | |
| [DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.6 | |
| [DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.6 | |
| [DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6 | |
| [DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6 | |
| [DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.6 | |
| [DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6 | |
| [DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6 | |
| [DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.6 | |
| [DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.6 | |
| [DEBUG] Excluded: classworlds:classworlds:jar:1.1 | |
| [DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.6 | |
| [DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.6 | |
| [DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.6 | |
| [DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.6 | |
| [DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 | |
| [DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.5:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@4e25154f] | |
| [debug] execute contextualize | |
| [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.5:resources' with basic configurator --> | |
| [DEBUG] (f) buildFilters = [] | |
| [DEBUG] (f) encoding = UTF-8 | |
| [DEBUG] (f) escapeWindowsPaths = true | |
| [DEBUG] (s) includeEmptyDirs = false | |
| [DEBUG] (s) outputDirectory = /home/automaton/mvbench/target/classes | |
| [DEBUG] (s) overwrite = false | |
| [DEBUG] (f) project = MavenProject: com.github.tjake:mvbench:0.1.0-SNAPSHOT @ /home/automaton/mvbench/pom.xml | |
| [DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/automaton/mvbench/src/main/resources, PatternSet [includes: {}, excludes: {}]}}] | |
| [DEBUG] (f) session = org.apache.maven.execution.MavenSession@2dc995f4 | |
| [DEBUG] (f) supportMultiLineFiltering = false | |
| [DEBUG] (f) useBuildFilters = true | |
| [DEBUG] (s) useDefaultDelimiters = true | |
| [DEBUG] -- end configuration -- | |
| [DEBUG] properties used {java.vendor=Oracle Corporation, env.LESSOPEN=| /usr/bin/lesspipe %s, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.name=Linux, env.PYTHONPATH=/var/lib/automaton:, sun.boot.class.path=/usr/lib/jvm/jdk1.8.0_45/jre/lib/resources.jar:/usr/lib/jvm/jdk1.8.0_45/jre/lib/rt.jar:/usr/lib/jvm/jdk1.8.0_45/jre/lib/sunrsasign.jar:/usr/lib/jvm/jdk1.8.0_45/jre/lib/jsse.jar:/usr/lib/jvm/jdk1.8.0_45/jre/lib/jce.jar:/usr/lib/jvm/jdk1.8.0_45/jre/lib/charsets.jar:/usr/lib/jvm/jdk1.8.0_45/jre/lib/jfr.jar:/usr/lib/jvm/jdk1.8.0_45/jre/classes, env.PWD=/home/automaton/mvbench, env.LANG=en_US.UTF-8, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_45-b14, project.build.sourceEncoding=UTF-8, user.name=automaton, env._=/usr/bin/mvn, maven.build.version=Apache Maven 3.0.5, env.USER=automaton, env.SHELL=/bin/bash, env.SSH_TTY=/dev/pts/0, env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, env.PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games, user.language=en, sun.boot.library.path=/usr/lib/jvm/jdk1.8.0_45/jre/lib/amd64, classworlds.conf=/usr/share/maven/bin/m2.conf, env.SSH_CONNECTION=45.45.74.146 50797 172.31.56.182 22, java.version=1.8.0_45, env.SSH_CLIENT=45.45.74.146 50797 22, user.timezone=Etc/UTC, sun.arch.data.model=64, java.endorsed.dirs=/usr/lib/jvm/jdk1.8.0_45/jre/lib/endorsed, sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io, env.SHLVL=1, file.separator=/, java.specification.name=Java Platform API Specification, java.class.version=52.0, user.country=US, java.home=/usr/lib/jvm/jdk1.8.0_45/jre, java.vm.info=mixed mode, env.LOGNAME=automaton, os.version=3.13.0-35-generic, path.separator=:, java.vm.version=25.45-b02, env.JAVA_HOME=/usr/lib/jvm/jdk1.8.0_45, java.awt.printerjob=sun.print.PSPrinterJob, env.TERM=screen, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.X11.XToolkit, user.home=/home/automaton, env.OLDPWD=/home/automaton/mvbench, java.specification.vendor=Oracle Corporation, java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, java.vendor.url=http://java.oracle.com/, java.vm.vendor=Oracle Corporation, maven.home=/usr/share/maven, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X compile, java.class.path=/usr/share/maven/boot/plexus-classworlds-2.x.jar, sonatypeOssDistMgmtSnapshotsUrl=https://oss.sonatype.org/content/repositories/snapshots/, env.XDG_SESSION_ID=50, maven.version=3.0.5, env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/home/automaton, env.LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:, java.io.tmpdir=/tmp, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, os.arch=amd64, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, java.ext.dirs=/usr/lib/jvm/jdk1.8.0_45/jre/lib/ext:/usr/java/packages/lib/ext, env.XDG_RUNTIME_DIR=/run/user/1001, user.dir=/home/automaton/mvbench, line.separator= | |
| , java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.MAIL=/var/mail/automaton, file.encoding=UTF-8, java.specification.version=1.8, env.LESSCLOSE=/usr/bin/lesspipe %s %s} | |
| [INFO] Using 'UTF-8' encoding to copy filtered resources. | |
| [DEBUG] resource with targetPath null | |
| directory /home/automaton/mvbench/src/main/resources | |
| excludes [] | |
| includes [] | |
| [INFO] skip non existing resourceDirectory /home/automaton/mvbench/src/main/resources | |
| [DEBUG] no use filter components | |
| [INFO] | |
| [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ mvbench --- | |
| [DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.0: | |
| [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile | |
| [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.1:compile | |
| [DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile | |
| [DEBUG] org.apache.maven:maven-toolchain:jar:1.0:compile | |
| [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:0.1:compile | |
| [DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile | |
| [DEBUG] org.apache.maven.shared:maven-shared-incremental:jar:1.0:compile | |
| [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile | |
| [DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.0:compile | |
| [DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.0:compile | |
| [DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.0:runtime | |
| [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile | |
| [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.2:compile | |
| [DEBUG] org.apache.xbean:xbean-reflect:jar:3.4:compile | |
| [DEBUG] log4j:log4j:jar:1.2.12:compile | |
| [DEBUG] commons-logging:commons-logging-api:jar:1.1:compile | |
| [DEBUG] com.google.collections:google-collections:jar:1.0:compile | |
| [DEBUG] junit:junit:jar:3.8.2:compile | |
| [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.0 | |
| [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.0 | |
| [DEBUG] Imported: < maven.api | |
| [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.0 | |
| [DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.0 | |
| [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.1 | |
| [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:0.1 | |
| [DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1 | |
| [DEBUG] Included: org.apache.maven.shared:maven-shared-incremental:jar:1.0 | |
| [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 | |
| [DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.0 | |
| [DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.0 | |
| [DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.0 | |
| [DEBUG] Included: org.apache.xbean:xbean-reflect:jar:3.4 | |
| [DEBUG] Included: log4j:log4j:jar:1.2.12 | |
| [DEBUG] Included: commons-logging:commons-logging-api:jar:1.1 | |
| [DEBUG] Included: com.google.collections:google-collections:jar:1.0 | |
| [DEBUG] Included: junit:junit:jar:3.8.2 | |
| [DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.9 | |
| [DEBUG] Excluded: org.apache.maven:maven-toolchain:jar:1.0 | |
| [DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.5.5 | |
| [DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.2 | |
| [DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.0:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.0, parent: sun.misc.Launcher$AppClassLoader@4e25154f] | |
| [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.0:compile' with basic configurator --> | |
| [DEBUG] (f) basedir = /home/automaton/mvbench | |
| [DEBUG] (f) buildDirectory = /home/automaton/mvbench/target | |
| [DEBUG] (f) classpathElements = [/home/automaton/mvbench/target/classes, /home/automaton/.m2/repository/com/datastax/cassandra/cassandra-driver-core/3.0.0-alpha1/cassandra-driver-core-3.0.0-alpha1.jar, /home/automaton/.m2/repository/io/netty/netty-handler/4.0.27.Final/netty-handler-4.0.27.Final.jar, /home/automaton/.m2/repository/io/netty/netty-buffer/4.0.27.Final/netty-buffer-4.0.27.Final.jar, /home/automaton/.m2/repository/io/netty/netty-common/4.0.27.Final/netty-common-4.0.27.Final.jar, /home/automaton/.m2/repository/io/netty/netty-transport/4.0.27.Final/netty-transport-4.0.27.Final.jar, /home/automaton/.m2/repository/io/netty/netty-codec/4.0.27.Final/netty-codec-4.0.27.Final.jar, /home/automaton/.m2/repository/com/google/guava/guava/16.0.1/guava-16.0.1.jar, /home/automaton/.m2/repository/com/codahale/metrics/metrics-core/3.0.2/metrics-core-3.0.2.jar, /home/automaton/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar, /home/automaton/.m2/repository/io/airlift/airline/0.7/airline-0.7.jar, /home/automaton/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar, /home/automaton/.m2/repository/com/google/code/findbugs/annotations/2.0.3/annotations-2.0.3.jar] | |
| [DEBUG] (f) compileSourceRoots = [/home/automaton/mvbench/src] | |
| [DEBUG] (f) compilerId = javac | |
| [DEBUG] (f) compilerVersion = 1.8 | |
| [DEBUG] (f) debug = true | |
| [DEBUG] (f) encoding = UTF-8 | |
| [DEBUG] (f) executable = /usr/lib/jvm/java-8-oracle/bin/javac | |
| [DEBUG] (f) failOnError = true | |
| [DEBUG] (f) forceJavacCompilerUse = false | |
| [DEBUG] (f) fork = true | |
| [DEBUG] (f) generatedSourcesDirectory = /home/automaton/mvbench/target/generated-sources/annotations | |
| [DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.0:compile {execution: default-compile} | |
| [DEBUG] (f) optimize = false | |
| [DEBUG] (f) outputDirectory = /home/automaton/mvbench/target/classes | |
| [DEBUG] (f) projectArtifact = com.github.tjake:mvbench:jar:0.1.0-SNAPSHOT | |
| [DEBUG] (f) showDeprecation = false | |
| [DEBUG] (f) showWarnings = false | |
| [DEBUG] (f) skipMultiThreadWarning = false | |
| [DEBUG] (f) source = 1.6 | |
| [DEBUG] (f) staleMillis = 0 | |
| [DEBUG] (f) target = 1.6 | |
| [DEBUG] (f) verbose = false | |
| [DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@2dc995f4 | |
| [DEBUG] (f) session = org.apache.maven.execution.MavenSession@2dc995f4 | |
| [DEBUG] -- end configuration -- | |
| [DEBUG] Using compiler 'javac'. | |
| [DEBUG] Source directories: [/home/automaton/mvbench/src] | |
| [DEBUG] Classpath: [/home/automaton/mvbench/target/classes | |
| /home/automaton/.m2/repository/com/datastax/cassandra/cassandra-driver-core/3.0.0-alpha1/cassandra-driver-core-3.0.0-alpha1.jar | |
| /home/automaton/.m2/repository/io/netty/netty-handler/4.0.27.Final/netty-handler-4.0.27.Final.jar | |
| /home/automaton/.m2/repository/io/netty/netty-buffer/4.0.27.Final/netty-buffer-4.0.27.Final.jar | |
| /home/automaton/.m2/repository/io/netty/netty-common/4.0.27.Final/netty-common-4.0.27.Final.jar | |
| /home/automaton/.m2/repository/io/netty/netty-transport/4.0.27.Final/netty-transport-4.0.27.Final.jar | |
| /home/automaton/.m2/repository/io/netty/netty-codec/4.0.27.Final/netty-codec-4.0.27.Final.jar | |
| /home/automaton/.m2/repository/com/google/guava/guava/16.0.1/guava-16.0.1.jar | |
| /home/automaton/.m2/repository/com/codahale/metrics/metrics-core/3.0.2/metrics-core-3.0.2.jar | |
| /home/automaton/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar | |
| /home/automaton/.m2/repository/io/airlift/airline/0.7/airline-0.7.jar | |
| /home/automaton/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar | |
| /home/automaton/.m2/repository/com/google/code/findbugs/annotations/2.0.3/annotations-2.0.3.jar] | |
| [DEBUG] Output directory: /home/automaton/mvbench/target/classes | |
| [DEBUG] CompilerReuseStrategy: reuseCreated | |
| [INFO] Changes detected - recompiling the module! | |
| [DEBUG] Classpath: | |
| [DEBUG] /home/automaton/mvbench/target/classes | |
| [DEBUG] /home/automaton/.m2/repository/com/datastax/cassandra/cassandra-driver-core/3.0.0-alpha1/cassandra-driver-core-3.0.0-alpha1.jar | |
| [DEBUG] /home/automaton/.m2/repository/io/netty/netty-handler/4.0.27.Final/netty-handler-4.0.27.Final.jar | |
| [DEBUG] /home/automaton/.m2/repository/io/netty/netty-buffer/4.0.27.Final/netty-buffer-4.0.27.Final.jar | |
| [DEBUG] /home/automaton/.m2/repository/io/netty/netty-common/4.0.27.Final/netty-common-4.0.27.Final.jar | |
| [DEBUG] /home/automaton/.m2/repository/io/netty/netty-transport/4.0.27.Final/netty-transport-4.0.27.Final.jar | |
| [DEBUG] /home/automaton/.m2/repository/io/netty/netty-codec/4.0.27.Final/netty-codec-4.0.27.Final.jar | |
| [DEBUG] /home/automaton/.m2/repository/com/google/guava/guava/16.0.1/guava-16.0.1.jar | |
| [DEBUG] /home/automaton/.m2/repository/com/codahale/metrics/metrics-core/3.0.2/metrics-core-3.0.2.jar | |
| [DEBUG] /home/automaton/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar | |
| [DEBUG] /home/automaton/.m2/repository/io/airlift/airline/0.7/airline-0.7.jar | |
| [DEBUG] /home/automaton/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar | |
| [DEBUG] /home/automaton/.m2/repository/com/google/code/findbugs/annotations/2.0.3/annotations-2.0.3.jar | |
| [DEBUG] Source roots: | |
| [DEBUG] /home/automaton/mvbench/src | |
| [DEBUG] Excutable: | |
| [DEBUG] /usr/lib/jvm/java-8-oracle/bin/javac | |
| [DEBUG] Command line options: | |
| [DEBUG] -d /home/automaton/mvbench/target/classes -classpath /home/automaton/mvbench/target/classes:/home/automaton/.m2/repository/com/datastax/cassandra/cassandra-driver-core/3.0.0-alpha1/cassandra-driver-core-3.0.0-alpha1.jar:/home/automaton/.m2/repository/io/netty/netty-handler/4.0.27.Final/netty-handler-4.0.27.Final.jar:/home/automaton/.m2/repository/io/netty/netty-buffer/4.0.27.Final/netty-buffer-4.0.27.Final.jar:/home/automaton/.m2/repository/io/netty/netty-common/4.0.27.Final/netty-common-4.0.27.Final.jar:/home/automaton/.m2/repository/io/netty/netty-transport/4.0.27.Final/netty-transport-4.0.27.Final.jar:/home/automaton/.m2/repository/io/netty/netty-codec/4.0.27.Final/netty-codec-4.0.27.Final.jar:/home/automaton/.m2/repository/com/google/guava/guava/16.0.1/guava-16.0.1.jar:/home/automaton/.m2/repository/com/codahale/metrics/metrics-core/3.0.2/metrics-core-3.0.2.jar:/home/automaton/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar:/home/automaton/.m2/repository/io/airlift/airline/0.7/airline-0.7.jar:/home/automaton/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/automaton/.m2/repository/com/google/code/findbugs/annotations/2.0.3/annotations-2.0.3.jar: -sourcepath /home/automaton/mvbench/src: /home/automaton/mvbench/src/com/github/tjake/mvbench/playlist/ManualPlaylist.java /home/automaton/mvbench/src/com/github/tjake/mvbench/playlist/AbstractPlaylist.java /home/automaton/mvbench/src/com/github/tjake/mvbench/Bench.java /home/automaton/mvbench/src/com/github/tjake/mvbench/playlist/MaterializedViewPlaylist.java -s /home/automaton/mvbench/target/generated-sources/annotations -g -nowarn -target 1.6 -source 1.6 -encoding UTF-8 | |
| [INFO] Compiling 4 source files to /home/automaton/mvbench/target/classes | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] BUILD FAILURE | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Total time: 0.881s | |
| [INFO] Finished at: Tue Aug 18 02:50:27 UTC 2015 | |
| [INFO] Final Memory: 10M/452M | |
| [INFO] ------------------------------------------------------------------------ | |
| [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project mvbench: Compilation failure -> [Help 1] | |
| org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project mvbench: Compilation failure | |
| at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213) | |
| at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) | |
| at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) | |
| at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) | |
| at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) | |
| at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) | |
| at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) | |
| at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) | |
| at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) | |
| at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) | |
| at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) | |
| at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| at java.lang.reflect.Method.invoke(Method.java:497) | |
| at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) | |
| at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) | |
| at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) | |
| at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) | |
| Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure | |
| at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:749) | |
| at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:118) | |
| at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) | |
| at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) | |
| ... 19 more | |
| [ERROR] | |
| [ERROR] | |
| [ERROR] For more information about the errors and possible solutions, please read the following articles: | |
| [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment