Skip to content

Auto-update dependencies. #1060

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 20, 2018
Merged

Auto-update dependencies. #1060

merged 2 commits into from
Mar 20, 2018

Conversation

dpebot
Copy link
Contributor

@dpebot dpebot commented Mar 14, 2018

Brought to you by your friendly Repository Gardener.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 14, 2018
@dpebot dpebot force-pushed the dpebot-repositorygardener branch 5 times, most recently from 3202e9b to 802c8cb Compare March 19, 2018 16:50
@lesv
Copy link
Contributor

lesv commented Mar 20, 2018

------------------------------------------------------------
- testing appengine/taskqueue/defer-samples
------------------------------------------------------------
[ERROR] Project does not define required minimum version of Maven.
[ERROR] Update the pom.xml to contain maven-enforcer-plugin to
[ERROR] force the maven version which is needed to build this project.
[ERROR] See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[ERROR] Using the minimum version of Maven: 3.1.0

 Tests complete. 

------------------------------------------------------------
- testing container-registry/container-analysis
------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[ERROR] /tmpfs/src/github/java-docs-samples/container-registry/container-analysis/src/main/java/com/example/containeranalysis/Samples.java:[295,59] cannot find symbol
  symbol:   method of(java.lang.String,java.lang.String)
  location: class com.google.pubsub.v1.SubscriptionName
[ERROR] /tmpfs/src/github/java-docs-samples/container-registry/container-analysis/src/main/java/com/example/containeranalysis/Samples.java:[296,30] no suitable method found for newBuilder(com.google.pubsub.v1.SubscriptionName,com.example.containeranalysis.Samples.MessageReceiverExample)
    method com.google.cloud.pubsub.v1.Subscriber.newBuilder(com.google.pubsub.v1.ProjectSubscriptionName,com.google.cloud.pubsub.v1.MessageReceiver) is not applicable
      (argument mismatch; com.google.pubsub.v1.SubscriptionName cannot be converted to com.google.pubsub.v1.ProjectSubscriptionName)
    method com.google.cloud.pubsub.v1.Subscriber.newBuilder(java.lang.String,com.google.cloud.pubsub.v1.MessageReceiver) is not applicable
      (argument mismatch; com.google.pubsub.v1.SubscriptionName cannot be converted to java.lang.String)
[ERROR] /tmpfs/src/github/java-docs-samples/container-registry/container-analysis/src/main/java/com/example/containeranalysis/Samples.java:[342,38] cannot find symbol
  symbol:   method of(java.lang.String,java.lang.String)
  location: class com.google.pubsub.v1.TopicName
[ERROR] /tmpfs/src/github/java-docs-samples/container-registry/container-analysis/src/main/java/com/example/containeranalysis/Samples.java:[343,59] cannot find symbol
  symbol:   method of(java.lang.String,java.lang.String)
  location: class com.google.pubsub.v1.SubscriptionName
[ERROR] /tmpfs/src/github/java-docs-samples/container-registry/container-analysis/src/main/java/com/example/containeranalysis/Samples.java:[344,32] no suitable method found for createSubscription(com.google.pubsub.v1.SubscriptionName,com.google.pubsub.v1.TopicName,com.google.pubsub.v1.PushConfig,int)
    method com.google.cloud.pubsub.v1.SubscriptionAdminClient.createSubscription(com.google.pubsub.v1.ProjectSubscriptionName,com.google.pubsub.v1.ProjectTopicName,com.google.pubsub.v1.PushConfig,int) is not applicable
      (argument mismatch; com.google.pubsub.v1.SubscriptionName cannot be converted to com.google.pubsub.v1.ProjectSubscriptionName)
    method com.google.cloud.pubsub.v1.SubscriptionAdminClient.createSubscription(java.lang.String,java.lang.String,com.google.pubsub.v1.PushConfig,int) is not applicable
      (argument mismatch; com.google.pubsub.v1.SubscriptionName cannot be converted to java.lang.String)
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile (default-compile) on project containeranalysis: Compilation failure: Compilation failure: 
[ERROR] /tmpfs/src/github/java-docs-samples/container-registry/container-analysis/src/main/java/com/example/containeranalysis/Samples.java:[295,59] cannot find symbol
[ERROR]   symbol:   method of(java.lang.String,java.lang.String)
[ERROR]   location: class com.google.pubsub.v1.SubscriptionName
[ERROR] /tmpfs/src/github/java-docs-samples/container-registry/container-analysis/src/main/java/com/example/containeranalysis/Samples.java:[296,30] no suitable method found for newBuilder(com.google.pubsub.v1.SubscriptionName,com.example.containeranalysis.Samples.MessageReceiverExample)
[ERROR]     method com.google.cloud.pubsub.v1.Subscriber.newBuilder(com.google.pubsub.v1.ProjectSubscriptionName,com.google.cloud.pubsub.v1.MessageReceiver) is not applicable
[ERROR]       (argument mismatch; com.google.pubsub.v1.SubscriptionName cannot be converted to com.google.pubsub.v1.ProjectSubscriptionName)
[ERROR]     method com.google.cloud.pubsub.v1.Subscriber.newBuilder(java.lang.String,com.google.cloud.pubsub.v1.MessageReceiver) is not applicable
[ERROR]       (argument mismatch; com.google.pubsub.v1.SubscriptionName cannot be converted to java.lang.String)
[ERROR] /tmpfs/src/github/java-docs-samples/container-registry/container-analysis/src/main/java/com/example/containeranalysis/Samples.java:[342,38] cannot find symbol
[ERROR]   symbol:   method of(java.lang.String,java.lang.String)
[ERROR]   location: class com.google.pubsub.v1.TopicName
[ERROR] /tmpfs/src/github/java-docs-samples/container-registry/container-analysis/src/main/java/com/example/containeranalysis/Samples.java:[343,59] cannot find symbol
[ERROR]   symbol:   method of(java.lang.String,java.lang.String)
[ERROR]   location: class com.google.pubsub.v1.SubscriptionName
[ERROR] /tmpfs/src/github/java-docs-samples/container-registry/container-analysis/src/main/java/com/example/containeranalysis/Samples.java:[344,32] no suitable method found for createSubscription(com.google.pubsub.v1.SubscriptionName,com.google.pubsub.v1.TopicName,com.google.pubsub.v1.PushConfig,int)
[ERROR]     method com.google.cloud.pubsub.v1.SubscriptionAdminClient.createSubscription(com.google.pubsub.v1.ProjectSubscriptionName,com.google.pubsub.v1.ProjectTopicName,com.google.pubsub.v1.PushConfig,int) is not applicable
[ERROR]       (argument mismatch; com.google.pubsub.v1.SubscriptionName cannot be converted to com.google.pubsub.v1.ProjectSubscriptionName)
[ERROR]     method com.google.cloud.pubsub.v1.SubscriptionAdminClient.createSubscription(java.lang.String,java.lang.String,com.google.pubsub.v1.PushConfig,int) is not applicable
[ERROR]       (argument mismatch; com.google.pubsub.v1.SubscriptionName cannot be converted to java.lang.String)
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

 Tests failed. 

