-
Notifications
You must be signed in to change notification settings - Fork 0
/
build-app.log
452 lines (451 loc) Β· 57.5 KB
/
build-app.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
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
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /ko-app/entrypoint cp /ko-app/entrypoint /tekton/bin/entrypoint
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /tekton/scripts/script-0-n8tsq sh /tekton/scripts/script-0-n8tsq
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /bin/sh /tekton/scripts/script-0-n8tsq
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /bin/rm -rf /workspace/output/./*
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /bin/rm -rf /workspace/output/./* 0
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /bin/rm -rf /workspace/output/./.[!.]*
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /bin/rm -rf /workspace/output/./.[!.]* 0
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /bin/rm -rf /workspace/output/./..?*
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /bin/rm -rf /workspace/output/./..?* 0
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /ko-app/git-init -url=https://github.com/nadgowdas/test-app-build -revision= -refspec= -path=/workspace/output/. -sslVerify=true -submodules=true -depth=1 -sparseCheckoutDirectories=
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /usr/bin/git init /workspace/output/.
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /usr/bin/git init /workspace/output/. 0
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /usr/bin/git remote add origin https://github.com/nadgowdas/test-app-build
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /usr/bin/git remote add origin https://github.com/nadgowdas/test-app-build 0
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /usr/bin/git config core.sshCommand "ssh -o StrictHostKeyChecking=accept-new"
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /usr/bin/git config core.sshCommand "ssh -o StrictHostKeyChecking=accept-new" 0
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /usr/bin/git config http.sslVerify true
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /usr/bin/git config http.sslVerify true 0
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /usr/bin/git symbolic-ref HEAD refs/remotes/origin/HEAD
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /usr/bin/git symbolic-ref HEAD refs/remotes/origin/HEAD 0
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /usr/bin/git fetch --recurse-submodules=yes --depth=1 origin --update-head-ok --force HEAD
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /usr/libexec/git-core/git-remote-https origin https://github.com/nadgowdas/test-app-build
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /usr/libexec/git-core/git-remote-https origin https://github.com/nadgowdas/test-app-build 128
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /usr/bin/git fetch --recurse-submodules=yes --depth=1 origin --update-head-ok --force HEAD 128
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /ko-app/git-init -url=https://github.com/nadgowdas/test-app-build -revision= -refspec= -path=/workspace/output/. -sslVerify=true -submodules=true -depth=1 -sparseCheckoutDirectories= 1
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /bin/sh /tekton/scripts/script-0-n8tsq 1
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /ko-app/entrypoint step-init step-clone
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /bin/sh -c "scriptfile="/tekton/scripts/script-0-n8tsq"
touch ${scriptfile} && chmod +x ${scriptfile}
cat > ${s" "riptfile} << '_EOF_'
IyEvdXNyL2Jpbi9lbnYgc2gKc2V0IC1ldQoKaWYgWyAiJHtQQVJBTV9WRVJCT1NFfSIgPSAidHJ1ZS" gXSA7IHRoZW4KICBzZXQgLXgKZmkKCmlmIFsgIiR7V09SS1NQQUNFX0JBU0lDX0FVVEhfRElSRUNUT1JZX0JPVU5EfSIgPSAidH 1ZSIgXSA7IHRoZW4KICBjcCAiJHtXT1JLU1BBQ0VfQkFTSUNfQVVUSF9ESVJFQ1RPUllfUEFUSH0vLmdpdC1jcmVkZW50aWFscy gIiR7UEFSQU1fVVNFUl9IT01FfS8uZ2l0LWNyZWRlbnRpYWxzIgogIGNwICIke1dPUktTUEFDRV9CQVNJQ19BVVRIX0RJUkVDVE SWV9QQVRIfS8uZ2l0Y29uZmlnIiAiJHtQQVJBTV9VU0VSX0hPTUV9Ly5naXRjb25maWciCiAgY2htb2QgNDAwICIke1BBUkFNX1 TRVJfSE9NRX0vLmdpdC1jcmVkZW50aWFscyIKICBjaG1vZCA0MDAgIiR7UEFSQU1fVVNFUl9IT01FfS8uZ2l0Y29uZmlnIgpmaQ KaWYgWyAiJHtXT1JLU1BBQ0VfU1NIX0RJUkVDVE9SWV9CT1VORH0iID0gInRydWUiIF0gOyB0aGVuCiAgY3AgLVIgIiR7V09SS1 QQUNFX1NTSF9ESVJFQ1RPUllfUEFUSH0iICIke1BBUkFNX1VTRVJfSE9NRX0iLy5zc2gKICBjaG1vZCA3MDAgIiR7UEFSQU1fVV FUl9IT01FfSIvLnNzaAogIGNobW9kIC1SIDQwMCAiJHtQQVJBTV9VU0VSX0hPTUV9Ii8uc3NoLyoKZmkKCkNIRUNLT1VUX0RJUj
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /bin/touch /tekton/scripts/script-0-n8tsq
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /bin/chmod +x /tekton/scripts/script-0-n8tsq
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /bin/cat
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /tekton/bin/entrypoint decode-script /tekton/scripts/script-0-n8tsq
π process jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /tekton/bin/entrypoint -wait_file /tekton/downward/ready -wait_file_content -post_file /tekton/run/0/out -termination_path /tekton/termination -step_metadata_dir /tekton/run/0/status -results commit,url -entrypoint /tekton/scripts/script-0-n8tsq --
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /ko-app/entrypoint cp /ko-app/entrypoint /tekton/bin/entrypoint 0
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /ko-app/entrypoint step-init step-clone 0
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /bin/touch /tekton/scripts/script-0-n8tsq 0
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /bin/chmod +x /tekton/scripts/script-0-n8tsq 0
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /bin/cat 0
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /tekton/bin/entrypoint decode-script /tekton/scripts/script-0-n8tsq 0
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /bin/sh -c "scriptfile="/tekton/scripts/script-0-n8tsq"
touch ${scriptfile} && chmod +x ${scriptfile}
cat > ${s" "riptfile} << '_EOF_'
IyEvdXNyL2Jpbi9lbnYgc2gKc2V0IC1ldQoKaWYgWyAiJHtQQVJBTV9WRVJCT1NFfSIgPSAidHJ1ZS" gXSA7IHRoZW4KICBzZXQgLXgKZmkKCmlmIFsgIiR7V09SS1NQQUNFX0JBU0lDX0FVVEhfRElSRUNUT1JZX0JPVU5EfSIgPSAidH 1ZSIgXSA7IHRoZW4KICBjcCAiJHtXT1JLU1BBQ0VfQkFTSUNfQVVUSF9ESVJFQ1RPUllfUEFUSH0vLmdpdC1jcmVkZW50aWFscy gIiR7UEFSQU1fVVNFUl9IT01FfS8uZ2l0LWNyZWRlbnRpYWxzIgogIGNwICIke1dPUktTUEFDRV9CQVNJQ19BVVRIX0RJUkVDVE SWV9QQVRIfS8uZ2l0Y29uZmlnIiAiJHtQQVJBTV9VU0VSX0hPTUV9Ly5naXRjb25maWciCiAgY2htb2QgNDAwICIke1BBUkFNX1 TRVJfSE9NRX0vLmdpdC1jcmVkZW50aWFscyIKICBjaG1vZCA0MDAgIiR7UEFSQU1fVVNFUl9IT01FfS8uZ2l0Y29uZmlnIgpmaQ KaWYgWyAiJHtXT1JLU1BBQ0VfU1NIX0RJUkVDVE9SWV9CT1VORH0iID0gInRydWUiIF0gOyB0aGVuCiAgY3AgLVIgIiR7V09SS1 QQUNFX1NTSF9ESVJFQ1RPUllfUEFUSH0iICIke1BBUkFNX1VTRVJfSE9NRX0iLy5zc2gKICBjaG1vZCA3MDAgIiR7UEFSQU1fVV FUl9IT01FfSIvLnNzaAogIGNobW9kIC1SIDQwMCAiJHtQQVJBTV9VU0VSX0hPTUV9Ii8uc3NoLyoKZmkKCkNIRUNLT1VUX0RJUj 0
π₯ exit jonah/ptp-lab-pipelinerun-m9ptb-clone-repo-pod /tekton/bin/entrypoint -wait_file /tekton/downward/ready -wait_file_content -post_file /tekton/run/0/out -termination_path /tekton/termination -step_metadata_dir /tekton/run/0/status -results commit,url -entrypoint /tekton/scripts/script-0-n8tsq -- 1
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /tekton/scripts/script-0-sqlst sh /tekton/scripts/script-0-sqlst
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/sh /tekton/scripts/script-0-sqlst
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/rm -rf /workspace/output/./*
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/rm -rf /workspace/output/./* 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/rm -rf /workspace/output/./.[!.]*
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/rm -rf /workspace/output/./.[!.]* 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/rm -rf /workspace/output/./..?*
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/rm -rf /workspace/output/./..?* 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /ko-app/git-init -url=https://github.com/nadgowdas/test-app-build -revision= -refspec= -path=/workspace/output/. -sslVerify=true -submodules=true -depth=1 -sparseCheckoutDirectories=
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git init /workspace/output/.
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git init /workspace/output/. 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git remote add origin https://github.com/nadgowdas/test-app-build
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git remote add origin https://github.com/nadgowdas/test-app-build 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git config core.sshCommand "ssh -o StrictHostKeyChecking=accept-new"
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git config core.sshCommand "ssh -o StrictHostKeyChecking=accept-new" 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git config http.sslVerify true
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git config http.sslVerify true 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git symbolic-ref HEAD refs/remotes/origin/HEAD
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git symbolic-ref HEAD refs/remotes/origin/HEAD 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git fetch --recurse-submodules=yes --depth=1 origin --update-head-ok --force HEAD
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-remote-https origin https://github.com/nadgowdas/test-app-build
π connect jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-remote-https tcp 172.17.0.6:26283 -> 140.82.112.4:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-remote-https tcp 172.17.0.6:26283 -> 140.82.112.4:443 bytes 517
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-remote-https tcp 172.17.0.6:26283 -> 140.82.112.4:443 bytes 64
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-remote-https tcp 172.17.0.6:26283 -> 140.82.112.4:443 bytes 46
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-remote-https tcp 172.17.0.6:26283 -> 140.82.112.4:443 bytes 49
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-remote-https tcp 172.17.0.6:26283 -> 140.82.112.4:443 bytes 35
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-remote-https tcp 172.17.0.6:26283 -> 140.82.112.4:443 bytes 126
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-remote-https tcp 172.17.0.6:26283 -> 140.82.112.4:443 bytes 31
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git fetch-pack --stateless-rpc --stdin --lock-pack --thin --no-progress --depth=1 https://github.com/nadgowdas/test-app-build/
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-remote-https tcp 172.17.0.6:26283 -> 140.82.112.4:443 bytes 128
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-remote-https tcp 172.17.0.6:26283 -> 140.82.112.4:443 bytes 211
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /ko-app/entrypoint cp /ko-app/entrypoint /tekton/bin/entrypoint
π process jonah/affinity-assistant-50494112f0-0 /ko-app/nop tekton_run_indefinitely
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /ko-app/entrypoint step-init step-clone
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/sh -c "scriptfile="/tekton/scripts/script-0-sqlst"
touch ${scriptfile} && chmod +x ${scriptfile}
cat > ${s" "riptfile} << '_EOF_'
IyEvdXNyL2Jpbi9lbnYgc2gKc2V0IC1ldQoKaWYgWyAiJHtQQVJBTV9WRVJCT1NFfSIgPSAidHJ1ZS" gXSA7IHRoZW4KICBzZXQgLXgKZmkKCmlmIFsgIiR7V09SS1NQQUNFX0JBU0lDX0FVVEhfRElSRUNUT1JZX0JPVU5EfSIgPSAidH 1ZSIgXSA7IHRoZW4KICBjcCAiJHtXT1JLU1BBQ0VfQkFTSUNfQVVUSF9ESVJFQ1RPUllfUEFUSH0vLmdpdC1jcmVkZW50aWFscy gIiR7UEFSQU1fVVNFUl9IT01FfS8uZ2l0LWNyZWRlbnRpYWxzIgogIGNwICIke1dPUktTUEFDRV9CQVNJQ19BVVRIX0RJUkVDVE SWV9QQVRIfS8uZ2l0Y29uZmlnIiAiJHtQQVJBTV9VU0VSX0hPTUV9Ly5naXRjb25maWciCiAgY2htb2QgNDAwICIke1BBUkFNX1 TRVJfSE9NRX0vLmdpdC1jcmVkZW50aWFscyIKICBjaG1vZCA0MDAgIiR7UEFSQU1fVVNFUl9IT01FfS8uZ2l0Y29uZmlnIgpmaQ KaWYgWyAiJHtXT1JLU1BBQ0VfU1NIX0RJUkVDVE9SWV9CT1VORH0iID0gInRydWUiIF0gOyB0aGVuCiAgY3AgLVIgIiR7V09SS1 QQUNFX1NTSF9ESVJFQ1RPUllfUEFUSH0iICIke1BBUkFNX1VTRVJfSE9NRX0iLy5zc2gKICBjaG1vZCA3MDAgIiR7UEFSQU1fVV FUl9IT01FfSIvLnNzaAogIGNobW9kIC1SIDQwMCAiJHtQQVJBTV9VU0VSX0hPTUV9Ii8uc3NoLyoKZmkKCkNIRUNLT1VUX0RJUj
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/touch /tekton/scripts/script-0-sqlst
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/chmod +x /tekton/scripts/script-0-sqlst
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/cat
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /tekton/bin/entrypoint decode-script /tekton/scripts/script-0-sqlst
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /tekton/bin/entrypoint -wait_file /tekton/downward/ready -wait_file_content -post_file /tekton/run/0/out -termination_path /tekton/termination -step_metadata_dir /tekton/run/0/status -results commit,url -entrypoint /tekton/scripts/script-0-sqlst --
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-remote-https tcp 172.17.0.6:26283 -> 140.82.112.4:443 bytes 75
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-remote-https tcp 172.17.0.6:26283 -> 140.82.112.4:443 bytes 220
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git --shallow-file /workspace/output/.git/shallow.lock unpack-objects -q --pack_header=2,6
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git --shallow-file /workspace/output/.git/shallow.lock unpack-objects -q --pack_header=2,6 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git --shallow-file /workspace/output/.git/shallow.lock rev-list --objects --stdin --quiet --alternate-refs
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git fetch-pack --stateless-rpc --stdin --lock-pack --thin --no-progress --depth=1 https://github.com/nadgowdas/test-app-build/ 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git --shallow-file /workspace/output/.git/shallow.lock rev-list --objects --stdin --quiet --alternate-refs 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git rev-list --objects --stdin --not --all --quiet --alternate-refs
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git rev-list --objects --stdin --not --all --quiet --alternate-refs 0
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-remote-https tcp 172.17.0.6:26283 -> 140.82.112.4:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-remote-https tcp 172.17.0.6:26283 -> 140.82.112.4:443
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-remote-https origin https://github.com/nadgowdas/test-app-build 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git gc --auto
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git gc --auto 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git fetch --recurse-submodules=yes --depth=1 origin --update-head-ok --force HEAD 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git show -q --pretty=format:%H FETCH_HEAD
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git show -q --pretty=format:%H FETCH_HEAD 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git checkout -f FETCH_HEAD
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git checkout -f FETCH_HEAD 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git show -q --pretty=format:%H HEAD
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git show -q --pretty=format:%H HEAD 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git show -q --pretty=format:%D HEAD
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git show -q --pretty=format:%D HEAD 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git submodule update --recursive --init --depth=1
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-submodule /usr/libexec/git-core/git-submodule update --recursive --init --depth=1
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/basename /usr/libexec/git-core/git-submodule
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/sed -e "s/-/ /"
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/basename /usr/libexec/git-core/git-submodule 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/sed -e "s/-/ /" 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git --exec-path
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git --exec-path 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/basename -- /usr/libexec/git-core/git-submodule
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/sed -e "s/-/ /"
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/basename -- /usr/libexec/git-core/git-submodule 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/sed -e "s/-/ /" 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git sh-i18n--envsubst --variables "usage: $dashless $USAGE"
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-sh-i18n--envsubst --variables "usage: $dashless $USAGE"
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-sh-i18n--envsubst --variables "usage: $dashless $USAGE" 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git sh-i18n--envsubst --variables "usage: $dashless $USAGE" 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git sh-i18n--envsubst "usage: $dashless $USAGE"
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-sh-i18n--envsubst "usage: $dashless $USAGE"
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-sh-i18n--envsubst "usage: $dashless $USAGE" 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git sh-i18n--envsubst "usage: $dashless $USAGE" 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/uname -s
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/uname -s 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git rev-parse --git-dir
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git rev-parse --git-dir 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git rev-parse --git-path objects
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git rev-parse --git-path objects 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git rev-parse -q --git-dir
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git rev-parse -q --git-dir 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git rev-parse --is-inside-work-tree
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git rev-parse --is-inside-work-tree 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git rev-parse --show-prefix
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git rev-parse --show-prefix 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git rev-parse --show-toplevel
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git rev-parse --show-toplevel 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/sed -e s/-/_/g
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/sed -e s/-/_/g 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git submodule--helper init --
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git submodule--helper init -- 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git submodule--helper update-clone --depth --depth=1 --
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git submodule--helper update-clone --depth --depth=1 -- 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/libexec/git-core/git-submodule /usr/libexec/git-core/git-submodule update --recursive --init --depth=1 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git submodule update --recursive --init --depth=1 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git show -q --pretty=format:%H HEAD
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git show -q --pretty=format:%H HEAD 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /ko-app/git-init -url=https://github.com/nadgowdas/test-app-build -revision= -refspec= -path=/workspace/output/. -sslVerify=true -submodules=true -depth=1 -sparseCheckoutDirectories= 0
π process jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git rev-parse HEAD
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /usr/bin/git rev-parse HEAD 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/sh /tekton/scripts/script-0-sqlst 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /tekton/bin/entrypoint -wait_file /tekton/downward/ready -wait_file_content -post_file /tekton/run/0/out -termination_path /tekton/termination -step_metadata_dir /tekton/run/0/status -results commit,url -entrypoint /tekton/scripts/script-0-sqlst -- 0
π process jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /tekton/scripts/script-0-srrzz /tekton/scripts/script-0-srrzz
π process jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /bin/ls -lRth /workspace/source/
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /bin/ls -lRth /workspace/source/ 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /tekton/scripts/script-0-srrzz /tekton/scripts/script-0-srrzz 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /ko-app/entrypoint cp /ko-app/entrypoint /tekton/bin/entrypoint 0
π process jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /ko-app/entrypoint cp /ko-app/entrypoint /tekton/bin/entrypoint
π process jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /dev/fd/6 init
π process jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /ko-app/entrypoint step-init step-print-ls
π process jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /bin/sh -c "scriptfile="/tekton/scripts/script-0-srrzz"
touch ${scriptfile} && chmod +x ${scriptfile}
cat > ${s" "riptfile} << '_EOF_'
IyEvYmluL3NoCnNldCAtZQpzZXQgLWUKbHMgLWxSdGggL3dvcmtzcGFjZS9zb3VyY2UvCg==
_EOF_" "/tekton/bin/entrypoint decode-script "${scriptfile}"
"
π process jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /bin/touch /tekton/scripts/script-0-srrzz
π process jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /bin/chmod +x /tekton/scripts/script-0-srrzz
π process jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /bin/cat
π process jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /tekton/bin/entrypoint decode-script /tekton/scripts/script-0-srrzz
π process jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /ko-app/workingdirinit /workspace/source
π process jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /tekton/bin/entrypoint -wait_file /tekton/downward/ready -wait_file_content -post_file /tekton/run/0/out -termination_path /tekton/termination -step_metadata_dir /tekton/run/0/status -entrypoint /tekton/scripts/script-0-srrzz --
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /ko-app/entrypoint cp /ko-app/entrypoint /tekton/bin/entrypoint
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /ko-app/entrypoint step-init step-build-and-push
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:29924 -> 140.82.113.33:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:29924 -> 140.82.113.33:443 bytes 277
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:29924 -> 140.82.113.33:443 bytes 64
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:29924 -> 140.82.113.33:443 bytes 86
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:29924 -> 140.82.113.33:443 bytes 65
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:29924 -> 140.82.113.33:443 bytes 31
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:29924 -> 140.82.113.33:443 bytes 196
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:29924 -> 140.82.113.33:443 bytes 134
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:29924 -> 140.82.113.33:443 bytes 97
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443 bytes 296
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443 bytes 80
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443 bytes 132
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443 bytes 506
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443 bytes 663
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443 bytes 319
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443 bytes 538
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443 bytes 253
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443 bytes 466
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443 bytes 253
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443 bytes 466
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /ko-app/entrypoint step-init step-clone 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/touch /tekton/scripts/script-0-sqlst 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/chmod +x /tekton/scripts/script-0-sqlst 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/cat 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /tekton/bin/entrypoint decode-script /tekton/scripts/script-0-sqlst 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-clone-repo-pod /bin/sh -c "scriptfile="/tekton/scripts/script-0-sqlst"
touch ${scriptfile} && chmod +x ${scriptfile}
cat > ${s" "riptfile} << '_EOF_'
IyEvdXNyL2Jpbi9lbnYgc2gKc2V0IC1ldQoKaWYgWyAiJHtQQVJBTV9WRVJCT1NFfSIgPSAidHJ1ZS" gXSA7IHRoZW4KICBzZXQgLXgKZmkKCmlmIFsgIiR7V09SS1NQQUNFX0JBU0lDX0FVVEhfRElSRUNUT1JZX0JPVU5EfSIgPSAidH 1ZSIgXSA7IHRoZW4KICBjcCAiJHtXT1JLU1BBQ0VfQkFTSUNfQVVUSF9ESVJFQ1RPUllfUEFUSH0vLmdpdC1jcmVkZW50aWFscy gIiR7UEFSQU1fVVNFUl9IT01FfS8uZ2l0LWNyZWRlbnRpYWxzIgogIGNwICIke1dPUktTUEFDRV9CQVNJQ19BVVRIX0RJUkVDVE SWV9QQVRIfS8uZ2l0Y29uZmlnIiAiJHtQQVJBTV9VU0VSX0hPTUV9Ly5naXRjb25maWciCiAgY2htb2QgNDAwICIke1BBUkFNX1 TRVJfSE9NRX0vLmdpdC1jcmVkZW50aWFscyIKICBjaG1vZCA0MDAgIiR7UEFSQU1fVVNFUl9IT01FfS8uZ2l0Y29uZmlnIgpmaQ KaWYgWyAiJHtXT1JLU1BBQ0VfU1NIX0RJUkVDVE9SWV9CT1VORH0iID0gInRydWUiIF0gOyB0aGVuCiAgY3AgLVIgIiR7V09SS1 QQUNFX1NTSF9ESVJFQ1RPUllfUEFUSH0iICIke1BBUkFNX1VTRVJfSE9NRX0iLy5zc2gKICBjaG1vZCA3MDAgIiR7UEFSQU1fVV FUl9IT01FfSIvLnNzaAogIGNobW9kIC1SIDQwMCAiJHtQQVJBTV9VU0VSX0hPTUV9Ii8uc3NoLyoKZmkKCkNIRUNLT1VUX0RJUj 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /ko-app/workingdirinit /workspace/source
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /tekton/bin/entrypoint -wait_file /tekton/downward/ready -wait_file_content -post_file /tekton/run/0/out -termination_path /tekton/termination -step_metadata_dir /tekton/run/0/status -results IMAGE-DIGEST,IMAGE_DIGEST,IMAGE_URL --
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443 bytes 253
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443 bytes 466
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sh -c "yum -y upgrade"
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum /usr/bin/yum -y upgrade
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /ko-app/entrypoint cp /ko-app/entrypoint /tekton/bin/entrypoint 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /dev/fd/6 init 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /ko-app/entrypoint step-init step-print-ls 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /bin/touch /tekton/scripts/script-0-srrzz 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /bin/chmod +x /tekton/scripts/script-0-srrzz 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /bin/cat 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /tekton/bin/entrypoint decode-script /tekton/scripts/script-0-srrzz 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /bin/sh -c "scriptfile="/tekton/scripts/script-0-srrzz"
touch ${scriptfile} && chmod +x ${scriptfile}
cat > ${s" "riptfile} << '_EOF_'
IyEvYmluL3NoCnNldCAtZQpzZXQgLWUKbHMgLWxSdGggL3dvcmtzcGFjZS9zb3VyY2UvCg==
_EOF_" "/tekton/bin/entrypoint decode-script "${scriptfile}"
" 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /ko-app/workingdirinit /workspace/source 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /ko-app/entrypoint cp /ko-app/entrypoint /tekton/bin/entrypoint 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-print-src-pod /tekton/bin/entrypoint -wait_file /tekton/downward/ready -wait_file_content -post_file /tekton/run/0/out -termination_path /tekton/termination -step_metadata_dir /tekton/run/0/status -entrypoint /tekton/scripts/script-0-srrzz -- 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /ko-app/entrypoint step-init step-build-and-push 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /ko-app/workingdirinit /workspace/source 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /sbin/ldconfig -p
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /sbin/ldconfig -p 0
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 0.0.0.0:0 -> 0.0.0.0:0
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:61079 -> 23.216.132.62:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:61079 -> 23.216.132.62:443 bytes 517
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:61079 -> 23.216.132.62:443 bytes 80
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:61079 -> 23.216.132.62:443 bytes 263
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:61079 -> 23.216.132.62:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:61079 -> 23.216.132.62:443
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:61591 -> 23.216.132.62:443
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:62615 -> 23.216.132.62:443
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:63127 -> 23.216.132.62:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:61591 -> 23.216.132.62:443 bytes 517
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:62615 -> 23.216.132.62:443 bytes 517
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:63127 -> 23.216.132.62:443 bytes 517
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:61591 -> 23.216.132.62:443 bytes 80
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:61591 -> 23.216.132.62:443 bytes 289
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:62615 -> 23.216.132.62:443 bytes 80
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:62615 -> 23.216.132.62:443 bytes 291
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:63127 -> 23.216.132.62:443 bytes 80
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:63127 -> 23.216.132.62:443 bytes 284
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:63127 -> 23.216.132.62:443 bytes 292
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:61591 -> 23.216.132.62:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:61591 -> 23.216.132.62:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:62615 -> 23.216.132.62:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:62615 -> 23.216.132.62:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:63127 -> 23.216.132.62:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:63127 -> 23.216.132.62:443
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:63639 -> 23.216.132.62:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:63639 -> 23.216.132.62:443 bytes 517
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:63639 -> 23.216.132.62:443 bytes 80
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:63639 -> 23.216.132.62:443 bytes 266
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:63639 -> 23.216.132.62:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:63639 -> 23.216.132.62:443
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:64151 -> 23.216.132.62:443
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:64663 -> 23.216.132.62:443
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:65175 -> 23.216.132.62:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:64151 -> 23.216.132.62:443 bytes 517
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:64663 -> 23.216.132.62:443 bytes 517
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:65175 -> 23.216.132.62:443 bytes 517
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:64151 -> 23.216.132.62:443 bytes 80
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:64151 -> 23.216.132.62:443 bytes 292
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:64663 -> 23.216.132.62:443 bytes 80
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:64663 -> 23.216.132.62:443 bytes 294
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:65175 -> 23.216.132.62:443 bytes 80
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:65175 -> 23.216.132.62:443 bytes 287
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:65175 -> 23.216.132.62:443 bytes 293
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:65175 -> 23.216.132.62:443 bytes 295
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:64151 -> 23.216.132.62:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:64151 -> 23.216.132.62:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:64663 -> 23.216.132.62:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:64663 -> 23.216.132.62:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:65175 -> 23.216.132.62:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:65175 -> 23.216.132.62:443
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:152 -> 23.216.132.62:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:152 -> 23.216.132.62:443 bytes 517
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:152 -> 23.216.132.62:443 bytes 80
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:152 -> 23.216.132.62:443 bytes 274
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:152 -> 23.216.132.62:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:152 -> 23.216.132.62:443
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:21707 -> 23.216.132.61:443
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:22219 -> 23.216.132.61:443
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:22731 -> 23.216.132.61:443
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 0.0.0.0:0 -> 0.0.0.0:0
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 0.0.0.0:0 -> 0.0.0.0:0
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 0.0.0.0:0 -> 0.0.0.0:0
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 0.0.0.0:0 -> 0.0.0.0:0
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 0.0.0.0:0 -> 0.0.0.0:0
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 0.0.0.0:0 -> 0.0.0.0:0
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:21707 -> 23.216.132.61:443 bytes 517
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:22219 -> 23.216.132.61:443 bytes 517
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:21707 -> 23.216.132.61:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:21707 -> 23.216.132.61:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:22219 -> 23.216.132.61:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:22219 -> 23.216.132.61:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:22731 -> 23.216.132.61:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:22731 -> 23.216.132.61:443
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum /usr/bin/yum -y upgrade 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sh -c "yum install -y wget"
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum /usr/bin/yum install -y wget
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /sbin/ldconfig -p
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /sbin/ldconfig -p 0
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 0.0.0.0:0 -> 0.0.0.0:0
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:664 -> 23.216.132.62:443
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:1176 -> 23.216.132.62:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:664 -> 23.216.132.62:443 bytes 517
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:1176 -> 23.216.132.62:443 bytes 517
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:664 -> 23.216.132.62:443 bytes 80
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:664 -> 23.216.132.62:443 bytes 246
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:1176 -> 23.216.132.62:443 bytes 80
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:1176 -> 23.216.132.62:443 bytes 244
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:664 -> 23.216.132.62:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:664 -> 23.216.132.62:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:1176 -> 23.216.132.62:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum tcp 172.17.0.7:1176 -> 23.216.132.62:443
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/rpmkeys --checksig --root / --verbose "--define=_pkgverify_level signature" "--define=_pkgverify_flags 0x0" -
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/rpmkeys --checksig --root / --verbose "--define=_pkgverify_level signature" "--define=_pkgverify_flags 0x0" - 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/rpmkeys --checksig --root / --verbose "--define=_pkgverify_level signature" "--define=_pkgverify_flags 0x0" -
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/rpmkeys --checksig --root / --verbose "--define=_pkgverify_level signature" "--define=_pkgverify_flags 0x0" - 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sh /var/tmp/rpm-tmp.ovUEUJ 1
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /sbin/install-info /usr/share/info/wget.info.gz /usr/share/info/dir
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /sbin/install-info /usr/share/info/wget.info.gz /usr/share/info/dir 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sh /var/tmp/rpm-tmp.ovUEUJ 1 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sh /var/tmp/rpm-tmp.iEGK6L 0 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /sbin/ldconfig
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /sbin/ldconfig 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sh /var/tmp/rpm-tmp.iEGK6L 0 0 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sh /var/tmp/rpm-tmp.6LabnL 0 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/sbin/fix-info-dir /usr/sbin/fix-info-dir /usr/share/info/dir
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/basename --coreutils-prog-shebang=basename /bin/basename /usr/share/info/dir
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/basename --coreutils-prog-shebang=basename /bin/basename /usr/share/info/dir 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/dirname --coreutils-prog-shebang=dirname /bin/dirname /usr/share/info/dir
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/dirname --coreutils-prog-shebang=dirname /bin/dirname /usr/share/info/dir 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/cp --coreutils-prog-shebang=cp /bin/cp dir dir.old
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/cp --coreutils-prog-shebang=cp /bin/cp dir dir.old 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sed -n -e "/\* /{
s/).*$//g
s/\.gz$//
s/\.info$//
s/^.*(//p
}"
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sed -e "1,/^\*\([ ]\)\{1,\}Menu:/d" -e "s/^\*\([ ]\)\{1,\}/* /" -e "s/\([ ]\)\{1,\}$//g"
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sed -e "1,/^\*\([ ]\)\{1,\}Menu:/d" -e "s/^\*\([ ]\)\{1,\}/* /" -e "s/\([ ]\)\{1,\}$//g" 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sed -n -e "/\* /{
s/).*$//g
s/\.gz$//
s/\.info$//
s/^.*(//p
}" 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sort --coreutils-prog-shebang=sort /bin/sort -u
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sort --coreutils-prog-shebang=sort /bin/sort -u 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/ls --coreutils-prog-shebang=ls /bin/ls -F
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/ls --coreutils-prog-shebang=ls /bin/ls -F 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sed -e /\/$/d -e /[-.][0-9]/d -e /^dir$/d -e /^dir.old$/d -e s/[*@]$// -e s/\.gz$// -e s/\.info$//
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sort --coreutils-prog-shebang=sort /bin/sort
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sed -e /\/$/d -e /[-.][0-9]/d -e /^dir$/d -e /^dir.old$/d -e s/[*@]$// -e s/\.gz$// -e s/\.info$// 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sort --coreutils-prog-shebang=sort /bin/sort 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/comm --coreutils-prog-shebang=comm /bin/comm -13 /usr/tmp/fx45.info /usr/tmp/fy45.info
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/comm --coreutils-prog-shebang=comm /bin/comm -13 /usr/tmp/fx45.info /usr/tmp/fy45.info 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/rm --coreutils-prog-shebang=rm /bin/rm -f /usr/tmp/fx45.info /usr/tmp/fy45.info
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/rm --coreutils-prog-shebang=rm /bin/rm -f /usr/tmp/fx45.info /usr/tmp/fy45.info 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/rm --coreutils-prog-shebang=rm /bin/rm -f /usr/tmp/fx45.info /usr/tmp/fy45.info
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/sbin/fix-info-dir /usr/sbin/fix-info-dir /usr/share/info/dir 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/rm --coreutils-prog-shebang=rm /bin/rm -f /usr/tmp/fx45.info /usr/tmp/fy45.info 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sh /var/tmp/rpm-tmp.6LabnL 0 0 0
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/yum /usr/bin/yum install -y wget 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sh -c "curl -L https://download.docker.com/linux/static/stable/x86_64/docker-19.03.0.tgz --output /tmp/doc" er-19.03.0.tgz
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/curl -L https://download.docker.com/linux/static/stable/x86_64/docker-19.03.0.tgz --output /tmp/docker-19.03.0.tgz
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/curl tcp 172.17.0.7:15061 -> 13.224.207.98:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/curl tcp 172.17.0.7:15061 -> 13.224.207.98:443 bytes 517
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/curl tcp 172.17.0.7:15061 -> 13.224.207.98:443 bytes 64
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/curl tcp 172.17.0.7:15061 -> 13.224.207.98:443 bytes 46
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/curl tcp 172.17.0.7:15061 -> 13.224.207.98:443 bytes 49
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/curl tcp 172.17.0.7:15061 -> 13.224.207.98:443 bytes 35
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/curl tcp 172.17.0.7:15061 -> 13.224.207.98:443 bytes 99
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/curl tcp 172.17.0.7:15061 -> 13.224.207.98:443 bytes 31
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/curl tcp 172.17.0.7:15061 -> 13.224.207.98:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/curl tcp 172.17.0.7:15061 -> 13.224.207.98:443
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/curl -L https://download.docker.com/linux/static/stable/x86_64/docker-19.03.0.tgz --output /tmp/docker-19.03.0.tgz 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sh -c "wget -O jq https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 && chmod +x ./jq &" " cp jq /usr/bin"
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/wget -O jq https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/wget tcp 172.17.0.7:21132 -> 140.82.112.4:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/wget tcp 172.17.0.7:21132 -> 140.82.112.4:443 bytes 517
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/wget tcp 172.17.0.7:21132 -> 140.82.112.4:443 bytes 6
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/wget tcp 172.17.0.7:21132 -> 140.82.112.4:443 bytes 58
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/wget tcp 172.17.0.7:21132 -> 140.82.112.4:443 bytes 206
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/wget tcp 172.17.0.7:25823 -> 185.199.110.133:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/wget tcp 172.17.0.7:25823 -> 185.199.110.133:443 bytes 517
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/wget tcp 172.17.0.7:25823 -> 185.199.110.133:443 bytes 6
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/wget tcp 172.17.0.7:25823 -> 185.199.110.133:443 bytes 74
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/wget tcp 172.17.0.7:25823 -> 185.199.110.133:443 bytes 679
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/wget tcp 172.17.0.7:21132 -> 140.82.112.4:443
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/wget -O jq https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 0
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /bin/sh tcp 172.17.0.7:25823 -> 185.199.110.133:443
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/chmod --coreutils-prog-shebang=chmod /usr/bin/chmod +x ./jq
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/chmod --coreutils-prog-shebang=chmod /usr/bin/chmod +x ./jq 0
π process jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/cp --coreutils-prog-shebang=cp /usr/bin/cp jq /usr/bin
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /usr/bin/cp --coreutils-prog-shebang=cp /usr/bin/cp jq /usr/bin 0
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443 bytes 253
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443 bytes 253
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443 bytes 466
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:2712 -> 23.216.132.62:443
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:1688 -> 23.216.132.62:443
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:2200 -> 23.216.132.62:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:1688 -> 23.216.132.62:443 bytes 296
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:2200 -> 23.216.132.62:443 bytes 296
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:2712 -> 23.216.132.62:443 bytes 296
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:2712 -> 23.216.132.62:443 bytes 80
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:2200 -> 23.216.132.62:443 bytes 80
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:2712 -> 23.216.132.62:443 bytes 466
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:1688 -> 23.216.132.62:443 bytes 80
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:2712 -> 23.216.132.62:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:2712 -> 23.216.132.62:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443 bytes 24
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:4324 -> 23.216.132.54:443
π connect jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:26328 -> 140.82.112.33:443
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:26328 -> 140.82.112.33:443 bytes 277
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:26328 -> 140.82.112.33:443 bytes 64
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:26328 -> 140.82.112.33:443 bytes 86
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:26328 -> 140.82.112.33:443 bytes 62
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:26328 -> 140.82.112.33:443 bytes 31
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:26328 -> 140.82.112.33:443 bytes 155
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:26328 -> 140.82.112.33:443 bytes 166
π€ sendmsg jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor tcp 172.17.0.7:26328 -> 140.82.112.33:443 bytes 109
<dup lines removed>
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /kaniko/executor 0
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /tekton/bin/entrypoint tcp 172.17.0.7:2200 -> 23.216.132.62:443
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /tekton/bin/entrypoint tcp 172.17.0.7:1688 -> 23.216.132.62:443
π§Ή close jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /tekton/bin/entrypoint tcp 172.17.0.7:26328 -> 140.82.112.33:443
π₯ exit jonah/ptp-lab-pipelinerun-bwp7j-build-and-push-image-pod /tekton/bin/entrypoint -wait_file /tekton/downward/ready -wait_file_content -post_file /tekton/run/0/out -termination_path /tekton/termination -step_metadata_dir /tekton/run/0/status -results IMAGE-DIGEST,IMAGE_DIGEST,IMAGE_URL -- 0
π₯ exit jonah/affinity-assistant-50494112f0-0 /ko-app/nop tekton_run_indefinitely 0