aws-cloudformation / aws-cloudformation-resource-providers-logs

The CloudFormation Resource Provider Package For Amazon CloudWatch Logs
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
Apache License 2.0
33 stars 35 forks source link

Migrate from Travis to CodeBuild #51

Closed cfn-rpdk-ci closed 4 years ago

cfn-rpdk-ci commented 4 years ago

Issue #, if available:

Description of changes: Committing the files needed for the continuous integration setup.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

miparnisari commented 4 years ago

Build is failing for valid reasons


[ERROR] COMPILATION ERROR :
--
207 | [INFO] -------------------------------------------------------------
208 | [ERROR] /codebuild/output/src655173479/src/github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs/aws-logs-destination/target/generated-sources/rpdk/software/amazon/logs/destination/HandlerWrapper.java:[111,13] cannot find symbol
209 | symbol:   method writeResponse(java.io.OutputStream,software.amazon.cloudformation.proxy.ProgressEvent<software.amazon.logs.destination.ResourceModel,software.amazon.logs.destination.CallbackContext>)
210 | location: class software.amazon.logs.destination.HandlerWrapper
211 | [INFO] 1 error
212 | [INFO] -------------------------------------------------------------
213 | [INFO] ------------------------------------------------------------------------
214 | [INFO] BUILD FAILURE
215 | [INFO] ------------------------------------------------------------------------
216 | [INFO] Total time:  16.716 s
217 | [INFO] Finished at: 2020-09-05T00:12:10Z
218 | [INFO] ------------------------------------------------------------------------
219 | [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project aws-logs-destination-handler: Compilation failure
220 | [ERROR] /codebuild/output/src655173479/src/github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs/aws-logs-destination/target/generated-sources/rpdk/software/amazon/logs/destination/HandlerWrapper.java:[111,13] cannot find symbol
221 | [ERROR]   symbol:   method writeResponse(java.io.OutputStream,software.amazon.cloudformation.proxy.ProgressEvent<software.amazon.logs.destination.ResourceModel,software.amazon.logs.destination.CallbackContext>)
222 | [ERROR]   location: class software.amazon.logs.destination.HandlerWrapper
223 | [ERROR] -> [Help 1]
224 | [ERROR]
225 | [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
226 | [ERROR] Re-run Maven using the -X switch to enable full debug logging.
227 | [ERROR]
228 | [ERROR] For more information about the errors and possible solutions, please read the following articles:
229 | [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
230 | Build failed!