Created
May 3, 2017 23:01
-
-
Save JohnTheodore/788a8fbe076eb78430d67543a6d9b567 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################## account: core-services-dev - region: us-east-1 - policy: snapshots_delete_on_expiresat_tag.yml ######################## | |
2017-05-03 16:00:56,328: custodian.policy:INFO Running policy ebs-snapshots-delete-on-expiresat-tag resource: ebs-snapshot region:us-east-1 c7n:0.8.23.2 | |
2017-05-03 16:00:57,272: custodian.output:ERROR Error while executing policy | |
Traceback (most recent call last): | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/policy.py", line 213, in run | |
resources = self.policy.resource_manager.resources() | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/query.py", line 292, in resources | |
return self.filter_resources(resources) | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/manager.py", line 86, in filter_resources | |
resources = f.process(resources, event) | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/filters/core.py", line 342, in process | |
return super(ValueFilter, self).process(resources, event) | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/filters/core.py", line 160, in process | |
return filter(self, resources) | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/filters/core.py", line 329, in __call__ | |
matched = self.match(i) | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/filters/core.py", line 385, in match | |
v, r = self.process_value_type(self.v, r) | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/filters/core.py", line 433, in process_value_type | |
value = parse(value, default=datetime.now(tz=tzutc())) | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/dateutil/parser.py", line 1168, in parse | |
return DEFAULTPARSER.parse(timestr, **kwargs) | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/dateutil/parser.py", line 559, in parse | |
raise ValueError("Unknown string format") | |
ValueError: Unknown string format | |
2017-05-03 16:00:57,273: custodian.commands:ERROR Error while executing policy ebs-snapshots-delete-on-expiresat-tag, continuing | |
Traceback (most recent call last): | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/commands.py", line 178, in run | |
policy() | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/policy.py", line 571, in __call__ | |
return PullMode(self).run() | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/policy.py", line 213, in run | |
resources = self.policy.resource_manager.resources() | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/query.py", line 292, in resources | |
return self.filter_resources(resources) | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/manager.py", line 86, in filter_resources | |
resources = f.process(resources, event) | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/filters/core.py", line 342, in process | |
return super(ValueFilter, self).process(resources, event) | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/filters/core.py", line 160, in process | |
return filter(self, resources) | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/filters/core.py", line 329, in __call__ | |
matched = self.match(i) | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/filters/core.py", line 385, in match | |
v, r = self.process_value_type(self.v, r) | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/c7n/filters/core.py", line 433, in process_value_type | |
value = parse(value, default=datetime.now(tz=tzutc())) | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/dateutil/parser.py", line 1168, in parse | |
return DEFAULTPARSER.parse(timestr, **kwargs) | |
File "/Users/johntheodore/code/cloud-custodian/lib/python2.7/site-packages/dateutil/parser.py", line 559, in parse | |
raise ValueError("Unknown string format") | |
ValueError: Unknown string format |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment