-
Notifications
You must be signed in to change notification settings - Fork 1
/
rpdk.log
241 lines (241 loc) · 25.6 KB
/
rpdk.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
[2020-07-24T16:48:49Z] DEBUG - Logging set up successfully
[2020-07-24T16:48:49Z] DEBUG - Running init: Namespace(command=<function init at 0x10d527950>, force=False, language=None, subparser_name='init', verbose=0, version=False)
[2020-07-24T16:48:49Z] DEBUG - Root directory: /Users/brianter/Documents/github/example-time-resource
[2020-07-24T16:48:49Z] WARNING - Initializing new project
[2020-07-24T16:48:49Z] DEBUG - Loading project file '/Users/brianter/Documents/github/example-time-resource/.rpdk-config'
[2020-07-24T16:49:00Z] DEBUG - Resource type identifier: Example::Time::Resource
[2020-07-24T16:49:02Z] DEBUG - Language plugin: go
[2020-07-24T16:49:03Z] DEBUG - Init started
[2020-07-24T16:49:41Z] DEBUG - Writing .gitignore: /Users/brianter/Documents/github/example-time-resource/.gitignore
[2020-07-24T16:49:41Z] INFO - File already exists, not overwriting '/Users/brianter/Documents/github/example-time-resource/.gitignore'
[2020-07-24T16:49:41Z] DEBUG - Making source folder structure: /Users/brianter/Documents/github/example-time-resource/cmd/resource
[2020-07-24T16:49:41Z] DEBUG - Writing go.mod: /Users/brianter/Documents/github/example-time-resource/go.mod
[2020-07-24T16:49:41Z] DEBUG - Writing SAM template: /Users/brianter/Documents/github/example-time-resource/template.yml
[2020-07-24T16:49:41Z] DEBUG - Writing handlers and tests
[2020-07-24T16:49:41Z] DEBUG - Writing stub handlers
[2020-07-24T16:49:41Z] DEBUG - Writing README: /Users/brianter/Documents/github/example-time-resource/README.md
[2020-07-24T16:49:41Z] INFO - File already exists, not overwriting '/Users/brianter/Documents/github/example-time-resource/README.md'
[2020-07-24T16:49:41Z] DEBUG - Init complete
[2020-07-24T16:49:41Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/.rpdk-config'
[2020-07-24T16:49:41Z] DEBUG - Writing Resource Role CloudFormation template: /Users/brianter/Documents/github/example-time-resource/resource-role.yaml
[2020-07-24T16:49:41Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/resource-role.yaml'
[2020-07-24T16:49:41Z] DEBUG - Generate started
[2020-07-24T16:49:41Z] DEBUG - Writing Types
[2020-07-24T16:49:41Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/cmd/resource/model.go'
[2020-07-24T16:49:41Z] DEBUG - Writing project: /Users/brianter/Documents/github/example-time-resource/cmd/main.go
[2020-07-24T16:49:41Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/cmd/main.go'
[2020-07-24T16:49:41Z] DEBUG - Writing Makefile: /Users/brianter/Documents/github/example-time-resource/Makefile
[2020-07-24T16:49:41Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/Makefile'
[2020-07-24T16:49:45Z] DEBUG - Removing generated docs: /Users/brianter/Documents/github/example-time-resource/docs
[2020-07-24T16:49:45Z] DEBUG - Writing generated docs
[2020-07-24T16:49:45Z] DEBUG - Writing docs memo.md: /Users/brianter/Documents/github/example-time-resource/docs/memo.md
[2020-07-24T16:49:45Z] DEBUG - Writing docs memo.md: /Users/brianter/Documents/github/example-time-resource/docs/memo.md
[2020-07-24T16:49:45Z] INFO - File already exists, not overwriting '/Users/brianter/Documents/github/example-time-resource/docs/memo.md'
[2020-07-24T16:49:45Z] DEBUG - Finished documenting nested properties
[2020-07-24T16:49:45Z] DEBUG - Writing docs README: /Users/brianter/Documents/github/example-time-resource/docs/README.md
[2020-07-24T16:49:45Z] WARNING - Initialized a new project in /Users/brianter/Documents/github/example-time-resource
[2020-07-24T16:49:45Z] DEBUG - Finished init
[2020-07-24T17:16:33Z] DEBUG - Logging set up successfully
[2020-07-24T17:16:33Z] DEBUG - Running generate: Namespace(command=<function generate at 0x107e108c8>, subparser_name='generate', verbose=0, version=False)
[2020-07-24T17:16:33Z] DEBUG - Root directory: /Users/brianter/Documents/github/example-time-resource
[2020-07-24T17:16:33Z] DEBUG - Loading project file '/Users/brianter/Documents/github/example-time-resource/.rpdk-config'
[2020-07-24T17:16:33Z] INFO - Validating your resource specification...
[2020-07-24T17:16:33Z] DEBUG - Rewriting refs in '<BASE>' (file:///Users/brianter/Documents/github/example-time-resource/example-time-resource.json)
[2020-07-24T17:16:33Z] DEBUG - Writing Resource Role CloudFormation template: /Users/brianter/Documents/github/example-time-resource/resource-role.yaml
[2020-07-24T17:16:33Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/resource-role.yaml'
[2020-07-24T17:16:33Z] DEBUG - Generate started
[2020-07-24T17:16:33Z] DEBUG - Writing Types
[2020-07-24T17:16:33Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/cmd/resource/model.go'
[2020-07-24T17:16:33Z] DEBUG - Writing project: /Users/brianter/Documents/github/example-time-resource/cmd/main.go
[2020-07-24T17:16:33Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/cmd/main.go'
[2020-07-24T17:16:33Z] DEBUG - Writing Makefile: /Users/brianter/Documents/github/example-time-resource/Makefile
[2020-07-24T17:16:33Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/Makefile'
[2020-07-24T17:16:34Z] DEBUG - Removing generated docs: /Users/brianter/Documents/github/example-time-resource/docs
[2020-07-24T17:16:34Z] DEBUG - Writing generated docs
[2020-07-24T17:16:34Z] DEBUG - Finished documenting nested properties
[2020-07-24T17:16:34Z] DEBUG - Writing docs README: /Users/brianter/Documents/github/example-time-resource/docs/README.md
[2020-07-24T17:16:34Z] WARNING - Generated files for Example::Time::Resource
[2020-07-24T17:16:34Z] DEBUG - Finished generate
[2020-07-24T17:23:28Z] DEBUG - Logging set up successfully
[2020-07-24T17:23:28Z] DEBUG - Running generate: Namespace(command=<function generate at 0x1021d48c8>, subparser_name='generate', verbose=0, version=False)
[2020-07-24T17:23:28Z] DEBUG - Root directory: /Users/brianter/Documents/github/example-time-resource
[2020-07-24T17:23:28Z] DEBUG - Loading project file '/Users/brianter/Documents/github/example-time-resource/.rpdk-config'
[2020-07-24T17:23:28Z] INFO - Validating your resource specification...
[2020-07-24T17:23:28Z] DEBUG - Rewriting refs in '<BASE>' (file:///Users/brianter/Documents/github/example-time-resource/example-time-resource.json)
[2020-07-24T17:23:28Z] DEBUG - Writing Resource Role CloudFormation template: /Users/brianter/Documents/github/example-time-resource/resource-role.yaml
[2020-07-24T17:23:28Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/resource-role.yaml'
[2020-07-24T17:23:28Z] DEBUG - Generate started
[2020-07-24T17:23:28Z] DEBUG - Writing Types
[2020-07-24T17:23:28Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/cmd/resource/model.go'
[2020-07-24T17:23:28Z] DEBUG - Writing project: /Users/brianter/Documents/github/example-time-resource/cmd/main.go
[2020-07-24T17:23:28Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/cmd/main.go'
[2020-07-24T17:23:28Z] DEBUG - Writing Makefile: /Users/brianter/Documents/github/example-time-resource/Makefile
[2020-07-24T17:23:28Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/Makefile'
[2020-07-24T17:23:29Z] DEBUG - Removing generated docs: /Users/brianter/Documents/github/example-time-resource/docs
[2020-07-24T17:23:29Z] DEBUG - Writing generated docs
[2020-07-24T17:23:29Z] DEBUG - Finished documenting nested properties
[2020-07-24T17:23:29Z] DEBUG - Writing docs README: /Users/brianter/Documents/github/example-time-resource/docs/README.md
[2020-07-24T17:23:29Z] WARNING - Generated files for Example::Time::Resource
[2020-07-24T17:23:29Z] DEBUG - Finished generate
[2020-07-24T17:24:28Z] DEBUG - Logging set up successfully
[2020-07-24T17:24:28Z] DEBUG - Running submit: Namespace(command=<function submit at 0x10eab6378>, dry_run=False, endpoint_url=None, region=None, role_arn=None, set_default=False, subparser_name='submit', use_role=True, verbose=1, version=False)
[2020-07-24T17:24:28Z] DEBUG - Root directory: /Users/brianter/Documents/github/example-time-resource
[2020-07-24T17:24:28Z] DEBUG - Loading project file '/Users/brianter/Documents/github/example-time-resource/.rpdk-config'
[2020-07-24T17:24:29Z] INFO - Validating your resource specification...
[2020-07-24T17:24:29Z] DEBUG - Rewriting refs in '<BASE>' (file:///Users/brianter/Documents/github/example-time-resource/example-time-resource.json)
[2020-07-24T17:24:29Z] DEBUG - overrides.json not found. Not writing to package.
[2020-07-24T17:24:29Z] DEBUG - inputs not found. Not writing to package.
[2020-07-24T17:24:29Z] INFO - Packaging Go project
[2020-07-24T17:24:29Z] DEBUG - Packaging complete, uploading...
[2020-07-24T17:24:29Z] DEBUG - Uploading to region 'us-east-1'
[2020-07-24T17:24:29Z] DEBUG - Creating execution role for provider to use
[2020-07-24T17:24:29Z] INFO - Creating example-time-resource-role-stack
[2020-07-24T17:24:29Z] DEBUG - Waiting for stack 'arn:aws:cloudformation:us-east-1:029670897092:stack/example-time-resource-role-stack/88348130-cdd2-11ea-bc6a-0aa958b6917a'
[2020-07-24T17:24:55Z] INFO - example-time-resource-role-stack stack was successfully created
[2020-07-24T17:24:55Z] INFO - Creating CloudFormationManagedUploadInfrastructure
[2020-07-24T17:24:55Z] INFO - CloudFormationManagedUploadInfrastructure already exists. Attempting to update
[2020-07-24T17:24:55Z] INFO - CloudFormationManagedUploadInfrastructure stack is up to date
[2020-07-24T17:24:56Z] DEBUG - Uploading to 'cloudformationmanageduploadinfrast-artifactbucket-1na8ownacf4ss/example-time-resource-2020-07-24T17-24-56.zip'...
[2020-07-24T17:24:58Z] DEBUG - Upload complete
[2020-07-24T17:24:58Z] DEBUG - Got S3 URL: s3://cloudformationmanageduploadinfrast-artifactbucket-1na8ownacf4ss/example-time-resource-2020-07-24T17-24-56.zip
[2020-07-24T17:24:58Z] DEBUG - Got Log Role: arn:aws:iam::029670897092:role/CloudFormationManagedUplo-LogAndMetricsDeliveryRol-CR1NPJ0Q9XGX
[2020-07-24T17:24:59Z] WARNING - Successfully submitted type. Waiting for registration with token 'ef6187b8-aa91-4e6f-9781-a899516a70dd' to complete.
[2020-07-24T17:26:30Z] WARNING - Registration complete.
[2020-07-24T17:26:30Z] WARNING - {'ProgressStatus': 'COMPLETE', 'Description': 'Deployment is currently in DEPLOY_STAGE of status COMPLETED; ', 'TypeArn': 'arn:aws:cloudformation:us-east-1:029670897092:type/resource/Example-Time-Resource', 'TypeVersionArn': 'arn:aws:cloudformation:us-east-1:029670897092:type/resource/Example-Time-Resource/00000001', 'ResponseMetadata': {'RequestId': 'b1976b54-98a5-4d47-8a48-1f8a46047957', 'HTTPStatusCode': 200, 'HTTPHeaders': {'x-amzn-requestid': 'b1976b54-98a5-4d47-8a48-1f8a46047957', 'content-type': 'text/xml', 'content-length': '681', 'date': 'Fri, 24 Jul 2020 17:26:30 GMT'}, 'RetryAttempts': 0}}
[2020-07-24T17:26:30Z] DEBUG - Finished submit
[2020-07-24T17:38:01Z] DEBUG - Logging set up successfully
[2020-07-24T17:38:01Z] DEBUG - Running generate: Namespace(command=<function generate at 0x10b8cd8c8>, subparser_name='generate', verbose=0, version=False)
[2020-07-24T17:38:01Z] DEBUG - Root directory: /Users/brianter/Documents/github/example-time-resource
[2020-07-24T17:38:01Z] DEBUG - Loading project file '/Users/brianter/Documents/github/example-time-resource/.rpdk-config'
[2020-07-24T17:38:01Z] INFO - Validating your resource specification...
[2020-07-24T17:38:01Z] DEBUG - Rewriting refs in '<BASE>' (file:///Users/brianter/Documents/github/example-time-resource/example-time-resource.json)
[2020-07-24T17:38:01Z] DEBUG - Writing Resource Role CloudFormation template: /Users/brianter/Documents/github/example-time-resource/resource-role.yaml
[2020-07-24T17:38:01Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/resource-role.yaml'
[2020-07-24T17:38:01Z] DEBUG - Generate started
[2020-07-24T17:38:01Z] DEBUG - Writing Types
[2020-07-24T17:38:01Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/cmd/resource/model.go'
[2020-07-24T17:38:01Z] DEBUG - Writing project: /Users/brianter/Documents/github/example-time-resource/cmd/main.go
[2020-07-24T17:38:01Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/cmd/main.go'
[2020-07-24T17:38:01Z] DEBUG - Writing Makefile: /Users/brianter/Documents/github/example-time-resource/Makefile
[2020-07-24T17:38:01Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/Makefile'
[2020-07-24T17:38:02Z] DEBUG - Removing generated docs: /Users/brianter/Documents/github/example-time-resource/docs
[2020-07-24T17:38:02Z] DEBUG - Writing generated docs
[2020-07-24T17:38:02Z] DEBUG - Finished documenting nested properties
[2020-07-24T17:38:02Z] DEBUG - Writing docs README: /Users/brianter/Documents/github/example-time-resource/docs/README.md
[2020-07-24T17:38:02Z] WARNING - Generated files for Example::Time::Resource
[2020-07-24T17:38:02Z] DEBUG - Finished generate
[2020-07-24T17:38:15Z] DEBUG - Logging set up successfully
[2020-07-24T17:38:15Z] DEBUG - Running generate: Namespace(command=<function generate at 0x10456f8c8>, subparser_name='generate', verbose=0, version=False)
[2020-07-24T17:38:15Z] DEBUG - Root directory: /Users/brianter/Documents/github/example-time-resource
[2020-07-24T17:38:15Z] DEBUG - Loading project file '/Users/brianter/Documents/github/example-time-resource/.rpdk-config'
[2020-07-24T17:38:16Z] INFO - Validating your resource specification...
[2020-07-24T17:38:16Z] DEBUG - Rewriting refs in '<BASE>' (file:///Users/brianter/Documents/github/example-time-resource/example-time-resource.json)
[2020-07-24T17:38:16Z] DEBUG - Writing Resource Role CloudFormation template: /Users/brianter/Documents/github/example-time-resource/resource-role.yaml
[2020-07-24T17:38:16Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/resource-role.yaml'
[2020-07-24T17:38:16Z] DEBUG - Generate started
[2020-07-24T17:38:16Z] DEBUG - Writing Types
[2020-07-24T17:38:16Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/cmd/resource/model.go'
[2020-07-24T17:38:16Z] DEBUG - Writing project: /Users/brianter/Documents/github/example-time-resource/cmd/main.go
[2020-07-24T17:38:16Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/cmd/main.go'
[2020-07-24T17:38:16Z] DEBUG - Writing Makefile: /Users/brianter/Documents/github/example-time-resource/Makefile
[2020-07-24T17:38:16Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/Makefile'
[2020-07-24T17:38:17Z] DEBUG - Removing generated docs: /Users/brianter/Documents/github/example-time-resource/docs
[2020-07-24T17:38:17Z] DEBUG - Writing generated docs
[2020-07-24T17:38:17Z] DEBUG - Finished documenting nested properties
[2020-07-24T17:38:17Z] DEBUG - Writing docs README: /Users/brianter/Documents/github/example-time-resource/docs/README.md
[2020-07-24T17:38:17Z] WARNING - Generated files for Example::Time::Resource
[2020-07-24T17:38:17Z] DEBUG - Finished generate
[2020-07-24T17:38:31Z] DEBUG - Logging set up successfully
[2020-07-24T17:38:31Z] DEBUG - Running submit: Namespace(command=<function submit at 0x1029ee378>, dry_run=False, endpoint_url=None, region=None, role_arn=None, set_default=False, subparser_name='submit', use_role=True, verbose=1, version=False)
[2020-07-24T17:38:31Z] DEBUG - Root directory: /Users/brianter/Documents/github/example-time-resource
[2020-07-24T17:38:31Z] DEBUG - Loading project file '/Users/brianter/Documents/github/example-time-resource/.rpdk-config'
[2020-07-24T17:38:31Z] INFO - Validating your resource specification...
[2020-07-24T17:38:31Z] DEBUG - Rewriting refs in '<BASE>' (file:///Users/brianter/Documents/github/example-time-resource/example-time-resource.json)
[2020-07-24T17:38:31Z] DEBUG - overrides.json not found. Not writing to package.
[2020-07-24T17:38:31Z] DEBUG - inputs not found. Not writing to package.
[2020-07-24T17:38:31Z] INFO - Packaging Go project
[2020-07-24T17:38:31Z] DEBUG - Packaging complete, uploading...
[2020-07-24T17:38:31Z] DEBUG - Uploading to region 'us-east-1'
[2020-07-24T17:38:31Z] DEBUG - Creating execution role for provider to use
[2020-07-24T17:38:31Z] INFO - Creating example-time-resource-role-stack
[2020-07-24T17:38:32Z] INFO - example-time-resource-role-stack already exists. Attempting to update
[2020-07-24T17:38:32Z] INFO - example-time-resource-role-stack stack is up to date
[2020-07-24T17:38:32Z] INFO - Creating CloudFormationManagedUploadInfrastructure
[2020-07-24T17:38:32Z] INFO - CloudFormationManagedUploadInfrastructure already exists. Attempting to update
[2020-07-24T17:38:32Z] INFO - CloudFormationManagedUploadInfrastructure stack is up to date
[2020-07-24T17:38:33Z] DEBUG - Uploading to 'cloudformationmanageduploadinfrast-artifactbucket-1na8ownacf4ss/example-time-resource-2020-07-24T17-38-33.zip'...
[2020-07-24T17:38:35Z] DEBUG - Upload complete
[2020-07-24T17:38:35Z] DEBUG - Got S3 URL: s3://cloudformationmanageduploadinfrast-artifactbucket-1na8ownacf4ss/example-time-resource-2020-07-24T17-38-33.zip
[2020-07-24T17:38:35Z] DEBUG - Got Log Role: arn:aws:iam::029670897092:role/CloudFormationManagedUplo-LogAndMetricsDeliveryRol-CR1NPJ0Q9XGX
[2020-07-24T17:38:35Z] WARNING - Successfully submitted type. Waiting for registration with token 'b30e5d28-1985-4141-8f60-b550bde37d3b' to complete.
[2020-07-24T17:39:35Z] WARNING - Registration complete.
[2020-07-24T17:39:35Z] WARNING - {'ProgressStatus': 'COMPLETE', 'Description': 'Deployment is currently in DEPLOY_STAGE of status COMPLETED; ', 'TypeArn': 'arn:aws:cloudformation:us-east-1:029670897092:type/resource/Example-Time-Resource', 'TypeVersionArn': 'arn:aws:cloudformation:us-east-1:029670897092:type/resource/Example-Time-Resource/00000002', 'ResponseMetadata': {'RequestId': '31fe9d6a-c0ab-4a73-b896-084b62299fd7', 'HTTPStatusCode': 200, 'HTTPHeaders': {'x-amzn-requestid': '31fe9d6a-c0ab-4a73-b896-084b62299fd7', 'content-type': 'text/xml', 'content-length': '681', 'date': 'Fri, 24 Jul 2020 17:39:35 GMT'}, 'RetryAttempts': 0}}
[2020-07-24T17:39:35Z] DEBUG - Finished submit
[2020-07-24T17:44:56Z] DEBUG - Logging set up successfully
[2020-07-24T17:44:56Z] DEBUG - Running generate: Namespace(command=<function generate at 0x1088588c8>, subparser_name='generate', verbose=0, version=False)
[2020-07-24T17:44:56Z] DEBUG - Root directory: /Users/brianter/Documents/github/example-time-resource
[2020-07-24T17:44:56Z] DEBUG - Loading project file '/Users/brianter/Documents/github/example-time-resource/.rpdk-config'
[2020-07-24T17:44:56Z] INFO - Validating your resource specification...
[2020-07-24T17:44:57Z] DEBUG - Rewriting refs in '<BASE>' (file:///Users/brianter/Documents/github/example-time-resource/example-time-resource.json)
[2020-07-24T17:44:57Z] DEBUG - Writing Resource Role CloudFormation template: /Users/brianter/Documents/github/example-time-resource/resource-role.yaml
[2020-07-24T17:44:57Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/resource-role.yaml'
[2020-07-24T17:44:57Z] DEBUG - Generate started
[2020-07-24T17:44:57Z] DEBUG - Writing Types
[2020-07-24T17:44:57Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/cmd/resource/model.go'
[2020-07-24T17:44:57Z] DEBUG - Writing project: /Users/brianter/Documents/github/example-time-resource/cmd/main.go
[2020-07-24T17:44:57Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/cmd/main.go'
[2020-07-24T17:44:57Z] DEBUG - Writing Makefile: /Users/brianter/Documents/github/example-time-resource/Makefile
[2020-07-24T17:44:57Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/Makefile'
[2020-07-24T17:44:58Z] DEBUG - Removing generated docs: /Users/brianter/Documents/github/example-time-resource/docs
[2020-07-24T17:44:58Z] DEBUG - Writing generated docs
[2020-07-24T17:44:58Z] DEBUG - Finished documenting nested properties
[2020-07-24T17:44:58Z] DEBUG - Writing docs README: /Users/brianter/Documents/github/example-time-resource/docs/README.md
[2020-07-24T17:44:58Z] WARNING - Generated files for Example::Time::Resource
[2020-07-24T17:44:58Z] DEBUG - Finished generate
[2020-07-24T17:45:11Z] DEBUG - Logging set up successfully
[2020-07-24T17:45:11Z] DEBUG - Running submit: Namespace(command=<function submit at 0x110b5e378>, dry_run=False, endpoint_url=None, region=None, role_arn=None, set_default=False, subparser_name='submit', use_role=True, verbose=1, version=False)
[2020-07-24T17:45:11Z] DEBUG - Root directory: /Users/brianter/Documents/github/example-time-resource
[2020-07-24T17:45:11Z] DEBUG - Loading project file '/Users/brianter/Documents/github/example-time-resource/.rpdk-config'
[2020-07-24T17:45:12Z] INFO - Validating your resource specification...
[2020-07-24T17:45:12Z] DEBUG - Rewriting refs in '<BASE>' (file:///Users/brianter/Documents/github/example-time-resource/example-time-resource.json)
[2020-07-24T17:45:12Z] DEBUG - overrides.json not found. Not writing to package.
[2020-07-24T17:45:12Z] DEBUG - inputs not found. Not writing to package.
[2020-07-24T17:45:12Z] INFO - Packaging Go project
[2020-07-24T17:45:12Z] DEBUG - Packaging complete, uploading...
[2020-07-24T17:45:12Z] DEBUG - Uploading to region 'us-east-1'
[2020-07-24T17:45:12Z] DEBUG - Creating execution role for provider to use
[2020-07-24T17:45:12Z] INFO - Creating example-time-resource-role-stack
[2020-07-24T17:45:12Z] INFO - example-time-resource-role-stack already exists. Attempting to update
[2020-07-24T17:45:12Z] INFO - example-time-resource-role-stack stack is up to date
[2020-07-24T17:45:13Z] INFO - Creating CloudFormationManagedUploadInfrastructure
[2020-07-24T17:45:13Z] INFO - CloudFormationManagedUploadInfrastructure already exists. Attempting to update
[2020-07-24T17:45:13Z] INFO - CloudFormationManagedUploadInfrastructure stack is up to date
[2020-07-24T17:45:13Z] DEBUG - Uploading to 'cloudformationmanageduploadinfrast-artifactbucket-1na8ownacf4ss/example-time-resource-2020-07-24T17-45-13.zip'...
[2020-07-24T17:45:15Z] DEBUG - Upload complete
[2020-07-24T17:45:15Z] DEBUG - Got S3 URL: s3://cloudformationmanageduploadinfrast-artifactbucket-1na8ownacf4ss/example-time-resource-2020-07-24T17-45-13.zip
[2020-07-24T17:45:15Z] DEBUG - Got Log Role: arn:aws:iam::029670897092:role/CloudFormationManagedUplo-LogAndMetricsDeliveryRol-CR1NPJ0Q9XGX
[2020-07-24T17:45:15Z] WARNING - Successfully submitted type. Waiting for registration with token '068a345b-b3ca-4733-aaeb-aa9e472ba3fc' to complete.
[2020-07-24T17:46:16Z] WARNING - Registration complete.
[2020-07-24T17:46:16Z] WARNING - {'ProgressStatus': 'COMPLETE', 'Description': 'Deployment is currently in DEPLOY_STAGE of status COMPLETED; ', 'TypeArn': 'arn:aws:cloudformation:us-east-1:029670897092:type/resource/Example-Time-Resource', 'TypeVersionArn': 'arn:aws:cloudformation:us-east-1:029670897092:type/resource/Example-Time-Resource/00000003', 'ResponseMetadata': {'RequestId': 'a4d0ae20-4828-41de-ac16-85372e0ea1a5', 'HTTPStatusCode': 200, 'HTTPHeaders': {'x-amzn-requestid': 'a4d0ae20-4828-41de-ac16-85372e0ea1a5', 'content-type': 'text/xml', 'content-length': '681', 'date': 'Fri, 24 Jul 2020 17:46:15 GMT'}, 'RetryAttempts': 0}}
[2020-07-24T17:46:16Z] DEBUG - Finished submit
[2020-07-24T17:48:43Z] DEBUG - Logging set up successfully
[2020-07-24T17:48:43Z] DEBUG - Running generate: Namespace(command=<function generate at 0x10836d8c8>, subparser_name='generate', verbose=0, version=False)
[2020-07-24T17:48:43Z] DEBUG - Root directory: /Users/brianter/Documents/github/example-time-resource
[2020-07-24T17:48:43Z] DEBUG - Loading project file '/Users/brianter/Documents/github/example-time-resource/.rpdk-config'
[2020-07-24T17:48:44Z] INFO - Validating your resource specification...
[2020-07-24T17:48:44Z] DEBUG - Rewriting refs in '<BASE>' (file:///Users/brianter/Documents/github/example-time-resource/example-time-resource.json)
[2020-07-24T17:48:44Z] DEBUG - Writing Resource Role CloudFormation template: /Users/brianter/Documents/github/example-time-resource/resource-role.yaml
[2020-07-24T17:48:44Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/resource-role.yaml'
[2020-07-24T17:48:44Z] DEBUG - Generate started
[2020-07-24T17:48:44Z] DEBUG - Writing Types
[2020-07-24T17:48:44Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/cmd/resource/model.go'
[2020-07-24T17:48:44Z] DEBUG - Writing project: /Users/brianter/Documents/github/example-time-resource/cmd/main.go
[2020-07-24T17:48:44Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/cmd/main.go'
[2020-07-24T17:48:44Z] DEBUG - Writing Makefile: /Users/brianter/Documents/github/example-time-resource/Makefile
[2020-07-24T17:48:44Z] DEBUG - Overwriting '/Users/brianter/Documents/github/example-time-resource/Makefile'
[2020-07-24T17:48:45Z] DEBUG - Removing generated docs: /Users/brianter/Documents/github/example-time-resource/docs
[2020-07-24T17:48:45Z] DEBUG - Writing generated docs
[2020-07-24T17:48:45Z] DEBUG - Finished documenting nested properties
[2020-07-24T17:48:45Z] DEBUG - Writing docs README: /Users/brianter/Documents/github/example-time-resource/docs/README.md
[2020-07-24T17:48:45Z] WARNING - Generated files for Example::Time::Resource
[2020-07-24T17:48:45Z] DEBUG - Finished generate