Skip to content

* Fixed errors and warning messages about ELB Logs S3 bucket (#243) #1

* Fixed errors and warning messages about ELB Logs S3 bucket (#243)

* Fixed errors and warning messages about ELB Logs S3 bucket (#243) #1

Re-run triggered June 30, 2023 20:19
Status Failure
Total duration 23s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
terraform-module  /  ...  /  lint-find-dirs
2s
terraform-module / ci-terraform / lint-find-dirs
terraform-module  /  ...  /  format
19s
terraform-module / ci-terraform / format
terraform-module  /  ...  /  validate
10s
terraform-module / ci-readme / validate
terraform-module  /  ...  /  validate
8s
terraform-module / ci-codeowners / validate
Matrix: terraform-module / ci-terraform / lint
terraform-module  /  ...  /  release
10s
terraform-module / controller-release / release
terraform-module  /  ...  /  major-release-tagger
terraform-module / controller-release-branches / major-release-tagger
terraform-module  /  ...  /  release-branch-manager
terraform-module / controller-release-branches / release-branch-manager
Fit to window
Zoom out
Zoom in

Annotations

3 errors
terraform-module / controller-release / release
Validation Failed: {"resource":"Release","code":"already_exists","field":"tag_name"} { name: 'HttpError', id: '5426656148', status: 422, response: { url: 'https://api.github.com/repos/cloudposse/terraform-aws-elastic-beanstalk-environment/releases', status: 422, headers: { 'access-control-allow-origin': '*', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset', connection: 'close', 'content-length': '194', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Fri, 30 Jun 2023 20:20:06 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-content-type-options': 'nosniff', 'x-frame-options': 'deny', 'x-github-api-version-selected': '2022-11-28', 'x-github-media-type': 'github.v3; format=json', 'x-github-request-id': '3801:2E02:1E1084B:3CEADE9:649F38F5', 'x-ratelimit-limit': '1000', 'x-ratelimit-remaining': '986', 'x-ratelimit-reset': '1688159717', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '14', 'x-xss-protection': '0' }, data: { message: 'Validation Failed', errors: [ { resource: 'Release', code: 'already_exists', field: 'tag_name' } ], documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release' } }, request: { method: 'POST', url: 'https://api.github.com/repos/cloudposse/terraform-aws-elastic-beanstalk-environment/releases', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/16.16.0 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"target_commitish":"main","name":"v0.1.0","tag_name":"0.1.0","body":"<details>\\n <summary>* Fixed errors and warning messages about ELB Logs S3 bucket @aleksandarknezevic (#243)</summary>\\n\\n ## what\\r\\n\\r\\n- Introduces using [cloudposse s3-bucket module](https://github.com/cloudposse/terraform-aws-lb-s3-bucket) for creating ALB logging bucket\\r\\n- Introducing new variable which defines if s3 logs for ALB is enabled or disabled (default is still true)\\r\\n- Adding random suffix to the name of logging bucket (since names of S3 must be globally unique - very often name provided in module is in collision with some already existed)\\r\\n- If created, S3 bucket for storing ALB access logs is encrypted by default\\r\\n- Updated examples (modules vpc, subnet and alb were in old versions)\\r\\n<!--\\r\\n- Describe high-level what changed as a result of these commits (i.e. in plain-english, what do these changes mean?)\\r\\n- Use bullet points to be concise and to the point.\\r\\n-->\\r\\n\\r\\n## why\\r\\n\\r\\n- This module not usable anymore due to deprecation message by terraform about s3 bucket (see #227 )\\r\\n- Users of this module don\'t always need access logs from Load Balancer n S3 bucket\\r\\n- Existing examples were unusable due to old versions of modules in them.\\r\\n<!--\\r\\n- Provide the justifications for the changes (e.g. business case). \\r\\n- Describe why these changes were made (e.g. why do these commits fix the problem?)\\r\\n- Use bullet points to be concise and to the point.\\r\\n-->\\r\\n\\r\\n## references\\r\\n\\r\\n- closes #227\\r\\n- closes #226\\r\\n- closes #206 \\r\\n- closes #152 \\r\\n\\r\\n<!--\\r\\n- Link to any supporting github issues or helpful documentation to add some context (e.g. stackoverflow). \\r\\n- Use `closes #123`
terraform-module / controller-release / release
HttpError: Validation Failed: {"resource":"Release","code":"already_exists","field":"tag_name"} at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:8462:21 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '5426656148', name: 'push', payload: { after: '92c3ba4e23e87653fe53357399901d65881dbb98', base_ref: null, before: '1c46fafa4491e3c63f2df2f7a646940e8ae399d0', commits: [ { author: { email: 'perun.84@gmail.com', name: 'Aleksandar Knezevic', username: 'aleksandarknezevic' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '92c3ba4e23e87653fe53357399901d65881dbb98', message: '* Fixed errors and warning messages about ELB Logs S3 bucket (#243)\n' + '\n' + '* ELB Log bucket is switched to submodule cloudposse/s3-bucket/aws\r\n' + '* Added option to chose enabling ALB logs\r\n' + '* Updated examples (bumped versions for modules vpc, subnet and alb)', timestamp: '2023-06-30T16:14:39-04:00', tree_id: '431db854ed1185a252fc722e57d77d8195440239', url: 'https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/commit/92c3ba4e23e87653fe53357399901d65881dbb98' } ], compare: 'https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/compare/1c46fafa4491...92c3ba4e23e8', created: false, deleted: false, forced: false, head_commit: { author: { email: 'perun.84@gmail.com', name: 'Aleksandar Knezevic', username: 'aleksandarknezevic' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '92c3ba4e23e87653fe53357399901d65881dbb98', message: '* Fixed errors and warning messages about ELB Logs S3 bucket (#243)\n' + '\n' + '* ELB Log bucket is switched to submodule cloudposse/s3-bucket/aws\r\n' + '* Added option to chose enabling ALB logs\r\n' + '* Updated examples (bumped versions for modules vpc, subnet and alb)', timestamp: '2023-06-30T16:14:39-04:00', tree_id: '431db854ed1185a252fc722e57d77d8195440239', url: 'https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/commit/92c3ba4e23e87653fe53357399901d65881dbb98' }, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/16398900?v=4', description: 'DevOps Accelerator for Startups 🙌 Hire Us! <https://slack.cloudposse.com/>', events_url: 'https://api.github.com/orgs/cloudposse/events', hooks_url: 'https://api.github.com/orgs/cloudposse/hooks', id: 16398900, issues_url: 'https://api.github.com/orgs/cloudposse/issues', login: 'cloudposse', members_url: 'https://api.github.com/orgs/cloudposse/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjE2Mzk4OTAw', public_members_url: 'https://api.github.com/orgs/cloudposse/public_members{/member}', repos_url: 'https://api.github.com/orgs/cloudposse/repos', url: 'https://api.github.com/orgs/cloudposse' }, pusher: { email: 'aknysh@users.noreply.github.com', name: 'aknysh' }, ref: 'refs/heads/main', repository: { allow_forking: true, archive_url: 'https://api.github.com/repos/cloudposse/terraform-aws-elastic-beanstalk-environment/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/cloudposse/terraform-aws-elastic-beanstalk-environment/assignees{/user}', blobs_url: 'https://api.github.com/
terraform-module / controller-release / release
Process completed with exit code 1.