argo-workflows: steps not displaying in UI after v3.5.1

Pre-requisites

  • I have double-checked my configuration
  • I can confirm the issues exists when I tested with :latest
  • I’d like to contribute the fix myself (see contributing guide)

What happened/what you expected to happen?

v3.5.1 steps after snyk-scan no longer displayed. they do still run.

image

v3.5.0-rc1 shows all the steps after snyk-scan.

image

snyk-scan has an exit handler and ignore errors on it. the entire workflow also has an exit handler.

note: logs have been truncated to 65000 chars.

Version

v3.5.1

Paste a small workflow that reproduces the issue. We must be able to run the workflow; don’t enter a workflows that uses private images.

n/a

Logs from the workflow controller

kubectl logs -n argo deploy/workflow-controller | grep ${workflow}
time="2023-11-07T20:37:06.985Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.550Z" level=info msg="argo/Mutex/hello-secret-world-staging acquired by argo/deploy-hello-secret-world-staging-fdsng. Lock availability: 0/1" mutex=argo/Mutex/hello-secret-world-staging
time="2023-11-07T20:37:07.550Z" level=info msg="Updated phase  -> Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.562Z" level=info msg="Created PDB resource for workflow." namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.562Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.564Z" level=info msg="was unable to obtain node for , letting display name to be nodeName" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.564Z" level=info msg="Steps node deploy-hello-secret-world-staging-fdsng initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.565Z" level=info msg="StepGroup node deploy-hello-secret-world-staging-fdsng-2623773000 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.565Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.568Z" level=info msg="Steps node deploy-hello-secret-world-staging-fdsng-3686683072 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.568Z" level=info msg="StepGroup node deploy-hello-secret-world-staging-fdsng-3398093914 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.568Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.574Z" level=info msg="Steps node deploy-hello-secret-world-staging-fdsng-1976283980 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.574Z" level=info msg="StepGroup node deploy-hello-secret-world-staging-fdsng-3961063078 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.574Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.576Z" level=info msg="Pod node deploy-hello-secret-world-staging-fdsng-438438879 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.652Z" level=info msg="Created pod: deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[0].ci[0].git-clone-src (deploy-hello-secret-world-staging-fdsng-git-clone-438438879)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.652Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3961063078 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.652Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3398093914 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.652Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.652Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.652Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:07.703Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743180880 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:17.660Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:17.660Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:17.661Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:17.661Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-438438879 old.message= old.phase=Pending old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:17.661Z" level=info msg="setting workflow.outputs.parameters.git-commit-hash: '2159d986a659053cd961e5eb821ccf12c7a2e3be'" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:17.667Z" level=info msg="cleaning up pod" action=terminateContainers key=argo/deploy-hello-secret-world-staging-fdsng-git-clone-438438879/terminateContainers
time="2023-11-07T20:37:17.667Z" level=info msg="https://10.58.0.1:443/api/v1/namespaces/argo/pods/deploy-hello-secret-world-staging-fdsng-git-clone-438438879/exec?command=%2Fbin%2Fsh&command=-c&command=kill+-15+1&container=vault-agent&stderr=true&stdout=true&tty=false"
time="2023-11-07T20:37:17.674Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3961063078 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:17.674Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3398093914 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:17.674Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:17.674Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:17.674Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:17.720Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743181078 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:17.735Z" level=info msg="signaled container" container=vault-agent error="<nil>" namespace=argo pod=deploy-hello-secret-world-staging-fdsng-git-clone-438438879 stderr= stdout=
time="2023-11-07T20:37:28.856Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:28.856Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:28.856Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:28.857Z" level=info msg="node changed" namespace=argo new.message= new.phase=Succeeded new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-438438879 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:28.885Z" level=info msg="Step group node deploy-hello-secret-world-staging-fdsng-3961063078 successful" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:28.885Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3961063078 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:28.885Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3961063078 finished: 2023-11-07 20:37:28.885461555 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:28.885Z" level=info msg="StepGroup node deploy-hello-secret-world-staging-fdsng-3893805507 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:28.886Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-438438879 are [deploy-hello-secret-world-staging-fdsng-438438879]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:28.887Z" level=info msg="Skipping deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[0].ci[1].comment-on-pr-build-started: when ''false' == 'true' && '' != ''\n' evaluated false" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:28.887Z" level=info msg="Skipped node deploy-hello-secret-world-staging-fdsng-638424506 initialized Skipped (message: when ''false' == 'true' && '' != ''\n' evaluated false)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:28.887Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:28.889Z" level=info msg="Pod node deploy-hello-secret-world-staging-fdsng-2086845964 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:28.953Z" level=info msg="Created pod: deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[0].ci[1].build-start-notification (deploy-hello-secret-world-staging-fdsng-slack-notification-2086845964)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:28.953Z" level=info msg="Container node deploy-hello-secret-world-staging-fdsng-1733865311 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:28.953Z" level=info msg="Container node deploy-hello-secret-world-staging-fdsng-2995870895 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:28.953Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:28.960Z" level=info msg="Pod node deploy-hello-secret-world-staging-fdsng-2413038509 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:29.052Z" level=info msg="Created pod: deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[0].ci[1].build-image (deploy-hello-secret-world-staging-fdsng-build-image-2413038509)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:29.053Z" level=info msg="Container node deploy-hello-secret-world-staging-fdsng-2927218945 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:29.053Z" level=info msg="Container node deploy-hello-secret-world-staging-fdsng-1706482796 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:29.053Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3893805507 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:29.053Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3398093914 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:29.053Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:29.053Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:29.053Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:29.110Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743181289 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:29.122Z" level=info msg="cleaning up pod" action=labelPodCompleted key=argo/deploy-hello-secret-world-staging-fdsng-git-clone-438438879/labelPodCompleted
time="2023-11-07T20:37:38.960Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.961Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=2 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.961Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.961Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.962Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2927218945 phase Pending -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.962Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2927218945 finished: 2023-11-07 20:37:38.962626032 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.962Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1706482796 phase Pending -> Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.962Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 old.message= old.phase=Pending old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.963Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2995870895 phase Pending -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.963Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2995870895 finished: 2023-11-07 20:37:38.963560533 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.963Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1733865311 phase Pending -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.963Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1733865311 finished: 2023-11-07 20:37:38.96359315 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.963Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 old.message= old.phase=Pending old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.968Z" level=info msg="cleaning up pod" action=terminateContainers key=argo/deploy-hello-secret-world-staging-fdsng-slack-notification-2086845964/terminateContainers
time="2023-11-07T20:37:38.969Z" level=info msg="https://10.58.0.1:443/api/v1/namespaces/argo/pods/deploy-hello-secret-world-staging-fdsng-slack-notification-2086845964/exec?command=%2Fbin%2Fsh&command=-c&command=kill+-15+1&container=vault-agent&stderr=true&stdout=true&tty=false"
time="2023-11-07T20:37:38.978Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-438438879 are [deploy-hello-secret-world-staging-fdsng-438438879]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.989Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3893805507 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.989Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3398093914 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.989Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.989Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:38.989Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:39.050Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743181490 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:39.050Z" level=info msg="signaled container" container=vault-agent error="<nil>" namespace=argo pod=deploy-hello-secret-world-staging-fdsng-slack-notification-2086845964 stderr= stdout=
time="2023-11-07T20:37:47.736Z" level=info msg="cleaning up pod" action=killContainers key=argo/deploy-hello-secret-world-staging-fdsng-git-clone-438438879/killContainers
time="2023-11-07T20:37:49.292Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:49.293Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=2 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:49.293Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:49.293Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:49.294Z" level=info msg="node unchanged" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:49.295Z" level=info msg="node changed" namespace=argo new.message= new.phase=Succeeded new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:49.316Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-438438879 are [deploy-hello-secret-world-staging-fdsng-438438879]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:49.324Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3893805507 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:49.324Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3398093914 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:49.325Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:49.325Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:49.325Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:49.373Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743181670 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:49.383Z" level=info msg="cleaning up pod" action=labelPodCompleted key=argo/deploy-hello-secret-world-staging-fdsng-slack-notification-2086845964/labelPodCompleted
time="2023-11-07T20:37:59.446Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:59.446Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=2 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:59.446Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:59.446Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:59.448Z" level=info msg="node unchanged" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:59.460Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-438438879 are [deploy-hello-secret-world-staging-fdsng-438438879]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:59.466Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3893805507 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:59.466Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3398093914 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:59.466Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:59.467Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:59.467Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:37:59.518Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743181670 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:09.057Z" level=info msg="cleaning up pod" action=killContainers key=argo/deploy-hello-secret-world-staging-fdsng-slack-notification-2086845964/killContainers
time="2023-11-07T20:38:10.599Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:10.599Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=3 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:10.599Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:10.599Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:10.599Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:10.600Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1706482796 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:10.600Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1706482796 finished: 2023-11-07 20:38:10.600797396 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:10.600Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:10.606Z" level=info msg="cleaning up pod" action=terminateContainers key=argo/deploy-hello-secret-world-staging-fdsng-build-image-2413038509/terminateContainers
time="2023-11-07T20:38:10.606Z" level=info msg="https://10.58.0.1:443/api/v1/namespaces/argo/pods/deploy-hello-secret-world-staging-fdsng-build-image-2413038509/exec?command=%2Fbin%2Fsh&command=-c&command=kill+-15+1&container=vault-agent&stderr=true&stdout=true&tty=false"
time="2023-11-07T20:38:10.613Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-438438879 are [deploy-hello-secret-world-staging-fdsng-438438879]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:10.620Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3893805507 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:10.620Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3398093914 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:10.620Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:10.620Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:10.620Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:10.674Z" level=info msg="signaled container" container=vault-agent error="<nil>" namespace=argo pod=deploy-hello-secret-world-staging-fdsng-build-image-2413038509 stderr= stdout=
time="2023-11-07T20:38:10.676Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743182071 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.744Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.745Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=3 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.745Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.745Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.745Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.746Z" level=info msg="node changed" namespace=argo new.message= new.phase=Succeeded new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.763Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-438438879 are [deploy-hello-secret-world-staging-fdsng-438438879]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.773Z" level=info msg="Step group node deploy-hello-secret-world-staging-fdsng-3893805507 successful" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.774Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3893805507 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.774Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3893805507 finished: 2023-11-07 20:38:21.774051027 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.774Z" level=info msg="StepGroup node deploy-hello-secret-world-staging-fdsng-3894349960 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.774Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-638424506 are [deploy-hello-secret-world-staging-fdsng-638424506]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.775Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2086845964 are [deploy-hello-secret-world-staging-fdsng-2995870895]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.776Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2413038509 are [deploy-hello-secret-world-staging-fdsng-1706482796]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.776Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.781Z" level=info msg="Steps node deploy-hello-secret-world-staging-fdsng-4112585283 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.781Z" level=info msg="StepGroup node deploy-hello-secret-world-staging-fdsng-4015896687 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.781Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.783Z" level=info msg="Pod node deploy-hello-secret-world-staging-fdsng-502288 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.831Z" level=info msg="Created pod: deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[0].ci[2].snyk[0].get-snyk-tag (deploy-hello-secret-world-staging-fdsng-get-snyk-tag-502288)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.832Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-4015896687 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.832Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3894349960 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.832Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3398093914 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.832Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.832Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.832Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.886Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743182279 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:21.897Z" level=info msg="cleaning up pod" action=labelPodCompleted key=argo/deploy-hello-secret-world-staging-fdsng-build-image-2413038509/labelPodCompleted
time="2023-11-07T20:38:31.838Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.839Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=4 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.839Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.839Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-502288 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.839Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.839Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.840Z" level=info msg="node changed" namespace=argo new.message= new.phase=Succeeded new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-502288 old.message= old.phase=Pending old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.853Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-438438879 are [deploy-hello-secret-world-staging-fdsng-438438879]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.853Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-638424506 are [deploy-hello-secret-world-staging-fdsng-638424506]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.854Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2086845964 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.855Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2413038509 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.859Z" level=info msg="Step group node deploy-hello-secret-world-staging-fdsng-4015896687 successful" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.859Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-4015896687 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.859Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-4015896687 finished: 2023-11-07 20:38:31.85964627 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.859Z" level=info msg="StepGroup node deploy-hello-secret-world-staging-fdsng-4083154258 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.860Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-502288 are [deploy-hello-secret-world-staging-fdsng-502288]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.861Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.863Z" level=info msg="Steps node deploy-hello-secret-world-staging-fdsng-2350921133 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.863Z" level=info msg="StepGroup node deploy-hello-secret-world-staging-fdsng-2007322289 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.864Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.865Z" level=info msg="Pod node deploy-hello-secret-world-staging-fdsng-3288784250 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.913Z" level=info msg="Created pod: deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[0].ci[2].snyk[1].snyk-scan[0].snyk-code (deploy-hello-secret-world-staging-fdsng-code-scan-3288784250)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.913Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.916Z" level=info msg="Pod node deploy-hello-secret-world-staging-fdsng-2960399831 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.980Z" level=info msg="Created pod: deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[0].ci[2].snyk[1].snyk-scan[0].snyk-test (deploy-hello-secret-world-staging-fdsng-test-scan-2960399831)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.980Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:31.982Z" level=info msg="Pod node deploy-hello-secret-world-staging-fdsng-2630298030 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:32.043Z" level=info msg="Created pod: deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[0].ci[2].snyk[1].snyk-scan[0].snyk-container (deploy-hello-secret-world-staging-fdsng-container-scan-2630298030)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:32.043Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2007322289 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:32.043Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-4083154258 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:32.043Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3894349960 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:32.043Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3398093914 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:32.043Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:32.043Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:32.043Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:32.100Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743182479 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:32.110Z" level=info msg="cleaning up pod" action=labelPodCompleted key=argo/deploy-hello-secret-world-staging-fdsng-get-snyk-tag-502288/labelPodCompleted
time="2023-11-07T20:38:40.674Z" level=info msg="cleaning up pod" action=killContainers key=argo/deploy-hello-secret-world-staging-fdsng-build-image-2413038509/killContainers
time="2023-11-07T20:38:41.921Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.922Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=4 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.922Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.922Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.922Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.922Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-502288 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.923Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-3288784250 old.message= old.phase=Pending old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.924Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-2960399831 old.message= old.phase=Pending old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.925Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-2630298030 old.message= old.phase=Pending old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.937Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-438438879 are [deploy-hello-secret-world-staging-fdsng-438438879]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.937Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-638424506 are [deploy-hello-secret-world-staging-fdsng-638424506]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.938Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2086845964 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.939Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2413038509 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.945Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-502288 are [deploy-hello-secret-world-staging-fdsng-502288]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.954Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2007322289 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.955Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-4083154258 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.955Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3894349960 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.955Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3398093914 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.955Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.955Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:41.955Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:38:42.015Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743182678 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.210Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.211Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=6 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.211Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2960399831 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.211Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.211Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.211Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.211Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-502288 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.211Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-3288784250 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.212Z" level=info msg="node unchanged" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2630298030 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.213Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-3288784250 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.214Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-2960399831 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.218Z" level=info msg="cleaning up pod" action=terminateContainers key=argo/deploy-hello-secret-world-staging-fdsng-code-scan-3288784250/terminateContainers
time="2023-11-07T20:39:08.218Z" level=info msg="https://10.58.0.1:443/api/v1/namespaces/argo/pods/deploy-hello-secret-world-staging-fdsng-code-scan-3288784250/exec?command=%2Fbin%2Fsh&command=-c&command=kill+-15+1&container=vault-agent&stderr=true&stdout=true&tty=false"
time="2023-11-07T20:39:08.219Z" level=info msg="cleaning up pod" action=terminateContainers key=argo/deploy-hello-secret-world-staging-fdsng-test-scan-2960399831/terminateContainers
time="2023-11-07T20:39:08.219Z" level=info msg="https://10.58.0.1:443/api/v1/namespaces/argo/pods/deploy-hello-secret-world-staging-fdsng-test-scan-2960399831/exec?command=%2Fbin%2Fsh&command=-c&command=kill+-15+1&container=vault-agent&stderr=true&stdout=true&tty=false"
time="2023-11-07T20:39:08.225Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-438438879 are [deploy-hello-secret-world-staging-fdsng-438438879]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.225Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-638424506 are [deploy-hello-secret-world-staging-fdsng-638424506]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.226Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2086845964 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.227Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2413038509 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.231Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-502288 are [deploy-hello-secret-world-staging-fdsng-502288]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.235Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2007322289 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.235Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-4083154258 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.235Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3894349960 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.235Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3398093914 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.235Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.235Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.235Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.296Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743183170 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:08.302Z" level=info msg="signaled container" container=vault-agent error="<nil>" namespace=argo pod=deploy-hello-secret-world-staging-fdsng-test-scan-2960399831 stderr= stdout=
time="2023-11-07T20:39:08.302Z" level=info msg="signaled container" container=vault-agent error="<nil>" namespace=argo pod=deploy-hello-secret-world-staging-fdsng-code-scan-3288784250 stderr= stdout=
time="2023-11-07T20:39:21.962Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.963Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=6 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.963Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.963Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.963Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.963Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-502288 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.963Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-3288784250 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.963Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2960399831 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.964Z" level=info msg="node unchanged" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2630298030 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.965Z" level=info msg="Pod failed: Error (exit code 1): e.txt\n+ echo \nTesting /app ...\n\n ✗ [Medium] Binding to all network interfaces may open service to unintended traffic \n   Path: main.py, line 31 \n   Info: Using run in run makes it listen on all network interfaces, which may open the service to unintended traffic.\n\n\n✔ Test completed\n\nOrganization:      devops-gf8\nTest type:         Static code analysis\nProject path:      /app\n\nSummary:\n\n  1 Code issues found\n  1 [Medium] \n\nTesting /app ...\n\n ✗ [Medium] Binding to all network interfaces may open service to unintended traffic \n   Path: main.py, line 31 \n   Info: Using run in run makes it listen on all network interfaces, which may open the service to unintended traffic.\n\n\n✔ Test completed\n\nOrganization:      devops-gf8\nTest type:         Static code analysis\nProject path:      /app\n\nSummary:\n\n  1 Code issues found\n  1 [Medium] \n+ tail -2\n+ echo 1\n+ SNYKTOHTMLVERSION=v2.3.0\n+ curl -sL -o /tmp/bin/snyk-to-html https://github.com/snyk/snyk-to-html/releases/download/v2.3.0/snyk-to-html-linux\n+ chmod +x /tmp/bin/snyk-to-html\n+ test -f /tmp/snyk/snyk-code.json\n+ snyk-to-html -i /tmp/snyk/snyk-code.json -o /tmp/snyk/snyk-code.html\n{\n  projects: [\n    {\n      details: [Object],\n      sourceFilePath: '/app',\n      vulnsummarycounter: [Array],\n      vulnerabilities: [Array]\n    }\n  ],\n  showSummaryOnly: false,\n  totalIssues: 1\n}\nVulnerability snapshot saved at /tmp/snyk/snyk-code.html\n+ exit 1\ntime=\"2023-11-07T20:38:56.971Z\" level=info msg=\"sub-process exited\" argo=true error=\"<nil>\"\ntime=\"2023-11-07T20:38:56.971Z\" level=info msg=\"/tmp/summary.txt -> /var/run/argo/outputs/parameters//tmp/summary.txt\" argo=true\ntime=\"2023-11-07T20:38:56.971Z\" level=info msg=\"/tmp/status.txt -> /var/run/argo/outputs/parameters//tmp/status.txt\" argo=true\ntime=\"2023-11-07T20:38:56.971Z\" level=info msg=\"/tmp/snyk -> /var/run/argo/outputs/artifacts/tmp/snyk.tgz\" argo=true\ntime=\"2023-11-07T20:38:56.971Z\" level=info msg=\"Taring /tmp/snyk\"\ntime=\"2023-11-07T20:38:56.974Z\" level=info msg=\"archived 4 files/dirs in /tmp/snyk\"\nError: exit status 1\n" displayName=snyk-code namespace=argo pod=deploy-hello-secret-world-staging-fdsng-code-scan-3288784250 templateName= workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.965Z" level=info msg="node changed" namespace=argo new.message="Error (exit code 1): e.txt\n+ echo \nTesting /app ...\n\n ✗ [Medium] Binding to all network interfaces may open service to unintended traffic \n   Path: main.py, line 31 \n   Info: Using run in run makes it listen on all network interfaces, which may open the service to unintended traffic.\n\n\n✔ Test completed\n\nOrganization:      devops-gf8\nTest type:         Static code analysis\nProject path:      /app\n\nSummary:\n\n  1 Code issues found\n  1 [Medium] \n\nTesting /app ...\n\n ✗ [Medium] Binding to all network interfaces may open service to unintended traffic \n   Path: main.py, line 31 \n   Info: Using run in run makes it listen on all network interfaces, which may open the service to unintended traffic.\n\n\n✔ Test completed\n\nOrganization:      devops-gf8\nTest type:         Static code analysis\nProject path:      /app\n\nSummary:\n\n  1 Code issues found\n  1 [Medium] \n+ tail -2\n+ echo 1\n+ SNYKTOHTMLVERSION=v2.3.0\n+ curl -sL -o /tmp/bin/snyk-to-html https://github.com/snyk/snyk-to-html/releases/download/v2.3.0/snyk-to-html-linux\n+ chmod +x /tmp/bin/snyk-to-html\n+ test -f /tmp/snyk/snyk-code.json\n+ snyk-to-html -i /tmp/snyk/snyk-code.json -o /tmp/snyk/snyk-code.html\n{\n  projects: [\n    {\n      details: [Object],\n      sourceFilePath: '/app',\n      vulnsummarycounter: [Array],\n      vulnerabilities: [Array]\n    }\n  ],\n  showSummaryOnly: false,\n  totalIssues: 1\n}\nVulnerability snapshot saved at /tmp/snyk/snyk-code.html\n+ exit 1\ntime=\"2023-11-07T20:38:56.971Z\" level=info msg=\"sub-process exited\" argo=true error=\"<nil>\"\ntime=\"2023-11-07T20:38:56.971Z\" level=info msg=\"/tmp/summary.txt -> /var/run/argo/outputs/parameters//tmp/summary.txt\" argo=true\ntime=\"2023-11-07T20:38:56.971Z\" level=info msg=\"/tmp/status.txt -> /var/run/argo/outputs/parameters//tmp/status.txt\" argo=true\ntime=\"2023-11-07T20:38:56.971Z\" level=info msg=\"/tmp/snyk -> /var/run/argo/outputs/artifacts/tmp/snyk.tgz\" argo=true\ntime=\"2023-11-07T20:38:56.971Z\" level=info msg=\"Taring /tmp/snyk\"\ntime=\"2023-11-07T20:38:56.974Z\" level=info msg=\"archived 4 files/dirs in /tmp/snyk\"\nError: exit status 1\n" new.phase=Failed new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-3288784250 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.966Z" level=info msg="Pod failed: Error (exit code 2): ━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 kB 53.1 MB/s eta 0:00:00\nDownloading filelock-3.13.1-py3-none-any.whl (11 kB)\nDownloading platformdirs-3.11.0-py3-none-any.whl (17 kB)\nInstalling collected packages: distlib, platformdirs, filelock, certifi, virtualenv, pipenv\nSuccessfully installed certifi-2023.7.22 distlib-0.3.7 filelock-3.13.1 pipenv-2023.10.24 platformdirs-3.11.0 virtualenv-20.24.6\nWARNING: 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\n\n[notice] A new release of pip is available: 23.2.1 -> 23.3.1\n[notice] To update, run: pip install --upgrade pip\n+ dirname /app/Pipfile\n+ cd /app\n+ pipenv install\nWarning: Python 3.7 was not found on your system...\nNeither 'pyenv' nor 'asdf' could be found to install Python.\nYou can specify specific versions of Python with:\n$ pipenv --python path/to/python\n+ cd /app\n+ SEVERITY=\n+ [  !=  ]\n+ ORG=--org=devops-gf8\n+ snyk test /app --org=devops-gf8 --json-file-output=/tmp/snyk/snyk-test.json\n+ RESULTS=Failed to test pip project\n+ STATUS=2\n+ echo Failed to test pip project\n+ tee /tmp/snyk/snyk-test.txt\nFailed to test pip project\n+ echo Failed to test pip project\n+ grep Tested\n+ echo 2\n+ SNYKTOHTMLVERSION=v2.3.0\n+ curl -sL -o /tmp/bin/snyk-to-html https://github.com/snyk/snyk-to-html/releases/download/v2.3.0/snyk-to-html-linux\n+ chmod +x /tmp/bin/snyk-to-html\n+ test -f /tmp/snyk/snyk-test.json\n+ exit 2\ntime=\"2023-11-07T20:38:58.931Z\" level=info msg=\"sub-process exited\" argo=true error=\"<nil>\"\ntime=\"2023-11-07T20:38:58.931Z\" level=info msg=\"no need to save parameter - on overlapping volume: /tmp/summary.txt\" argo=true\ntime=\"2023-11-07T20:38:58.931Z\" level=info msg=\"no need to save parameter - on overlapping volume: /tmp/status.txt\" argo=true\ntime=\"2023-11-07T20:38:58.931Z\" level=info msg=\"no need to save artifact - on overlapping volume: /tmp/snyk\" argo=true\nError: exit status 2\n" displayName=snyk-test namespace=argo pod=deploy-hello-secret-world-staging-fdsng-test-scan-2960399831 templateName= workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.966Z" level=info msg="node changed" namespace=argo new.message="Error (exit code 2): ━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 kB 53.1 MB/s eta 0:00:00\nDownloading filelock-3.13.1-py3-none-any.whl (11 kB)\nDownloading platformdirs-3.11.0-py3-none-any.whl (17 kB)\nInstalling collected packages: distlib, platformdirs, filelock, certifi, virtualenv, pipenv\nSuccessfully installed certifi-2023.7.22 distlib-0.3.7 filelock-3.13.1 pipenv-2023.10.24 platformdirs-3.11.0 virtualenv-20.24.6\nWARNING: 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\n\n[notice] A new release of pip is available: 23.2.1 -> 23.3.1\n[notice] To update, run: pip install --upgrade pip\n+ dirname /app/Pipfile\n+ cd /app\n+ pipenv install\nWarning: Python 3.7 was not found on your system...\nNeither 'pyenv' nor 'asdf' could be found to install Python.\nYou can specify specific versions of Python with:\n$ pipenv --python path/to/python\n+ cd /app\n+ SEVERITY=\n+ [  !=  ]\n+ ORG=--org=devops-gf8\n+ snyk test /app --org=devops-gf8 --json-file-output=/tmp/snyk/snyk-test.json\n+ RESULTS=Failed to test pip project\n+ STATUS=2\n+ echo Failed to test pip project\n+ tee /tmp/snyk/snyk-test.txt\nFailed to test pip project\n+ echo Failed to test pip project\n+ grep Tested\n+ echo 2\n+ SNYKTOHTMLVERSION=v2.3.0\n+ curl -sL -o /tmp/bin/snyk-to-html https://github.com/snyk/snyk-to-html/releases/download/v2.3.0/snyk-to-html-linux\n+ chmod +x /tmp/bin/snyk-to-html\n+ test -f /tmp/snyk/snyk-test.json\n+ exit 2\ntime=\"2023-11-07T20:38:58.931Z\" level=info msg=\"sub-process exited\" argo=true error=\"<nil>\"\ntime=\"2023-11-07T20:38:58.931Z\" level=info msg=\"no need to save parameter - on overlapping volume: /tmp/summary.txt\" argo=true\ntime=\"2023-11-07T20:38:58.931Z\" level=info msg=\"no need to save parameter - on overlapping volume: /tmp/status.txt\" argo=true\ntime=\"2023-11-07T20:38:58.931Z\" level=info msg=\"no need to save artifact - on overlapping volume: /tmp/snyk\" argo=true\nError: exit status 2\n" new.phase=Failed new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-2960399831 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.978Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-438438879 are [deploy-hello-secret-world-staging-fdsng-438438879]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.978Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-638424506 are [deploy-hello-secret-world-staging-fdsng-638424506]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.978Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2086845964 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.979Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2413038509 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.984Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-502288 are [deploy-hello-secret-world-staging-fdsng-502288]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.988Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2007322289 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.988Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-4083154258 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.988Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3894349960 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.988Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3398093914 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.988Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.989Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:21.989Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:22.065Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743183439 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:22.101Z" level=info msg="cleaning up pod" action=labelPodCompleted key=argo/deploy-hello-secret-world-staging-fdsng-code-scan-3288784250/labelPodCompleted
time="2023-11-07T20:39:22.101Z" level=info msg="cleaning up pod" action=labelPodCompleted key=argo/deploy-hello-secret-world-staging-fdsng-test-scan-2960399831/labelPodCompleted
time="2023-11-07T20:39:32.163Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.164Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=7 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.164Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2960399831 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.164Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2630298030 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.164Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.164Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.164Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.164Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-502288 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.164Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-3288784250 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.165Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-2630298030 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.170Z" level=info msg="cleaning up pod" action=terminateContainers key=argo/deploy-hello-secret-world-staging-fdsng-container-scan-2630298030/terminateContainers
time="2023-11-07T20:39:32.170Z" level=info msg="https://10.58.0.1:443/api/v1/namespaces/argo/pods/deploy-hello-secret-world-staging-fdsng-container-scan-2630298030/exec?command=%2Fbin%2Fsh&command=-c&command=kill+-15+1&container=vault-agent&stderr=true&stdout=true&tty=false"
time="2023-11-07T20:39:32.175Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-438438879 are [deploy-hello-secret-world-staging-fdsng-438438879]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.175Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-638424506 are [deploy-hello-secret-world-staging-fdsng-638424506]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.176Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2086845964 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.177Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2413038509 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.182Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-502288 are [deploy-hello-secret-world-staging-fdsng-502288]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.186Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2007322289 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.186Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-4083154258 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.186Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3894349960 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.186Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3398093914 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.186Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.186Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.186Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:32.232Z" level=info msg="signaled container" container=vault-agent error="<nil>" namespace=argo pod=deploy-hello-secret-world-staging-fdsng-container-scan-2630298030 stderr= stdout=
time="2023-11-07T20:39:32.244Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743183633 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:38.303Z" level=info msg="cleaning up pod" action=killContainers key=argo/deploy-hello-secret-world-staging-fdsng-test-scan-2960399831/killContainers
time="2023-11-07T20:39:38.303Z" level=info msg="cleaning up pod" action=killContainers key=argo/deploy-hello-secret-world-staging-fdsng-code-scan-3288784250/killContainers
time="2023-11-07T20:39:43.333Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.334Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=7 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.334Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-502288 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.334Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-3288784250 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.334Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2960399831 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.334Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2630298030 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.334Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.334Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.334Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.335Z" level=info msg="Pod failed: Error (exit code 1): 3efc534b2efb888c96880e7874\nPlatform:          linux/amd64\nBase image:        forbes-docker.jfrog.io/python:3.7\nLicenses:          enabled\n\nTested 429 dependencies for known issues, found 181 issues.\n\nCurrently, we only offer base image recommendations for Official Docker images\n\n-------------------------------------------------------\n\nTesting us-east4-docker.pkg.dev/forbes-development/containers/hello-secret-world/staging:46c753e6e2ba613a5bb8db2157173d819aaf343efc534b2efb888c96880e7874...\n\nOrganization:      devops-gf8\nPackage manager:   pip\nTarget file:       /usr/lib/python3/dist-packages/mercurial/helptext/internals/requirements.txt\nProject name:      /usr/lib/python3/dist-packages/mercurial/helptext/internals/requirements.txt\nDocker image:      us-east4-docker.pkg.dev/forbes-development/containers/hello-secret-world/staging:46c753e6e2ba613a5bb8db2157173d819aaf343efc534b2efb888c96880e7874\nLicenses:          enabled\n\n✔ Tested us-east4-docker.pkg.dev/forbes-development/containers/hello-secret-world/staging:46c753e6e2ba613a5bb8db2157173d819aaf343efc534b2efb888c96880e7874 for known issues, no vulnerable paths found.\n\n\nTested 2 projects, 1 contained vulnerable paths.'\n+ echo 1\n+ SNYKTOHTMLVERSION=v2.3.0\n+ wget -qO /tmp/bin/snyk-to-html https://github.com/snyk/snyk-to-html/releases/download/v2.3.0/snyk-to-html-alpine\n+ chmod +x /tmp/bin/snyk-to-html\n+ test -f /tmp/snyk/snyk-container.json\n+ snyk-to-html -i /tmp/snyk/snyk-container.json -o /tmp/snyk/snyk-container.html\nVulnerability snapshot saved at /tmp/snyk/snyk-container.html\n+ exit 1\ntime=\"2023-11-07T20:39:23.936Z\" level=info msg=\"sub-process exited\" argo=true error=\"<nil>\"\ntime=\"2023-11-07T20:39:23.936Z\" level=info msg=\"no need to save parameter - on overlapping volume: /tmp/summary.txt\" argo=true\ntime=\"2023-11-07T20:39:23.936Z\" level=info msg=\"no need to save parameter - on overlapping volume: /tmp/status.txt\" argo=true\ntime=\"2023-11-07T20:39:23.936Z\" level=info msg=\"no need to save artifact - on overlapping volume: /tmp/snyk\" argo=true\nError: exit status 1\n" displayName=snyk-container namespace=argo pod=deploy-hello-secret-world-staging-fdsng-container-scan-2630298030 templateName= workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.335Z" level=info msg="node changed" namespace=argo new.message="Error (exit code 1): 3efc534b2efb888c96880e7874\nPlatform:          linux/amd64\nBase image:        forbes-docker.jfrog.io/python:3.7\nLicenses:          enabled\n\nTested 429 dependencies for known issues, found 181 issues.\n\nCurrently, we only offer base image recommendations for Official Docker images\n\n-------------------------------------------------------\n\nTesting us-east4-docker.pkg.dev/forbes-development/containers/hello-secret-world/staging:46c753e6e2ba613a5bb8db2157173d819aaf343efc534b2efb888c96880e7874...\n\nOrganization:      devops-gf8\nPackage manager:   pip\nTarget file:       /usr/lib/python3/dist-packages/mercurial/helptext/internals/requirements.txt\nProject name:      /usr/lib/python3/dist-packages/mercurial/helptext/internals/requirements.txt\nDocker image:      us-east4-docker.pkg.dev/forbes-development/containers/hello-secret-world/staging:46c753e6e2ba613a5bb8db2157173d819aaf343efc534b2efb888c96880e7874\nLicenses:          enabled\n\n✔ Tested us-east4-docker.pkg.dev/forbes-development/containers/hello-secret-world/staging:46c753e6e2ba613a5bb8db2157173d819aaf343efc534b2efb888c96880e7874 for known issues, no vulnerable paths found.\n\n\nTested 2 projects, 1 contained vulnerable paths.'\n+ echo 1\n+ SNYKTOHTMLVERSION=v2.3.0\n+ wget -qO /tmp/bin/snyk-to-html https://github.com/snyk/snyk-to-html/releases/download/v2.3.0/snyk-to-html-alpine\n+ chmod +x /tmp/bin/snyk-to-html\n+ test -f /tmp/snyk/snyk-container.json\n+ snyk-to-html -i /tmp/snyk/snyk-container.json -o /tmp/snyk/snyk-container.html\nVulnerability snapshot saved at /tmp/snyk/snyk-container.html\n+ exit 1\ntime=\"2023-11-07T20:39:23.936Z\" level=info msg=\"sub-process exited\" argo=true error=\"<nil>\"\ntime=\"2023-11-07T20:39:23.936Z\" level=info msg=\"no need to save parameter - on overlapping volume: /tmp/summary.txt\" argo=true\ntime=\"2023-11-07T20:39:23.936Z\" level=info msg=\"no need to save parameter - on overlapping volume: /tmp/status.txt\" argo=true\ntime=\"2023-11-07T20:39:23.936Z\" level=info msg=\"no need to save artifact - on overlapping volume: /tmp/snyk\" argo=true\nError: exit status 1\n" new.phase=Failed new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-2630298030 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.346Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-438438879 are [deploy-hello-secret-world-staging-fdsng-438438879]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.346Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-638424506 are [deploy-hello-secret-world-staging-fdsng-638424506]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.347Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2086845964 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.349Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2413038509 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.353Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-502288 are [deploy-hello-secret-world-staging-fdsng-502288]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.359Z" level=info msg="Step group node deploy-hello-secret-world-staging-fdsng-2007322289 successful" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.359Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2007322289 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.359Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2007322289 finished: 2023-11-07 20:39:43.359261411 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.360Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-3288784250 is [deploy-hello-secret-world-staging-fdsng-3288784250]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.361Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-2960399831 is [deploy-hello-secret-world-staging-fdsng-2960399831]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.361Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-2630298030 is [deploy-hello-secret-world-staging-fdsng-2630298030]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.361Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-2350921133 is [deploy-hello-secret-world-staging-fdsng-3288784250 deploy-hello-secret-world-staging-fdsng-2960399831 deploy-hello-secret-world-staging-fdsng-2630298030]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.361Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2350921133 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.361Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2350921133 finished: 2023-11-07 20:39:43.361883754 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.361Z" level=info msg="Running OnExit handler" lifeCycleHook="&LifecycleHook{Template:,Arguments:Arguments{Parameters:[]Parameter{Parameter{Name:slack-channels,Default:nil,Value:*devopsslacktest techops-alerts-development,ValueFrom:nil,GlobalName:,Enum:[],Description:nil,},Parameter{Name:slack-color,Default:nil,Value:*warning,ValueFrom:nil,GlobalName:,Enum:[],Description:nil,},Parameter{Name:slack-text,Default:nil,Value:*{{=\n'Snyk scan has finished. See full results <https://console.cloud.google.com/storage/browser/'+ inputs.parameters['snyk-bucket']+'/'+workflow.name+'?project=forbes-development|here>'\n+ (inputs.parameters['enable-snyk-code-scan'] == \"true\" && steps['snyk-scan'].outputs.parameters['code-status'] != \"0\" && steps[\"snyk-scan\"].outputs.parameters['code-summary'] != \"\" ?\n'\\n\\n' +':wrench: *' + inputs.parameters['application-name'] + '*: `' + inputs.parameters.revision + '` failed snyk static scan: ' + '```' + steps[\"snyk-scan\"].outputs.parameters['code-summary'] + '```'\n: '')\n\n+ (inputs.parameters['enable-snyk-dependency-scan'] == \"true\" && steps['snyk-scan'].outputs.parameters['test-status'] != \"0\" && steps[\"snyk-scan\"].outputs.parameters['test-summary'] != \"\" ?\n'\\n\\n' +':wrench: *' + inputs.parameters['application-name'] + '*: `' + inputs.parameters.revision + '` failed snyk open source scan: ' + '```' + steps[\"snyk-scan\"].outputs.parameters['test-summary'] + '```'\n: '')\n\n+ (inputs.parameters['enable-snyk-container-scan'] == \"true\" && steps['snyk-scan'].outputs.parameters['container-status'] != \"0\" && steps[\"snyk-scan\"].outputs.parameters['container-summary'] != \"\" ?\n'\\n\\n' +':wrench: `' + inputs.parameters['container-image'] + '` failed snyk container scan: ' + '```' + steps[\"snyk-scan\"].outputs.parameters['container-summary'] + '```'\n: '')\n}},ValueFrom:nil,GlobalName:,Enum:[],Description:nil,},Parameter{Name:slack-footer,Default:nil,Value:*https://staging.argo.forbes.com/workflows/argo/deploy-hello-secret-world-staging-fdsng,ValueFrom:nil,GlobalName:,Enum:[],Description:nil,},},Artifacts:[]Artifact{},},TemplateRef:&TemplateRef{Name:slack-notification,Template:slack-notification,ClusterScope:true,},Expression:,}" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.362Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.364Z" level=info msg="Pod node deploy-hello-secret-world-staging-fdsng-625904852 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.443Z" level=info msg="Created pod: deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[0].ci[2].snyk[1].snyk-scan.onExit (deploy-hello-secret-world-staging-fdsng-slack-notification-625904852)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.443Z" level=info msg="Container node deploy-hello-secret-world-staging-fdsng-793285911 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.443Z" level=info msg="Container node deploy-hello-secret-world-staging-fdsng-2855689735 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.443Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-4083154258 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.443Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3894349960 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.443Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3398093914 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.443Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.444Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.444Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.510Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743183838 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:43.522Z" level=info msg="cleaning up pod" action=labelPodCompleted key=argo/deploy-hello-secret-world-staging-fdsng-container-scan-2630298030/labelPodCompleted
time="2023-11-07T20:39:53.453Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.454Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=8 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.454Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.454Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-502288 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.454Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-3288784250 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.454Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2960399831 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.454Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2630298030 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.454Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-625904852 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.454Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.454Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.455Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2855689735 phase Pending -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.455Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2855689735 finished: 2023-11-07 20:39:53.455855424 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.455Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-793285911 phase Pending -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.455Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-793285911 finished: 2023-11-07 20:39:53.455887603 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.455Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-625904852 old.message= old.phase=Pending old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.461Z" level=info msg="cleaning up pod" action=terminateContainers key=argo/deploy-hello-secret-world-staging-fdsng-slack-notification-625904852/terminateContainers
time="2023-11-07T20:39:53.461Z" level=info msg="https://10.58.0.1:443/api/v1/namespaces/argo/pods/deploy-hello-secret-world-staging-fdsng-slack-notification-625904852/exec?command=%2Fbin%2Fsh&command=-c&command=kill+-15+1&container=vault-agent&stderr=true&stdout=true&tty=false"
time="2023-11-07T20:39:53.468Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-438438879 are [deploy-hello-secret-world-staging-fdsng-438438879]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.468Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-638424506 are [deploy-hello-secret-world-staging-fdsng-638424506]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.469Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2086845964 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.470Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2413038509 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.475Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-502288 are [deploy-hello-secret-world-staging-fdsng-502288]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.477Z" level=info msg="Running OnExit handler" lifeCycleHook="&LifecycleHook{Template:,Arguments:Arguments{Parameters:[]Parameter{Parameter{Name:slack-channels,Default:nil,Value:*devopsslacktest techops-alerts-development,ValueFrom:nil,GlobalName:,Enum:[],Description:nil,},Parameter{Name:slack-color,Default:nil,Value:*warning,ValueFrom:nil,GlobalName:,Enum:[],Description:nil,},Parameter{Name:slack-text,Default:nil,Value:*{{=\n'Snyk scan has finished. See full results <https://console.cloud.google.com/storage/browser/'+ inputs.parameters['snyk-bucket']+'/'+workflow.name+'?project=forbes-development|here>'\n+ (inputs.parameters['enable-snyk-code-scan'] == \"true\" && steps['snyk-scan'].outputs.parameters['code-status'] != \"0\" && steps[\"snyk-scan\"].outputs.parameters['code-summary'] != \"\" ?\n'\\n\\n' +':wrench: *' + inputs.parameters['application-name'] + '*: `' + inputs.parameters.revision + '` failed snyk static scan: ' + '```' + steps[\"snyk-scan\"].outputs.parameters['code-summary'] + '```'\n: '')\n\n+ (inputs.parameters['enable-snyk-dependency-scan'] == \"true\" && steps['snyk-scan'].outputs.parameters['test-status'] != \"0\" && steps[\"snyk-scan\"].outputs.parameters['test-summary'] != \"\" ?\n'\\n\\n' +':wrench: *' + inputs.parameters['application-name'] + '*: `' + inputs.parameters.revision + '` failed snyk open source scan: ' + '```' + steps[\"snyk-scan\"].outputs.parameters['test-summary'] + '```'\n: '')\n\n+ (inputs.parameters['enable-snyk-container-scan'] == \"true\" && steps['snyk-scan'].outputs.parameters['container-status'] != \"0\" && steps[\"snyk-scan\"].outputs.parameters['container-summary'] != \"\" ?\n'\\n\\n' +':wrench: `' + inputs.parameters['container-image'] + '` failed snyk container scan: ' + '```' + steps[\"snyk-scan\"].outputs.parameters['container-summary'] + '```'\n: '')\n}},ValueFrom:nil,GlobalName:,Enum:[],Description:nil,},Parameter{Name:slack-footer,Default:nil,Value:*https://staging.argo.forbes.com/workflows/argo/deploy-hello-secret-world-staging-fdsng,ValueFrom:nil,GlobalName:,Enum:[],Description:nil,},},Artifacts:[]Artifact{},},TemplateRef:&TemplateRef{Name:slack-notification,Template:slack-notification,ClusterScope:true,},Expression:,}" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.480Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-4083154258 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.480Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3894349960 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.480Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3398093914 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.481Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.481Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.481Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.537Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743184034 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:39:53.708Z" level=info msg="signaled container" container=vault-agent error="<nil>" namespace=argo pod=deploy-hello-secret-world-staging-fdsng-slack-notification-625904852 stderr= stdout=
time="2023-11-07T20:40:02.232Z" level=info msg="cleaning up pod" action=killContainers key=argo/deploy-hello-secret-world-staging-fdsng-container-scan-2630298030/killContainers
time="2023-11-07T20:40:04.662Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.663Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=8 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.663Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2630298030 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.663Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-625904852 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.663Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.663Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.663Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.663Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-502288 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.663Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-3288784250 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.663Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2960399831 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.664Z" level=info msg="node changed" namespace=argo new.message= new.phase=Succeeded new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-625904852 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.676Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-438438879 are [deploy-hello-secret-world-staging-fdsng-438438879]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.676Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-638424506 are [deploy-hello-secret-world-staging-fdsng-638424506]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.677Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2086845964 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.678Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2413038509 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.683Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-502288 are [deploy-hello-secret-world-staging-fdsng-502288]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.685Z" level=info msg="Running OnExit handler" lifeCycleHook="&LifecycleHook{Template:,Arguments:Arguments{Parameters:[]Parameter{Parameter{Name:slack-channels,Default:nil,Value:*devopsslacktest techops-alerts-development,ValueFrom:nil,GlobalName:,Enum:[],Description:nil,},Parameter{Name:slack-color,Default:nil,Value:*warning,ValueFrom:nil,GlobalName:,Enum:[],Description:nil,},Parameter{Name:slack-text,Default:nil,Value:*{{=\n'Snyk scan has finished. See full results <https://console.cloud.google.com/storage/browser/'+ inputs.parameters['snyk-bucket']+'/'+workflow.name+'?project=forbes-development|here>'\n+ (inputs.parameters['enable-snyk-code-scan'] == \"true\" && steps['snyk-scan'].outputs.parameters['code-status'] != \"0\" && steps[\"snyk-scan\"].outputs.parameters['code-summary'] != \"\" ?\n'\\n\\n' +':wrench: *' + inputs.parameters['application-name'] + '*: `' + inputs.parameters.revision + '` failed snyk static scan: ' + '```' + steps[\"snyk-scan\"].outputs.parameters['code-summary'] + '```'\n: '')\n\n+ (inputs.parameters['enable-snyk-dependency-scan'] == \"true\" && steps['snyk-scan'].outputs.parameters['test-status'] != \"0\" && steps[\"snyk-scan\"].outputs.parameters['test-summary'] != \"\" ?\n'\\n\\n' +':wrench: *' + inputs.parameters['application-name'] + '*: `' + inputs.parameters.revision + '` failed snyk open source scan: ' + '```' + steps[\"snyk-scan\"].outputs.parameters['test-summary'] + '```'\n: '')\n\n+ (inputs.parameters['enable-snyk-container-scan'] == \"true\" && steps['snyk-scan'].outputs.parameters['container-status'] != \"0\" && steps[\"snyk-scan\"].outputs.parameters['container-summary'] != \"\" ?\n'\\n\\n' +':wrench: `' + inputs.parameters['container-image'] + '` failed snyk container scan: ' + '```' + steps[\"snyk-scan\"].outputs.parameters['container-summary'] + '```'\n: '')\n}},ValueFrom:nil,GlobalName:,Enum:[],Description:nil,},Parameter{Name:slack-footer,Default:nil,Value:*https://staging.argo.forbes.com/workflows/argo/deploy-hello-secret-world-staging-fdsng,ValueFrom:nil,GlobalName:,Enum:[],Description:nil,},},Artifacts:[]Artifact{},},TemplateRef:&TemplateRef{Name:slack-notification,Template:slack-notification,ClusterScope:true,},Expression:,}" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.686Z" level=info msg="Step group node deploy-hello-secret-world-staging-fdsng-4083154258 successful" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.686Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-4083154258 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.686Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-4083154258 finished: 2023-11-07 20:40:04.686475155 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.686Z" level=info msg="StepGroup node deploy-hello-secret-world-staging-fdsng-3009636905 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.686Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2350921133 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.686Z" level=info msg="Skipping deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[0].ci[2].snyk[2].gate-snyk: when '('false' == 'true' && '1' != '0') || ('false' == 'true' && '2' != '0') || ('false' == 'true' && '1' != '0')' evaluated false" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.686Z" level=info msg="Skipped node deploy-hello-secret-world-staging-fdsng-3720288668 initialized Skipped (message: when '('false' == 'true' && '1' != '0') || ('false' == 'true' && '2' != '0') || ('false' == 'true' && '1' != '0')' evaluated false)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.686Z" level=info msg="Step group node deploy-hello-secret-world-staging-fdsng-3009636905 successful" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.686Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3009636905 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.686Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3009636905 finished: 2023-11-07 20:40:04.686932567 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.686Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-3720288668 is [deploy-hello-secret-world-staging-fdsng-3720288668]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.686Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-4112585283 is [deploy-hello-secret-world-staging-fdsng-3720288668]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.686Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-4112585283 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.687Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-4112585283 finished: 2023-11-07 20:40:04.687004747 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.687Z" level=info msg="Step group node deploy-hello-secret-world-staging-fdsng-3894349960 successful" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.687Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3894349960 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.687Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3894349960 finished: 2023-11-07 20:40:04.687071184 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.687Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-4112585283 is [deploy-hello-secret-world-staging-fdsng-3720288668]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.687Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-1976283980 is [deploy-hello-secret-world-staging-fdsng-3720288668]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.687Z" level=info msg="setting workflow.outputs.parameters.git-commit-message: 'Argo-732'" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.687Z" level=info msg="setting workflow.outputs.parameters.git-commit-short-hash: '2159d98'" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.687Z" level=info msg="setting workflow.outputs.parameters.git-commit-long-hash: '2159d986a659053cd961e5eb821ccf12c7a2e3be'" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.687Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1976283980 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.687Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1976283980 finished: 2023-11-07 20:40:04.687346441 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.687Z" level=info msg="Step group node deploy-hello-secret-world-staging-fdsng-3398093914 successful" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.687Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3398093914 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.687Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3398093914 finished: 2023-11-07 20:40:04.687410498 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.687Z" level=info msg="StepGroup node deploy-hello-secret-world-staging-fdsng-2257068727 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.687Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-1976283980 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.688Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.692Z" level=info msg="Steps node deploy-hello-secret-world-staging-fdsng-2939329060 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.692Z" level=info msg="StepGroup node deploy-hello-secret-world-staging-fdsng-3100385998 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.692Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.695Z" level=info msg="argo/Mutex/update-appset-mutex acquired by argo/deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-1934602818. Lock availability: 0/1" mutex=argo/Mutex/update-appset-mutex
time="2023-11-07T20:40:04.695Z" level=info msg="Node deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[1].cd[0].update-appset-and-pr acquired synchronization lock" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.695Z" level=info msg="Retry node deploy-hello-secret-world-staging-fdsng-1934602818 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.696Z" level=info msg="Pod node deploy-hello-secret-world-staging-fdsng-2994523193 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.774Z" level=info msg="Created pod: deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[1].cd[0].update-appset-and-pr(0) (deploy-hello-secret-world-staging-fdsng-update-appset-and-pr-2994523193)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.774Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.777Z" level=info msg="Pod node deploy-hello-secret-world-staging-fdsng-2528979698 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.826Z" level=info msg="Created pod: deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[1].cd[0].get-argocd-cluster (deploy-hello-secret-world-staging-fdsng-get-argocd-cluster-2528979698)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.827Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3100385998 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.827Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2257068727 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.827Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.827Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.827Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.892Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743184242 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:04.912Z" level=info msg="cleaning up pod" action=labelPodCompleted key=argo/deploy-hello-secret-world-staging-fdsng-slack-notification-625904852/labelPodCompleted
time="2023-11-07T20:40:14.785Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.785Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=9 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.785Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2528979698 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.785Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.785Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.785Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-502288 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.785Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2630298030 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.785Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.785Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-3288784250 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.785Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2960399831 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.785Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-625904852 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.786Z" level=info msg="node changed" namespace=argo new.message= new.phase=Succeeded new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-2528979698 old.message= old.phase=Pending old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.787Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-2994523193 old.message= old.phase=Pending old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.793Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-1976283980 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.797Z" level=info msg="Node deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[1].cd[0].update-appset-and-pr acquired synchronization lock" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.797Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3100385998 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.797Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2257068727 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.797Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.798Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.798Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.874Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743184433 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:14.884Z" level=info msg="cleaning up pod" action=labelPodCompleted key=argo/deploy-hello-secret-world-staging-fdsng-get-argocd-cluster-2528979698/labelPodCompleted
time="2023-11-07T20:40:23.708Z" level=info msg="cleaning up pod" action=killContainers key=argo/deploy-hello-secret-world-staging-fdsng-slack-notification-625904852/killContainers
time="2023-11-07T20:40:24.929Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:24.929Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=7 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:24.930Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2528979698 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:24.930Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2994523193 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:24.930Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:24.930Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:24.930Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-502288 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:24.930Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-625904852 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:24.930Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:24.931Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-2994523193 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:24.936Z" level=info msg="cleaning up pod" action=terminateContainers key=argo/deploy-hello-secret-world-staging-fdsng-update-appset-and-pr-2994523193/terminateContainers
time="2023-11-07T20:40:24.937Z" level=info msg="https://10.58.0.1:443/api/v1/namespaces/argo/pods/deploy-hello-secret-world-staging-fdsng-update-appset-and-pr-2994523193/exec?command=%2Fbin%2Fsh&command=-c&command=kill+-15+1&container=vault-agent&stderr=true&stdout=true&tty=false"
time="2023-11-07T20:40:24.938Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-1976283980 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:24.944Z" level=info msg="Node deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[1].cd[0].update-appset-and-pr acquired synchronization lock" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:24.945Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3100385998 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:24.945Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2257068727 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:24.945Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:24.945Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:24.945Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:25.002Z" level=info msg="signaled container" container=vault-agent error="<nil>" namespace=argo pod=deploy-hello-secret-world-staging-fdsng-update-appset-and-pr-2994523193 stderr= stdout=
time="2023-11-07T20:40:25.018Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743184639 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.226Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.227Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=7 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.227Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.227Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-625904852 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.227Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.227Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.227Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-502288 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.227Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2528979698 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.227Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2994523193 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.229Z" level=info msg="node changed" namespace=argo new.message= new.phase=Succeeded new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-2994523193 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.238Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-1976283980 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.245Z" level=info msg="Node deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[1].cd[0].update-appset-and-pr acquired synchronization lock" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.245Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1934602818 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.245Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1934602818 finished: 2023-11-07 20:40:36.245987366 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.246Z" level=info msg="Lock has been released by argo/deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-1934602818. Available locks: 1" mutex=argo/Mutex/update-appset-mutex
time="2023-11-07T20:40:36.246Z" level=info msg="Step group node deploy-hello-secret-world-staging-fdsng-3100385998 successful" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.246Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3100385998 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.246Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3100385998 finished: 2023-11-07 20:40:36.246794882 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.246Z" level=info msg="StepGroup node deploy-hello-secret-world-staging-fdsng-1959360811 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.247Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-1934602818 are [deploy-hello-secret-world-staging-fdsng-2994523193]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.248Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2528979698 are [deploy-hello-secret-world-staging-fdsng-2528979698]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.248Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.251Z" level=info msg="Retry node deploy-hello-secret-world-staging-fdsng-1231171783 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.251Z" level=info msg="Pod node deploy-hello-secret-world-staging-fdsng-3342751738 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.329Z" level=info msg="Created pod: deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[1].cd[1].argocd-sync(0) (deploy-hello-secret-world-staging-fdsng-argocd-sync-3342751738)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.329Z" level=info msg="Container node deploy-hello-secret-world-staging-fdsng-4249469779 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.329Z" level=info msg="Container node deploy-hello-secret-world-staging-fdsng-1764278633 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.330Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.333Z" level=info msg="Pod node deploy-hello-secret-world-staging-fdsng-3522249555 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.431Z" level=info msg="Created pod: deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[1].cd[1].perform-dns-transaction (deploy-hello-secret-world-staging-fdsng-perform-dns-transaction-3522249555)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.431Z" level=info msg="Container node deploy-hello-secret-world-staging-fdsng-3279462041 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.431Z" level=info msg="Container node deploy-hello-secret-world-staging-fdsng-1660785423 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.431Z" level=info msg="Container node deploy-hello-secret-world-staging-fdsng-141256326 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.431Z" level=info msg="Skipping deploy-hello-secret-world-staging-fdsng[0].hello-secret-world[1].cd[1].workload-identity: when ''false' == 'true'' evaluated false" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.431Z" level=info msg="Skipped node deploy-hello-secret-world-staging-fdsng-2912822259 initialized Skipped (message: when ''false' == 'true'' evaluated false)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.431Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-1959360811 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.431Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2257068727 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.431Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.432Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.432Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.503Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743184869 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:36.513Z" level=info msg="cleaning up pod" action=labelPodCompleted key=argo/deploy-hello-secret-world-staging-fdsng-update-appset-and-pr-2994523193/labelPodCompleted
time="2023-11-07T20:40:46.340Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.341Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=7 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.341Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2994523193 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.341Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.341Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.341Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-502288 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.341Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2528979698 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.341Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.341Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-625904852 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.342Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-4249469779 phase Pending -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.342Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-4249469779 finished: 2023-11-07 20:40:46.342929627 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.342Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1764278633 phase Pending -> Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.342Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-3342751738 old.message= old.phase=Pending old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.344Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3279462041 phase Pending -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.344Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3279462041 finished: 2023-11-07 20:40:46.344210776 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.344Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1660785423 phase Pending -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.344Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1660785423 finished: 2023-11-07 20:40:46.344241821 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.344Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-141256326 phase Pending -> Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.344Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-3522249555 old.message= old.phase=Pending old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.355Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-1976283980 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.360Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-1934602818 are [deploy-hello-secret-world-staging-fdsng-2994523193]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.361Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2528979698 are [deploy-hello-secret-world-staging-fdsng-2528979698]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.369Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-1959360811 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.369Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2257068727 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.369Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.370Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.370Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:46.443Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743185071 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:40:55.003Z" level=info msg="cleaning up pod" action=killContainers key=argo/deploy-hello-secret-world-staging-fdsng-update-appset-and-pr-2994523193/killContainers
time="2023-11-07T20:41:02.219Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.219Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=9 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.220Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2528979698 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.220Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2994523193 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.220Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.220Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.220Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-502288 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.220Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-3342751738 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.220Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.220Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-3522249555 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.220Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-625904852 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.221Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-141256326 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.221Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-141256326 finished: 2023-11-07 20:41:02.221135962 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.221Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-3522249555 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.221Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1764278633 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.222Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1764278633 finished: 2023-11-07 20:41:02.22200086 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.222Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-3342751738 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.226Z" level=info msg="cleaning up pod" action=terminateContainers key=argo/deploy-hello-secret-world-staging-fdsng-perform-dns-transaction-3522249555/terminateContainers
time="2023-11-07T20:41:02.226Z" level=info msg="https://10.58.0.1:443/api/v1/namespaces/argo/pods/deploy-hello-secret-world-staging-fdsng-perform-dns-transaction-3522249555/exec?command=%2Fbin%2Fsh&command=-c&command=kill+-15+1&container=vault-agent&stderr=true&stdout=true&tty=false"
time="2023-11-07T20:41:02.227Z" level=info msg="cleaning up pod" action=terminateContainers key=argo/deploy-hello-secret-world-staging-fdsng-argocd-sync-3342751738/terminateContainers
time="2023-11-07T20:41:02.227Z" level=info msg="https://10.58.0.1:443/api/v1/namespaces/argo/pods/deploy-hello-secret-world-staging-fdsng-argocd-sync-3342751738/exec?command=%2Fbin%2Fsh&command=-c&command=kill+-15+1&container=vault-agent&stderr=true&stdout=true&tty=false"
time="2023-11-07T20:41:02.228Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-1976283980 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.232Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-1934602818 are [deploy-hello-secret-world-staging-fdsng-2994523193]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.233Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2528979698 are [deploy-hello-secret-world-staging-fdsng-2528979698]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.237Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-1959360811 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.237Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2257068727 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.238Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2623773000 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.238Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.238Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:02.300Z" level=info msg="signaled container" container=vault-agent error="<nil>" namespace=argo pod=deploy-hello-secret-world-staging-fdsng-perform-dns-transaction-3522249555 stderr= stdout=
time="2023-11-07T20:41:02.302Z" level=info msg="signaled container" container=vault-agent error="<nil>" namespace=argo pod=deploy-hello-secret-world-staging-fdsng-argocd-sync-3342751738 stderr= stdout=
time="2023-11-07T20:41:02.309Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743185381 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.867Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.868Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=9 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.868Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-625904852 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.868Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.868Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-3522249555 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.868Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-3342751738 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.868Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2528979698 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.868Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2994523193 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.868Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.868Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.868Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-502288 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.869Z" level=info msg="node changed" namespace=argo new.message= new.phase=Succeeded new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-3342751738 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.870Z" level=info msg="node changed" namespace=argo new.message= new.phase=Succeeded new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-3522249555 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.876Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-1976283980 are []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.880Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-1934602818 are [deploy-hello-secret-world-staging-fdsng-2994523193]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.881Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-2528979698 are [deploy-hello-secret-world-staging-fdsng-2528979698]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.882Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1231171783 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.882Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1231171783 finished: 2023-11-07 20:41:12.882575524 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.883Z" level=info msg="Step group node deploy-hello-secret-world-staging-fdsng-1959360811 successful" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.883Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1959360811 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.883Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1959360811 finished: 2023-11-07 20:41:12.883845652 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.883Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-1231171783 is [deploy-hello-secret-world-staging-fdsng-3342751738]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-3522249555 is [deploy-hello-secret-world-staging-fdsng-141256326 deploy-hello-secret-world-staging-fdsng-141256326]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-2912822259 is [deploy-hello-secret-world-staging-fdsng-2912822259]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-2939329060 is [deploy-hello-secret-world-staging-fdsng-3342751738 deploy-hello-secret-world-staging-fdsng-141256326 deploy-hello-secret-world-staging-fdsng-141256326 deploy-hello-secret-world-staging-fdsng-2912822259]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="setting workflow.outputs.parameters.fqdn: 'hello-stage.bertie-private.forbes.com'" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2939329060 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2939329060 finished: 2023-11-07 20:41:12.884666499 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="Step group node deploy-hello-secret-world-staging-fdsng-2257068727 successful" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2257068727 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2257068727 finished: 2023-11-07 20:41:12.884736259 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-2939329060 is []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-3686683072 is []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3686683072 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3686683072 finished: 2023-11-07 20:41:12.88486945 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="Step group node deploy-hello-secret-world-staging-fdsng-2623773000 successful" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2623773000 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2623773000 finished: 2023-11-07 20:41:12.884934909 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-3686683072 is []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng is []" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.884Z" level=info msg="node deploy-hello-secret-world-staging-fdsng phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.885Z" level=info msg="node deploy-hello-secret-world-staging-fdsng finished: 2023-11-07 20:41:12.885002997 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.885Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.885Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.885Z" level=info msg="Running OnExit handler: exit-handler" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.885Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.885Z" level=info msg="was unable to obtain node for , letting display name to be nodeName" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.885Z" level=info msg="Steps node deploy-hello-secret-world-staging-fdsng-137997681 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.885Z" level=info msg="StepGroup node deploy-hello-secret-world-staging-fdsng-2849861525 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.885Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.887Z" level=info msg="Steps node deploy-hello-secret-world-staging-fdsng-80186088 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.888Z" level=info msg="StepGroup node deploy-hello-secret-world-staging-fdsng-2931374418 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.888Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.893Z" level=info msg="Steps node deploy-hello-secret-world-staging-fdsng-4100003997 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.893Z" level=info msg="StepGroup node deploy-hello-secret-world-staging-fdsng-3878831649 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.893Z" level=info msg="Skipping deploy-hello-secret-world-staging-fdsng.onExit[0].exit-handler[0].exit-handler[0].get-failure-message: when 'Succeeded != Succeeded' evaluated false" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.893Z" level=info msg="Skipped node deploy-hello-secret-world-staging-fdsng-3225616394 initialized Skipped (message: when 'Succeeded != Succeeded' evaluated false)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.893Z" level=info msg="Step group node deploy-hello-secret-world-staging-fdsng-3878831649 successful" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.894Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3878831649 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.894Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3878831649 finished: 2023-11-07 20:41:12.894024201 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.894Z" level=info msg="StepGroup node deploy-hello-secret-world-staging-fdsng-3811868268 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.894Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-3225616394 are [deploy-hello-secret-world-staging-fdsng-3225616394]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.895Z" level=warning msg="Node was nil, will be initialized as type Skipped" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.897Z" level=info msg="Pod node deploy-hello-secret-world-staging-fdsng-332762994 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.966Z" level=info msg="Created pod: deploy-hello-secret-world-staging-fdsng.onExit[0].exit-handler[0].exit-handler[1].slack-notification (deploy-hello-secret-world-staging-fdsng-slack-notification-332762994)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.966Z" level=info msg="Container node deploy-hello-secret-world-staging-fdsng-1480978361 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.966Z" level=info msg="Container node deploy-hello-secret-world-staging-fdsng-3371536817 initialized Pending" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.966Z" level=info msg="Skipping deploy-hello-secret-world-staging-fdsng.onExit[0].exit-handler[0].exit-handler[1].comment-on-pr: when ''' != \"\" && 'false' == 'true'' evaluated false" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.966Z" level=info msg="Skipped node deploy-hello-secret-world-staging-fdsng-2340061404 initialized Skipped (message: when ''' != \"\" && 'false' == 'true'' evaluated false)" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.966Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3811868268 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.966Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2931374418 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:12.966Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2849861525 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:13.040Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743185588 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:13.052Z" level=info msg="cleaning up pod" action=labelPodCompleted key=argo/deploy-hello-secret-world-staging-fdsng-argocd-sync-3342751738/labelPodCompleted
time="2023-11-07T20:41:13.052Z" level=info msg="cleaning up pod" action=labelPodCompleted key=argo/deploy-hello-secret-world-staging-fdsng-perform-dns-transaction-3522249555/labelPodCompleted
time="2023-11-07T20:41:22.973Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.974Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=10 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.974Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-332762994 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.974Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.974Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.974Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-502288 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.974Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-3342751738 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.974Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2528979698 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.974Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2994523193 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.974Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.974Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-3522249555 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.974Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-625904852 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.975Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3371536817 phase Pending -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.975Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3371536817 finished: 2023-11-07 20:41:22.975317112 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.975Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1480978361 phase Pending -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.975Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-1480978361 finished: 2023-11-07 20:41:22.975337176 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.975Z" level=info msg="node changed" namespace=argo new.message= new.phase=Running new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-332762994 old.message= old.phase=Pending old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.978Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.978Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.978Z" level=info msg="Running OnExit handler: exit-handler" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.980Z" level=info msg="cleaning up pod" action=terminateContainers key=argo/deploy-hello-secret-world-staging-fdsng-slack-notification-332762994/terminateContainers
time="2023-11-07T20:41:22.981Z" level=info msg="https://10.58.0.1:443/api/v1/namespaces/argo/pods/deploy-hello-secret-world-staging-fdsng-slack-notification-332762994/exec?command=%2Fbin%2Fsh&command=-c&command=kill+-15+1&container=vault-agent&stderr=true&stdout=true&tty=false"
time="2023-11-07T20:41:22.983Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-3225616394 are [deploy-hello-secret-world-staging-fdsng-3225616394]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.987Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-3811868268 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.987Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2931374418 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:22.987Z" level=info msg="Workflow step group node deploy-hello-secret-world-staging-fdsng-2849861525 not yet completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:23.068Z" level=info msg="Workflow update successful" namespace=argo phase=Running resourceVersion=743185785 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:23.070Z" level=info msg="signaled container" container=vault-agent error="<nil>" namespace=argo pod=deploy-hello-secret-world-staging-fdsng-slack-notification-332762994 stderr= stdout=
time="2023-11-07T20:41:32.301Z" level=info msg="cleaning up pod" action=killContainers key=argo/deploy-hello-secret-world-staging-fdsng-perform-dns-transaction-3522249555/killContainers
time="2023-11-07T20:41:32.303Z" level=info msg="cleaning up pod" action=killContainers key=argo/deploy-hello-secret-world-staging-fdsng-argocd-sync-3342751738/killContainers
time="2023-11-07T20:41:34.230Z" level=info msg="Processing workflow" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.230Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=10 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.230Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-438438879 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.230Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2086845964 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.230Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-502288 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.230Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-3342751738 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.230Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2528979698 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.230Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2994523193 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.230Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-332762994 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.230Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-2413038509 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.231Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-3522249555 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.231Z" level=info msg="task-result changed" namespace=argo nodeID=deploy-hello-secret-world-staging-fdsng-625904852 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.231Z" level=info msg="node changed" namespace=argo new.message= new.phase=Succeeded new.progress=0/1 nodeID=deploy-hello-secret-world-staging-fdsng-332762994 old.message= old.phase=Running old.progress=0/1 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.234Z" level=info msg="TaskSet Reconciliation" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.234Z" level=info msg=reconcileAgentPod namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.234Z" level=info msg="Running OnExit handler: exit-handler" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.239Z" level=info msg="SG Outbound nodes of deploy-hello-secret-world-staging-fdsng-3225616394 are [deploy-hello-secret-world-staging-fdsng-3225616394]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.242Z" level=info msg="Step group node deploy-hello-secret-world-staging-fdsng-3811868268 successful" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.242Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3811868268 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.242Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-3811868268 finished: 2023-11-07 20:41:34.242774045 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-332762994 is [deploy-hello-secret-world-staging-fdsng-3371536817]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-2340061404 is [deploy-hello-secret-world-staging-fdsng-2340061404]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-4100003997 is [deploy-hello-secret-world-staging-fdsng-3371536817 deploy-hello-secret-world-staging-fdsng-2340061404]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-4100003997 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-4100003997 finished: 2023-11-07 20:41:34.243380158 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="Step group node deploy-hello-secret-world-staging-fdsng-2931374418 successful" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2931374418 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2931374418 finished: 2023-11-07 20:41:34.243449378 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-4100003997 is [deploy-hello-secret-world-staging-fdsng-3371536817 deploy-hello-secret-world-staging-fdsng-2340061404]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-80186088 is [deploy-hello-secret-world-staging-fdsng-3371536817 deploy-hello-secret-world-staging-fdsng-2340061404]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-80186088 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-80186088 finished: 2023-11-07 20:41:34.243517909 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="Step group node deploy-hello-secret-world-staging-fdsng-2849861525 successful" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2849861525 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-2849861525 finished: 2023-11-07 20:41:34.243581584 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-80186088 is [deploy-hello-secret-world-staging-fdsng-3371536817 deploy-hello-secret-world-staging-fdsng-2340061404]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="Outbound nodes of deploy-hello-secret-world-staging-fdsng-137997681 is [deploy-hello-secret-world-staging-fdsng-3371536817 deploy-hello-secret-world-staging-fdsng-2340061404]" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-137997681 phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="node deploy-hello-secret-world-staging-fdsng-137997681 finished: 2023-11-07 20:41:34.243647835 +0000 UTC" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="Updated phase Running -> Succeeded" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.243Z" level=info msg="Marking workflow completed" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.250Z" level=info msg="Deleted PDB resource for workflow." namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.250Z" level=info msg="Marking workflow as pending archiving" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.257Z" level=info msg="Lock has been released by argo/deploy-hello-secret-world-staging-fdsng. Available locks: 1" mutex=argo/Mutex/hello-secret-world-staging
time="2023-11-07T20:41:34.257Z" level=info msg="argo/deploy-hello-secret-world-staging-fdsng released a lock from argo/Mutex/hello-secret-world-staging"
time="2023-11-07T20:41:34.257Z" level=info msg="Released all acquired locks" key=deploy-hello-secret-world-staging-fdsng namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.257Z" level=info msg="cleaning up pod" action=deletePod key=argo/deploy-hello-secret-world-staging-fdsng-1340600742-agent/deletePod
time="2023-11-07T20:41:34.339Z" level=info msg="Workflow update successful" namespace=argo phase=Succeeded resourceVersion=743185991 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.472Z" level=info msg="cleaning up pod" action=labelPodCompleted key=argo/deploy-hello-secret-world-staging-fdsng-slack-notification-332762994/labelPodCompleted
time="2023-11-07T20:41:34.473Z" level=info msg="archiving workflow" namespace=argo uid=d43668e7-02a4-4f3e-b425-0616671304a2 workflow=deploy-hello-secret-world-staging-fdsng
time="2023-11-07T20:41:34.610Z" level=info msg="Queueing Succeeded workflow argo/deploy-hello-secret-world-staging-fdsng for delete in 3h0m0s due to TTL"
time="2023-11-07T20:41:53.071Z" level=info msg="cleaning up pod" action=killContainers key=argo/deploy-hello-secret-world-staging-fdsng-slack-notification-332762994/killContainers
time="2023-11-07T20:45:05.990Z" level=info msg="Queueing Succeeded workflow argo/deploy-hello-secret-world-staging-fdsng for delete in 2h56m29s due to TTL"
time="2023-11-07T20:53:18.071Z" level=info msg="Queueing Succeeded workflow argo/deploy-hello-secret-world-staging-fdsng for delete in 2h48m16s due to TTL"
time="2023-11-07T20:56:31.746Z" level=info msg="Queueing Succeeded workflow argo/deploy-hello-secret-world-staging-fdsng for delete in 2h45m3s due to TTL"
time="2023-11-07T21:02:00.028Z" level=info msg="Queueing Succeeded workflow argo/deploy-hello-secret-world-staging-fdsng for delete in 2h39m34s due to TTL"

Logs from in your workflow’s wait container

kubectl logs -n argo -c wait -l workflows.argoproj.io/workflow=${workflow},workflow.argoproj.io/phase!=Succeeded
time="2023-11-07T20:40:56.725Z" level=info msg="GCS Save path: /tmp/argo/outputs/logs/get-sync-targets.log, key: deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-argocd-sync-3342751738/get-sync-targets.log"
time="2023-11-07T20:40:56.956Z" level=info msg="Save artifact" artifactName=get-sync-targets-logs duration=230.741508ms error="<nil>" key=deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-argocd-sync-3342751738/get-sync-targets.log
time="2023-11-07T20:40:56.956Z" level=info msg="not deleting local artifact" localArtPath=/tmp/argo/outputs/logs/get-sync-targets.log
time="2023-11-07T20:40:56.956Z" level=info msg="Successfully saved file: /tmp/argo/outputs/logs/get-sync-targets.log"
time="2023-11-07T20:40:56.956Z" level=info msg="GCS Save path: /tmp/argo/outputs/logs/main.log, key: deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-argocd-sync-3342751738/main.log"
time="2023-11-07T20:40:57.106Z" level=info msg="Save artifact" artifactName=main-logs duration=149.775435ms error="<nil>" key=deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-argocd-sync-3342751738/main.log
time="2023-11-07T20:40:57.106Z" level=info msg="not deleting local artifact" localArtPath=/tmp/argo/outputs/logs/main.log
time="2023-11-07T20:40:57.106Z" level=info msg="Successfully saved file: /tmp/argo/outputs/logs/main.log"
W1107 20:40:57.121423       1 warnings.go:70] Use tokens from the TokenRequest API or manually created secret-based tokens instead of auto-generated secret-based tokens.
time="2023-11-07T20:40:57.122Z" level=info msg="Alloc=43126 TotalAlloc=49337 Sys=56165 NumGC=4 Goroutines=12"
time="2023-11-07T20:38:00.663Z" level=info msg="not deleting local artifact" localArtPath=/tmp/argo/outputs/logs/generate-image-data.log
time="2023-11-07T20:38:00.663Z" level=info msg="Successfully saved file: /tmp/argo/outputs/logs/generate-image-data.log"
time="2023-11-07T20:38:00.663Z" level=info msg="GCS Save path: /tmp/argo/outputs/logs/main.log, key: deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-build-image-2413038509/main.log"
time="2023-11-07T20:38:00.814Z" level=info msg="Save artifact" artifactName=main-logs duration=151.199541ms error="<nil>" key=deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-build-image-2413038509/main.log
time="2023-11-07T20:38:00.814Z" level=info msg="not deleting local artifact" localArtPath=/tmp/argo/outputs/logs/main.log
time="2023-11-07T20:38:00.814Z" level=info msg="Successfully saved file: /tmp/argo/outputs/logs/main.log"
W1107 20:38:00.831377       1 warnings.go:70] Use tokens from the TokenRequest API or manually created secret-based tokens instead of auto-generated secret-based tokens.
time="2023-11-07T20:38:00.832Z" level=info msg="Alloc=24446 TotalAlloc=49444 Sys=56677 NumGC=5 Goroutines=12"
time="2023-11-07T20:38:00.832Z" level=info msg="stopping progress monitor (context done)" error="context canceled"
time="2023-11-07T20:38:00.832Z" level=info msg="Deadline monitor stopped"
time="2023-11-07T20:40:10.129Z" level=info msg="Saving path output parameter: argocd-cluster"
time="2023-11-07T20:40:10.129Z" level=info msg="Copying /tmp/argocd-cluster.txt from base image layer"
time="2023-11-07T20:40:10.129Z" level=info msg="Successfully saved output parameter: argocd-cluster"
time="2023-11-07T20:40:10.129Z" level=info msg="No output artifacts"
time="2023-11-07T20:40:10.129Z" level=info msg="GCS Save path: /tmp/argo/outputs/logs/main.log, key: deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-get-argocd-cluster-2528979698/main.log"
time="2023-11-07T20:40:10.423Z" level=info msg="Save artifact" artifactName=main-logs duration=294.069422ms error="<nil>" key=deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-get-argocd-cluster-2528979698/main.log
time="2023-11-07T20:40:10.423Z" level=info msg="not deleting local artifact" localArtPath=/tmp/argo/outputs/logs/main.log
time="2023-11-07T20:40:10.423Z" level=info msg="Successfully saved file: /tmp/argo/outputs/logs/main.log"
W1107 20:40:10.442807       1 warnings.go:70] Use tokens from the TokenRequest API or manually created secret-based tokens instead of auto-generated secret-based tokens.
time="2023-11-07T20:40:10.444Z" level=info msg="Alloc=26167 TotalAlloc=32434 Sys=40037 NumGC=5 Goroutines=11"
time="2023-11-07T20:41:20.267Z" level=info msg="GCS Save path: /tmp/argo/outputs/logs/slack-template.log, key: deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-slack-notification-332762994/slack-template.log"
time="2023-11-07T20:41:20.503Z" level=info msg="Save artifact" artifactName=slack-template-logs duration=235.625877ms error="<nil>" key=deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-slack-notification-332762994/slack-template.log
time="2023-11-07T20:41:20.503Z" level=info msg="not deleting local artifact" localArtPath=/tmp/argo/outputs/logs/slack-template.log
time="2023-11-07T20:41:20.503Z" level=info msg="Successfully saved file: /tmp/argo/outputs/logs/slack-template.log"
time="2023-11-07T20:41:20.503Z" level=info msg="GCS Save path: /tmp/argo/outputs/logs/main.log, key: deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-slack-notification-332762994/main.log"
time="2023-11-07T20:41:20.650Z" level=info msg="Save artifact" artifactName=main-logs duration=146.863025ms error="<nil>" key=deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-slack-notification-332762994/main.log
time="2023-11-07T20:41:20.650Z" level=info msg="not deleting local artifact" localArtPath=/tmp/argo/outputs/logs/main.log
time="2023-11-07T20:41:20.650Z" level=info msg="Successfully saved file: /tmp/argo/outputs/logs/main.log"
W1107 20:41:20.665031       1 warnings.go:70] Use tokens from the TokenRequest API or manually created secret-based tokens instead of auto-generated secret-based tokens.
time="2023-11-07T20:41:20.667Z" level=info msg="Alloc=43141 TotalAlloc=49358 Sys=56421 NumGC=4 Goroutines=12"
time="2023-11-07T20:39:51.007Z" level=info msg="Save artifact" artifactName=slack-template-logs duration=234.899953ms error="<nil>" key=deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-slack-notification-625904852/slack-template.log
time="2023-11-07T20:39:51.007Z" level=info msg="not deleting local artifact" localArtPath=/tmp/argo/outputs/logs/slack-template.log
time="2023-11-07T20:39:51.007Z" level=info msg="Successfully saved file: /tmp/argo/outputs/logs/slack-template.log"
time="2023-11-07T20:39:51.007Z" level=info msg="GCS Save path: /tmp/argo/outputs/logs/main.log, key: deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-slack-notification-625904852/main.log"
time="2023-11-07T20:39:51.141Z" level=info msg="Save artifact" artifactName=main-logs duration=133.23911ms error="<nil>" key=deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-slack-notification-625904852/main.log
time="2023-11-07T20:39:51.141Z" level=info msg="not deleting local artifact" localArtPath=/tmp/argo/outputs/logs/main.log
time="2023-11-07T20:39:51.141Z" level=info msg="Successfully saved file: /tmp/argo/outputs/logs/main.log"
W1107 20:39:51.159621       1 warnings.go:70] Use tokens from the TokenRequest API or manually created secret-based tokens instead of auto-generated secret-based tokens.
time="2023-11-07T20:39:51.160Z" level=info msg="Alloc=43120 TotalAlloc=49410 Sys=56165 NumGC=5 Goroutines=12"
time="2023-11-07T20:39:51.160Z" level=info msg="stopping progress monitor (context done)" error="context canceled"
time="2023-11-07T20:40:17.174Z" level=info msg="Saving path output parameter: fqdn"
time="2023-11-07T20:40:17.174Z" level=info msg="Copying /tmp/fqdn.txt from volume mount"
time="2023-11-07T20:40:17.174Z" level=info msg="Successfully saved output parameter: fqdn"
time="2023-11-07T20:40:17.174Z" level=info msg="No output artifacts"
time="2023-11-07T20:40:17.174Z" level=info msg="GCS Save path: /tmp/argo/outputs/logs/main.log, key: deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-update-appset-and-pr-2994523193/main.log"
time="2023-11-07T20:40:17.411Z" level=info msg="Save artifact" artifactName=main-logs duration=236.866634ms error="<nil>" key=deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-update-appset-and-pr-2994523193/main.log
time="2023-11-07T20:40:17.411Z" level=info msg="not deleting local artifact" localArtPath=/tmp/argo/outputs/logs/main.log
time="2023-11-07T20:40:17.411Z" level=info msg="Successfully saved file: /tmp/argo/outputs/logs/main.log"
W1107 20:40:17.429753       1 warnings.go:70] Use tokens from the TokenRequest API or manually created secret-based tokens instead of auto-generated secret-based tokens.
time="2023-11-07T20:40:17.430Z" level=info msg="Alloc=26271 TotalAlloc=32619 Sys=39781 NumGC=5 Goroutines=11"
time="2023-11-07T20:38:26.123Z" level=info msg="Saving path output parameter: snyk-tag"
time="2023-11-07T20:38:26.123Z" level=info msg="Copying /tmp/tag.txt from base image layer"
time="2023-11-07T20:38:26.123Z" level=info msg="Successfully saved output parameter: snyk-tag"
time="2023-11-07T20:38:26.123Z" level=info msg="No output artifacts"
time="2023-11-07T20:38:26.123Z" level=info msg="GCS Save path: /tmp/argo/outputs/logs/main.log, key: deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-get-snyk-tag-502288/main.log"
time="2023-11-07T20:38:26.280Z" level=info msg="Save artifact" artifactName=main-logs duration=156.661883ms error="<nil>" key=deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-get-snyk-tag-502288/main.log
time="2023-11-07T20:38:26.280Z" level=info msg="not deleting local artifact" localArtPath=/tmp/argo/outputs/logs/main.log
time="2023-11-07T20:38:26.280Z" level=info msg="Successfully saved file: /tmp/argo/outputs/logs/main.log"
W1107 20:38:26.298332       1 warnings.go:70] Use tokens from the TokenRequest API or manually created secret-based tokens instead of auto-generated secret-based tokens.
time="2023-11-07T20:38:26.299Z" level=info msg="Alloc=26221 TotalAlloc=32444 Sys=40037 NumGC=4 Goroutines=13"
time="2023-11-07T20:37:13.972Z" level=info msg="GCS Save path: /tmp/argo/outputs/artifacts/src.tgz, key: deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-git-clone-438438879/src.tgz"
time="2023-11-07T20:37:14.244Z" level=info msg="Save artifact" artifactName=src duration=271.775465ms error="<nil>" key=deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-git-clone-438438879/src.tgz
time="2023-11-07T20:37:14.244Z" level=info msg="not deleting local artifact" localArtPath=/tmp/argo/outputs/artifacts/src.tgz
time="2023-11-07T20:37:14.244Z" level=info msg="Successfully saved file: /tmp/argo/outputs/artifacts/src.tgz"
time="2023-11-07T20:37:14.245Z" level=info msg="GCS Save path: /tmp/argo/outputs/logs/main.log, key: deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-git-clone-438438879/main.log"
time="2023-11-07T20:37:14.391Z" level=info msg="Save artifact" artifactName=main-logs duration=146.805055ms error="<nil>" key=deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-git-clone-438438879/main.log
time="2023-11-07T20:37:14.391Z" level=info msg="not deleting local artifact" localArtPath=/tmp/argo/outputs/logs/main.log
time="2023-11-07T20:37:14.391Z" level=info msg="Successfully saved file: /tmp/argo/outputs/logs/main.log"
W1107 20:37:14.408856       1 warnings.go:70] Use tokens from the TokenRequest API or manually created secret-based tokens instead of auto-generated secret-based tokens.
time="2023-11-07T20:37:14.409Z" level=info msg="Alloc=24407 TotalAlloc=52528 Sys=56421 NumGC=6 Goroutines=12"
time="2023-11-07T20:40:51.918Z" level=info msg="GCS Save path: /tmp/argo/outputs/logs/get-txt-data-for-dns-record.log, key: deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-perform-dns-transaction-3522249555/get-txt-data-for-dns-record.log"
time="2023-11-07T20:40:52.052Z" level=info msg="Save artifact" artifactName=get-txt-data-for-dns-record-logs duration=134.3506ms error="<nil>" key=deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-perform-dns-transaction-3522249555/get-txt-data-for-dns-record.log
time="2023-11-07T20:40:52.052Z" level=info msg="not deleting local artifact" localArtPath=/tmp/argo/outputs/logs/get-txt-data-for-dns-record.log
time="2023-11-07T20:40:52.052Z" level=info msg="Successfully saved file: /tmp/argo/outputs/logs/get-txt-data-for-dns-record.log"
time="2023-11-07T20:40:52.053Z" level=info msg="GCS Save path: /tmp/argo/outputs/logs/main.log, key: deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-perform-dns-transaction-3522249555/main.log"
time="2023-11-07T20:40:52.191Z" level=info msg="Save artifact" artifactName=main-logs duration=137.904443ms error="<nil>" key=deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-perform-dns-transaction-3522249555/main.log
time="2023-11-07T20:40:52.191Z" level=info msg="not deleting local artifact" localArtPath=/tmp/argo/outputs/logs/main.log
time="2023-11-07T20:40:52.191Z" level=info msg="Successfully saved file: /tmp/argo/outputs/logs/main.log"
W1107 20:40:52.211700       1 warnings.go:70] Use tokens from the TokenRequest API or manually created secret-based tokens instead of auto-generated secret-based tokens.
time="2023-11-07T20:40:52.212Z" level=info msg="Alloc=24477 TotalAlloc=66307 Sys=72805 NumGC=6 Goroutines=13"
time="2023-11-07T20:37:37.697Z" level=info msg="not deleting local artifact" localArtPath=/tmp/argo/outputs/logs/slack-template.log
time="2023-11-07T20:37:37.697Z" level=info msg="Successfully saved file: /tmp/argo/outputs/logs/slack-template.log"
time="2023-11-07T20:37:37.698Z" level=info msg="GCS Save path: /tmp/argo/outputs/logs/main.log, key: deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-slack-notification-2086845964/main.log"
time="2023-11-07T20:37:37.839Z" level=info msg="Save artifact" artifactName=main-logs duration=141.835512ms error="<nil>" key=deploy-hello-secret-world-staging-fdsng/deploy-hello-secret-world-staging-fdsng-slack-notification-2086845964/main.log
time="2023-11-07T20:37:37.839Z" level=info msg="not deleting local artifact" localArtPath=/tmp/argo/outputs/logs/main.log
time="2023-11-07T20:37:37.839Z" level=info msg="Successfully saved file: /tmp/argo/outputs/logs/main.log"
W1107 20:37:37.858442       1 warnings.go:70] Use tokens from the TokenRequest API or manually created secret-based tokens instead of auto-generated secret-based tokens.
time="2023-11-07T20:37:37.859Z" level=info msg="Alloc=24414 TotalAlloc=49325 Sys=56677 NumGC=5 Goroutines=12"
time="2023-11-07T20:37:37.859Z" level=info msg="Deadline monitor stopped"
time="2023-11-07T20:37:37.859Z" level=info msg="stopping progress monitor (context done)" error="context canceled"

About this issue

  • Original URL
  • State: closed
  • Created 8 months ago
  • Reactions: 6
  • Comments: 26 (24 by maintainers)

Commits related to this issue

Most upvoted comments

Ok after staring at the code a decent bit yesterday and today, I think I figured it out… this may be the case of a subtle logic bug from years-old code that eventually got exposed completely accidentally…

#12130 removed this line. That line was also removed in #11379. I double-checked that change in my review of #12130 and also double-checked that the removal would be safe to do, as node is already retrieved in the exact same way at the very top of the same function.

One tiny problem I discovered: updateOutboundNodesForTargetTasks has the same logic to get the node by nodeName instead of using the existing node. That code is like 6 years old 😮 (it’s been refactored a bit over the years, but the get node by nodeName has remained the same), or since DAGs existed from #693 ~roughly from this line.

Now that code is for DAGs, while this is occurring on steps. Well there’s pretty much identical code for steps. This line from #693 added similar code to steps and #12130 / #11379 were similar in modifying both. Steps’s updateOutboundNodes function has that same logic. There’s a bit of a timing difference in steps too, updateOutboundNodes is called before the memoization block, whereas in DAGs it is after. It being after may subtly hide that issue for DAGs and may explain why this is showing up for steps specifically. This logic bug and the timing difference could also be root causes to some other bugs as well 👀

outboundNodes seems pretty related to children and indeed there are some missing outboundNodes in the Workflow status from above bq8zb (the 3.5.1 with missing nodes in the UI) is missing some outboundNodes that d68kk (the 3.5.0-rc1 one that displays correctly) has. 4 children missing and 5 outboundNodes missing total. That would also explain why the exit handler is showing up on a separate line entirely.

I have to step out for a bit, but I’m gonna run some tests with some fixes for that and hopefully will be back with a PR fix to this gnarly root cause!

My Argo CLI version is 3.4.11. v3.4.13 argo-server + v3.4.12 workflow-controller works fine. image

You can reproduce the issue with this example: ReproduceExample.zip

In that case, why 98aba1599 is not included as a change?

We have another report from a different user/team of it not working in 3.4.13 when it previously worked in 3.4.11.

So the changes I listed above were the common changes between 3.5.1 and 3.4.12-3.4.13. #11839 was only in 3.5.1 and not in 3.4.12-3.4.13.

Technically speaking though, it could also be due a combination of different commits which could make it appear in both versions, although that would be a real head-turner.

Hi @agilgur5 , from my testing , the UI display normally in 3.4.12, the missing nodes issue happens in 3.4.13 Argo UI only.

v3.4.13 argo-server + v3.4.12 workflow-controller works fine.

You can reproduce the issue with this example: ReproduceExample.zip

Big thanks for the confirmation and the repro @carolkao !

So this confirms that it is a Controller bug, and it is in 3.4.13 and 3.5.1. The only PR that lines up with that is #12130… that seems like a pretty innocuous change to me (I approved it too) and is unrelated to children, but I’m gonna do some testing locally with the repro to see if reverting it fixes this

@carolkao wondering if you or your team might be able to confirm if the steps not displaying happens in 3.4.12 as well, or if it’s only limited to 3.4.13?

Hi @agilgur5 , from my testing , the UI display normally in 3.4.12, the missing nodes issue happens in 3.4.13 Argo UI only. image Here is the same workflow result from argo watch command: image

As I mentioned above – it would be good to see without resubmission. If it’s a UI bug, an already completed Workflow should show up differently in 3.5.1 vs. 3.5.0-rc1. The same exact Workflow, not a resubmitted one.

My misunderstanding. The workflow submitted on 3.5.1 displays the same for the same workflow when reverted to 3.5.0-rc2 and 3.5.0-rc1.

  1. If you refresh the same Workflow in 3.5.0-rc1, is it still missing nodes? Or is it only missing nodes while the Workflow is running?

Nodes are missing on 3.5.1, 3.5.0-rc2, and 3.5.0-rc1.

image

image

image

  1. Do you have any errors in the browser console?

Yes

image

image

image

That may be an issue with the event stream if so (potentially a bug in the Server)

I suspect this is the case. The last steps are failures, but with ignore Failure steps with

continueOn:
  failed: true

This suggests it is being tracked though… 🤔 Although I’m not sure if that was the Workflow that was originally ran in 3.5.0-rc1. We’d want to see the node status in the completed Workflow YAML (i.e. kubectl get my-workflow -o yaml) of a Workflow that ran in 3.5.0-rc1.

image image

Here is the yaml for deploy-hello-secret-world-staging-d68kk, which was submitted on v3.5.0-rc1

deploy-hello-secret-world-staging-d68kk.txt

And for comparison, the yaml for deploy-hello-secret-world-staging-bq8zb, which was submitted on v3.5.1

deploy-hello-secret-world-staging-bq8zb.txt

Yes I have verified it but look so like @Joibel sent a fix. Let’s use that instead.

Does the pure changes of v3.5.1 same as the changelog? In that case, why 98aba1599 is not included as a change?

And I see some retry logs at the log submitted. (I wonder why it is printed. failed to search where this log is printed)

...
time="2023-11-07T20:40:04.695Z" level=info msg="Retry node deploy-hello-secret-world-staging-fdsng-1934602818 initialized Running" namespace=argo workflow=deploy-hello-secret-world-staging-fdsng
...

The controller bug will almost certainly be a missing child entry from the last node that correctly displays.

Correct, d68kk which was fired on the rc is how I’d expect the workflow to appear. bq8zb is the one fired on 3.5.1, which has the missing nodes, e.g. update-appset-and-pr

The issue is what happens after the snyk-scan. The gate and the entire cd nodes disappear. I am actually trying to reproduce on a smaller scale without success.

One thing I notice is that the workflow onExit is showing up as a separate block instead of a contiguous line.

Big thanks for compiling together all the debugging details! That helps a lot! ❤️

The workflow submitted on 3.5.1 displays the same for the same workflow when reverted to 3.5.0-rc2 and 3.5.0-rc1.

Nodes are missing on 3.5.1, 3.5.0-rc2, and 3.5.0-rc1.

That rules out a UI bug and a Server bug actually. Since you loaded the same, completed Workflow, the UI is not playing an active event stream either (as in of a running Workflow), so it occurs even in a static, completed Workflow on all versions.

So this is likely a Controller bug – the YAML’s gotta be different in some way then.

The last steps are failures, but with ignore Failure steps with

continueOn:
  failed: true

Thanks, that’s potentially helpful to narrow it down.

Here is the yaml for deploy-hello-secret-world-staging-d68kk, which was submitted on v3.5.0-rc1

One problem here – per the screenshot in the UI, it looks like this Workflow does correctly show the steps after snyk-scan in 3.5.0-rc1. So this is not an erroneous one? EDIT: woops, 3.5.0-rc1 is working correctly, 3.5.1 is the broken one. d68kk was from 3.5.0-rc1, so it should be correct. My mistake.

Also I’m now thinking we may want to add an annotation of the Controller version a Workflow (or other resource) was submitted with for debugging cases like these 💭

@terrytangyuan , I tried with v3.5.0-rc2 and it displays as expected. I do see the non displayed nodes in the workflow yaml. I will see if I can come up with a smaller example.

@rwong2888 Can you try v3.5.0-rc2? It would also be great if you could provide a smaller example that produces this. Can you also check if the missing nodes (from the UI) exist in your nodeStatus in workflow YAML?

@agilgur5

here is staging

image

here are the pods that ran for the workflow. notice how update-appset-and-pr, get-argocd-cluster, perform-dns-transaction, and argocd-sync do not appear in the UI.

image

here are my filters

image image

reverted to v3.5.0-rc1 and resubmitted the workflow. this is how it is supposed to look

image

image

Let me know if this helps or if anything else is required. If necessary, I can figure out grabbing all our templates…

Here are my filters on rc1

image image