-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogs.txt
363 lines (363 loc) · 12.8 KB
/
logs.txt
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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.goda:ci:jar:1.0.3-SNAPSHOT
[WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ----------------------------< com.goda:ci >-----------------------------
[INFO] Building ci 1.0.3-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ci ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ci ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- jib-maven-plugin:2.3.0:build (default-cli) @ ci ---
[WARNING] 'mainClass' configured in 'maven-jar-plugin' is not a valid Java class: ${start-class}
[INFO]
[INFO] Containerizing application to godaprojects/springboot-ci-test:1.0.3-SNAPSHOT...
[WARNING] Base image 'gcr.io/distroless/java:8' does not use a specific image digest - build may not be reproducible
[INFO] Executing tasks:
[INFO] [ ] 0.0% complete
[INFO] > building image to registry
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [ ] 0.0% complete
[INFO] > authenticating push to registry-1.docker.io
[INFO]
[INFO]
[INFO] Using credentials from <to><auth> for godaprojects/springboot-ci-test:1.0.3-SNAPSHOT
[INFO] Executing tasks:
[INFO] [ ] 0.0% complete
[INFO] > authenticating push to registry-1.docker.io
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [ ] 0.0% complete
[INFO] > authenticating push to registry-1.docker.io
[INFO] > pulling base image manifest
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [== ] 5.6% complete
[INFO] > authenticating push to registry-1.docker.io
[INFO] > pulling base image manifest
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [== ] 5.6% complete
[INFO] > authenticating push to registry-1.docker.io
[INFO] > pulling base image manifest
[INFO] > launching application layer builders
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [== ] 5.6% complete
[INFO] > authenticating push to registry-1.docker.io
[INFO] > pulling base image manifest
[INFO] > building dependencies layer
[INFO] > building classes layer
[INFO] > building resources layer
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [== ] 5.6% complete
[INFO] > authenticating push to registry-1.docker.io
[INFO] > pulling base image manifest
[INFO] > building dependencies layer
[INFO] > building classes layer
[INFO] > building resources layer
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [== ] 5.6% complete
[INFO] > authenticating push to registry-1.docker.io
[INFO] > pulling base image manifest
[INFO] > building dependencies layer
[INFO] > building classes layer
[INFO] > building resources layer
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [==== ] 13.0% complete
[INFO] > authenticating push to registry-1.docker.io
[INFO] > pulling base image manifest
[INFO] > building resources layer
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [==== ] 13.0% complete
[INFO] > authenticating push to registry-1.docker.io
[INFO] > pulling base image manifest
[INFO] > building resources layer
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [===== ] 16.7% complete
[INFO] > authenticating push to registry-1.docker.io
[INFO] > pulling base image manifest
[INFO]
[INFO]
[INFO] Using base image with digest: sha256:f59b26c5ecc735514a38afbf845214383c4e2ba1fdd15a76225339b8ab7da8ef
[INFO] Executing tasks:
[INFO] [===== ] 16.7% complete
[INFO] > authenticating push to registry-1.docker.io
[INFO] > pulling base image manifest
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [===== ] 16.7% complete
[INFO] > authenticating push to registry-1.docker.io
[INFO] > pull container configuration sha256:63318ff0c...
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [======= ] 22.2% complete
[INFO] > authenticating push to registry-1.docker.io
[INFO] > pulling base image manifest
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [======== ] 27.8% complete
[INFO] > authenticating push to registry-1.docker.io
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [========== ] 33.3% complete
[INFO] > building image to registry
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [========== ] 33.3% complete
[INFO] > launching layer pushers
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [========== ] 33.3% complete
[INFO] > launching layer pushers
[INFO] > launching base image layer pullers
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [========== ] 33.3% complete
[INFO] > launching layer pushers
[INFO] > checking base image layer sha256:24f0c933cbef...
[INFO] > checking base image layer sha256:69e2f037cdb3...
[INFO] > checking base image layer sha256:3e010093287c...
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [========== ] 33.3% complete
[INFO] > launching layer pushers
[INFO] > checking base image layer sha256:24f0c933cbef...
[INFO] > checking base image layer sha256:69e2f037cdb3...
[INFO] > checking base image layer sha256:3e010093287c...
[INFO] > launching layer pushers
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [========== ] 33.3% complete
[INFO] > launching layer pushers
[INFO] > checking base image layer sha256:24f0c933cbef...
[INFO] > checking base image layer sha256:69e2f037cdb3...
[INFO] > checking base image layer sha256:3e010093287c...
[INFO] > launching layer pushers
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [========== ] 33.3% complete
[INFO] > launching layer pushers
[INFO] > checking base image layer sha256:24f0c933cbef...
[INFO] > checking base image layer sha256:69e2f037cdb3...
[INFO] > checking base image layer sha256:3e010093287c...
[INFO] > launching layer pushers
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [========== ] 33.3% complete
[INFO] > checking base image layer sha256:24f0c933cbef...
[INFO] > checking base image layer sha256:69e2f037cdb3...
[INFO] > checking base image layer sha256:3e010093287c...
[INFO] > launching layer pushers
[INFO] > pushing blob sha256:79a253f3dc051dd61c588b4fc...
[INFO] > pushing blob sha256:fac53e9bf5b4bfd974478f853...
[INFO] > pushing blob sha256:f84fea91c2c0a03406f5a4c7d...
[INFO] > checking base image layer sha256:aebd67d1ef6f...
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [========== ] 33.3% complete
[INFO] > checking base image layer sha256:24f0c933cbef...
[INFO] > checking base image layer sha256:69e2f037cdb3...
[INFO] > checking base image layer sha256:3e010093287c...
[INFO] > launching layer pushers
[INFO] > pushing blob sha256:79a253f3dc051dd61c588b4fc...
[INFO] > pushing blob sha256:fac53e9bf5b4bfd974478f853...
[INFO] > pushing blob sha256:f84fea91c2c0a03406f5a4c7d...
[INFO] > checking base image layer sha256:aebd67d1ef6f...
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [========== ] 33.3% complete
[INFO] > checking base image layer sha256:24f0c933cbef...
[INFO] > checking base image layer sha256:69e2f037cdb3...
[INFO] > checking base image layer sha256:3e010093287c...
[INFO] > launching layer pushers
[INFO] > pushing blob sha256:79a253f3dc051dd61c588b4fc...
[INFO] > pushing blob sha256:fac53e9bf5b4bfd974478f853...
[INFO] > pushing blob sha256:f84fea91c2c0a03406f5a4c7d...
[INFO] > checking base image layer sha256:aebd67d1ef6f...
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [========== ] 33.3% complete
[INFO] > checking base image layer sha256:24f0c933cbef...
[INFO] > checking base image layer sha256:69e2f037cdb3...
[INFO] > checking base image layer sha256:3e010093287c...
[INFO] > launching layer pushers
[INFO] > pushing blob sha256:79a253f3dc051dd61c588b4fc...
[INFO] > pushing blob sha256:fac53e9bf5b4bfd974478f853...
[INFO] > pushing blob sha256:f84fea91c2c0a03406f5a4c7d...
[INFO] > checking base image layer sha256:aebd67d1ef6f...
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [============ ] 40.7% complete
[INFO] > checking base image layer sha256:24f0c933cbef...
[INFO] > checking base image layer sha256:69e2f037cdb3...
[INFO] > checking base image layer sha256:3e010093287c...
[INFO] > launching layer pushers
[INFO] > pushing blob sha256:79a253f3dc051dd61c588b4fc...
[INFO] > checking base image layer sha256:aebd67d1ef6f...
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [============ ] 40.7% complete
[INFO] > checking base image layer sha256:24f0c933cbef...
[INFO] > checking base image layer sha256:69e2f037cdb3...
[INFO] > checking base image layer sha256:3e010093287c...
[INFO] > launching layer pushers
[INFO] > pushing blob sha256:79a253f3dc051dd61c588b4fc...
[INFO] > checking base image layer sha256:aebd67d1ef6f...
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [============= ] 43.5% complete
[INFO] > checking base image layer sha256:69e2f037cdb3...
[INFO] > checking base image layer sha256:3e010093287c...
[INFO] > launching layer pushers
[INFO] > pushing blob sha256:79a253f3dc051dd61c588b4fc...
[INFO] > checking base image layer sha256:aebd67d1ef6f...
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [============== ] 46.3% complete
[INFO] > checking base image layer sha256:69e2f037cdb3...
[INFO] > checking base image layer sha256:3e010093287c...
[INFO] > launching layer pushers
[INFO] > pushing blob sha256:79a253f3dc051dd61c588b4fc...
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [=============== ] 49.1% complete
[INFO] > checking base image layer sha256:69e2f037cdb3...
[INFO] > launching layer pushers
[INFO] > pushing blob sha256:79a253f3dc051dd61c588b4fc...
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [================ ] 52.8% complete
[INFO] > checking base image layer sha256:69e2f037cdb3...
[INFO] > launching layer pushers
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [================= ] 55.6% complete
[INFO] > launching layer pushers
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [================= ] 55.6% complete
[INFO] > launching layer pushers
[INFO] > building image format
[INFO]
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [================= ] 55.6% complete
[INFO] > launching layer pushers
[INFO] > building image format
[INFO]
[INFO]
[INFO] Container entrypoint set to [java, -cp, /app/resources:/app/classes:/app/libs/*, com.goda.ci.CiApplication]
[INFO] Executing tasks:
[INFO] [================= ] 55.6% complete
[INFO] > launching layer pushers
[INFO] > building image format
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [==================== ] 66.7% complete
[INFO] > launching layer pushers
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [==================== ] 66.7% complete
[INFO] > launching layer pushers
[INFO] > pushing container configuration
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [==================== ] 66.7% complete
[INFO] > launching layer pushers
[INFO] > pushing blob sha256:b6f04f13355dde61e33f2697a...
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [======================= ] 77.8% complete
[INFO] > launching layer pushers
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [======================= ] 77.8% complete
[INFO] > launching layer pushers
[INFO] > launching manifest pushers
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [======================= ] 77.8% complete
[INFO] > launching layer pushers
[INFO] > pushing manifest for 1.0.3-SNAPSHOT
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [=========================== ] 88.9% complete
[INFO] > launching layer pushers
[INFO]
[INFO]
[INFO]
[INFO] Executing tasks:
[INFO] [=========================== ] 88.9% complete
[INFO] > launching layer pushers
[INFO]
[INFO]
[INFO] Built and pushed image as godaprojects/springboot-ci-test:1.0.3-SNAPSHOT
[INFO] Executing tasks:
[INFO] [=========================== ] 88.9% complete
[INFO] > launching layer pushers
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.769 s
[INFO] Finished at: 2020-05-23T08:47:37+05:30
[INFO] ------------------------------------------------------------------------