generated from ibm-developer-skills-network/aolwx-devops-capstone-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpipelinerun.txt
501 lines (495 loc) · 43.8 KB
/
pipelinerun.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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
[init : remove] Removing all files from /workspace/source ...
[clone : clone] + '[' false '=' true ]
[clone : clone] + '[' false '=' true ]
[clone : clone] + '[' false '=' true ]
[clone : clone] + CHECKOUT_DIR=/workspace/output/
[clone : clone] + '[' true '=' true ]
[clone : clone] + cleandir
[clone : clone] + '[' -d /workspace/output/ ]
[clone : clone] + rm -rf '/workspace/output//*'
[clone : clone] + rm -rf '/workspace/output//.[!.]*'
[clone : clone] + rm -rf '/workspace/output//..?*'
[clone : clone] + test -z
[clone : clone] + test -z
[clone : clone] + test -z
[clone : clone] + git config --global --add safe.directory /workspace/output
[clone : clone] + /ko-app/git-init '-url=https://github.com/omar-sarfraz/devops-capstone-project.git' '-revision=cd-pipeline' '-refspec=' '-path=/workspace/output/' '-sslVerify=true' '-submodules=true' '-depth=1' '-sparseCheckoutDirectories='
[clone : clone] {"level":"info","ts":1708263553.0070045,"caller":"git/git.go:176","msg":"Successfully cloned https://github.com/omar-sarfraz/devops-capstone-project.git @ 7fe84542180fd4a07216b12317e09d9657d418aa (grafted, HEAD, origin/cd-pipeline) in path /workspace/output/"}
[clone : clone] {"level":"info","ts":1708263553.0630968,"caller":"git/git.go:215","msg":"Successfully initialized and updated submodules in path /workspace/output/"}
[clone : clone] + cd /workspace/output/
[clone : clone] + git rev-parse HEAD
[clone : clone] + RESULT_SHA=7fe84542180fd4a07216b12317e09d9657d418aa
[clone : clone] + EXIT_CODE=0
[clone : clone] + '[' 0 '!=' 0 ]
[clone : clone] + git log -1 '--pretty=%ct'
[clone : clone] + RESULT_COMMITTER_DATE=1708263491
[clone : clone] + printf '%s' 1708263491
[clone : clone] + printf '%s' 7fe84542180fd4a07216b12317e09d9657d418aa
[clone : clone] + printf '%s' https://github.com/omar-sarfraz/devops-capstone-project.git
[lint : flake8] Collecting Werkzeug==2.1.2
[lint : flake8] Downloading Werkzeug-2.1.2-py3-none-any.whl (224 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.9/224.9 kB 5.0 MB/s eta 0:00:00
[lint : flake8] Collecting SQLAlchemy==1.4.46
[lint : flake8] Downloading SQLAlchemy-1.4.46-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 98.6 MB/s eta 0:00:00
[lint : flake8] Collecting Flask==2.1.2
[lint : flake8] Downloading Flask-2.1.2-py3-none-any.whl (95 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 41.7 MB/s eta 0:00:00
[lint : flake8] Collecting Flask-SQLAlchemy==2.5.1
[lint : flake8] Downloading Flask_SQLAlchemy-2.5.1-py2.py3-none-any.whl (17 kB)
[lint : flake8] Collecting psycopg2-binary==2.9.3
[lint : flake8] Downloading psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 39.6 MB/s eta 0:00:00
[lint : flake8] Collecting python-dotenv==0.20.0
[lint : flake8] Downloading python_dotenv-0.20.0-py3-none-any.whl (17 kB)
[lint : flake8] Collecting gunicorn==20.1.0
[lint : flake8] Downloading gunicorn-20.1.0-py3-none-any.whl (79 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 kB 44.9 MB/s eta 0:00:00
[lint : flake8] Collecting honcho==1.1.0
[lint : flake8] Downloading honcho-1.1.0-py2.py3-none-any.whl (21 kB)
[lint : flake8] Collecting pylint==2.14.0
[lint : flake8] Downloading pylint-2.14.0-py3-none-any.whl (485 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 485.0/485.0 kB 104.8 MB/s eta 0:00:00
[lint : flake8] Collecting flake8==4.0.1
[lint : flake8] Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 kB 38.8 MB/s eta 0:00:00
[lint : flake8] Collecting black==22.3.0
[lint : flake8] Downloading black-22.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 135.7 MB/s eta 0:00:00
[lint : flake8] Collecting nose==1.3.7
[lint : flake8] Downloading nose-1.3.7-py3-none-any.whl (154 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.7/154.7 kB 80.9 MB/s eta 0:00:00
[lint : flake8] Collecting pinocchio==0.4.3
[lint : flake8] Downloading pinocchio-0.4.3-py3-none-any.whl (12 kB)
[lint : flake8] Collecting factory-boy==2.12.0
[lint : flake8] Downloading factory_boy-2.12.0-py2.py3-none-any.whl (36 kB)
[lint : flake8] Collecting coverage==6.3.2
[lint : flake8] Downloading coverage-6.3.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (210 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 210.7/210.7 kB 79.4 MB/s eta 0:00:00
[lint : flake8] Collecting httpie==3.2.1
[lint : flake8] Downloading httpie-3.2.1-py3-none-any.whl (124 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 47.5 MB/s eta 0:00:00
[lint : flake8] Collecting Flask-Talisman
[lint : flake8] Downloading flask_talisman-1.1.0-py2.py3-none-any.whl (18 kB)
[lint : flake8] Collecting Flask-Cors
[lint : flake8] Downloading Flask_Cors-4.0.0-py2.py3-none-any.whl (14 kB)
[lint : flake8] Collecting greenlet!=0.4.17
[lint : flake8] Downloading greenlet-3.0.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (614 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 614.3/614.3 kB 108.4 MB/s eta 0:00:00
[lint : flake8] Collecting Jinja2>=3.0
[lint : flake8] Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 68.6 MB/s eta 0:00:00
[lint : flake8] Collecting importlib-metadata>=3.6.0
[lint : flake8] Downloading importlib_metadata-7.0.1-py3-none-any.whl (23 kB)
[lint : flake8] Collecting itsdangerous>=2.0
[lint : flake8] Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB)
[lint : flake8] Collecting click>=8.0
[lint : flake8] Downloading click-8.1.7-py3-none-any.whl (97 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 32.8 MB/s eta 0:00:00
[lint : flake8] Requirement already satisfied: setuptools>=3.0 in /usr/local/lib/python3.9/site-packages (from gunicorn==20.1.0->-r requirements.txt (line 12)) (58.1.0)
[lint : flake8] Collecting mccabe<0.8,>=0.6
[lint : flake8] Downloading mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB)
[lint : flake8] Collecting typing-extensions>=3.10.0
[lint : flake8] Downloading typing_extensions-4.9.0-py3-none-any.whl (32 kB)
[lint : flake8] Collecting dill>=0.2
[lint : flake8] Downloading dill-0.3.8-py3-none-any.whl (116 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 49.3 MB/s eta 0:00:00
[lint : flake8] Collecting platformdirs>=2.2.0
[lint : flake8] Downloading platformdirs-4.2.0-py3-none-any.whl (17 kB)
[lint : flake8] Collecting astroid<=2.12.0-dev0,>=2.11.5
[lint : flake8] Downloading astroid-2.11.7-py3-none-any.whl (251 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 251.2/251.2 kB 85.9 MB/s eta 0:00:00
[lint : flake8] Collecting isort<6,>=4.2.5
[lint : flake8] Downloading isort-5.13.2-py3-none-any.whl (92 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.3/92.3 kB 53.9 MB/s eta 0:00:00
[lint : flake8] Collecting tomlkit>=0.10.1
[lint : flake8] Downloading tomlkit-0.12.3-py3-none-any.whl (37 kB)
[lint : flake8] Collecting tomli>=1.1.0
[lint : flake8] Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
[lint : flake8] Collecting mccabe<0.8,>=0.6
[lint : flake8] Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
[lint : flake8] Collecting pycodestyle<2.9.0,>=2.8.0
[lint : flake8] Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 kB 25.6 MB/s eta 0:00:00
[lint : flake8] Collecting pyflakes<2.5.0,>=2.4.0
[lint : flake8] Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 kB 31.6 MB/s eta 0:00:00
[lint : flake8] Collecting mypy-extensions>=0.4.3
[lint : flake8] Downloading mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)
[lint : flake8] Collecting pathspec>=0.9.0
[lint : flake8] Downloading pathspec-0.12.1-py3-none-any.whl (31 kB)
[lint : flake8] Collecting colorama
[lint : flake8] Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
[lint : flake8] Collecting Faker>=0.7.0
[lint : flake8] Downloading Faker-23.2.1-py3-none-any.whl (1.7 MB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 122.5 MB/s eta 0:00:00
[lint : flake8] Collecting defusedxml>=0.6.0
[lint : flake8] Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
[lint : flake8] Collecting requests[socks]>=2.22.0
[lint : flake8] Downloading requests-2.31.0-py3-none-any.whl (62 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 39.4 MB/s eta 0:00:00
[lint : flake8] Collecting multidict>=4.7.0
[lint : flake8] Downloading multidict-6.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (123 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.8/123.8 kB 56.8 MB/s eta 0:00:00
[lint : flake8] Collecting Pygments>=2.5.2
[lint : flake8] Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 91.2 MB/s eta 0:00:00
[lint : flake8] Requirement already satisfied: pip in /usr/local/lib/python3.9/site-packages (from httpie==3.2.1->-r requirements.txt (line 29)) (23.0.1)
[lint : flake8] Collecting requests-toolbelt>=0.9.1
[lint : flake8] Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 38.9 MB/s eta 0:00:00
[lint : flake8] Collecting charset-normalizer>=2.0.0
[lint : flake8] Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.3/142.3 kB 66.8 MB/s eta 0:00:00
[lint : flake8] Collecting rich>=9.10.0
[lint : flake8] Downloading rich-13.7.0-py3-none-any.whl (240 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.6/240.6 kB 82.8 MB/s eta 0:00:00
[lint : flake8] Collecting lazy-object-proxy>=1.4.0
[lint : flake8] Downloading lazy_object_proxy-1.10.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (67 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.1/67.1 kB 41.6 MB/s eta 0:00:00
[lint : flake8] Collecting wrapt<2,>=1.11
[lint : flake8] Downloading wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.1/80.1 kB 30.3 MB/s eta 0:00:00
[lint : flake8] Collecting python-dateutil>=2.4
[lint : flake8] Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 87.6 MB/s eta 0:00:00
[lint : flake8] Collecting zipp>=0.5
[lint : flake8] Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB)
[lint : flake8] Collecting MarkupSafe>=2.0
[lint : flake8] Downloading MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
[lint : flake8] Collecting certifi>=2017.4.17
[lint : flake8] Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 65.4 MB/s eta 0:00:00
[lint : flake8] Collecting urllib3<3,>=1.21.1
[lint : flake8] Downloading urllib3-2.2.1-py3-none-any.whl (121 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 46.5 MB/s eta 0:00:00
[lint : flake8] Collecting idna<4,>=2.5
[lint : flake8] Downloading idna-3.6-py3-none-any.whl (61 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 40.3 MB/s eta 0:00:00
[lint : flake8] Collecting PySocks!=1.5.7,>=1.5.6
[lint : flake8] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB)
[lint : flake8] Collecting markdown-it-py>=2.2.0
[lint : flake8] Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
[lint : flake8] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 55.3 MB/s eta 0:00:00
[lint : flake8] Collecting mdurl~=0.1
[lint : flake8] Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
[lint : flake8] Collecting six>=1.5
[lint : flake8] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
[lint : flake8] Installing collected packages: nose, mccabe, honcho, Flask-Talisman, zipp, wrapt, Werkzeug, urllib3, typing-extensions, tomlkit, tomli, six, python-dotenv, PySocks, Pygments, pyflakes, pycodestyle, psycopg2-binary, platformdirs, pathspec, mypy-extensions, multidict, mdurl, MarkupSafe, lazy-object-proxy, itsdangerous, isort, idna, gunicorn, greenlet, dill, defusedxml, coverage, colorama, click, charset-normalizer, certifi, SQLAlchemy, requests, python-dateutil, pinocchio, markdown-it-py, Jinja2, importlib-metadata, flake8, black, astroid, rich, requests-toolbelt, pylint, Flask, Faker, httpie, Flask-SQLAlchemy, Flask-Cors, factory-boy
[lint : flake8] Successfully installed Faker-23.2.1 Flask-2.1.2 Flask-Cors-4.0.0 Flask-SQLAlchemy-2.5.1 Flask-Talisman-1.1.0 Jinja2-3.1.3 MarkupSafe-2.1.5 PySocks-1.7.1 Pygments-2.17.2 SQLAlchemy-1.4.46 Werkzeug-2.1.2 astroid-2.11.7 black-22.3.0 certifi-2024.2.2 charset-normalizer-3.3.2 click-8.1.7 colorama-0.4.6 coverage-6.3.2 defusedxml-0.7.1 dill-0.3.8 factory-boy-2.12.0 flake8-4.0.1 greenlet-3.0.3 gunicorn-20.1.0 honcho-1.1.0 httpie-3.2.1 idna-3.6 importlib-metadata-7.0.1 isort-5.13.2 itsdangerous-2.1.2 lazy-object-proxy-1.10.0 markdown-it-py-3.0.0 mccabe-0.6.1 mdurl-0.1.2 multidict-6.0.5 mypy-extensions-1.0.0 nose-1.3.7 pathspec-0.12.1 pinocchio-0.4.3 platformdirs-4.2.0 psycopg2-binary-2.9.3 pycodestyle-2.8.0 pyflakes-2.4.0 pylint-2.14.0 python-dateutil-2.8.2 python-dotenv-0.20.0 requests-2.31.0 requests-toolbelt-1.0.0 rich-13.7.0 six-1.16.0 tomli-2.0.1 tomlkit-0.12.3 typing-extensions-4.9.0 urllib3-2.2.1 wrapt-1.16.0 zipp-3.17.0
[lint : flake8] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
[lint : flake8]
[lint : flake8] [notice] A new release of pip is available: 23.0.1 -> 24.0
[lint : flake8] [notice] To update, run: pip install --upgrade pip
[lint : flake8] 0
[tests : nosetests] ***** Installing dependencies *****
[tests : nosetests] Requirement already satisfied: pip in /usr/local/lib/python3.9/site-packages (23.0.1)
[tests : nosetests] Collecting pip
[tests : nosetests] Downloading pip-24.0-py3-none-any.whl (2.1 MB)
[tests : nosetests] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 31.7 MB/s eta 0:00:00
[tests : nosetests] Requirement already satisfied: wheel in /usr/local/lib/python3.9/site-packages (0.42.0)
[tests : nosetests] Installing collected packages: pip
[tests : nosetests] Attempting uninstall: pip
[tests : nosetests] Found existing installation: pip 23.0.1
[tests : nosetests] Uninstalling pip-23.0.1:
[tests : nosetests] Successfully uninstalled pip-23.0.1
[tests : nosetests] Successfully installed pip-24.0
[tests : nosetests] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
[tests : nosetests] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
[tests : nosetests] ***** Running nosetests with: -v --with-spec --spec-color
[tests : nosetests] nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
[tests : nosetests] nose.plugins.cover: INFO: Coverage report will include only packages: ['service']
[tests : nosetests]
[tests : nosetests] Test Flask CLI Commands
[tests : nosetests] [1;32m- It should call the db-create command[1;0m
[tests : nosetests]
[tests : nosetests] Test Cases for Account Model
[tests : nosetests] [1;32m- It should Create an account and add it to the database[1;0m
[tests : nosetests] [1;32m- It should Create an Account and assert that it exists[1;0m
[tests : nosetests] [1;32m- It should Delete an account from the database[1;0m
[tests : nosetests] [1;32m- It should Deserialize an account[1;0m
[tests : nosetests] [1;32m- It should not Deserialize an account with a KeyError[1;0m
[tests : nosetests] [1;32m- It should not Deserialize an account with a TypeError[1;0m
[tests : nosetests] [1;32m- It should Find an Account by name[1;0m
[tests : nosetests] [1;32m- It should List all Accounts in the database[1;0m
[tests : nosetests] [1;32m- It should Read an account[1;0m
[tests : nosetests] [1;32m- It should Serialize an account[1;0m
[tests : nosetests] [1;32m- It should Update an account[1;0m
[tests : nosetests]
[tests : nosetests] Account Service Tests
[tests : nosetests] [1;32m- It should not Create an Account when sending the wrong data[1;0m
[tests : nosetests] [1;32m- It should return a CORS header[1;0m
[tests : nosetests] [1;32m- It should Create a new Account[1;0m
[tests : nosetests] [1;32m- It should Delete an Account[1;0m
[tests : nosetests] [1;32m- It should Read a single Account[1;0m
[tests : nosetests] [1;32m- It should Get a list of Accounts[1;0m
[tests : nosetests] [1;32m- It should not Read an Account that is not found[1;0m
[tests : nosetests] [1;32m- It should be healthy[1;0m
[tests : nosetests] [1;32m- It should get 200_OK from the Home Page[1;0m
[tests : nosetests] [1;32m- It should not allow an illegal method call[1;0m
[tests : nosetests] [1;32m- It should return security headers[1;0m
[tests : nosetests] [1;32m- It should not Create an Account when sending the wrong media type[1;0m
[tests : nosetests] [1;32m- It should Update an existing Account[1;0m
[tests : nosetests]
[tests : nosetests] Name Stmts Miss Cover Missing
[tests : nosetests] ----------------------------------------------------------------
[tests : nosetests] service/__init__.py 22 3 86% 36-39
[tests : nosetests] service/common/__init__.py 0 0 100%
[tests : nosetests] service/common/cli_commands.py 7 0 100%
[tests : nosetests] service/common/error_handlers.py 32 3 91% 76-78
[tests : nosetests] service/common/log_handlers.py 10 1 90% 21
[tests : nosetests] service/common/status.py 46 0 100%
[tests : nosetests] service/config.py 11 5 55% 12-16
[tests : nosetests] service/models.py 69 3 96% 32, 98, 127
[tests : nosetests] service/routes.py 56 1 98% 110
[tests : nosetests] ----------------------------------------------------------------
[tests : nosetests] TOTAL 253 16 94%
[tests : nosetests] ----------------------------------------------------------------------
[tests : nosetests] Ran 25 tests in 2.283s
[tests : nosetests]
[tests : nosetests] OK
[tests : nosetests]
[build : build-and-push] STEP 1/9: FROM python:3.9-slim
[build : build-and-push] Resolved "python" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf)
[build : build-and-push] Trying to pull docker.io/library/python:3.9-slim...
[build : build-and-push] Getting image source signatures
[build : build-and-push] Copying blob sha256:2b527dfdb0a9ecb9a5bf5c264aeb4ac254e0752886f187095f6960b933aab941
[build : build-and-push] Copying blob sha256:51d1f07906b71fd60ac43c61035514996a8ad8dbfd39d4f570ac5446b064ee5d
[build : build-and-push] Copying blob sha256:93b25b5c998e137849343851763bbc686f369399894e766c37a55304b1f66cfb
[build : build-and-push] Copying blob sha256:e1caac4eb9d2ec24aa3618e5992208321a92492aef5fef5eb9e470895f771c56
[build : build-and-push] Copying blob sha256:336c7f590cb97722bfee12f22e354df879feae9f28bfd5cebeaffccb3fb8fbf5
[build : build-and-push] Copying config sha256:9c14a9ca10408336092a7089469ef9a84f3caf196f7f65c512677e1f06e5d839
[build : build-and-push] Writing manifest to image destination
[build : build-and-push] Storing signatures
[build : build-and-push] STEP 2/9: WORKDIR /app
[build : build-and-push] STEP 3/9: COPY requirements.txt .
[build : build-and-push] STEP 4/9: RUN pip install --no-cache-dir -r requirements.txt
[build : build-and-push] Collecting Werkzeug==2.1.2
[build : build-and-push] Downloading Werkzeug-2.1.2-py3-none-any.whl (224 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.9/224.9 kB 4.5 MB/s eta 0:00:00
[build : build-and-push] Collecting SQLAlchemy==1.4.46
[build : build-and-push] Downloading SQLAlchemy-1.4.46-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 115.3 MB/s eta 0:00:00
[build : build-and-push] Collecting Flask==2.1.2
[build : build-and-push] Downloading Flask-2.1.2-py3-none-any.whl (95 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.2/95.2 kB 210.4 MB/s eta 0:00:00
[build : build-and-push] Collecting Flask-SQLAlchemy==2.5.1
[build : build-and-push] Downloading Flask_SQLAlchemy-2.5.1-py2.py3-none-any.whl (17 kB)
[build : build-and-push] Collecting psycopg2-binary==2.9.3
[build : build-and-push] Downloading psycopg2_binary-2.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 48.8 MB/s eta 0:00:00
[build : build-and-push] Collecting python-dotenv==0.20.0
[build : build-and-push] Downloading python_dotenv-0.20.0-py3-none-any.whl (17 kB)
[build : build-and-push] Collecting gunicorn==20.1.0
[build : build-and-push] Downloading gunicorn-20.1.0-py3-none-any.whl (79 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 kB 152.0 MB/s eta 0:00:00
[build : build-and-push] Collecting honcho==1.1.0
[build : build-and-push] Downloading honcho-1.1.0-py2.py3-none-any.whl (21 kB)
[build : build-and-push] Collecting pylint==2.14.0
[build : build-and-push] Downloading pylint-2.14.0-py3-none-any.whl (485 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 485.0/485.0 kB 188.6 MB/s eta 0:00:00
[build : build-and-push] Collecting flake8==4.0.1
[build : build-and-push] Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 kB 79.7 MB/s eta 0:00:00
[build : build-and-push] Collecting black==22.3.0
[build : build-and-push] Downloading black-22.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 203.9 MB/s eta 0:00:00
[build : build-and-push] Collecting nose==1.3.7
[build : build-and-push] Downloading nose-1.3.7-py3-none-any.whl (154 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.7/154.7 kB 130.2 MB/s eta 0:00:00
[build : build-and-push] Collecting pinocchio==0.4.3
[build : build-and-push] Downloading pinocchio-0.4.3-py3-none-any.whl (12 kB)
[build : build-and-push] Collecting factory-boy==2.12.0
[build : build-and-push] Downloading factory_boy-2.12.0-py2.py3-none-any.whl (36 kB)
[build : build-and-push] Collecting coverage==6.3.2
[build : build-and-push] Downloading coverage-6.3.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (210 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 210.7/210.7 kB 246.2 MB/s eta 0:00:00
[build : build-and-push] Collecting httpie==3.2.1
[build : build-and-push] Downloading httpie-3.2.1-py3-none-any.whl (124 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 213.4 MB/s eta 0:00:00
[build : build-and-push] Collecting Flask-Talisman
[build : build-and-push] Downloading flask_talisman-1.1.0-py2.py3-none-any.whl (18 kB)
[build : build-and-push] Collecting Flask-Cors
[build : build-and-push] Downloading Flask_Cors-4.0.0-py2.py3-none-any.whl (14 kB)
[build : build-and-push] Collecting greenlet!=0.4.17
[build : build-and-push] Downloading greenlet-3.0.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (614 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 614.3/614.3 kB 176.4 MB/s eta 0:00:00
[build : build-and-push] Collecting click>=8.0
[build : build-and-push] Downloading click-8.1.7-py3-none-any.whl (97 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 213.1 MB/s eta 0:00:00
[build : build-and-push] Collecting itsdangerous>=2.0
[build : build-and-push] Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB)
[build : build-and-push] Collecting Jinja2>=3.0
[build : build-and-push] Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 242.0 MB/s eta 0:00:00
[build : build-and-push] Collecting importlib-metadata>=3.6.0
[build : build-and-push] Downloading importlib_metadata-7.0.1-py3-none-any.whl (23 kB)
[build : build-and-push] Requirement already satisfied: setuptools>=3.0 in /usr/local/lib/python3.9/site-packages (from gunicorn==20.1.0->-r requirements.txt (line 12)) (58.1.0)
[build : build-and-push] Collecting tomli>=1.1.0
[build : build-and-push] Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
[build : build-and-push] Collecting tomlkit>=0.10.1
[build : build-and-push] Downloading tomlkit-0.12.3-py3-none-any.whl (37 kB)
[build : build-and-push] Collecting typing-extensions>=3.10.0
[build : build-and-push] Downloading typing_extensions-4.9.0-py3-none-any.whl (32 kB)
[build : build-and-push] Collecting astroid<=2.12.0-dev0,>=2.11.5
[build : build-and-push] Downloading astroid-2.11.7-py3-none-any.whl (251 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 251.2/251.2 kB 173.9 MB/s eta 0:00:00
[build : build-and-push] Collecting platformdirs>=2.2.0
[build : build-and-push] Downloading platformdirs-4.2.0-py3-none-any.whl (17 kB)
[build : build-and-push] Collecting mccabe<0.8,>=0.6
[build : build-and-push] Downloading mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB)
[build : build-and-push] Collecting isort<6,>=4.2.5
[build : build-and-push] Downloading isort-5.13.2-py3-none-any.whl (92 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.3/92.3 kB 208.5 MB/s eta 0:00:00
[build : build-and-push] Collecting dill>=0.2
[build : build-and-push] Downloading dill-0.3.8-py3-none-any.whl (116 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 137.1 MB/s eta 0:00:00
[build : build-and-push] Collecting mccabe<0.8,>=0.6
[build : build-and-push] Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
[build : build-and-push] Collecting pycodestyle<2.9.0,>=2.8.0
[build : build-and-push] Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 kB 38.7 MB/s eta 0:00:00
[build : build-and-push] Collecting pyflakes<2.5.0,>=2.4.0
[build : build-and-push] Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 kB 195.6 MB/s eta 0:00:00
[build : build-and-push] Collecting pathspec>=0.9.0
[build : build-and-push] Downloading pathspec-0.12.1-py3-none-any.whl (31 kB)
[build : build-and-push] Collecting mypy-extensions>=0.4.3
[build : build-and-push] Downloading mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)
[build : build-and-push] Collecting colorama
[build : build-and-push] Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
[build : build-and-push] Collecting Faker>=0.7.0
[build : build-and-push] Downloading Faker-23.2.1-py3-none-any.whl (1.7 MB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 159.6 MB/s eta 0:00:00
[build : build-and-push] Collecting multidict>=4.7.0
[build : build-and-push] Downloading multidict-6.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (123 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.8/123.8 kB 102.8 MB/s eta 0:00:00
[build : build-and-push] Collecting requests-toolbelt>=0.9.1
[build : build-and-push] Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 182.6 MB/s eta 0:00:00
[build : build-and-push] Requirement already satisfied: pip in /usr/local/lib/python3.9/site-packages (from httpie==3.2.1->-r requirements.txt (line 29)) (23.0.1)
[build : build-and-push] Collecting defusedxml>=0.6.0
[build : build-and-push] Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
[build : build-and-push] Collecting requests[socks]>=2.22.0
[build : build-and-push] Downloading requests-2.31.0-py3-none-any.whl (62 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 74.4 MB/s eta 0:00:00
[build : build-and-push] Collecting Pygments>=2.5.2
[build : build-and-push] Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 189.2 MB/s eta 0:00:00
[build : build-and-push] Collecting rich>=9.10.0
[build : build-and-push] Downloading rich-13.7.0-py3-none-any.whl (240 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.6/240.6 kB 150.8 MB/s eta 0:00:00
[build : build-and-push] Collecting charset-normalizer>=2.0.0
[build : build-and-push] Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.3/142.3 kB 106.3 MB/s eta 0:00:00
[build : build-and-push] Collecting wrapt<2,>=1.11
[build : build-and-push] Downloading wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.1/80.1 kB 202.2 MB/s eta 0:00:00
[build : build-and-push] Collecting lazy-object-proxy>=1.4.0
[build : build-and-push] Downloading lazy_object_proxy-1.10.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (67 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.1/67.1 kB 68.1 MB/s eta 0:00:00
[build : build-and-push] Collecting python-dateutil>=2.4
[build : build-and-push] Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 143.6 MB/s eta 0:00:00
[build : build-and-push] Collecting zipp>=0.5
[build : build-and-push] Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB)
[build : build-and-push] Collecting MarkupSafe>=2.0
[build : build-and-push] Downloading MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
[build : build-and-push] Collecting urllib3<3,>=1.21.1
[build : build-and-push] Downloading urllib3-2.2.1-py3-none-any.whl (121 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 119.7 MB/s eta 0:00:00
[build : build-and-push] Collecting certifi>=2017.4.17
[build : build-and-push] Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 214.8 MB/s eta 0:00:00
[build : build-and-push] Collecting idna<4,>=2.5
[build : build-and-push] Downloading idna-3.6-py3-none-any.whl (61 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 200.0 MB/s eta 0:00:00
[build : build-and-push] Collecting PySocks!=1.5.7,>=1.5.6
[build : build-and-push] Downloading PySocks-1.7.1-py3-none-any.whl (16 kB)
[build : build-and-push] Collecting markdown-it-py>=2.2.0
[build : build-and-push] Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
[build : build-and-push] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 120.4 MB/s eta 0:00:00
[build : build-and-push] Collecting mdurl~=0.1
[build : build-and-push] Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
[build : build-and-push] Collecting six>=1.5
[build : build-and-push] Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
[build : build-and-push] Installing collected packages: nose, mccabe, honcho, Flask-Talisman, zipp, wrapt, Werkzeug, urllib3, typing-extensions, tomlkit, tomli, six, python-dotenv, PySocks, Pygments, pyflakes, pycodestyle, psycopg2-binary, platformdirs, pathspec, mypy-extensions, multidict, mdurl, MarkupSafe, lazy-object-proxy, itsdangerous, isort, idna, gunicorn, greenlet, dill, defusedxml, coverage, colorama, click, charset-normalizer, certifi, SQLAlchemy, requests, python-dateutil, pinocchio, markdown-it-py, Jinja2, importlib-metadata, flake8, black, astroid, rich, requests-toolbelt, pylint, Flask, Faker, httpie, Flask-SQLAlchemy, Flask-Cors, factory-boy
[build : build-and-push] Successfully installed Faker-23.2.1 Flask-2.1.2 Flask-Cors-4.0.0 Flask-SQLAlchemy-2.5.1 Flask-Talisman-1.1.0 Jinja2-3.1.3 MarkupSafe-2.1.5 PySocks-1.7.1 Pygments-2.17.2 SQLAlchemy-1.4.46 Werkzeug-2.1.2 astroid-2.11.7 black-22.3.0 certifi-2024.2.2 charset-normalizer-3.3.2 click-8.1.7 colorama-0.4.6 coverage-6.3.2 defusedxml-0.7.1 dill-0.3.8 factory-boy-2.12.0 flake8-4.0.1 greenlet-3.0.3 gunicorn-20.1.0 honcho-1.1.0 httpie-3.2.1 idna-3.6 importlib-metadata-7.0.1 isort-5.13.2 itsdangerous-2.1.2 lazy-object-proxy-1.10.0 markdown-it-py-3.0.0 mccabe-0.6.1 mdurl-0.1.2 multidict-6.0.5 mypy-extensions-1.0.0 nose-1.3.7 pathspec-0.12.1 pinocchio-0.4.3 platformdirs-4.2.0 psycopg2-binary-2.9.3 pycodestyle-2.8.0 pyflakes-2.4.0 pylint-2.14.0 python-dateutil-2.8.2 python-dotenv-0.20.0 requests-2.31.0 requests-toolbelt-1.0.0 rich-13.7.0 six-1.16.0 tomli-2.0.1 tomlkit-0.12.3 typing-extensions-4.9.0 urllib3-2.2.1 wrapt-1.16.0 zipp-3.17.0
[build : build-and-push] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
[build : build-and-push]
[build : build-and-push] [notice] A new release of pip is available: 23.0.1 -> 24.0
[build : build-and-push] [notice] To update, run: pip install --upgrade pip
[build : build-and-push] STEP 5/9: COPY service/ ./service/
[build : build-and-push] STEP 6/9: RUN useradd --uid 1000 theia && chown -R theia /app
[build : build-and-push] STEP 7/9: USER theia
[build : build-and-push] STEP 8/9: EXPOSE 8080
[build : build-and-push] STEP 9/9: CMD ["gunicorn", "--bind=0.0.0.0:8080", "--log-level=info", "service:app"]
[build : build-and-push] COMMIT image-registry.openshift-image-registry.svc:5000/sn-labs-omar786089/accounts:1
[build : build-and-push] --> 117aac07e4c
[build : build-and-push] Successfully tagged image-registry.openshift-image-registry.svc:5000/sn-labs-omar786089/accounts:1
[build : build-and-push] 117aac07e4c8d25e9992d78e0902d5bab6b5f46b6e4db9c5f5c592360e0a2a54
[build : build-and-push] Getting image source signatures
[build : build-and-push] Copying blob sha256:4512a46b39e6fe57fe0a8cc536b0393121aab769d17e7cc5f9e194d34d8ea085
[build : build-and-push] Copying blob sha256:619b503a99a8f3ad5cf31cfd18d8cfe450893e79e4770f997b3d8c77b92b8754
[build : build-and-push] Copying blob sha256:ba473bfdf54e3c66cb71e9803e4686fba971e2e5a4d6acb30b68b8475a3e8c96
[build : build-and-push] Copying blob sha256:7ce4521e7cb2d5ba29b26b13d02d3e8c41096601a95e0a90f81198a12e24cb8e
[build : build-and-push] Copying blob sha256:ceb365432eec83dafc777cac5ee87737b093095035c89dd2eae01970c57b1d15
[build : build-and-push] Copying blob sha256:defa49bf7f5480f559deeee6cfc6c51981f1c5815e5d20873a0fe92b5035dda0
[build : build-and-push] Copying config sha256:117aac07e4c8d25e9992d78e0902d5bab6b5f46b6e4db9c5f5c592360e0a2a54
[build : build-and-push] Writing manifest to image destination
[build : build-and-push] Storing signatures
[build : build-and-push] sha256:1078701c2155f0b1bf669cc4e7392b2c71e4b92a9a26b8e349aa7e4572110fabimage-registry.openshift-image-registry.svc:5000/sn-labs-omar786089/accounts:1
[deploy : oc] Updating manifest...
[deploy : oc] apiVersion: apps/v1
[deploy : oc] kind: Deployment
[deploy : oc] metadata:
[deploy : oc] creationTimestamp: null
[deploy : oc] labels:
[deploy : oc] app: accounts
[deploy : oc] name: accounts
[deploy : oc] spec:
[deploy : oc] replicas: 3
[deploy : oc] selector:
[deploy : oc] matchLabels:
[deploy : oc] app: accounts
[deploy : oc] strategy: {}
[deploy : oc] template:
[deploy : oc] metadata:
[deploy : oc] creationTimestamp: null
[deploy : oc] labels:
[deploy : oc] app: accounts
[deploy : oc] spec:
[deploy : oc] containers:
[deploy : oc] - image: image-registry.openshift-image-registry.svc:5000/sn-labs-omar786089/accounts:1
[deploy : oc] name: accounts
[deploy : oc] resources: {}
[deploy : oc]
[deploy : oc] env:
[deploy : oc] - name: DATABASE_HOST
[deploy : oc] value: postgresql
[deploy : oc] - name: DATABASE_NAME
[deploy : oc] valueFrom:
[deploy : oc] secretKeyRef:
[deploy : oc] name: postgresql
[deploy : oc] key: database-name
[deploy : oc] - name: DATABASE_PASSWORD
[deploy : oc] valueFrom:
[deploy : oc] secretKeyRef:
[deploy : oc] name: postgresql
[deploy : oc] key: database-password
[deploy : oc] - name: DATABASE_USER
[deploy : oc] valueFrom:
[deploy : oc] secretKeyRef:
[deploy : oc] name: postgresql
[deploy : oc] key: database-user
[deploy : oc] status: {}
[deploy : oc] Deploying to OpenShift...
[deploy : oc] Warning: resource deployments/accounts is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by oc apply. oc apply should only be used on resources created declaratively by either oc create --save-config or oc apply. The missing annotation will be patched automatically.
[deploy : oc] deployment.apps/accounts configured
[deploy : oc] Warning: resource services/accounts is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by oc apply. oc apply should only be used on resources created declaratively by either oc create --save-config or oc apply. The missing annotation will be patched automatically.
[deploy : oc] service/accounts configured
[deploy : oc] NAME READY STATUS RESTARTS AGE
[deploy : oc] accounts-7cc7cd8cbb-lw67g 0/1 ContainerCreating 0 0s
[deploy : oc] accounts-8567c6f84b-8z47n 1/1 Running 0 34m
[deploy : oc] accounts-8567c6f84b-bvrq4 1/1 Running 0 34m
[deploy : oc] accounts-8567c6f84b-qlntv 1/1 Running 0 34m