------------------------------------------------------------
- testing dataflow/spanner-io
------------------------------------------------------------
[ERROR] Failed to execute goal on project dataflow-spanner: Could not resolve dependencies for project com.example.dataflow:dataflow-spanner:jar:1.0-SNAPSHOT: Failed to collect dependencies for com.example.dataflow:dataflow-spanner:jar:1.0-SNAPSHOT: Could not resolve version conflict among [org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.3.0 -> io.grpc:grpc-core:jar:1.2.0, org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.3.0 -> com.google.api:gax-grpc:jar:0.20.0 -> io.grpc:grpc-protobuf:jar:1.2.0 -> io.grpc:grpc-core:jar:1.2.0, org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.3.0 -> io.grpc:grpc-auth:jar:1.2.0 -> io.grpc:grpc-core:jar:[1.2.0,1.2.0], org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.3.0 -> io.grpc:grpc-netty:jar:1.2.0 -> io.grpc:grpc-core:jar:[1.2.0,1.2.0], org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.3.0 -> io.grpc:grpc-stub:jar:1.2.0 -> io.grpc:grpc-core:jar:1.2.0, org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.3.0 -> io.grpc:grpc-all:jar:1.2.0 -> io.grpc:grpc-core:jar:[1.2.0,1.2.0], org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.3.0 -> io.grpc:grpc-all:jar:1.2.0 -> io.grpc:grpc-okhttp:jar:1.2.0 -> io.grpc:grpc-core:jar:[1.2.0,1.2.0], org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.3.0 -> io.grpc:grpc-all:jar:1.2.0 -> io.grpc:grpc-protobuf-lite:jar:1.2.0 -> io.grpc:grpc-core:jar:1.2.0, org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.3.0 -> io.grpc:grpc-all:jar:1.2.0 -> io.grpc:grpc-protobuf-nano:jar:1.2.0 -> io.grpc:grpc-core:jar:1.2.0, org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.3.0 -> com.google.cloud.bigtable:bigtable-protos:jar:1.0.0-pre3 -> io.grpc:grpc-core:jar:1.5.0, org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.3.0 -> com.google.cloud.bigtable:bigtable-client-core:jar:1.0.0 -> io.grpc:grpc-core:jar:1.7.0, com.google.cloud:google-cloud-spanner:jar:0.40.0-beta -> io.grpc:grpc-netty-shaded:jar:1.9.0 -> io.grpc:grpc-core:jar:[1.9.0,1.9.0], com.google.cloud:google-cloud-spanner:jar:0.40.0-beta -> io.opencensus:opencensus-contrib-grpc-util:jar:0.11.1 -> io.grpc:grpc-core:jar:1.9.0] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

 Tests failed. 

------------------------------------------------------------
- testing monitoring/cloud-client
------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[ERROR] /tmpfs/src/github/java-docs-samples/monitoring/cloud-client/src/main/java/com/example/monitoring/Snippets.java:[24,38] cannot find symbol
  symbol:   class PagedResponseWrappers
  location: package com.google.cloud.monitoring.v3
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile (default-compile) on project monitoring-google-cloud-samples: Compilation failure
[ERROR] /tmpfs/src/github/java-docs-samples/monitoring/cloud-client/src/main/java/com/example/monitoring/Snippets.java:[24,38] cannot find symbol
[ERROR]   symbol:   class PagedResponseWrappers
[ERROR]   location: package com.google.cloud.monitoring.v3

@kurtisvg kurtisvg force-pushed the dpebot-repositorygardener branch from 802c8cb to cee68bf Compare March 20, 2018 16:11
lesv
lesv previously approved these changes Mar 20, 2018
@lesv
Copy link
Contributor

lesv commented Mar 20, 2018

@dpebot merge when green

@dpebot
Copy link
Contributor Author

dpebot commented Mar 20, 2018

Okay! I'll merge when all statuses are green and all reviewers approve.

@dpebot dpebot self-assigned this Mar 20, 2018
@dpebot dpebot force-pushed the dpebot-repositorygardener branch from 13a8f2a to d7011ba Compare March 20, 2018 16:50
@kurtisvg kurtisvg force-pushed the dpebot-repositorygardener branch from d7011ba to 13a8f2a Compare March 20, 2018 17:00
@kurtisvg kurtisvg merged commit cb3f1ce into master Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants