GoogleCloudPlatform / gcloud-maven-plugin

Cloud SDK Maven Plugin for Google App Engine (Managed VMs and non Managed VMs)
Apache License 2.0
29 stars 24 forks source link

gcloud-maven-plugin 2.0.9.106 mvn gcloud:run requires java7 only #83

Open lesv opened 8 years ago

lesv commented 8 years ago

Seems to have reverted. :(

 lesv  ⋯  cloud-bigtable-examples  java  gae-flexible-helloworld  mvn clean gcloud:run -Pmac -Dbigtable.projectID=rugged-memory-819 -Dbigtable.clusterID=cluster -Dbigtable.zone=us-central1-b
[INFO] Scanning for projects...
Downloading: https://maven-central.storage.googleapis.com/com/google/appengine/gcloud-maven-plugin/2.0.9.106.v20160420/gcloud-maven-plugin-2.0.9.106.v20160420.pom
Downloading: https://repo.maven.apache.org/maven2/com/google/appengine/gcloud-maven-plugin/2.0.9.106.v20160420/gcloud-maven-plugin-2.0.9.106.v20160420.pom
Downloaded: https://repo.maven.apache.org/maven2/com/google/appengine/gcloud-maven-plugin/2.0.9.106.v20160420/gcloud-maven-plugin-2.0.9.106.v20160420.pom (12 KB at 25.8 KB/sec)
Downloading: https://maven-central.storage.googleapis.com/com/google/appengine/gcloud-maven-plugin/2.0.9.106.v20160420/gcloud-maven-plugin-2.0.9.106.v20160420.jar
Downloading: https://repo.maven.apache.org/maven2/com/google/appengine/gcloud-maven-plugin/2.0.9.106.v20160420/gcloud-maven-plugin-2.0.9.106.v20160420.jar
Downloaded: https://repo.maven.apache.org/maven2/com/google/appengine/gcloud-maven-plugin/2.0.9.106.v20160420/gcloud-maven-plugin-2.0.9.106.v20160420.jar (83 KB at 262.7 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtable-hello 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bigtable-hello ---
[INFO] 
[INFO] >>> gcloud-maven-plugin:2.0.9.106.v20160420:run (default-cli) > package @ bigtable-hello >>>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bigtable-hello ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ bigtable-hello ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bigtable-hello ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ bigtable-hello ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ bigtable-hello ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-war-plugin:2.6:war (default-war) @ bigtable-hello ---
[INFO] Packaging webapp
[INFO] Assembling webapp [bigtable-hello] in [/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp webResources [/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/webapp/WEB-INF] to [/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT]
[INFO] Copying webapp resources [/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/webapp]
[INFO] Webapp assembled in [192 msecs]
[INFO] Building war: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT.war
[INFO] 
[INFO] <<< gcloud-maven-plugin:2.0.9.106.v20160420:run (default-cli) < package @ bigtable-hello <<<
[INFO] 
[INFO] --- gcloud-maven-plugin:2.0.9.106.v20160420:run (default-cli) @ bigtable-hello ---
[INFO] 
[INFO] Running gcloud app run...
[INFO] Creating staging directory in: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/appengine-staging
2016/05/01 15:27:03
[INFO] Running appcfg --enable_quickstart --disable_update_check -A notused stage /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/appengine-staging
Reading application configuration data...

Beginning interaction for module default...
Unable to stage app: Class file is Java 8 but max supported is Java 7: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes/com/example/cloud/bigtable/helloworld/BigtableHelper.class
Please see the logs [/var/folders/00/113l8000h01000cxqpysvccm0044fd/T/appcfg3328604486681481709.log] for further information.

java.lang.IllegalArgumentException: Class file is Java 8 but max supported is Java 7: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes/com/example/cloud/bigtable/helloworld/BigtableHelper.class
    at com.google.appengine.tools.admin.Application.checkJavaVersion(Application.java:1356)
    at com.google.appengine.tools.admin.Application.checkJavaClassVersion(Application.java:1325)
    at com.google.appengine.tools.admin.Application.checkJavaVersion(Application.java:1307)
    at com.google.appengine.tools.admin.Application.copyOrLinkFile(Application.java:1238)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1217)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1204)
    at com.google.appengine.tools.admin.Application.populateStagingDirectory(Application.java:745)
    at com.google.appengine.tools.admin.Application.createStagingDirectory(Application.java:733)
    at com.google.appengine.tools.admin.AppAdminImpl.stageApplication(AppAdminImpl.java:531)
    at com.google.appengine.tools.admin.AppAdminImpl.stageApplicationWithDefaultResourceLimits(AppAdminImpl.java:485)
    at com.google.appengine.tools.admin.AppCfg$StagingAction.execute(AppCfg.java:2555)
    at com.google.appengine.tools.admin.AppCfg.executeAction(AppCfg.java:375)
    at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:230)
    at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:131)
    at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:127)
    at com.google.appengine.gcloudapp.AbstractGcloudMojo.executeAppCfgStagingCommand(AbstractGcloudMojo.java:762)
    at com.google.appengine.gcloudapp.GCloudAppRun.getCommand(GCloudAppRun.java:339)
    at com.google.appengine.gcloudapp.GCloudAppRun.execute(GCloudAppRun.java:290)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
    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:116)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
    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:498)
    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)
com.google.appengine.tools.admin.AdminException: Unable to stage app: Class file is Java 8 but max supported is Java 7: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes/com/example/cloud/bigtable/helloworld/BigtableHelper.class
    at com.google.appengine.tools.admin.AppAdminImpl.stageApplication(AppAdminImpl.java:535)
    at com.google.appengine.tools.admin.AppAdminImpl.stageApplicationWithDefaultResourceLimits(AppAdminImpl.java:485)
    at com.google.appengine.tools.admin.AppCfg$StagingAction.execute(AppCfg.java:2555)
    at com.google.appengine.tools.admin.AppCfg.executeAction(AppCfg.java:375)
    at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:230)
    at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:131)
    at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:127)
    at com.google.appengine.gcloudapp.AbstractGcloudMojo.executeAppCfgStagingCommand(AbstractGcloudMojo.java:762)
    at com.google.appengine.gcloudapp.GCloudAppRun.getCommand(GCloudAppRun.java:339)
    at com.google.appengine.gcloudapp.GCloudAppRun.execute(GCloudAppRun.java:290)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
    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:116)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
    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:498)
    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: java.lang.IllegalArgumentException: Class file is Java 8 but max supported is Java 7: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes/com/example/cloud/bigtable/helloworld/BigtableHelper.class
    at com.google.appengine.tools.admin.Application.checkJavaVersion(Application.java:1356)
    at com.google.appengine.tools.admin.Application.checkJavaClassVersion(Application.java:1325)
    at com.google.appengine.tools.admin.Application.checkJavaVersion(Application.java:1307)
    at com.google.appengine.tools.admin.Application.copyOrLinkFile(Application.java:1238)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1217)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1204)
    at com.google.appengine.tools.admin.Application.populateStagingDirectory(Application.java:745)
    at com.google.appengine.tools.admin.Application.createStagingDirectory(Application.java:733)
    at com.google.appengine.tools.admin.AppAdminImpl.stageApplication(AppAdminImpl.java:531)
    ... 31 more
lesv commented 8 years ago

@ludoch

It also appears to no longer deploy 1.8 either. -- Very sad.

ludoch commented 8 years ago

works for me

[INFO] Building war: /Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT.war

[INFO]

[INFO] <<< gcloud-maven-plugin:2.0.9.106.v20160420:run (default-cli) < package @ bigtable-hello <<<

[INFO]

[INFO] --- gcloud-maven-plugin:2.0.9.106.v20160420:run (default-cli) @ bigtable-hello ---

[INFO]

[INFO] Running gcloud app run...

[INFO] Creating staging directory in: /Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/appengine-staging

[INFO] Running appcfg --enable_quickstart --disable_update_check -A notused -R -r java stage /Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT /Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/appengine-staging

Reading application configuration data...

Beginning interaction for module default...

2016-05-01 19:06:57.567:INFO::main: Logging initialized @211ms

2016-05-01 19:07:00.064:WARN:oeja.AnnotationConfiguration:main: ServletContainerInitializers: detected. Class hierarchy: empty

0% Generated git repository information file.

Success.

Temporary staging for module default directory left in /Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/appengine-staging

[INFO] Running python -S /Users/ludo/google-cloud-sdk/platform/google_appengine/dev_appserver.py --skip_sdk_update_check=true -A app /Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/app.yaml

[INFO] INFO 2016-05-02 02:07:00,990 application_configuration.py:431] No version specified. Generated version id: 20160502t020700

[INFO] INFO 2016-05-02 02:07:00,990 devappserver2.py:769] Skipping SDK update check.

[INFO] INFO 2016-05-02 02:07:01,041 api_server.py:205] Starting API server at: http://localhost:58747

[INFO] INFO 2016-05-02 02:07:01,049 dispatcher.py:197] Starting module "default" running at: http://localhost:8080

[INFO] INFO 2016-05-02 02:07:01,058 admin_server.py:116] Starting admin server at: http://localhost:8000

[INFO] 2016-05-02 02:07:01.460:INFO::main: Logging initialized @394ms

[INFO] 2016-05-02 02:07:01.633:INFO:oejs.Server:main: jetty-9.2.10.v20150310

[INFO] 2016-05-02 02:07:01.643:WARN:oejsh.RequestLogHandler:main: !RequestLog

[INFO] 2016-05-02 02:07:01.645:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:/Users/ludo/google-cloud-sdk/platform/google_appengine/google/appengine/tools/java/lib/jetty-base-sdk/contexts/] at interval 1

[INFO] May 02, 2016 2:07:01 AM com.google.apphosting.vmruntime.VmMetadataCache getMetadata

[INFO] INFO: Meta-data 'attributes/gae_affinity' path retrieval error: metadata

[INFO] May 02, 2016 2:07:01 AM com.google.apphosting.vmruntime.VmMetadataCache getMetadata

[INFO] INFO: Meta-data 'attributes/gae_appengine_hostname' path retrieval error: metadata

[INFO] May 02, 2016 2:07:01 AM com.google.apphosting.vmruntime.VmMetadataCache getMetadata

[INFO] INFO: Meta-data 'attributes/gae_use_nginx_proxy' path retrieval error: metadata

[INFO] log4j:WARN No appenders could be found for logger (org.apache.hadoop.metrics2.lib.MutableMetricsFactory).

[INFO] log4j:WARN Please initialize the log4j system properly.

[INFO] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

[INFO] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation

[INFO] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

[INFO] 2016-05-02 02:07:02.667:WARN:oejs.SecurityHandler:main: ServletContext@c.g.a.v.j.VmRuntimeWebAppContext@10a035a0{/,file:/Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/,STARTING}{/Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT} has uncovered http methods for path: /json/*

[INFO] 2016-05-02 02:07:02.692:INFO:oejsh.ContextHandler:main: Started c.g.a.v.j.VmRuntimeWebAppContext@10a035a0 {/,file:/Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/,AVAILABLE}{/Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT}

[INFO] 2016-05-02 02:07:02.707:INFO:oejs.ServerConnector:main: Started ServerConnector@3cce57c7{HTTP/1.1}{0.0.0.0:37330}

[INFO] INFO 2016-05-02 02:07:03,069 module.py:1729] New instance for module "default" serving on:

[INFO] http://localhost:8080

[INFO]

[INFO] INFO 2016-05-02 02:07:03,173 module.py:787] default: "GET /_ah/start HTTP/1.1" 404 287

On Sun, May 1, 2016 at 3:36 PM, Les Vogel notifications@github.com wrote:

@ludoch https://github.com/ludoch

It also appears to no longer deploy 1.8 either. -- Very sad.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/GoogleCloudPlatform/gcloud-maven-plugin/issues/83#issuecomment-216077501

ludoch commented 8 years ago

what is your git status? Files changed?

On Sun, May 1, 2016 at 7:07 PM, Ludovic Champenois < ludovic.champenois@gmail.com> wrote:

works for me

[INFO] Building war: /Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT.war

[INFO]

[INFO] <<< gcloud-maven-plugin:2.0.9.106.v20160420:run (default-cli) < package @ bigtable-hello <<<

[INFO]

[INFO] --- gcloud-maven-plugin:2.0.9.106.v20160420:run (default-cli) @ bigtable-hello ---

[INFO]

[INFO] Running gcloud app run...

[INFO] Creating staging directory in: /Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/appengine-staging

[INFO] Running appcfg --enable_quickstart --disable_update_check -A notused -R -r java stage /Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT /Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/appengine-staging

Reading application configuration data...

Beginning interaction for module default...

2016-05-01 19:06:57.567:INFO::main: Logging initialized @211ms

2016-05-01 19:07:00.064:WARN:oeja.AnnotationConfiguration:main: ServletContainerInitializers: detected. Class hierarchy: empty

0% Generated git repository information file.

Success.

Temporary staging for module default directory left in /Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/appengine-staging

[INFO] Running python -S /Users/ludo/google-cloud-sdk/platform/google_appengine/dev_appserver.py --skip_sdk_update_check=true -A app /Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/app.yaml

[INFO] INFO 2016-05-02 02:07:00,990 application_configuration.py:431] No version specified. Generated version id: 20160502t020700

[INFO] INFO 2016-05-02 02:07:00,990 devappserver2.py:769] Skipping SDK update check.

[INFO] INFO 2016-05-02 02:07:01,041 api_server.py:205] Starting API server at: http://localhost:58747

[INFO] INFO 2016-05-02 02:07:01,049 dispatcher.py:197] Starting module "default" running at: http://localhost:8080

[INFO] INFO 2016-05-02 02:07:01,058 admin_server.py:116] Starting admin server at: http://localhost:8000

[INFO] 2016-05-02 02:07:01.460:INFO::main: Logging initialized @394ms

[INFO] 2016-05-02 02:07:01.633:INFO:oejs.Server:main: jetty-9.2.10.v20150310

[INFO] 2016-05-02 02:07:01.643:WARN:oejsh.RequestLogHandler:main: !RequestLog

[INFO] 2016-05-02 02:07:01.645:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:/Users/ludo/google-cloud-sdk/platform/google_appengine/google/appengine/tools/java/lib/jetty-base-sdk/contexts/] at interval 1

[INFO] May 02, 2016 2:07:01 AM com.google.apphosting.vmruntime.VmMetadataCache getMetadata

[INFO] INFO: Meta-data 'attributes/gae_affinity' path retrieval error: metadata

[INFO] May 02, 2016 2:07:01 AM com.google.apphosting.vmruntime.VmMetadataCache getMetadata

[INFO] INFO: Meta-data 'attributes/gae_appengine_hostname' path retrieval error: metadata

[INFO] May 02, 2016 2:07:01 AM com.google.apphosting.vmruntime.VmMetadataCache getMetadata

[INFO] INFO: Meta-data 'attributes/gae_use_nginx_proxy' path retrieval error: metadata

[INFO] log4j:WARN No appenders could be found for logger (org.apache.hadoop.metrics2.lib.MutableMetricsFactory).

[INFO] log4j:WARN Please initialize the log4j system properly.

[INFO] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

[INFO] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation

[INFO] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

[INFO] 2016-05-02 02:07:02.667:WARN:oejs.SecurityHandler:main: ServletContext@c.g.a.v.j.VmRuntimeWebAppContext@10a035a0{/,file:/Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/,STARTING}{/Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT} has uncovered http methods for path: /json/*

[INFO] 2016-05-02 02:07:02.692:INFO:oejsh.ContextHandler:main: Started c.g.a.v.j.VmRuntimeWebAppContext@10a035a0 {/,file:/Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/,AVAILABLE}{/Users/ludo/a/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT}

[INFO] 2016-05-02 02:07:02.707:INFO:oejs.ServerConnector:main: Started ServerConnector@3cce57c7{HTTP/1.1}{0.0.0.0:37330}

[INFO] INFO 2016-05-02 02:07:03,069 module.py:1729] New instance for module "default" serving on:

[INFO] http://localhost:8080

[INFO]

[INFO] INFO 2016-05-02 02:07:03,173 module.py:787] default: "GET /_ah/start HTTP/1.1" 404 287

On Sun, May 1, 2016 at 3:36 PM, Les Vogel notifications@github.com wrote:

@ludoch https://github.com/ludoch

It also appears to no longer deploy 1.8 either. -- Very sad.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/GoogleCloudPlatform/gcloud-maven-plugin/issues/83#issuecomment-216077501

lesv commented 8 years ago

The only file change is the pom.xml which I can't attach.

  <properties>
    <bigtable.version>0.3.0</bigtable.version>
    <hbase.version>1.2.1</hbase.version>
    <appengine.version>1.9.36</appengine.version>
    <gcloud.plugin.version>2.0.9.106.v20160420</gcloud.plugin.version>

    <maven.compiler.target>1.8</maven.compiler.target>
    <maven.compiler.source>1.8</maven.compiler.source>
  </properties>

  <repositories>
@@ -156,18 +158,6 @@
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <version>3.3</version>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.8</source>
          <target>1.8</target>
          <showDeprecation>true</showDeprecation>
          <showWarnings>true</showWarnings>
        </configuration>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-war-plugin</artifactId>
        <version>2.6</version>
        <configuration>
ludoch commented 8 years ago

I cannot see anything in the commits between 101 and 106 that would cause the issue... Can you attach the staging app.yaml and if there the Dockerfile?

On Mon, May 2, 2016 at 8:07 AM, Les Vogel notifications@github.com wrote:

The only file change is the pom.xml which I can't attach.

0.3.0 1.2.1 1.9.36 2.0.9.106.v20160420

1.8 1.8 @@ -156,18 +158,6 @@ org.apache.maven.plugins 3.3 maven-compiler-plugin 1.8 1.8 true true org.apache.maven.plugins maven-war-plugin 2.6 — You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/GoogleCloudPlatform/gcloud-maven-plugin/issues/83#issuecomment-216262006
lesv commented 8 years ago

My pom.xml and the appengine-web.xml from appengine-staging/WEB-INF les.zip

There doesn't appear to be a app.yaml that was generated.

lesv commented 8 years ago

Is it possible that you aren't looking for <vm>true</vm> in webapp/WEB-INF/appengine-web.xml?

 lesv  ⋯  cloud-bigtable-examples  java  gae-flexible-helloworld  mvn -X -Pmac gcloud:run -Dbigtable.projectID=rugged-memory-819 -Dbigtable.clusterID=cluster
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T08:41:47-08:00)
Maven home: /Users/lesv/bin/apache-maven-3.3.9
Java version: 1.8.0_72, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.11.4", arch: "x86_64", family: "mac"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: javax.enterprise.inject.* < plexus.core
[DEBUG]   Imported: javax.enterprise.util.* < plexus.core
[DEBUG]   Imported: javax.inject.* < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < 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.observers < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.* < plexus.core
[DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
[DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
[DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
[DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
[DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
[DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.version < plexus.core
[DEBUG]   Imported: org.slf4j.* < plexus.core
[DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
[DEBUG]   Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api

[INFO] Error stacktraces are turned on.

[DEBUG] Reading global settings from /Users/lesv/bin/apache-maven-3.3.9/conf/settings.xml
[DEBUG] Reading user settings from /Users/lesv/.m2/settings.xml
[DEBUG] Reading global toolchains from /Users/lesv/bin/apache-maven-3.3.9/conf/toolchains.xml
[DEBUG] Reading user toolchains from /Users/lesv/.m2/toolchains.xml
[DEBUG] Using local repository at /Users/lesv/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/lesv/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project com.example.bigtable:bigtable-hello:war:1.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging war from ClassRealm[plexus.core, parent: null]
[DEBUG] Resolving plugin prefix gcloud from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix gcloud to com.google.appengine:gcloud-maven-plugin from POM com.example.bigtable:bigtable-hello:war:1.0-SNAPSHOT

[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: com.example.bigtable:bigtable-hello:war:1.0-SNAPSHOT
[DEBUG] Tasks:   [gcloud:run]
[DEBUG] Style:   Regular
[DEBUG] =======================================================================

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtable-hello 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Resolving plugin prefix gcloud from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix gcloud to com.google.appengine:gcloud-maven-plugin from POM com.example.bigtable:bigtable-hello:war:1.0-SNAPSHOT
[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.example.bigtable:bigtable-hello:1.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [snapshots-repo (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), google-maven-central (https://maven-central.storage.googleapis.com, default, releases), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins)     : [google-maven-central (https://maven-central.storage.googleapis.com, default, releases), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] --- init fork of com.example.bigtable:bigtable-hello:1.0-SNAPSHOT for com.google.appengine:gcloud-maven-plugin:2.0.9.106.v20160420:run (default-cli) ---
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6: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.1: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>${maven.compiler.compilerVersion}</compilerVersion>
  <debug default-value="true">${maven.compiler.debug}</debug>
  <debuglevel>${maven.compiler.debuglevel}</debuglevel>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <executable>${maven.compiler.executable}</executable>
  <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
  <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
  <fork default-value="false">${maven.compiler.fork}</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>
  <skipMain>${maven.main.skip}</skipMain>
  <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
  <source default-value="1.5">${maven.compiler.source}</source>
  <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
  <target default-value="1.5">${maven.compiler.target}</target>
  <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
  <verbose default-value="false">${maven.compiler.verbose}</verbose>
  <mavenSession default-value="${session}"/>
  <session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)
[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.testOutputDirectory}"/>
  <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
  <project default-value="${project}"/>
  <resources default-value="${project.testResources}"/>
  <session default-value="${session}"/>
  <skip>${maven.test.skip}</skip>
  <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.1:testCompile (default-testCompile)
[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.testClasspathElements}"/>
  <compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
  <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
  <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
  <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
  <debug default-value="true">${maven.compiler.debug}</debug>
  <debuglevel>${maven.compiler.debuglevel}</debuglevel>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <executable>${maven.compiler.executable}</executable>
  <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
  <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
  <fork default-value="false">${maven.compiler.fork}</fork>
  <generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-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.testOutputDirectory}"/>
  <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
  <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
  <skip>${maven.test.skip}</skip>
  <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
  <source default-value="1.5">${maven.compiler.source}</source>
  <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
  <target default-value="1.5">${maven.compiler.target}</target>
  <testSource>${maven.compiler.testSource}</testSource>
  <testTarget>${maven.compiler.testTarget}</testTarget>
  <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
  <verbose default-value="false">${maven.compiler.verbose}</verbose>
  <mavenSession default-value="${session}"/>
  <session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <argLine>${argLine}</argLine>
  <basedir default-value="${basedir}"/>
  <childDelegation default-value="false">${childDelegation}</childDelegation>
  <classesDirectory default-value="${project.build.outputDirectory}"/>
  <debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
  <disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
  <enableAssertions default-value="true">${enableAssertions}</enableAssertions>
  <excludedGroups>${excludedGroups}</excludedGroups>
  <failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
  <failIfNoTests>${failIfNoTests}</failIfNoTests>
  <forkMode default-value="once">${forkMode}</forkMode>
  <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
  <groups>${groups}</groups>
  <junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
  <jvm>${jvm}</jvm>
  <localRepository default-value="${localRepository}"/>
  <objectFactory>${objectFactory}</objectFactory>
  <parallel>${parallel}</parallel>
  <parallelMavenExecution default-value="${session.parallel}"/>
  <perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
  <pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
  <pluginDescriptor default-value="${plugin}"/>
  <printSummary default-value="true">${surefire.printSummary}</printSummary>
  <projectArtifactMap>${project.artifactMap}</projectArtifactMap>
  <redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
  <remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
  <reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
  <reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
  <reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
  <runOrder default-value="filesystem"/>
  <skip default-value="false">${maven.test.skip}</skip>
  <skipExec>${maven.test.skip.exec}</skipExec>
  <skipTests default-value="false">${skipTests}</skipTests>
  <test>${test}</test>
  <testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
  <testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
  <testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
  <testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
  <threadCount>${threadCount}</threadCount>
  <trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
  <useFile default-value="true">${surefire.useFile}</useFile>
  <useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
  <useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
  <useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
  <workingDirectory>${basedir}</workingDirectory>
  <project default-value="${project}"/>
  <session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-war-plugin:2.6:war (default-war)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <archiveClasses default-value="false">true</archiveClasses>
  <attachClasses default-value="false"/>
  <cacheFile default-value="${project.build.directory}/war/work/webapp-cache.xml"/>
  <classesClassifier default-value="classes"/>
  <classesDirectory default-value="${project.build.outputDirectory}"/>
  <containerConfigXML>${maven.war.containerConfigXML}</containerConfigXML>
  <escapeString>${maven.war.escapeString}</escapeString>
  <escapedBackslashesInFilePath default-value="false">${maven.war.escapedBackslashesInFilePath}</escapedBackslashesInFilePath>
  <failOnMissingWebXml default-value="true">false</failOnMissingWebXml>
  <filteringDeploymentDescriptors default-value="false">${maven.war.filteringDeploymentDescriptors}</filteringDeploymentDescriptors>
  <includeEmptyDirectories default-value="false"/>
  <outputDirectory default-value="${project.build.directory}"/>
  <primaryArtifact default-value="true">${primaryArtifact}</primaryArtifact>
  <project default-value="${project}"/>
  <recompressZippedFiles default-value="true"/>
  <resourceEncoding default-value="${project.build.sourceEncoding}">${resourceEncoding}</resourceEncoding>
  <session default-value="${session}"/>
  <supportMultiLineFiltering default-value="false">${maven.war.supportMultiLineFiltering}</supportMultiLineFiltering>
  <useCache default-value="false">${useCache}</useCache>
  <useJvmChmod default-value="true">${maven.war.useJvmChmod}</useJvmChmod>
  <warName default-value="${project.build.finalName}">${war.warName}</warName>
  <warSourceDirectory default-value="${basedir}/src/main/webapp"/>
  <warSourceIncludes default-value="**"/>
  <webResources>
    <resource>
      <directory>/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/webapp/WEB-INF</directory>
      <filtering>true</filtering>
      <targetPath>WEB-INF</targetPath>
    </resource>
  </webResources>
  <webXml>${maven.war.webxml}</webXml>
  <webappDirectory default-value="${project.build.directory}/${project.build.finalName}"/>
  <workDirectory default-value="${project.build.directory}/war/work"/>
</configuration>
[DEBUG] --- exit fork of com.example.bigtable:bigtable-hello:1.0-SNAPSHOT for com.google.appengine:gcloud-maven-plugin:2.0.9.106.v20160420:run (default-cli) ---
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          com.google.appengine:gcloud-maven-plugin:2.0.9.106.v20160420:run (default-cli)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <admin_host>${gcloud.admin_host}</admin_host>
  <allow_skipped_files>${gcloud.allow_skipped_files}</allow_skipped_files>
  <api_host>${gcloud.api_host}</api_host>
  <appengine_config_directory default-value="${project.basedir}/src/main/appengine">${gcloud.appengine_config_directory}</appengine_config_directory>
  <appidentity_email_address>${gcloud.appidentity_email_address}</appidentity_email_address>
  <appidentity_private_key_path>${gcloud.appidentity_private_key_path}</appidentity_private_key_path>
  <application_directory>${gcloud.application_directory}</application_directory>
  <auth_domain>${gcloud.auth_domain}</auth_domain>
  <blobstore_path>${gcloud.blobstore_path}</blobstore_path>
  <clear_datastore>${gcloud.clear_datastore}</clear_datastore>
  <compile_encoding>${gcloud.compile_encoding}</compile_encoding>
  <custom_entrypoint>${gcloud.custom_entrypoint}</custom_entrypoint>
  <datastore_consistency_policy>${gcloud.datastore_consistency_policy}</datastore_consistency_policy>
  <datastore_path>${gcloud.datastore_path}</datastore_path>
  <default_gcs_bucket_name>${gcloud.default_gcs_bucket_name}</default_gcs_bucket_name>
  <delete_jsps>${gcloud.delete_jsps}</delete_jsps>
  <disable_jar_jsps>${gcloud.disable_jar_jsps}</disable_jar_jsps>
  <docker_build>${gcloud.docker_build}</docker_build>
  <docker_cert_path default-value="ENV_or_default">${gcloud.docker_cert_path}</docker_cert_path>
  <docker_host default-value="ENV_or_default">${gcloud.docker_host}</docker_host>
  <docker_tls_verify default-value="ENV_or_default">${gcloud.docker_tls_verify}</docker_tls_verify>
  <enable_cloud_datastore>${gcloud.enable_cloud_datastore}</enable_cloud_datastore>
  <enable_jar_classes>${gcloud.enable_jar_classes}</enable_jar_classes>
  <enable_jar_splitting>${gcloud.enable_jar_splitting}</enable_jar_splitting>
  <enable_mvm_logs>${gcloud.enable_mvm_logs}</enable_mvm_logs>
  <enable_sendmail>${gcloud.enable_sendmail}</enable_sendmail>
  <force>${gcloud.force}</force>
  <gcloud_directory>${gcloud.gcloud_directory}</gcloud_directory>
  <gcloud_project>${gcloud.gcloud_project}</gcloud_project>
  <host>${gcloud.host}</host>
  <jar_splitting_excludes>${gcloud.jar_splitting_excludes}</jar_splitting_excludes>
  <log_level>${gcloud.log_level}</log_level>
  <logs_path>${gcloud.logs_path}</logs_path>
  <maven_project>${project}</maven_project>
  <max_module_instances>${gcloud.max_module_instances}</max_module_instances>
  <no_symlinks>${gcloud.no_symlinks}</no_symlinks>
  <php_executable_path>${gcloud.php_executable_path}</php_executable_path>
  <pluginRepos default-value="${project.remotePluginRepositories}"/>
  <projectRepos default-value="${project.remoteProjectRepositories}"/>
  <python_startup_script>${gcloud.python_startup_script}</python_startup_script>
  <quiet default-value="true">${gcloud.quiet}</quiet>
  <remote>${gcloud.remote}</remote>
  <repoSession default-value="${repositorySystemSession}"/>
  <require_indexes>${gcloud.require_indexes}</require_indexes>
  <retain_upload_dir>${gcloud.retain_upload_dir}</retain_upload_dir>
  <runtime>${gcloud.runtime}</runtime>
  <server>${gcloud.server}</server>
  <show_mail_body>${gcloud.show_mail_body}</show_mail_body>
  <smtp_allow_tls>${gcloud.smtp_allow_tls}</smtp_allow_tls>
  <smtp_host>${gcloud.smtp_host}</smtp_host>
  <smtp_password>${gcloud.smtp_password}</smtp_password>
  <smtp_user>${gcloud.smtp_user}</smtp_user>
  <staging_directory default-value="${project.build.directory}/appengine-staging">${gcloud.staging_directory}</staging_directory>
  <storage_path>${gcloud.storage_path}</storage_path>
  <use_mtime_file_watcher>${gcloud.use_mtime_file_watcher}</use_mtime_file_watcher>
  <verbosity>${gcloud.verbosity}</verbosity>
  <version>${gcloud.version}</version>
</configuration>
[DEBUG] =======================================================================
[INFO] 
[INFO] >>> gcloud-maven-plugin:2.0.9.106.v20160420:run (default-cli) > package @ bigtable-hello >>>
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=1, ConflictMarker.nodeCount=263, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=67, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=8, ConflictResolver.conflictItemCount=92, DefaultDependencyCollector.collectTime=320, DefaultDependencyCollector.transformTime=12}
[DEBUG] com.example.bigtable:bigtable-hello:war:1.0-SNAPSHOT
[DEBUG]    com.google.cloud.bigtable:bigtable-hbase-1.1:jar:0.3.0:compile
[DEBUG]       org.apache.hbase:hbase-client:jar:1.1.2:compile
[DEBUG]          org.apache.hbase:hbase-common:jar:1.1.2:compile
[DEBUG]             commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG]             log4j:log4j:jar:1.2.17:compile
[DEBUG]          org.apache.hbase:hbase-protocol:jar:1.1.2:compile
[DEBUG]          commons-logging:commons-logging:jar:1.2:compile
[DEBUG]          com.google.guava:guava:jar:12.0.1:compile
[DEBUG]             com.google.code.findbugs:jsr305:jar:1.3.9:compile
[DEBUG]          org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
[DEBUG]             org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
[DEBUG]          org.apache.hadoop:hadoop-auth:jar:2.5.1:compile
[DEBUG]             org.slf4j:slf4j-api:jar:1.7.5:compile
[DEBUG]             org.apache.httpcomponents:httpclient:jar:4.2.5:compile
[DEBUG]                org.apache.httpcomponents:httpcore:jar:4.2.4:compile
[DEBUG]          org.apache.hadoop:hadoop-common:jar:2.5.1:compile
[DEBUG]             org.apache.hadoop:hadoop-annotations:jar:2.5.1:compile
[DEBUG]             commons-cli:commons-cli:jar:1.2:compile
[DEBUG]             org.apache.commons:commons-math3:jar:3.1.1:compile
[DEBUG]             xmlenc:xmlenc:jar:0.52:compile
[DEBUG]             commons-httpclient:commons-httpclient:jar:3.1:compile
[DEBUG]             commons-net:commons-net:jar:3.1:compile
[DEBUG]             commons-el:commons-el:jar:1.0:runtime
[DEBUG]             commons-configuration:commons-configuration:jar:1.6:compile
[DEBUG]                commons-digester:commons-digester:jar:1.8:compile
[DEBUG]                   commons-beanutils:commons-beanutils:jar:1.7.0:compile
[DEBUG]                commons-beanutils:commons-beanutils-core:jar:1.8.0:compile
[DEBUG]             org.apache.avro:avro:jar:1.7.4:compile
[DEBUG]                com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[DEBUG]                org.xerial.snappy:snappy-java:jar:1.0.4.1:compile
[DEBUG]             com.jcraft:jsch:jar:0.1.42:compile
[DEBUG]             org.apache.commons:commons-compress:jar:1.4.1:compile
[DEBUG]                org.tukaani:xz:jar:1.0:compile
[DEBUG]          org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.5.1:compile
[DEBUG]             org.apache.hadoop:hadoop-yarn-common:jar:2.5.1:compile
[DEBUG]                org.apache.hadoop:hadoop-yarn-api:jar:2.5.1:compile
[DEBUG]                javax.xml.bind:jaxb-api:jar:2.2.2:compile
[DEBUG]                   javax.xml.stream:stax-api:jar:1.0-2:compile
[DEBUG]                   javax.activation:activation:jar:1.1:compile
[DEBUG]             io.netty:netty:jar:3.6.2.Final:compile
[DEBUG]          com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[DEBUG]       commons-lang:commons-lang:jar:2.6:compile
[DEBUG]    com.google.appengine:appengine-api-1.0-sdk:jar:1.9.36:provided
[DEBUG]    io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:1.1.33.Fork13:compile
[DEBUG]    javax.servlet:javax.servlet-api:jar:3.1.0:provided
[DEBUG]    org.json:json:jar:20140107:compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bigtable-hello ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=85, DefaultDependencyCollector.transformTime=2}
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.6:
[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.1: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.6
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG]   Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.6
[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.1
[DEBUG]   Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.13
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@55f96302]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->
[DEBUG]   (f) buildFilters = []
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) escapeWindowsPaths = true
[DEBUG]   (s) includeEmptyDirs = false
[DEBUG]   (s) outputDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes
[DEBUG]   (s) overwrite = false
[DEBUG]   (f) project = MavenProject: com.example.bigtable:bigtable-hello:1.0-SNAPSHOT @ /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/pom.xml
[DEBUG]   (s) resources = [Resource {targetPath: null, filtering: true, FileSet {directory: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@2555fff0
[DEBUG]   (f) supportMultiLineFiltering = false
[DEBUG]   (f) useBuildFilters = true
[DEBUG]   (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, sun.java.launcher=SUN_STANDARD, env.XPC_SERVICE_NAME=0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.name=Mac OS X, sun.boot.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/classes, env.TMPDIR=/var/folders/00/113l8000h01000cxqpysvccm0044fd/T/, env.PWD=/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld, env.LANG=en_US.UTF-8, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_72-b15, env.GOPATH=/Users/lesv/go, env.Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.drgy15E3uJ/Render, project.build.sourceEncoding=UTF-8, env.DISPLAY=/private/tmp/com.apple.launchd.3Leov4Tf8N/org.macosforge.xquartz:0, compat.module=hbase-hadoop2-compat, gpg.keyname=CA572558, user.name=lesv, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T08:41:47-08:00), env.USER=lesv, env.SHELL=/bin/bash, env.__CF_USER_TEXT_ENCODING=0x211CD:0x0:0x0, env.PATH=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/bin:/Users/lesv/google-cloud-sdk/bin:17627HOME/homebrew/bin:/Users/lesv/bin:/Users/lesv/go/bin:/Users/lesv/android-sdk-macosx/tools:/Users/lesv/android-sdk-macosx/platorm-tools:/Users/lesv/bin/apache-maven-3.3.9/bin:/Users/lesv/Bigtable-EAP/hbase-1.1.1/bin:/Users/lesv/google-cloud-sdk/bin:/usr/local/git/current/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/opt/ImageMagick/bin:/usr/local/MacGPG2/bin:/Users/lesv/gcloud-spanner/bin, user.language=en, bigtable.projectID=rugged-memory-819, bigtable.version=0.3.0, sun.boot.library.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib, classworlds.conf=/Users/lesv/bin/apache-maven-3.3.9/bin/m2.conf, env.JAVA_MAIN_CLASS_6495=org.codehaus.plexus.classworlds.launcher.Launcher, env.XPC_FLAGS=0x0, java.version=1.8.0_72, env.HBASE_CONF_DIR=/Users/lesv/Bigtable-EAP/hbase-1.1.1/conf, user.timezone=America/Los_Angeles, sun.arch.data.model=64, http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16|192.168/16|*.192.168/16, java.endorsed.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/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, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=US, appengine.version=1.9.36, java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre, env.ANDROID_HOME=/Users/lesv/android-sdk-macosx, java.vm.info=mixed mode, env.LOGNAME=lesv, os.version=10.11.4, maven.compiler.target=1.8, env.TERM_PROGRAM_VERSION=361.1, hadoop.version=2.4.1, env.CLICOLOR=cons25, path.separator=:, java.vm.version=25.72-b15, env.JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home, env.HBASE_INSTALL_DIR=/Users/lesv/Bigtable-EAP/hbase-1.1.1, java.awt.printerjob=sun.lwawt.macosx.CPrinterJob, env.TERM=xterm-256color, sun.io.unicode.encoding=UnicodeBig, awt.toolkit=sun.lwawt.macosx.LWCToolkit, socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16|192.168/16|*.192.168/16, ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16|192.168/16|*.192.168/16, env.BLOCKSIZE=1k, user.home=/Users/lesv, java.specification.vendor=Oracle Corporation, env.TERM_PROGRAM=Apple_Terminal, env.M2_HOME=/Users/lesv/bin/apache-maven-3.3.9, java.library.path=/Users/lesv/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:., java.vendor.url=http://java.oracle.com/, env.MAVEN_CMD_LINE_ARGS= -X -Pmac gcloud:run -Dbigtable.projectID=rugged-memory-819 -Dbigtable.clusterID=cluster, java.vm.vendor=Oracle Corporation, gopherProxySet=false, maven.home=/Users/lesv/bin/apache-maven-3.3.9, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X -Pmac gcloud:run -Dbigtable.projectID=rugged-memory-819 -Dbigtable.clusterID=cluster, java.class.path=/Users/lesv/bin/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar, env.TERM_SESSION_ID=50C79437-1DD7-49D0-A9FC-9909F05E4386, maven.version=3.3.9, slf4j.version=1.7.12, env.BASEPATH=/Users/lesv/google-cloud-sdk/bin:17627HOME/homebrew/bin:/Users/lesv/bin:/Users/lesv/go/bin:/Users/lesv/android-sdk-macosx/tools:/Users/lesv/android-sdk-macosx/platorm-tools:/Users/lesv/bin/apache-maven-3.3.9/bin:/Users/lesv/Bigtable-EAP/hbase-1.1.1/bin:/Users/lesv/google-cloud-sdk/bin:/usr/local/git/current/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/opt/ImageMagick/bin:/usr/local/MacGPG2/bin:/Users/lesv/gcloud-spanner/bin, java.vm.specification.name=Java Virtual Machine Specification, hbase.version=1.2.1, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/Users/lesv, java.io.tmpdir=/var/folders/00/113l8000h01000cxqpysvccm0044fd/T/, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld, env.SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.EFyJiyKXBr/Listeners, maven.compiler.source=1.8, project.build.outputEncoding=UTF-8, gcloud.plugin.version=2.0.9.106.v20160420, os.arch=x86_64, java.awt.graphicsenv=sun.awt.CGraphicsEnvironment, java.ext.dirs=/Users/lesv/Library/Java/Extensions:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java, user.dir=/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld, log4j.version=1.2.17, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.EDITOR=/usr/bin/vi, requiredMavenVersion=3.3.3, tcnative.classifier=osx-x86_64, env.M2=/Users/lesv/bin/apache-maven-3.3.9/bin, file.encoding=UTF-8, bigtable.clusterID=cluster, bigtable.zone=us-central1-b, java.specification.version=1.8, env.HOMEBREW_GITHUB_API_TOKEN=afb17ef532c2fc4f14973ae175a6e4fc99466a02, env.MAVEN_PROJECTBASEDIR=/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/resources
excludes []
includes []
[INFO] skip non existing resourceDirectory /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/resources
[DEBUG] no use filter components
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ bigtable-hello ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=160, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=43, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=63, DefaultDependencyCollector.collectTime=143, DefaultDependencyCollector.transformTime=2}
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.1:
[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.1:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-api:jar:2.2:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-manager:jar:2.2:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-javac:jar:2.2: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.1
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
[DEBUG]   Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.1
[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.1
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-api:jar:2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.2
[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] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@55f96302]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:compile' with basic configurator -->
[DEBUG]   (f) basedir = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld
[DEBUG]   (f) buildDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target
[DEBUG]   (f) classpathElements = [/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes, /Users/lesv/.m2/repository/com/google/cloud/bigtable/bigtable-hbase-1.1/0.3.0/bigtable-hbase-1.1-0.3.0.jar, /Users/lesv/.m2/repository/org/apache/hbase/hbase-client/1.1.2/hbase-client-1.1.2.jar, /Users/lesv/.m2/repository/org/apache/hbase/hbase-common/1.1.2/hbase-common-1.1.2.jar, /Users/lesv/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar, /Users/lesv/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar, /Users/lesv/.m2/repository/org/apache/hbase/hbase-protocol/1.1.2/hbase-protocol-1.1.2.jar, /Users/lesv/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar, /Users/lesv/.m2/repository/com/google/guava/guava/12.0.1/guava-12.0.1.jar, /Users/lesv/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar, /Users/lesv/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar, /Users/lesv/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar, /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-auth/2.5.1/hadoop-auth-2.5.1.jar, /Users/lesv/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar, /Users/lesv/.m2/repository/org/apache/httpcomponents/httpclient/4.2.5/httpclient-4.2.5.jar, /Users/lesv/.m2/repository/org/apache/httpcomponents/httpcore/4.2.4/httpcore-4.2.4.jar, /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-common/2.5.1/hadoop-common-2.5.1.jar, /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-annotations/2.5.1/hadoop-annotations-2.5.1.jar, /Users/lesv/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar, /Users/lesv/.m2/repository/org/apache/commons/commons-math3/3.1.1/commons-math3-3.1.1.jar, /Users/lesv/.m2/repository/xmlenc/xmlenc/0.52/xmlenc-0.52.jar, /Users/lesv/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar, /Users/lesv/.m2/repository/commons-net/commons-net/3.1/commons-net-3.1.jar, /Users/lesv/.m2/repository/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar, /Users/lesv/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar, /Users/lesv/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar, /Users/lesv/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar, /Users/lesv/.m2/repository/org/apache/avro/avro/1.7.4/avro-1.7.4.jar, /Users/lesv/.m2/repository/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar, /Users/lesv/.m2/repository/org/xerial/snappy/snappy-java/1.0.4.1/snappy-java-1.0.4.1.jar, /Users/lesv/.m2/repository/com/jcraft/jsch/0.1.42/jsch-0.1.42.jar, /Users/lesv/.m2/repository/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar, /Users/lesv/.m2/repository/org/tukaani/xz/1.0/xz-1.0.jar, /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-mapreduce-client-core/2.5.1/hadoop-mapreduce-client-core-2.5.1.jar, /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-yarn-common/2.5.1/hadoop-yarn-common-2.5.1.jar, /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-yarn-api/2.5.1/hadoop-yarn-api-2.5.1.jar, /Users/lesv/.m2/repository/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.jar, /Users/lesv/.m2/repository/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar, /Users/lesv/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar, /Users/lesv/.m2/repository/io/netty/netty/3.6.2.Final/netty-3.6.2.Final.jar, /Users/lesv/.m2/repository/com/github/stephenc/findbugs/findbugs-annotations/1.3.9-1/findbugs-annotations-1.3.9-1.jar, /Users/lesv/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar, /Users/lesv/.m2/repository/com/google/appengine/appengine-api-1.0-sdk/1.9.36/appengine-api-1.0-sdk-1.9.36.jar, /Users/lesv/.m2/repository/io/netty/netty-tcnative-boringssl-static/1.1.33.Fork13/netty-tcnative-boringssl-static-1.1.33.Fork13-osx-x86_64.jar, /Users/lesv/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar, /Users/lesv/.m2/repository/org/json/json/20140107/json-20140107.jar]
[DEBUG]   (f) compileSourceRoots = [/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/java]
[DEBUG]   (f) compilerId = javac
[DEBUG]   (f) debug = true
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) forceJavacCompilerUse = false
[DEBUG]   (f) fork = false
[DEBUG]   (f) generatedSourcesDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/generated-sources/annotations
[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: default-compile}
[DEBUG]   (f) optimize = false
[DEBUG]   (f) outputDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes
[DEBUG]   (f) projectArtifact = com.example.bigtable:bigtable-hello:war:1.0-SNAPSHOT
[DEBUG]   (f) showDeprecation = false
[DEBUG]   (f) showWarnings = false
[DEBUG]   (f) skipMultiThreadWarning = false
[DEBUG]   (f) source = 1.8
[DEBUG]   (f) staleMillis = 0
[DEBUG]   (f) target = 1.8
[DEBUG]   (f) useIncrementalCompilation = true
[DEBUG]   (f) verbose = false
[DEBUG]   (f) mavenSession = org.apache.maven.execution.MavenSession@2555fff0
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@2555fff0
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Source directories: [/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/java]
[DEBUG] Classpath: [/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes
 /Users/lesv/.m2/repository/com/google/cloud/bigtable/bigtable-hbase-1.1/0.3.0/bigtable-hbase-1.1-0.3.0.jar
 /Users/lesv/.m2/repository/org/apache/hbase/hbase-client/1.1.2/hbase-client-1.1.2.jar
 /Users/lesv/.m2/repository/org/apache/hbase/hbase-common/1.1.2/hbase-common-1.1.2.jar
 /Users/lesv/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
 /Users/lesv/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar
 /Users/lesv/.m2/repository/org/apache/hbase/hbase-protocol/1.1.2/hbase-protocol-1.1.2.jar
 /Users/lesv/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
 /Users/lesv/.m2/repository/com/google/guava/guava/12.0.1/guava-12.0.1.jar
 /Users/lesv/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
 /Users/lesv/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar
 /Users/lesv/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar
 /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-auth/2.5.1/hadoop-auth-2.5.1.jar
 /Users/lesv/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
 /Users/lesv/.m2/repository/org/apache/httpcomponents/httpclient/4.2.5/httpclient-4.2.5.jar
 /Users/lesv/.m2/repository/org/apache/httpcomponents/httpcore/4.2.4/httpcore-4.2.4.jar
 /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-common/2.5.1/hadoop-common-2.5.1.jar
 /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-annotations/2.5.1/hadoop-annotations-2.5.1.jar
 /Users/lesv/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
 /Users/lesv/.m2/repository/org/apache/commons/commons-math3/3.1.1/commons-math3-3.1.1.jar
 /Users/lesv/.m2/repository/xmlenc/xmlenc/0.52/xmlenc-0.52.jar
 /Users/lesv/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
 /Users/lesv/.m2/repository/commons-net/commons-net/3.1/commons-net-3.1.jar
 /Users/lesv/.m2/repository/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar
 /Users/lesv/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
 /Users/lesv/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
 /Users/lesv/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar
 /Users/lesv/.m2/repository/org/apache/avro/avro/1.7.4/avro-1.7.4.jar
 /Users/lesv/.m2/repository/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar
 /Users/lesv/.m2/repository/org/xerial/snappy/snappy-java/1.0.4.1/snappy-java-1.0.4.1.jar
 /Users/lesv/.m2/repository/com/jcraft/jsch/0.1.42/jsch-0.1.42.jar
 /Users/lesv/.m2/repository/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar
 /Users/lesv/.m2/repository/org/tukaani/xz/1.0/xz-1.0.jar
 /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-mapreduce-client-core/2.5.1/hadoop-mapreduce-client-core-2.5.1.jar
 /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-yarn-common/2.5.1/hadoop-yarn-common-2.5.1.jar
 /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-yarn-api/2.5.1/hadoop-yarn-api-2.5.1.jar
 /Users/lesv/.m2/repository/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.jar
 /Users/lesv/.m2/repository/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar
 /Users/lesv/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar
 /Users/lesv/.m2/repository/io/netty/netty/3.6.2.Final/netty-3.6.2.Final.jar
 /Users/lesv/.m2/repository/com/github/stephenc/findbugs/findbugs-annotations/1.3.9-1/findbugs-annotations-1.3.9-1.jar
 /Users/lesv/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
 /Users/lesv/.m2/repository/com/google/appengine/appengine-api-1.0-sdk/1.9.36/appengine-api-1.0-sdk-1.9.36.jar
 /Users/lesv/.m2/repository/io/netty/netty-tcnative-boringssl-static/1.1.33.Fork13/netty-tcnative-boringssl-static-1.1.33.Fork13-osx-x86_64.jar
 /Users/lesv/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
 /Users/lesv/.m2/repository/org/json/json/20140107/json-20140107.jar]
[DEBUG] Output directory: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[DEBUG] Stale source detected: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/java/com/example/cloud/bigtable/helloworld/BigtableHelper.java
[DEBUG] Stale source detected: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/java/com/example/cloud/bigtable/helloworld/JsonServlet.java
[DEBUG] Stale source detected: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/java/com/example/cloud/bigtable/helloworld/HelloServlet.java
[INFO] Changes detected - recompiling the module!
[DEBUG] Classpath:
[DEBUG]  /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes
[DEBUG]  /Users/lesv/.m2/repository/com/google/cloud/bigtable/bigtable-hbase-1.1/0.3.0/bigtable-hbase-1.1-0.3.0.jar
[DEBUG]  /Users/lesv/.m2/repository/org/apache/hbase/hbase-client/1.1.2/hbase-client-1.1.2.jar
[DEBUG]  /Users/lesv/.m2/repository/org/apache/hbase/hbase-common/1.1.2/hbase-common-1.1.2.jar
[DEBUG]  /Users/lesv/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
[DEBUG]  /Users/lesv/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar
[DEBUG]  /Users/lesv/.m2/repository/org/apache/hbase/hbase-protocol/1.1.2/hbase-protocol-1.1.2.jar
[DEBUG]  /Users/lesv/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[DEBUG]  /Users/lesv/.m2/repository/com/google/guava/guava/12.0.1/guava-12.0.1.jar
[DEBUG]  /Users/lesv/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
[DEBUG]  /Users/lesv/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar
[DEBUG]  /Users/lesv/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar
[DEBUG]  /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-auth/2.5.1/hadoop-auth-2.5.1.jar
[DEBUG]  /Users/lesv/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
[DEBUG]  /Users/lesv/.m2/repository/org/apache/httpcomponents/httpclient/4.2.5/httpclient-4.2.5.jar
[DEBUG]  /Users/lesv/.m2/repository/org/apache/httpcomponents/httpcore/4.2.4/httpcore-4.2.4.jar
[DEBUG]  /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-common/2.5.1/hadoop-common-2.5.1.jar
[DEBUG]  /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-annotations/2.5.1/hadoop-annotations-2.5.1.jar
[DEBUG]  /Users/lesv/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
[DEBUG]  /Users/lesv/.m2/repository/org/apache/commons/commons-math3/3.1.1/commons-math3-3.1.1.jar
[DEBUG]  /Users/lesv/.m2/repository/xmlenc/xmlenc/0.52/xmlenc-0.52.jar
[DEBUG]  /Users/lesv/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
[DEBUG]  /Users/lesv/.m2/repository/commons-net/commons-net/3.1/commons-net-3.1.jar
[DEBUG]  /Users/lesv/.m2/repository/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar
[DEBUG]  /Users/lesv/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
[DEBUG]  /Users/lesv/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
[DEBUG]  /Users/lesv/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar
[DEBUG]  /Users/lesv/.m2/repository/org/apache/avro/avro/1.7.4/avro-1.7.4.jar
[DEBUG]  /Users/lesv/.m2/repository/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar
[DEBUG]  /Users/lesv/.m2/repository/org/xerial/snappy/snappy-java/1.0.4.1/snappy-java-1.0.4.1.jar
[DEBUG]  /Users/lesv/.m2/repository/com/jcraft/jsch/0.1.42/jsch-0.1.42.jar
[DEBUG]  /Users/lesv/.m2/repository/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar
[DEBUG]  /Users/lesv/.m2/repository/org/tukaani/xz/1.0/xz-1.0.jar
[DEBUG]  /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-mapreduce-client-core/2.5.1/hadoop-mapreduce-client-core-2.5.1.jar
[DEBUG]  /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-yarn-common/2.5.1/hadoop-yarn-common-2.5.1.jar
[DEBUG]  /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-yarn-api/2.5.1/hadoop-yarn-api-2.5.1.jar
[DEBUG]  /Users/lesv/.m2/repository/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.jar
[DEBUG]  /Users/lesv/.m2/repository/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar
[DEBUG]  /Users/lesv/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar
[DEBUG]  /Users/lesv/.m2/repository/io/netty/netty/3.6.2.Final/netty-3.6.2.Final.jar
[DEBUG]  /Users/lesv/.m2/repository/com/github/stephenc/findbugs/findbugs-annotations/1.3.9-1/findbugs-annotations-1.3.9-1.jar
[DEBUG]  /Users/lesv/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[DEBUG]  /Users/lesv/.m2/repository/com/google/appengine/appengine-api-1.0-sdk/1.9.36/appengine-api-1.0-sdk-1.9.36.jar
[DEBUG]  /Users/lesv/.m2/repository/io/netty/netty-tcnative-boringssl-static/1.1.33.Fork13/netty-tcnative-boringssl-static-1.1.33.Fork13-osx-x86_64.jar
[DEBUG]  /Users/lesv/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
[DEBUG]  /Users/lesv/.m2/repository/org/json/json/20140107/json-20140107.jar
[DEBUG] Source roots:
[DEBUG]  /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/java
[DEBUG] Command line options:
[DEBUG] -d /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes -classpath /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes:/Users/lesv/.m2/repository/com/google/cloud/bigtable/bigtable-hbase-1.1/0.3.0/bigtable-hbase-1.1-0.3.0.jar:/Users/lesv/.m2/repository/org/apache/hbase/hbase-client/1.1.2/hbase-client-1.1.2.jar:/Users/lesv/.m2/repository/org/apache/hbase/hbase-common/1.1.2/hbase-common-1.1.2.jar:/Users/lesv/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar:/Users/lesv/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/lesv/.m2/repository/org/apache/hbase/hbase-protocol/1.1.2/hbase-protocol-1.1.2.jar:/Users/lesv/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/Users/lesv/.m2/repository/com/google/guava/guava/12.0.1/guava-12.0.1.jar:/Users/lesv/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar:/Users/lesv/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar:/Users/lesv/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar:/Users/lesv/.m2/repository/org/apache/hadoop/hadoop-auth/2.5.1/hadoop-auth-2.5.1.jar:/Users/lesv/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar:/Users/lesv/.m2/repository/org/apache/httpcomponents/httpclient/4.2.5/httpclient-4.2.5.jar:/Users/lesv/.m2/repository/org/apache/httpcomponents/httpcore/4.2.4/httpcore-4.2.4.jar:/Users/lesv/.m2/repository/org/apache/hadoop/hadoop-common/2.5.1/hadoop-common-2.5.1.jar:/Users/lesv/.m2/repository/org/apache/hadoop/hadoop-annotations/2.5.1/hadoop-annotations-2.5.1.jar:/Users/lesv/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar:/Users/lesv/.m2/repository/org/apache/commons/commons-math3/3.1.1/commons-math3-3.1.1.jar:/Users/lesv/.m2/repository/xmlenc/xmlenc/0.52/xmlenc-0.52.jar:/Users/lesv/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar:/Users/lesv/.m2/repository/commons-net/commons-net/3.1/commons-net-3.1.jar:/Users/lesv/.m2/repository/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar:/Users/lesv/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar:/Users/lesv/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar:/Users/lesv/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar:/Users/lesv/.m2/repository/org/apache/avro/avro/1.7.4/avro-1.7.4.jar:/Users/lesv/.m2/repository/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar:/Users/lesv/.m2/repository/org/xerial/snappy/snappy-java/1.0.4.1/snappy-java-1.0.4.1.jar:/Users/lesv/.m2/repository/com/jcraft/jsch/0.1.42/jsch-0.1.42.jar:/Users/lesv/.m2/repository/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar:/Users/lesv/.m2/repository/org/tukaani/xz/1.0/xz-1.0.jar:/Users/lesv/.m2/repository/org/apache/hadoop/hadoop-mapreduce-client-core/2.5.1/hadoop-mapreduce-client-core-2.5.1.jar:/Users/lesv/.m2/repository/org/apache/hadoop/hadoop-yarn-common/2.5.1/hadoop-yarn-common-2.5.1.jar:/Users/lesv/.m2/repository/org/apache/hadoop/hadoop-yarn-api/2.5.1/hadoop-yarn-api-2.5.1.jar:/Users/lesv/.m2/repository/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.jar:/Users/lesv/.m2/repository/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar:/Users/lesv/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar:/Users/lesv/.m2/repository/io/netty/netty/3.6.2.Final/netty-3.6.2.Final.jar:/Users/lesv/.m2/repository/com/github/stephenc/findbugs/findbugs-annotations/1.3.9-1/findbugs-annotations-1.3.9-1.jar:/Users/lesv/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar:/Users/lesv/.m2/repository/com/google/appengine/appengine-api-1.0-sdk/1.9.36/appengine-api-1.0-sdk-1.9.36.jar:/Users/lesv/.m2/repository/io/netty/netty-tcnative-boringssl-static/1.1.33.Fork13/netty-tcnative-boringssl-static-1.1.33.Fork13-osx-x86_64.jar:/Users/lesv/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar:/Users/lesv/.m2/repository/org/json/json/20140107/json-20140107.jar: -sourcepath /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/java: -s /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/generated-sources/annotations -g -nowarn -target 1.8 -source 1.8 -encoding UTF-8
[DEBUG] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 3 source files to /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes
[DEBUG] incrementalBuildHelper#afterRebuildExecution
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bigtable-hello ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@55f96302]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:testResources' with basic configurator -->
[DEBUG]   (f) buildFilters = []
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) escapeWindowsPaths = true
[DEBUG]   (s) includeEmptyDirs = false
[DEBUG]   (s) outputDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/test-classes
[DEBUG]   (s) overwrite = false
[DEBUG]   (f) project = MavenProject: com.example.bigtable:bigtable-hello:1.0-SNAPSHOT @ /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/pom.xml
[DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/test/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@2555fff0
[DEBUG]   (f) supportMultiLineFiltering = false
[DEBUG]   (f) useBuildFilters = true
[DEBUG]   (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, sun.java.launcher=SUN_STANDARD, env.XPC_SERVICE_NAME=0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.name=Mac OS X, sun.boot.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/classes, env.TMPDIR=/var/folders/00/113l8000h01000cxqpysvccm0044fd/T/, env.PWD=/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld, env.LANG=en_US.UTF-8, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_72-b15, env.GOPATH=/Users/lesv/go, env.Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.drgy15E3uJ/Render, project.build.sourceEncoding=UTF-8, env.DISPLAY=/private/tmp/com.apple.launchd.3Leov4Tf8N/org.macosforge.xquartz:0, compat.module=hbase-hadoop2-compat, gpg.keyname=CA572558, user.name=lesv, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T08:41:47-08:00), env.USER=lesv, env.SHELL=/bin/bash, env.__CF_USER_TEXT_ENCODING=0x211CD:0x0:0x0, env.PATH=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/bin:/Users/lesv/google-cloud-sdk/bin:17627HOME/homebrew/bin:/Users/lesv/bin:/Users/lesv/go/bin:/Users/lesv/android-sdk-macosx/tools:/Users/lesv/android-sdk-macosx/platorm-tools:/Users/lesv/bin/apache-maven-3.3.9/bin:/Users/lesv/Bigtable-EAP/hbase-1.1.1/bin:/Users/lesv/google-cloud-sdk/bin:/usr/local/git/current/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/opt/ImageMagick/bin:/usr/local/MacGPG2/bin:/Users/lesv/gcloud-spanner/bin, user.language=en, bigtable.projectID=rugged-memory-819, bigtable.version=0.3.0, sun.boot.library.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib, classworlds.conf=/Users/lesv/bin/apache-maven-3.3.9/bin/m2.conf, env.JAVA_MAIN_CLASS_6495=org.codehaus.plexus.classworlds.launcher.Launcher, env.XPC_FLAGS=0x0, java.version=1.8.0_72, env.HBASE_CONF_DIR=/Users/lesv/Bigtable-EAP/hbase-1.1.1/conf, user.timezone=America/Los_Angeles, sun.arch.data.model=64, http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16|192.168/16|*.192.168/16, java.endorsed.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/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, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=US, appengine.version=1.9.36, java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre, env.ANDROID_HOME=/Users/lesv/android-sdk-macosx, java.vm.info=mixed mode, env.LOGNAME=lesv, os.version=10.11.4, maven.compiler.target=1.8, env.TERM_PROGRAM_VERSION=361.1, hadoop.version=2.4.1, env.CLICOLOR=cons25, path.separator=:, java.vm.version=25.72-b15, env.JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home, env.HBASE_INSTALL_DIR=/Users/lesv/Bigtable-EAP/hbase-1.1.1, java.awt.printerjob=sun.lwawt.macosx.CPrinterJob, env.TERM=xterm-256color, sun.io.unicode.encoding=UnicodeBig, awt.toolkit=sun.lwawt.macosx.LWCToolkit, socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16|192.168/16|*.192.168/16, ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16|192.168/16|*.192.168/16, env.BLOCKSIZE=1k, user.home=/Users/lesv, java.specification.vendor=Oracle Corporation, env.TERM_PROGRAM=Apple_Terminal, env.M2_HOME=/Users/lesv/bin/apache-maven-3.3.9, java.library.path=/Users/lesv/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:., java.vendor.url=http://java.oracle.com/, env.MAVEN_CMD_LINE_ARGS= -X -Pmac gcloud:run -Dbigtable.projectID=rugged-memory-819 -Dbigtable.clusterID=cluster, java.vm.vendor=Oracle Corporation, gopherProxySet=false, maven.home=/Users/lesv/bin/apache-maven-3.3.9, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X -Pmac gcloud:run -Dbigtable.projectID=rugged-memory-819 -Dbigtable.clusterID=cluster, java.class.path=/Users/lesv/bin/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar, env.TERM_SESSION_ID=50C79437-1DD7-49D0-A9FC-9909F05E4386, maven.version=3.3.9, slf4j.version=1.7.12, env.BASEPATH=/Users/lesv/google-cloud-sdk/bin:17627HOME/homebrew/bin:/Users/lesv/bin:/Users/lesv/go/bin:/Users/lesv/android-sdk-macosx/tools:/Users/lesv/android-sdk-macosx/platorm-tools:/Users/lesv/bin/apache-maven-3.3.9/bin:/Users/lesv/Bigtable-EAP/hbase-1.1.1/bin:/Users/lesv/google-cloud-sdk/bin:/usr/local/git/current/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/opt/ImageMagick/bin:/usr/local/MacGPG2/bin:/Users/lesv/gcloud-spanner/bin, java.vm.specification.name=Java Virtual Machine Specification, hbase.version=1.2.1, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/Users/lesv, java.io.tmpdir=/var/folders/00/113l8000h01000cxqpysvccm0044fd/T/, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld, env.SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.EFyJiyKXBr/Listeners, maven.compiler.source=1.8, project.build.outputEncoding=UTF-8, gcloud.plugin.version=2.0.9.106.v20160420, os.arch=x86_64, java.awt.graphicsenv=sun.awt.CGraphicsEnvironment, java.ext.dirs=/Users/lesv/Library/Java/Extensions:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java, user.dir=/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld, log4j.version=1.2.17, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.EDITOR=/usr/bin/vi, requiredMavenVersion=3.3.3, tcnative.classifier=osx-x86_64, env.M2=/Users/lesv/bin/apache-maven-3.3.9/bin, file.encoding=UTF-8, bigtable.clusterID=cluster, bigtable.zone=us-central1-b, java.specification.version=1.8, env.HOMEBREW_GITHUB_API_TOKEN=afb17ef532c2fc4f14973ae175a6e4fc99466a02, env.MAVEN_PROJECTBASEDIR=/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/test/resources
excludes []
includes []
[INFO] skip non existing resourceDirectory /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/test/resources
[DEBUG] no use filter components
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ bigtable-hello ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@55f96302]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile' with basic configurator -->
[DEBUG]   (f) basedir = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld
[DEBUG]   (f) buildDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target
[DEBUG]   (f) classpathElements = [/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/test-classes, /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes, /Users/lesv/.m2/repository/com/google/cloud/bigtable/bigtable-hbase-1.1/0.3.0/bigtable-hbase-1.1-0.3.0.jar, /Users/lesv/.m2/repository/org/apache/hbase/hbase-client/1.1.2/hbase-client-1.1.2.jar, /Users/lesv/.m2/repository/org/apache/hbase/hbase-common/1.1.2/hbase-common-1.1.2.jar, /Users/lesv/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar, /Users/lesv/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar, /Users/lesv/.m2/repository/org/apache/hbase/hbase-protocol/1.1.2/hbase-protocol-1.1.2.jar, /Users/lesv/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar, /Users/lesv/.m2/repository/com/google/guava/guava/12.0.1/guava-12.0.1.jar, /Users/lesv/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar, /Users/lesv/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar, /Users/lesv/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar, /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-auth/2.5.1/hadoop-auth-2.5.1.jar, /Users/lesv/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar, /Users/lesv/.m2/repository/org/apache/httpcomponents/httpclient/4.2.5/httpclient-4.2.5.jar, /Users/lesv/.m2/repository/org/apache/httpcomponents/httpcore/4.2.4/httpcore-4.2.4.jar, /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-common/2.5.1/hadoop-common-2.5.1.jar, /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-annotations/2.5.1/hadoop-annotations-2.5.1.jar, /Users/lesv/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar, /Users/lesv/.m2/repository/org/apache/commons/commons-math3/3.1.1/commons-math3-3.1.1.jar, /Users/lesv/.m2/repository/xmlenc/xmlenc/0.52/xmlenc-0.52.jar, /Users/lesv/.m2/repository/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar, /Users/lesv/.m2/repository/commons-net/commons-net/3.1/commons-net-3.1.jar, /Users/lesv/.m2/repository/commons-el/commons-el/1.0/commons-el-1.0.jar, /Users/lesv/.m2/repository/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar, /Users/lesv/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar, /Users/lesv/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar, /Users/lesv/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar, /Users/lesv/.m2/repository/org/apache/avro/avro/1.7.4/avro-1.7.4.jar, /Users/lesv/.m2/repository/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar, /Users/lesv/.m2/repository/org/xerial/snappy/snappy-java/1.0.4.1/snappy-java-1.0.4.1.jar, /Users/lesv/.m2/repository/com/jcraft/jsch/0.1.42/jsch-0.1.42.jar, /Users/lesv/.m2/repository/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar, /Users/lesv/.m2/repository/org/tukaani/xz/1.0/xz-1.0.jar, /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-mapreduce-client-core/2.5.1/hadoop-mapreduce-client-core-2.5.1.jar, /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-yarn-common/2.5.1/hadoop-yarn-common-2.5.1.jar, /Users/lesv/.m2/repository/org/apache/hadoop/hadoop-yarn-api/2.5.1/hadoop-yarn-api-2.5.1.jar, /Users/lesv/.m2/repository/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.jar, /Users/lesv/.m2/repository/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar, /Users/lesv/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar, /Users/lesv/.m2/repository/io/netty/netty/3.6.2.Final/netty-3.6.2.Final.jar, /Users/lesv/.m2/repository/com/github/stephenc/findbugs/findbugs-annotations/1.3.9-1/findbugs-annotations-1.3.9-1.jar, /Users/lesv/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar, /Users/lesv/.m2/repository/com/google/appengine/appengine-api-1.0-sdk/1.9.36/appengine-api-1.0-sdk-1.9.36.jar, /Users/lesv/.m2/repository/io/netty/netty-tcnative-boringssl-static/1.1.33.Fork13/netty-tcnative-boringssl-static-1.1.33.Fork13-osx-x86_64.jar, /Users/lesv/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar, /Users/lesv/.m2/repository/org/json/json/20140107/json-20140107.jar]
[DEBUG]   (f) compileSourceRoots = [/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/test/java]
[DEBUG]   (f) compilerId = javac
[DEBUG]   (f) debug = true
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) forceJavacCompilerUse = false
[DEBUG]   (f) fork = false
[DEBUG]   (f) generatedTestSourcesDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/generated-test-sources/test-annotations
[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile {execution: default-testCompile}
[DEBUG]   (f) optimize = false
[DEBUG]   (f) outputDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/test-classes
[DEBUG]   (f) showDeprecation = false
[DEBUG]   (f) showWarnings = false
[DEBUG]   (f) skipMultiThreadWarning = false
[DEBUG]   (f) source = 1.8
[DEBUG]   (f) staleMillis = 0
[DEBUG]   (f) target = 1.8
[DEBUG]   (f) useIncrementalCompilation = true
[DEBUG]   (f) verbose = false
[DEBUG]   (f) mavenSession = org.apache.maven.execution.MavenSession@2555fff0
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@2555fff0
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ bigtable-hello ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=132, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=27, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=77, DefaultDependencyCollector.collectTime=32, DefaultDependencyCollector.transformTime=1}
[DEBUG] org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG]    org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile
[DEBUG]       org.apache.maven.surefire:surefire-api:jar:2.12.4:compile
[DEBUG]    org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile
[DEBUG]       org.apache.commons:commons-lang3:jar:3.1:compile
[DEBUG]       org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.8:compile
[DEBUG]    org.apache.maven:maven-artifact: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.1:test
[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: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-plugin-descriptor:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG]       classworlds:classworlds:jar:1.1:compile
[DEBUG]    org.apache.maven:maven-toolchain:jar:2.0.9:compile
[DEBUG]    org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4
[DEBUG]   Included: org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4
[DEBUG]   Included: org.apache.maven.surefire:surefire-booter:jar:2.12.4
[DEBUG]   Included: org.apache.maven.surefire:surefire-api:jar:2.12.4
[DEBUG]   Included: org.apache.maven.surefire:maven-surefire-common:jar:2.12.4
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.1
[DEBUG]   Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.3
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.8
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9
[DEBUG]   Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4, parent: sun.misc.Launcher$AppClassLoader@55f96302]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test' with basic configurator -->
[DEBUG]   (s) basedir = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld
[DEBUG]   (s) childDelegation = false
[DEBUG]   (s) classesDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes
[DEBUG]   (s) disableXmlReport = false
[DEBUG]   (s) enableAssertions = true
[DEBUG]   (s) forkMode = once
[DEBUG]   (s) junitArtifactName = junit:junit
[DEBUG]   (s) localRepository =       id: local
      url: file:///Users/lesv/.m2/repository/
   layout: default
snapshots: [enabled => true, update => always]
 releases: [enabled => true, update => always]

[DEBUG]   (f) parallelMavenExecution = false
[DEBUG]   (s) perCoreThreadCount = true
[DEBUG]   (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.12.4:, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.0.9:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.12.4:compile, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile, org.apache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.1:compile, org.apache.maven.shared:maven-common-artifact-filters=org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:3.0.8:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.0.9:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.0.9:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.0.9:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.0.9:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.0.9:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.0.9:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.0.9:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.0.9:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.0.9:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.0.9:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.0.9:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile}
[DEBUG]   (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:help'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test'
---
[DEBUG]   (s) printSummary = true
[DEBUG]   (s) projectArtifactMap = {com.google.cloud.bigtable:bigtable-hbase-1.1=com.google.cloud.bigtable:bigtable-hbase-1.1:jar:0.3.0:compile, org.apache.hbase:hbase-client=org.apache.hbase:hbase-client:jar:1.1.2:compile, org.apache.hbase:hbase-common=org.apache.hbase:hbase-common:jar:1.1.2:compile, commons-collections:commons-collections=commons-collections:commons-collections:jar:3.2.1:compile, log4j:log4j=log4j:log4j:jar:1.2.17:compile, org.apache.hbase:hbase-protocol=org.apache.hbase:hbase-protocol:jar:1.1.2:compile, commons-logging:commons-logging=commons-logging:commons-logging:jar:1.2:compile, com.google.guava:guava=com.google.guava:guava:jar:12.0.1:compile, com.google.code.findbugs:jsr305=com.google.code.findbugs:jsr305:jar:1.3.9:compile, org.codehaus.jackson:jackson-mapper-asl=org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile, org.codehaus.jackson:jackson-core-asl=org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile, org.apache.hadoop:hadoop-auth=org.apache.hadoop:hadoop-auth:jar:2.5.1:compile, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.7.5:compile, org.apache.httpcomponents:httpclient=org.apache.httpcomponents:httpclient:jar:4.2.5:compile, org.apache.httpcomponents:httpcore=org.apache.httpcomponents:httpcore:jar:4.2.4:compile, org.apache.hadoop:hadoop-common=org.apache.hadoop:hadoop-common:jar:2.5.1:compile, org.apache.hadoop:hadoop-annotations=org.apache.hadoop:hadoop-annotations:jar:2.5.1:compile, commons-cli:commons-cli=commons-cli:commons-cli:jar:1.2:compile, org.apache.commons:commons-math3=org.apache.commons:commons-math3:jar:3.1.1:compile, xmlenc:xmlenc=xmlenc:xmlenc:jar:0.52:compile, commons-httpclient:commons-httpclient=commons-httpclient:commons-httpclient:jar:3.1:compile, commons-net:commons-net=commons-net:commons-net:jar:3.1:compile, commons-el:commons-el=commons-el:commons-el:jar:1.0:runtime, commons-configuration:commons-configuration=commons-configuration:commons-configuration:jar:1.6:compile, commons-digester:commons-digester=commons-digester:commons-digester:jar:1.8:compile, commons-beanutils:commons-beanutils=commons-beanutils:commons-beanutils:jar:1.7.0:compile, commons-beanutils:commons-beanutils-core=commons-beanutils:commons-beanutils-core:jar:1.8.0:compile, org.apache.avro:avro=org.apache.avro:avro:jar:1.7.4:compile, com.thoughtworks.paranamer:paranamer=com.thoughtworks.paranamer:paranamer:jar:2.3:compile, org.xerial.snappy:snappy-java=org.xerial.snappy:snappy-java:jar:1.0.4.1:compile, com.jcraft:jsch=com.jcraft:jsch:jar:0.1.42:compile, org.apache.commons:commons-compress=org.apache.commons:commons-compress:jar:1.4.1:compile, org.tukaani:xz=org.tukaani:xz:jar:1.0:compile, org.apache.hadoop:hadoop-mapreduce-client-core=org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.5.1:compile, org.apache.hadoop:hadoop-yarn-common=org.apache.hadoop:hadoop-yarn-common:jar:2.5.1:compile, org.apache.hadoop:hadoop-yarn-api=org.apache.hadoop:hadoop-yarn-api:jar:2.5.1:compile, javax.xml.bind:jaxb-api=javax.xml.bind:jaxb-api:jar:2.2.2:compile, javax.xml.stream:stax-api=javax.xml.stream:stax-api:jar:1.0-2:compile, javax.activation:activation=javax.activation:activation:jar:1.1:compile, io.netty:netty=io.netty:netty:jar:3.6.2.Final:compile, com.github.stephenc.findbugs:findbugs-annotations=com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile, commons-lang:commons-lang=commons-lang:commons-lang:jar:2.6:compile, com.google.appengine:appengine-api-1.0-sdk=com.google.appengine:appengine-api-1.0-sdk:jar:1.9.36:provided, io.netty:netty-tcnative-boringssl-static=io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:1.1.33.Fork13:compile, javax.servlet:javax.servlet-api=javax.servlet:javax.servlet-api:jar:3.1.0:provided, org.json:json=org.json:json:jar:20140107:compile}
[DEBUG]   (s) redirectTestOutputToFile = false
[DEBUG]   (s) remoteRepositories = [      id: google-maven-central
      url: https://maven-central.storage.googleapis.com
   layout: default
snapshots: [enabled => false, update => never]
 releases: [enabled => true, update => daily]
,       id: central
      url: https://repo.maven.apache.org/maven2
   layout: default
snapshots: [enabled => false, update => daily]
 releases: [enabled => true, update => never]
]
[DEBUG]   (s) reportFormat = brief
[DEBUG]   (s) reportsDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/surefire-reports
[DEBUG]   (s) runOrder = filesystem
[DEBUG]   (s) skip = false
[DEBUG]   (s) skipTests = false
[DEBUG]   (s) testClassesDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/test-classes
[DEBUG]   (s) testFailureIgnore = false
[DEBUG]   (s) testNGArtifactName = org.testng:testng
[DEBUG]   (s) testSourceDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/test/java
[DEBUG]   (s) trimStackTrace = true
[DEBUG]   (s) useFile = true
[DEBUG]   (s) useManifestOnlyJar = true
[DEBUG]   (s) useSystemClassLoader = true
[DEBUG]   (s) useUnlimitedThreads = false
[DEBUG]   (s) workingDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld
[DEBUG]   (s) project = MavenProject: com.example.bigtable:bigtable-hello:1.0-SNAPSHOT @ /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/pom.xml
[DEBUG]   (s) session = org.apache.maven.execution.MavenSession@2555fff0
[DEBUG] -- end configuration --
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-war-plugin:2.6:war (default-war) @ bigtable-hello ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=120, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2, ConflictResolver.conflictItemCount=108, DefaultDependencyCollector.collectTime=72, DefaultDependencyCollector.transformTime=2}
[DEBUG] org.apache.maven.plugins:maven-war-plugin:jar:2.6:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1: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.apache.maven:maven-core:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile
[DEBUG]       org.slf4j:slf4j-jdk14:jar:1.5.6:runtime
[DEBUG]          org.slf4j:slf4j-api:jar:1.5.6:runtime
[DEBUG]       org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime
[DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.2.1:compile
[DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.1:compile
[DEBUG]          org.apache.maven.doxia:doxia-logging-api:jar:1.1:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile
[DEBUG]       commons-cli:commons-cli:jar:1.2:compile
[DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile
[DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG]       org.apache.maven:maven-monitor:jar:2.2.1:compile
[DEBUG]       classworlds:classworlds:jar:1.1:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG]    org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-archiver:jar:2.6:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:0.7:compile
[DEBUG]          com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG]    org.codehaus.plexus:plexus-io:jar:2.4.1:compile
[DEBUG]    commons-io:commons-io:jar:2.2:compile
[DEBUG]    org.codehaus.plexus:plexus-archiver:jar:2.9:compile
[DEBUG]       org.apache.commons:commons-compress:jar:1.9:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.21:compile
[DEBUG]    com.thoughtworks.xstream:xstream:jar:1.4.4:compile
[DEBUG]       xmlpull:xmlpull:jar:1.1.3.1:compile
[DEBUG]       xpp3:xpp3_min:jar:1.1.4c:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
[DEBUG]    org.apache.maven.shared:maven-filtering:jar:1.3:compile
[DEBUG]       org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG]    org.apache.maven.shared:maven-mapping:jar:1.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-war-plugin:2.6
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-war-plugin:2.6
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-war-plugin:2.6
[DEBUG]   Included: org.apache.maven.plugins:maven-war-plugin:jar:2.6
[DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: org.slf4j:slf4j-jdk14:jar:1.5.6
[DEBUG]   Included: org.slf4j:jcl-over-slf4j:jar:1.5.6
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.2.1
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.1
[DEBUG]   Included: org.apache.maven.doxia:doxia-logging-api:jar:1.1
[DEBUG]   Included: commons-cli:commons-cli:jar:1.2
[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.apache.maven:maven-archiver:jar:2.6
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:0.7
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:2.4.1
[DEBUG]   Included: commons-io:commons-io:jar:2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:2.9
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.9
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.21
[DEBUG]   Included: com.thoughtworks.xstream:xstream:jar:1.4.4
[DEBUG]   Included: xmlpull:xmlpull:jar:1.1.3.1
[DEBUG]   Included: xpp3:xpp3_min:jar:1.1.4c
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
[DEBUG]   Included: org.apache.maven.shared:maven-filtering:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG]   Included: org.apache.maven.shared:maven-mapping:jar:1.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-war-plugin:2.6:war from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-war-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@55f96302]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-war-plugin:2.6:war' with basic configurator -->
[DEBUG]   (s) archiveClasses = true
[DEBUG]   (s) attachClasses = false
[DEBUG]   (s) cacheFile = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/war/work/webapp-cache.xml
[DEBUG]   (s) classesClassifier = classes
[DEBUG]   (s) classesDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes
[DEBUG]   (f) escapedBackslashesInFilePath = false
[DEBUG]   (s) failOnMissingWebXml = false
[DEBUG]   (f) filteringDeploymentDescriptors = false
[DEBUG]   (f) includeEmptyDirectories = false
[DEBUG]   (s) outputDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target
[DEBUG]   (s) primaryArtifact = true
[DEBUG]   (s) project = MavenProject: com.example.bigtable:bigtable-hello:1.0-SNAPSHOT @ /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/pom.xml
[DEBUG]   (f) recompressZippedFiles = true
[DEBUG]   (f) resourceEncoding = UTF-8
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@2555fff0
[DEBUG]   (f) supportMultiLineFiltering = false
[DEBUG]   (s) useCache = false
[DEBUG]   (f) useJvmChmod = true
[DEBUG]   (s) warName = bigtable-hello-1.0-SNAPSHOT
[DEBUG]   (s) warSourceDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/webapp
[DEBUG]   (s) warSourceIncludes = **
[DEBUG]   (s) directory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/webapp/WEB-INF
[DEBUG]   (s) filtering = true
[DEBUG]   (s) targetPath = WEB-INF
[DEBUG]   (s) webResources = [Resource {targetPath: WEB-INF, filtering: true, FileSet {directory: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/webapp/WEB-INF, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG]   (s) webappDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT
[DEBUG]   (s) workDirectory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/war/work
[DEBUG] -- end configuration --
[INFO] Packaging webapp
[INFO] Assembling webapp [bigtable-hello] in [/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT]
[DEBUG] properties used {java.vendor=Oracle Corporation, sun.java.launcher=SUN_STANDARD, env.XPC_SERVICE_NAME=0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.name=Mac OS X, sun.boot.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/classes, env.TMPDIR=/var/folders/00/113l8000h01000cxqpysvccm0044fd/T/, env.PWD=/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld, env.LANG=en_US.UTF-8, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_72-b15, env.GOPATH=/Users/lesv/go, env.Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.drgy15E3uJ/Render, project.build.sourceEncoding=UTF-8, env.DISPLAY=/private/tmp/com.apple.launchd.3Leov4Tf8N/org.macosforge.xquartz:0, compat.module=hbase-hadoop2-compat, gpg.keyname=CA572558, user.name=lesv, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T08:41:47-08:00), env.USER=lesv, env.SHELL=/bin/bash, env.__CF_USER_TEXT_ENCODING=0x211CD:0x0:0x0, env.PATH=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/bin:/Users/lesv/google-cloud-sdk/bin:17627HOME/homebrew/bin:/Users/lesv/bin:/Users/lesv/go/bin:/Users/lesv/android-sdk-macosx/tools:/Users/lesv/android-sdk-macosx/platorm-tools:/Users/lesv/bin/apache-maven-3.3.9/bin:/Users/lesv/Bigtable-EAP/hbase-1.1.1/bin:/Users/lesv/google-cloud-sdk/bin:/usr/local/git/current/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/opt/ImageMagick/bin:/usr/local/MacGPG2/bin:/Users/lesv/gcloud-spanner/bin, user.language=en, bigtable.projectID=rugged-memory-819, bigtable.version=0.3.0, sun.boot.library.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib, classworlds.conf=/Users/lesv/bin/apache-maven-3.3.9/bin/m2.conf, env.JAVA_MAIN_CLASS_6495=org.codehaus.plexus.classworlds.launcher.Launcher, env.XPC_FLAGS=0x0, java.version=1.8.0_72, env.HBASE_CONF_DIR=/Users/lesv/Bigtable-EAP/hbase-1.1.1/conf, user.timezone=America/Los_Angeles, sun.arch.data.model=64, http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16|192.168/16|*.192.168/16, java.endorsed.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/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, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=US, appengine.version=1.9.36, java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre, env.ANDROID_HOME=/Users/lesv/android-sdk-macosx, java.vm.info=mixed mode, env.LOGNAME=lesv, os.version=10.11.4, maven.compiler.target=1.8, env.TERM_PROGRAM_VERSION=361.1, hadoop.version=2.4.1, env.CLICOLOR=cons25, path.separator=:, java.vm.version=25.72-b15, env.JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home, env.HBASE_INSTALL_DIR=/Users/lesv/Bigtable-EAP/hbase-1.1.1, java.awt.printerjob=sun.lwawt.macosx.CPrinterJob, env.TERM=xterm-256color, sun.io.unicode.encoding=UnicodeBig, awt.toolkit=sun.lwawt.macosx.LWCToolkit, socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16|192.168/16|*.192.168/16, ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16|192.168/16|*.192.168/16, env.BLOCKSIZE=1k, user.home=/Users/lesv, java.specification.vendor=Oracle Corporation, env.TERM_PROGRAM=Apple_Terminal, env.M2_HOME=/Users/lesv/bin/apache-maven-3.3.9, java.library.path=/Users/lesv/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:., java.vendor.url=http://java.oracle.com/, env.MAVEN_CMD_LINE_ARGS= -X -Pmac gcloud:run -Dbigtable.projectID=rugged-memory-819 -Dbigtable.clusterID=cluster, java.vm.vendor=Oracle Corporation, gopherProxySet=false, maven.home=/Users/lesv/bin/apache-maven-3.3.9, java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X -Pmac gcloud:run -Dbigtable.projectID=rugged-memory-819 -Dbigtable.clusterID=cluster, java.class.path=/Users/lesv/bin/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar, env.TERM_SESSION_ID=50C79437-1DD7-49D0-A9FC-9909F05E4386, maven.version=3.3.9, slf4j.version=1.7.12, env.BASEPATH=/Users/lesv/google-cloud-sdk/bin:17627HOME/homebrew/bin:/Users/lesv/bin:/Users/lesv/go/bin:/Users/lesv/android-sdk-macosx/tools:/Users/lesv/android-sdk-macosx/platorm-tools:/Users/lesv/bin/apache-maven-3.3.9/bin:/Users/lesv/Bigtable-EAP/hbase-1.1.1/bin:/Users/lesv/google-cloud-sdk/bin:/usr/local/git/current/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/go/bin:/opt/ImageMagick/bin:/usr/local/MacGPG2/bin:/Users/lesv/gcloud-spanner/bin, java.vm.specification.name=Java Virtual Machine Specification, hbase.version=1.2.1, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/Users/lesv, java.io.tmpdir=/var/folders/00/113l8000h01000cxqpysvccm0044fd/T/, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld, env.SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.EFyJiyKXBr/Listeners, maven.compiler.source=1.8, project.build.outputEncoding=UTF-8, gcloud.plugin.version=2.0.9.106.v20160420, os.arch=x86_64, java.awt.graphicsenv=sun.awt.CGraphicsEnvironment, java.ext.dirs=/Users/lesv/Library/Java/Extensions:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java, user.dir=/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld, log4j.version=1.2.17, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.EDITOR=/usr/bin/vi, requiredMavenVersion=3.3.3, tcnative.classifier=osx-x86_64, env.M2=/Users/lesv/bin/apache-maven-3.3.9/bin, file.encoding=UTF-8, bigtable.clusterID=cluster, bigtable.zone=us-central1-b, java.specification.version=1.8, env.HOMEBREW_GITHUB_API_TOKEN=afb17ef532c2fc4f14973ae175a6e4fc99466a02, env.MAVEN_PROJECTBASEDIR=/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld}
[INFO] Processing war project
[INFO] Copying webapp webResources [/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/webapp/WEB-INF] to [/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT]
[DEBUG] file appengine-web.xml has a filtered file extension
[DEBUG] filtering /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/webapp/WEB-INF/appengine-web.xml to /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/appengine-web.xml
[DEBUG]  + WEB-INF/appengine-web.xml has been copied (filtered encoding='UTF-8').
[DEBUG] file logging.properties has a filtered file extension
[DEBUG] filtering /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/webapp/WEB-INF/logging.properties to /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/logging.properties
[DEBUG]  + WEB-INF/logging.properties has been copied (filtered encoding='UTF-8').
[DEBUG] file web.xml has a filtered file extension
[DEBUG] filtering /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/webapp/WEB-INF/web.xml to /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/web.xml
[DEBUG]  + WEB-INF/web.xml has been copied (filtered encoding='UTF-8').
[INFO] Copying webapp resources [/Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/webapp]
[DEBUG]  + favicon.ico has been copied.
[DEBUG]  - WEB-INF/appengine-web.xml wasn't copied because it has already been packaged for overlay [currentBuild].
[DEBUG]  - WEB-INF/logging.properties wasn't copied because it has already been packaged for overlay [currentBuild].
[DEBUG]  - WEB-INF/web.xml wasn't copied because it has already been packaged for overlay [currentBuild].
[DEBUG] Dump of the current build pathSet content -->
[DEBUG] WEB-INF/appengine-web.xml
[DEBUG] WEB-INF/logging.properties
[DEBUG] WEB-INF/web.xml
[DEBUG] favicon.ico
[DEBUG] -- end of dump --
[DEBUG] Processing: bigtable-hbase-1.1-0.3.0.jar
[DEBUG]  + WEB-INF/lib/bigtable-hbase-1.1-0.3.0.jar has been copied.
[DEBUG] Processing: hbase-client-1.1.2.jar
[DEBUG]  + WEB-INF/lib/hbase-client-1.1.2.jar has been copied.
[DEBUG] Processing: hbase-common-1.1.2.jar
[DEBUG]  + WEB-INF/lib/hbase-common-1.1.2.jar has been copied.
[DEBUG] Processing: commons-collections-3.2.1.jar
[DEBUG]  + WEB-INF/lib/commons-collections-3.2.1.jar has been copied.
[DEBUG] Processing: log4j-1.2.17.jar
[DEBUG]  + WEB-INF/lib/log4j-1.2.17.jar has been copied.
[DEBUG] Processing: hbase-protocol-1.1.2.jar
[DEBUG]  + WEB-INF/lib/hbase-protocol-1.1.2.jar has been copied.
[DEBUG] Processing: commons-logging-1.2.jar
[DEBUG]  + WEB-INF/lib/commons-logging-1.2.jar has been copied.
[DEBUG] Processing: guava-12.0.1.jar
[DEBUG]  + WEB-INF/lib/guava-12.0.1.jar has been copied.
[DEBUG] Processing: jsr305-1.3.9.jar
[DEBUG]  + WEB-INF/lib/jsr305-1.3.9.jar has been copied.
[DEBUG] Processing: jackson-mapper-asl-1.9.13.jar
[DEBUG]  + WEB-INF/lib/jackson-mapper-asl-1.9.13.jar has been copied.
[DEBUG] Processing: jackson-core-asl-1.9.13.jar
[DEBUG]  + WEB-INF/lib/jackson-core-asl-1.9.13.jar has been copied.
[DEBUG] Processing: hadoop-auth-2.5.1.jar
[DEBUG]  + WEB-INF/lib/hadoop-auth-2.5.1.jar has been copied.
[DEBUG] Processing: slf4j-api-1.7.5.jar
[DEBUG]  + WEB-INF/lib/slf4j-api-1.7.5.jar has been copied.
[DEBUG] Processing: httpclient-4.2.5.jar
[DEBUG]  + WEB-INF/lib/httpclient-4.2.5.jar has been copied.
[DEBUG] Processing: httpcore-4.2.4.jar
[DEBUG]  + WEB-INF/lib/httpcore-4.2.4.jar has been copied.
[DEBUG] Processing: hadoop-common-2.5.1.jar
[DEBUG]  + WEB-INF/lib/hadoop-common-2.5.1.jar has been copied.
[DEBUG] Processing: hadoop-annotations-2.5.1.jar
[DEBUG]  + WEB-INF/lib/hadoop-annotations-2.5.1.jar has been copied.
[DEBUG] Processing: commons-cli-1.2.jar
[DEBUG]  + WEB-INF/lib/commons-cli-1.2.jar has been copied.
[DEBUG] Processing: commons-math3-3.1.1.jar
[DEBUG]  + WEB-INF/lib/commons-math3-3.1.1.jar has been copied.
[DEBUG] Processing: xmlenc-0.52.jar
[DEBUG]  + WEB-INF/lib/xmlenc-0.52.jar has been copied.
[DEBUG] Processing: commons-httpclient-3.1.jar
[DEBUG]  + WEB-INF/lib/commons-httpclient-3.1.jar has been copied.
[DEBUG] Processing: commons-net-3.1.jar
[DEBUG]  + WEB-INF/lib/commons-net-3.1.jar has been copied.
[DEBUG] Processing: commons-el-1.0.jar
[DEBUG]  + WEB-INF/lib/commons-el-1.0.jar has been copied.
[DEBUG] Processing: commons-configuration-1.6.jar
[DEBUG]  + WEB-INF/lib/commons-configuration-1.6.jar has been copied.
[DEBUG] Processing: commons-digester-1.8.jar
[DEBUG]  + WEB-INF/lib/commons-digester-1.8.jar has been copied.
[DEBUG] Processing: commons-beanutils-1.7.0.jar
[DEBUG]  + WEB-INF/lib/commons-beanutils-1.7.0.jar has been copied.
[DEBUG] Processing: commons-beanutils-core-1.8.0.jar
[DEBUG]  + WEB-INF/lib/commons-beanutils-core-1.8.0.jar has been copied.
[DEBUG] Processing: avro-1.7.4.jar
[DEBUG]  + WEB-INF/lib/avro-1.7.4.jar has been copied.
[DEBUG] Processing: paranamer-2.3.jar
[DEBUG]  + WEB-INF/lib/paranamer-2.3.jar has been copied.
[DEBUG] Processing: snappy-java-1.0.4.1.jar
[DEBUG]  + WEB-INF/lib/snappy-java-1.0.4.1.jar has been copied.
[DEBUG] Processing: jsch-0.1.42.jar
[DEBUG]  + WEB-INF/lib/jsch-0.1.42.jar has been copied.
[DEBUG] Processing: commons-compress-1.4.1.jar
[DEBUG]  + WEB-INF/lib/commons-compress-1.4.1.jar has been copied.
[DEBUG] Processing: xz-1.0.jar
[DEBUG]  + WEB-INF/lib/xz-1.0.jar has been copied.
[DEBUG] Processing: hadoop-mapreduce-client-core-2.5.1.jar
[DEBUG]  + WEB-INF/lib/hadoop-mapreduce-client-core-2.5.1.jar has been copied.
[DEBUG] Processing: hadoop-yarn-common-2.5.1.jar
[DEBUG]  + WEB-INF/lib/hadoop-yarn-common-2.5.1.jar has been copied.
[DEBUG] Processing: hadoop-yarn-api-2.5.1.jar
[DEBUG]  + WEB-INF/lib/hadoop-yarn-api-2.5.1.jar has been copied.
[DEBUG] Processing: jaxb-api-2.2.2.jar
[DEBUG]  + WEB-INF/lib/jaxb-api-2.2.2.jar has been copied.
[DEBUG] Processing: stax-api-1.0-2.jar
[DEBUG]  + WEB-INF/lib/stax-api-1.0-2.jar has been copied.
[DEBUG] Processing: activation-1.1.jar
[DEBUG]  + WEB-INF/lib/activation-1.1.jar has been copied.
[DEBUG] Processing: netty-3.6.2.Final.jar
[DEBUG]  + WEB-INF/lib/netty-3.6.2.Final.jar has been copied.
[DEBUG] Processing: findbugs-annotations-1.3.9-1.jar
[DEBUG]  + WEB-INF/lib/findbugs-annotations-1.3.9-1.jar has been copied.
[DEBUG] Processing: commons-lang-2.6.jar
[DEBUG]  + WEB-INF/lib/commons-lang-2.6.jar has been copied.
[DEBUG] Processing: netty-tcnative-boringssl-static-1.1.33.Fork13-osx-x86_64.jar
[DEBUG]  + WEB-INF/lib/netty-tcnative-boringssl-static-1.1.33.Fork13-osx-x86_64.jar has been copied.
[DEBUG] Processing: json-20140107.jar
[DEBUG]  + WEB-INF/lib/json-20140107.jar has been copied.
[INFO] Webapp assembled in [208 msecs]
[DEBUG] Excluding [] from the generated webapp archive.
[DEBUG] Including [**] in the generated webapp archive.
[DEBUG] Build won't fail if web.xml file is missing.
[INFO] Building war: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT.war
[DEBUG] adding directory META-INF/
[DEBUG] adding entry META-INF/MANIFEST.MF
[DEBUG] adding directory WEB-INF/
[DEBUG] adding directory WEB-INF/classes/
[DEBUG] adding directory WEB-INF/classes/com/
[DEBUG] adding directory WEB-INF/classes/com/example/
[DEBUG] adding directory WEB-INF/classes/com/example/cloud/
[DEBUG] adding directory WEB-INF/classes/com/example/cloud/bigtable/
[DEBUG] adding directory WEB-INF/classes/com/example/cloud/bigtable/helloworld/
[DEBUG] adding directory WEB-INF/lib/
[DEBUG] adding entry favicon.ico
[DEBUG] adding entry WEB-INF/appengine-web.xml
[DEBUG] adding entry WEB-INF/classes/com/example/cloud/bigtable/helloworld/BigtableHelper.class
[DEBUG] adding entry WEB-INF/classes/com/example/cloud/bigtable/helloworld/HelloServlet.class
[DEBUG] adding entry WEB-INF/classes/com/example/cloud/bigtable/helloworld/JsonServlet.class
[DEBUG] adding entry WEB-INF/lib/activation-1.1.jar
[DEBUG] adding entry WEB-INF/lib/avro-1.7.4.jar
[DEBUG] adding entry WEB-INF/lib/bigtable-hbase-1.1-0.3.0.jar
[DEBUG] adding entry WEB-INF/lib/commons-beanutils-1.7.0.jar
[DEBUG] adding entry WEB-INF/lib/commons-beanutils-core-1.8.0.jar
[DEBUG] adding entry WEB-INF/lib/commons-cli-1.2.jar
[DEBUG] adding entry WEB-INF/lib/commons-collections-3.2.1.jar
[DEBUG] adding entry WEB-INF/lib/commons-compress-1.4.1.jar
[DEBUG] adding entry WEB-INF/lib/commons-configuration-1.6.jar
[DEBUG] adding entry WEB-INF/lib/commons-digester-1.8.jar
[DEBUG] adding entry WEB-INF/lib/commons-el-1.0.jar
[DEBUG] adding entry WEB-INF/lib/commons-httpclient-3.1.jar
[DEBUG] adding entry WEB-INF/lib/commons-lang-2.6.jar
[DEBUG] adding entry WEB-INF/lib/commons-logging-1.2.jar
[DEBUG] adding entry WEB-INF/lib/commons-math3-3.1.1.jar
[DEBUG] adding entry WEB-INF/lib/commons-net-3.1.jar
[DEBUG] adding entry WEB-INF/lib/findbugs-annotations-1.3.9-1.jar
[DEBUG] adding entry WEB-INF/lib/guava-12.0.1.jar
[DEBUG] adding entry WEB-INF/lib/hadoop-annotations-2.5.1.jar
[DEBUG] adding entry WEB-INF/lib/hadoop-auth-2.5.1.jar
[DEBUG] adding entry WEB-INF/lib/hadoop-common-2.5.1.jar
[DEBUG] adding entry WEB-INF/lib/hadoop-mapreduce-client-core-2.5.1.jar
[DEBUG] adding entry WEB-INF/lib/hadoop-yarn-api-2.5.1.jar
[DEBUG] adding entry WEB-INF/lib/hadoop-yarn-common-2.5.1.jar
[DEBUG] adding entry WEB-INF/lib/hbase-client-1.1.2.jar
[DEBUG] adding entry WEB-INF/lib/hbase-common-1.1.2.jar
[DEBUG] adding entry WEB-INF/lib/hbase-protocol-1.1.2.jar
[DEBUG] adding entry WEB-INF/lib/httpclient-4.2.5.jar
[DEBUG] adding entry WEB-INF/lib/httpcore-4.2.4.jar
[DEBUG] adding entry WEB-INF/lib/jackson-core-asl-1.9.13.jar
[DEBUG] adding entry WEB-INF/lib/jackson-mapper-asl-1.9.13.jar
[DEBUG] adding entry WEB-INF/lib/jaxb-api-2.2.2.jar
[DEBUG] adding entry WEB-INF/lib/jsch-0.1.42.jar
[DEBUG] adding entry WEB-INF/lib/json-20140107.jar
[DEBUG] adding entry WEB-INF/lib/jsr305-1.3.9.jar
[DEBUG] adding entry WEB-INF/lib/log4j-1.2.17.jar
[DEBUG] adding entry WEB-INF/lib/netty-3.6.2.Final.jar
[DEBUG] adding entry WEB-INF/lib/netty-tcnative-boringssl-static-1.1.33.Fork13-osx-x86_64.jar
[DEBUG] adding entry WEB-INF/lib/paranamer-2.3.jar
[DEBUG] adding entry WEB-INF/lib/slf4j-api-1.7.5.jar
[DEBUG] adding entry WEB-INF/lib/snappy-java-1.0.4.1.jar
[DEBUG] adding entry WEB-INF/lib/stax-api-1.0-2.jar
[DEBUG] adding entry WEB-INF/lib/xmlenc-0.52.jar
[DEBUG] adding entry WEB-INF/lib/xz-1.0.jar
[DEBUG] adding entry WEB-INF/logging.properties
[DEBUG] adding entry WEB-INF/web.xml
[DEBUG] WEB-INF/web.xml already added, skipping
[DEBUG] adding entry META-INF/maven/com.example.bigtable/bigtable-hello/pom.xml
[DEBUG] adding entry META-INF/maven/com.example.bigtable/bigtable-hello/pom.properties
[INFO] 
[INFO] <<< gcloud-maven-plugin:2.0.9.106.v20160420:run (default-cli) < package @ bigtable-hello <<<
[INFO] 
[INFO] --- gcloud-maven-plugin:2.0.9.106.v20160420:run (default-cli) @ bigtable-hello ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=98, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=41, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=95, DefaultDependencyCollector.collectTime=164, DefaultDependencyCollector.transformTime=1}
[DEBUG] com.google.appengine:gcloud-maven-plugin:jar:2.0.9.106.v20160420:
[DEBUG]    commons-io:commons-io:jar:1.3.2:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.3.9:compile
[DEBUG]       org.apache.maven:maven-artifact:jar:3.3.9:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.2:compile
[DEBUG]          javax.enterprise:cdi-api:jar:1.0:compile
[DEBUG]             javax.annotation:jsr250-api:jar:1.0:compile
[DEBUG]          org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.2:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.3.9:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.3.9:compile
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.3.9:compile
[DEBUG]          org.apache.maven:maven-builder-support:jar:3.3.9:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.3.9:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.3.9:compile
[DEBUG]       org.apache.maven:maven-aether-provider:jar:3.3.9:compile
[DEBUG]          org.eclipse.aether:aether-spi:jar:1.0.2.v20150114:compile
[DEBUG]       org.eclipse.aether:aether-impl:jar:1.0.2.v20150114:compile
[DEBUG]       com.google.inject:guice:jar:no_aop:4.0:compile
[DEBUG]          javax.inject:javax.inject:jar:1:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.21:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:3.0.22:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.6:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG]       org.apache.commons:commons-lang3:jar:3.4:compile
[DEBUG]    org.apache.maven:maven-model:jar:3.3.9:compile
[DEBUG]    org.eclipse.aether:aether-api:jar:1.0.2.v20150114:compile
[DEBUG]    org.eclipse.aether:aether-util:jar:1.0.2.v20150114:compile
[DEBUG]    com.google.guava:guava:jar:19.0:compile
[DEBUG]    com.google.appengine:appengine-tools-sdk:jar:1.9.36:compile
[DEBUG]    com.google.appengine:appengine-local-endpoints:jar:1.9.36:compile
[DEBUG]    com.google.appengine:appengine-endpoints:jar:1.9.36:compile
[DEBUG]       com.google.appengine:appengine-api-1.0-sdk:jar:1.9.36:compile
[DEBUG]    javax.servlet:servlet-api:jar:2.5:compile
[DEBUG]    eu.infomas:annotation-detector:jar:3.0.5:compile
[DEBUG]    org.slf4j:slf4j-nop:jar:1.7.13:compile
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.13:compile
[DEBUG]    org.apache.maven.shared:maven-invoker:jar:2.2:compile
[DEBUG]    org.ini4j:ini4j:jar:0.5.4:compile
[DEBUG] Created new class realm plugin>com.google.appengine:gcloud-maven-plugin:2.0.9.106.v20160420
[DEBUG] Importing foreign packages into class realm plugin>com.google.appengine:gcloud-maven-plugin:2.0.9.106.v20160420
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>com.google.appengine:gcloud-maven-plugin:2.0.9.106.v20160420
[DEBUG]   Included: com.google.appengine:gcloud-maven-plugin:jar:2.0.9.106.v20160420
[DEBUG]   Included: commons-io:commons-io:jar:1.3.2
[DEBUG]   Included: javax.enterprise:cdi-api:jar:1.0
[DEBUG]   Included: javax.annotation:jsr250-api:jar:1.0
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.2
[DEBUG]   Included: org.apache.maven:maven-builder-support:jar:3.3.9
[DEBUG]   Included: com.google.inject:guice:jar:no_aop:4.0
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.21
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.22
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.4
[DEBUG]   Included: org.eclipse.aether:aether-util:jar:1.0.2.v20150114
[DEBUG]   Included: com.google.guava:guava:jar:19.0
[DEBUG]   Included: com.google.appengine:appengine-tools-sdk:jar:1.9.36
[DEBUG]   Included: com.google.appengine:appengine-local-endpoints:jar:1.9.36
[DEBUG]   Included: com.google.appengine:appengine-endpoints:jar:1.9.36
[DEBUG]   Included: com.google.appengine:appengine-api-1.0-sdk:jar:1.9.36
[DEBUG]   Included: javax.servlet:servlet-api:jar:2.5
[DEBUG]   Included: eu.infomas:annotation-detector:jar:3.0.5
[DEBUG]   Included: org.slf4j:slf4j-nop:jar:1.7.13
[DEBUG]   Included: org.apache.maven.shared:maven-invoker:jar:2.2
[DEBUG]   Included: org.ini4j:ini4j:jar:0.5.4
[DEBUG] Configuring mojo com.google.appengine:gcloud-maven-plugin:2.0.9.106.v20160420:run from plugin realm ClassRealm[plugin>com.google.appengine:gcloud-maven-plugin:2.0.9.106.v20160420, parent: sun.misc.Launcher$AppClassLoader@55f96302]
[DEBUG] Configuring mojo 'com.google.appengine:gcloud-maven-plugin:2.0.9.106.v20160420:run' with basic configurator -->
[DEBUG]   (f) appengine_config_directory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/src/main/appengine
[DEBUG]   (f) docker_cert_path = ENV_or_default
[DEBUG]   (f) docker_host = ENV_or_default
[DEBUG]   (f) docker_tls_verify = ENV_or_default
[DEBUG]   (f) maven_project = MavenProject: com.example.bigtable:bigtable-hello:1.0-SNAPSHOT @ /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/pom.xml
[DEBUG]   (f) pluginRepos = [google-maven-central (https://maven-central.storage.googleapis.com, default, releases), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG]   (f) projectRepos = [snapshots-repo (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), google-maven-central (https://maven-central.storage.googleapis.com, default, releases), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG]   (f) quiet = true
[DEBUG]   (f) repoSession = org.eclipse.aether.DefaultRepositorySystemSession@62765aec
[DEBUG]   (f) staging_directory = /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/appengine-staging
[DEBUG] -- end configuration --
[INFO] 
[DEBUG] Was not able to contact the devappserver to shut it down.  Most likely this is due to it simply not running anymore. 
java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
    at java.net.Socket.connect(Socket.java:589)
    at java.net.Socket.connect(Socket.java:538)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
    at sun.net.www.http.HttpClient.New(HttpClient.java:308)
    at sun.net.www.http.HttpClient.New(HttpClient.java:326)
    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1169)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1105)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:999)
    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:933)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1513)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
    at com.google.appengine.gcloudapp.GCloudAppRun.stopDevAppServer(GCloudAppRun.java:486)
    at com.google.appengine.gcloudapp.GCloudAppRun.execute(GCloudAppRun.java:287)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
    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:116)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
    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:498)
    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)
[INFO] Running gcloud app run...
[INFO] Creating staging directory in: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/appengine-staging
2016/05/03 10:49:38
[INFO] Running appcfg --enable_quickstart --disable_update_check -A notused stage /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/appengine-staging
Reading application configuration data...

Beginning interaction for module default...
Unable to stage app: Class file is Java 8 but max supported is Java 7: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes/com/example/cloud/bigtable/helloworld/BigtableHelper.class
Please see the logs [/var/folders/00/113l8000h01000cxqpysvccm0044fd/T/appcfg1903831852655527834.log] for further information.

Unable to stage:
java.lang.IllegalArgumentException: Class file is Java 8 but max supported is Java 7: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes/com/example/cloud/bigtable/helloworld/BigtableHelper.class
    at com.google.appengine.tools.admin.Application.checkJavaVersion(Application.java:1356)
    at com.google.appengine.tools.admin.Application.checkJavaClassVersion(Application.java:1325)
    at com.google.appengine.tools.admin.Application.checkJavaVersion(Application.java:1307)
    at com.google.appengine.tools.admin.Application.copyOrLinkFile(Application.java:1238)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1217)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1204)
    at com.google.appengine.tools.admin.Application.populateStagingDirectory(Application.java:745)
    at com.google.appengine.tools.admin.Application.createStagingDirectory(Application.java:733)
    at com.google.appengine.tools.admin.AppAdminImpl.stageApplication(AppAdminImpl.java:531)
    at com.google.appengine.tools.admin.AppAdminImpl.stageApplicationWithDefaultResourceLimits(AppAdminImpl.java:485)
    at com.google.appengine.tools.admin.AppCfg$StagingAction.execute(AppCfg.java:2555)
    at com.google.appengine.tools.admin.AppCfg.executeAction(AppCfg.java:375)
    at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:230)
    at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:131)
    at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:127)
    at com.google.appengine.gcloudapp.AbstractGcloudMojo.executeAppCfgStagingCommand(AbstractGcloudMojo.java:762)
    at com.google.appengine.gcloudapp.GCloudAppRun.getCommand(GCloudAppRun.java:339)
    at com.google.appengine.gcloudapp.GCloudAppRun.execute(GCloudAppRun.java:290)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
    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:116)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
    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:498)
    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)
com.google.appengine.tools.admin.AdminException: Unable to stage app: Class file is Java 8 but max supported is Java 7: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes/com/example/cloud/bigtable/helloworld/BigtableHelper.class
    at com.google.appengine.tools.admin.AppAdminImpl.stageApplication(AppAdminImpl.java:535)
    at com.google.appengine.tools.admin.AppAdminImpl.stageApplicationWithDefaultResourceLimits(AppAdminImpl.java:485)
    at com.google.appengine.tools.admin.AppCfg$StagingAction.execute(AppCfg.java:2555)
    at com.google.appengine.tools.admin.AppCfg.executeAction(AppCfg.java:375)
    at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:230)
    at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:131)
    at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:127)
    at com.google.appengine.gcloudapp.AbstractGcloudMojo.executeAppCfgStagingCommand(AbstractGcloudMojo.java:762)
    at com.google.appengine.gcloudapp.GCloudAppRun.getCommand(GCloudAppRun.java:339)
    at com.google.appengine.gcloudapp.GCloudAppRun.execute(GCloudAppRun.java:290)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
    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:116)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
    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:498)
    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: java.lang.IllegalArgumentException: Class file is Java 8 but max supported is Java 7: /Users/lesv/github/cloud-bigtable-examples/java/gae-flexible-helloworld/target/bigtable-hello-1.0-SNAPSHOT/WEB-INF/classes/com/example/cloud/bigtable/helloworld/BigtableHelper.class
    at com.google.appengine.tools.admin.Application.checkJavaVersion(Application.java:1356)
    at com.google.appengine.tools.admin.Application.checkJavaClassVersion(Application.java:1325)
    at com.google.appengine.tools.admin.Application.checkJavaVersion(Application.java:1307)
    at com.google.appengine.tools.admin.Application.copyOrLinkFile(Application.java:1238)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1217)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1206)
    at com.google.appengine.tools.admin.Application.copyOrLink(Application.java:1204)
    at com.google.appengine.tools.admin.Application.populateStagingDirectory(Application.java:745)
    at com.google.appengine.tools.admin.Application.createStagingDirectory(Application.java:733)
    at com.google.appengine.tools.admin.AppAdminImpl.stageApplication(AppAdminImpl.java:531)
    ... 31 more