argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
17.77k stars 5.42k forks source link

ArgoCD does not deploy app. Is actually char by char some variables #8235

Open djmario-ro opened 2 years ago

djmario-ro commented 2 years ago

If you are trying to resolve an environment-specific issue or have a one-off question about the edge case that does not require a feature then please consider asking a question in argocd slack channel.

Checklist:

Describe the bug I'm trying to deploy an umbrella helm chart consisting in some 20 subcharts (all are hosted on @helm JFrog artifactory). I get: time="2022-01-20T10:08:21Z" level=info msg="finished unary call with code InvalidArgument" error="rpc error: code = InvalidArgument desc = application spec for maestro is invalid: InvalidSpecError: Unable to generate manifests in charts/oasis/maestro: rpc error: code = DeadlineExceeded desc = context deadline exceeded" grpc.code=InvalidArgument grpc.method=Create grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:07:21Z" grpc.time_ms=60236.32 span.kind=server system=grpc

I already incresed:

weird is what I saw in the logs: ArgoCD tryes to get path from git repo, char by char, path is: charts/oasis/maestro... c.. ch... cha... char... and so on

To Reproduce

Argo CD on EKS, version: Argo CD v2.2.2+03b17e0, Helm v3.7.1+g1d11fcb

Expected behavior

App is created (as missing)

Screenshots

If applicable, add screenshots to help explain your problem. app is:

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: maestro
spec:
  destination:
    name: ''
    namespace: mchisa
    server: 'https://kubernetes.default.svc'
  source:
    path: charts/oasis/maestro
    repoURL: 'ssh://git@vault.idirect.net/stl/helm.git'
    targetRevision: feature/mchisa
    helm:
      valueFiles:
        - values.yaml
        - dev.yaml
  project: mchisa
  syncPolicy:
    automated: null
    syncOptions:
      - CreateNamespace=true
Paste the output from `argocd version` here.

Argo CD v2.2.2+03b17e0

time="2022-01-20T09:57:36Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=List grpc.service=cluster.ClusterService grpc.start_time="2022-01-20T09:57:36Z" grpc.time_ms=5.736 span.kind=server system=grpc
time="2022-01-20T09:57:36Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=List grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:36Z" grpc.time_ms=6.648 span.kind=server system=grpc
time="2022-01-20T09:57:36Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=List grpc.service=project.ProjectService grpc.start_time="2022-01-20T09:57:36Z" grpc.time_ms=8.735 span.kind=server system=grpc
time="2022-01-20T09:57:49Z" level=info msg="received unary call /repository.RepositoryService/ListRefs" grpc.method=ListRefs grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:49Z" span.kind=server system=grpc
time="2022-01-20T09:57:49Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"HEAD\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:49Z" span.kind=server system=grpc
time="2022-01-20T09:57:49Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=ListRefs grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:49Z" grpc.time_ms=126.598 span.kind=server system=grpc
time="2022-01-20T09:57:49Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:49Z" grpc.time_ms=129.586 span.kind=server system=grpc
time="2022-01-20T09:57:51Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"HEA\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:51Z" span.kind=server system=grpc
time="2022-01-20T09:57:52Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = Unable to resolve 'HEA' to a commit SHA" grpc.code=Unknown grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:51Z" grpc.time_ms=303.478 span.kind=server system=grpc
time="2022-01-20T09:57:52Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"HE\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:52Z" span.kind=server system=grpc
time="2022-01-20T09:57:52Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"H\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:52Z" span.kind=server system=grpc
time="2022-01-20T09:57:52Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = Unable to resolve 'HE' to a commit SHA" grpc.code=Unknown grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:52Z" grpc.time_ms=240.313 span.kind=server system=grpc
time="2022-01-20T09:57:52Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = Unable to resolve 'H' to a commit SHA" grpc.code=Unknown grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:52Z" grpc.time_ms=95.299 span.kind=server system=grpc
time="2022-01-20T09:57:52Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:52Z" span.kind=server system=grpc
time="2022-01-20T09:57:52Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:52Z" grpc.time_ms=94.365 span.kind=server system=grpc
time="2022-01-20T09:57:52Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"f\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:52Z" span.kind=server system=grpc
time="2022-01-20T09:57:52Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"fe\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:52Z" span.kind=server system=grpc
time="2022-01-20T09:57:52Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = Unable to resolve 'f' to a commit SHA" grpc.code=Unknown grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:52Z" grpc.time_ms=94.475 span.kind=server system=grpc
time="2022-01-20T09:57:53Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = Unable to resolve 'fe' to a commit SHA" grpc.code=Unknown grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:52Z" grpc.time_ms=87.573 span.kind=server system=grpc
time="2022-01-20T09:57:53Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"fea\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:53Z" span.kind=server system=grpc
time="2022-01-20T09:57:53Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = Unable to resolve 'fea' to a commit SHA" grpc.code=Unknown grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:53Z" grpc.time_ms=93.051 span.kind=server system=grpc
time="2022-01-20T09:57:53Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"feat\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:53Z" span.kind=server system=grpc
time="2022-01-20T09:57:53Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = Unable to resolve 'feat' to a commit SHA" grpc.code=Unknown grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:53Z" grpc.time_ms=91.937 span.kind=server system=grpc
time="2022-01-20T09:57:53Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"featu\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:53Z" span.kind=server system=grpc
time="2022-01-20T09:57:53Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = Unable to resolve 'featu' to a commit SHA" grpc.code=Unknown grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:53Z" grpc.time_ms=89.677 span.kind=server system=grpc
time="2022-01-20T09:57:53Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"featur\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:53Z" span.kind=server system=grpc
time="2022-01-20T09:57:53Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"feature\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:53Z" span.kind=server system=grpc
time="2022-01-20T09:57:53Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = Unable to resolve 'featur' to a commit SHA" grpc.code=Unknown grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:53Z" grpc.time_ms=88.44 span.kind=server system=grpc
time="2022-01-20T09:57:53Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = Unable to resolve 'feature' to a commit SHA" grpc.code=Unknown grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:53Z" grpc.time_ms=88.206 span.kind=server system=grpc
time="2022-01-20T09:57:53Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"feature/\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:53Z" span.kind=server system=grpc
time="2022-01-20T09:57:53Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = Unable to resolve 'feature/' to a commit SHA" grpc.code=Unknown grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:53Z" grpc.time_ms=93.233 span.kind=server system=grpc
time="2022-01-20T09:57:54Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"feature/m\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:54Z" span.kind=server system=grpc
time="2022-01-20T09:57:54Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = Unable to resolve 'feature/m' to a commit SHA" grpc.code=Unknown grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:54Z" grpc.time_ms=88.848 span.kind=server system=grpc
time="2022-01-20T09:57:54Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"feature/mc\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:54Z" span.kind=server system=grpc
time="2022-01-20T09:57:54Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = Unable to resolve 'feature/mc' to a commit SHA" grpc.code=Unknown grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:54Z" grpc.time_ms=109.267 span.kind=server system=grpc
time="2022-01-20T09:57:54Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"feature/mch\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:54Z" span.kind=server system=grpc
time="2022-01-20T09:57:54Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = Unable to resolve 'feature/mch' to a commit SHA" grpc.code=Unknown grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:54Z" grpc.time_ms=91.186 span.kind=server system=grpc
time="2022-01-20T09:57:54Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"feature/mchi\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:54Z" span.kind=server system=grpc
time="2022-01-20T09:57:54Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"feature/mchis\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:54Z" span.kind=server system=grpc
time="2022-01-20T09:57:54Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = Unable to resolve 'feature/mchi' to a commit SHA" grpc.code=Unknown grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:54Z" grpc.time_ms=91.734 span.kind=server system=grpc
time="2022-01-20T09:57:54Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"feature/mchisa\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:54Z" span.kind=server system=grpc
time="2022-01-20T09:57:54Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = Unable to resolve 'feature/mchis' to a commit SHA" grpc.code=Unknown grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:54Z" grpc.time_ms=94.638 span.kind=server system=grpc
time="2022-01-20T09:57:54Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:54Z" grpc.time_ms=88.43 span.kind=server system=grpc
time="2022-01-20T09:57:57Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"c\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:57Z" span.kind=server system=grpc
time="2022-01-20T09:57:57Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"ch\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:57Z" span.kind=server system=grpc
time="2022-01-20T09:57:57Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = c: app path does not exist" grpc.code=Unknown grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:57Z" grpc.time_ms=167.023 span.kind=server system=grpc
time="2022-01-20T09:57:57Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = ch: app path does not exist" grpc.code=Unknown grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:57Z" grpc.time_ms=58.014 span.kind=server system=grpc
time="2022-01-20T09:57:58Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"cha\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:58Z" span.kind=server system=grpc
time="2022-01-20T09:57:58Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"char\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:58Z" span.kind=server system=grpc
time="2022-01-20T09:57:58Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = cha: app path does not exist" grpc.code=Unknown grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:58Z" grpc.time_ms=167.518 span.kind=server system=grpc
time="2022-01-20T09:57:58Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = char: app path does not exist" grpc.code=Unknown grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:58Z" grpc.time_ms=47.3 span.kind=server system=grpc
time="2022-01-20T09:57:58Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"chart\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:58Z" span.kind=server system=grpc
time="2022-01-20T09:57:58Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = chart: app path does not exist" grpc.code=Unknown grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:58Z" grpc.time_ms=155.452 span.kind=server system=grpc
time="2022-01-20T09:57:58Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"charts\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:58Z" span.kind=server system=grpc
time="2022-01-20T09:57:58Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:58Z" grpc.time_ms=11.905 span.kind=server system=grpc
time="2022-01-20T09:57:58Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"charts/\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:58Z" span.kind=server system=grpc
time="2022-01-20T09:57:58Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:58Z" grpc.time_ms=11.563 span.kind=server system=grpc
time="2022-01-20T09:57:59Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"charts/o\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:59Z" span.kind=server system=grpc
time="2022-01-20T09:57:59Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"charts/oa\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:59Z" span.kind=server system=grpc
time="2022-01-20T09:57:59Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = charts/oa: app path does not exist" grpc.code=Unknown grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:59Z" grpc.time_ms=28.201 span.kind=server system=grpc
time="2022-01-20T09:57:59Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = charts/o: app path does not exist" grpc.code=Unknown grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:59Z" grpc.time_ms=164.971 span.kind=server system=grpc
time="2022-01-20T09:57:59Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"charts/oas\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:59Z" span.kind=server system=grpc
time="2022-01-20T09:57:59Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"charts/oasi\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:59Z" span.kind=server system=grpc
time="2022-01-20T09:57:59Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = charts/oas: app path does not exist" grpc.code=Unknown grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:59Z" grpc.time_ms=166.259 span.kind=server system=grpc
time="2022-01-20T09:57:59Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = charts/oasi: app path does not exist" grpc.code=Unknown grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:59Z" grpc.time_ms=46.607 span.kind=server system=grpc
time="2022-01-20T09:57:59Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"charts/oasis\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:59Z" span.kind=server system=grpc
time="2022-01-20T09:57:59Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:59Z" grpc.time_ms=10.921 span.kind=server system=grpc
time="2022-01-20T09:57:59Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"charts/oasis/\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:59Z" span.kind=server system=grpc
time="2022-01-20T09:57:59Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:57:59Z" grpc.time_ms=10.832 span.kind=server system=grpc
time="2022-01-20T09:58:00Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"charts/oasis/m\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:58:00Z" span.kind=server system=grpc
time="2022-01-20T09:58:00Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"charts/oasis/ma\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:58:00Z" span.kind=server system=grpc
time="2022-01-20T09:58:00Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = charts/oasis/ma: app path does not exist" grpc.code=Unknown grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:58:00Z" grpc.time_ms=119.966 span.kind=server system=grpc
time="2022-01-20T09:58:00Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = charts/oasis/m: app path does not exist" grpc.code=Unknown grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:58:00Z" grpc.time_ms=170.168 span.kind=server system=grpc
time="2022-01-20T09:58:00Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"charts/oasis/mae\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:58:00Z" span.kind=server system=grpc
time="2022-01-20T09:58:00Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = charts/oasis/mae: app path does not exist" grpc.code=Unknown grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:58:00Z" grpc.time_ms=165.893 span.kind=server system=grpc
time="2022-01-20T09:58:01Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"charts/oasis/maes\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:58:00Z" span.kind=server system=grpc
time="2022-01-20T09:58:01Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = charts/oasis/maes: app path does not exist" grpc.code=Unknown grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:58:00Z" grpc.time_ms=161.956 span.kind=server system=grpc
time="2022-01-20T09:58:01Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"charts/oasis/maest\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:58:01Z" span.kind=server system=grpc
time="2022-01-20T09:58:01Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"charts/oasis/maestr\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:58:01Z" span.kind=server system=grpc
time="2022-01-20T09:58:01Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = charts/oasis/maest: app path does not exist" grpc.code=Unknown grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:58:01Z" grpc.time_ms=154.519 span.kind=server system=grpc
time="2022-01-20T09:58:01Z" level=error msg="finished unary call with code Unknown" error="rpc error: code = Unknown desc = charts/oasis/maestr: app path does not exist" grpc.code=Unknown grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:58:01Z" grpc.time_ms=96.536 span.kind=server system=grpc
time="2022-01-20T09:58:01Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"charts/oasis/maestro\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:58:01Z" span.kind=server system=grpc
time="2022-01-20T09:58:01Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T09:58:01Z" grpc.time_ms=12.132 span.kind=server system=grpc
time="2022-01-20T10:03:14Z" level=info msg="Alloc=12556 TotalAlloc=664609 Sys=75089 NumGC=384 Goroutines=159"
time="2022-01-20T10:04:31Z" level=info msg="finished streaming call with code OK" grpc.code=OK grpc.method=Watch grpc.service=application.ApplicationService grpc.start_time="2022-01-20T09:57:35Z" grpc.time_ms=415303.38 span.kind=server system=grpc
time="2022-01-20T10:06:38Z" level=info msg="received unary call /application.ApplicationService/List" grpc.method=List grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="resourceVersion:\"\" selector:\"\" repo:\"\" " grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:06:38Z" span.kind=server system=grpc
time="2022-01-20T10:06:38Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=List grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:06:38Z" grpc.time_ms=4.371 span.kind=server system=grpc
time="2022-01-20T10:06:38Z" level=info msg="received streaming call /application.ApplicationService/Watch" grpc.method=Watch grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="resourceVersion:\"236146821\" selector:\"\" repo:\"\" " grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:06:38Z" span.kind=server system=grpc
time="2022-01-20T10:07:13Z" level=info msg="received unary call /repository.RepositoryService/ListApps" grpc.method=ListApps grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" revision:\"feature/mchisa\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T10:07:13Z" span.kind=server system=grpc
time="2022-01-20T10:07:14Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=ListApps grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T10:07:13Z" grpc.time_ms=187.261 span.kind=server system=grpc
time="2022-01-20T10:07:14Z" level=info msg="received unary call /repository.RepositoryService/ListRefs" grpc.method=ListRefs grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="repo:\"ssh://git@vault.idirect.net/stl/helm.git\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T10:07:14Z" span.kind=server system=grpc
time="2022-01-20T10:07:14Z" level=info msg="received unary call /repository.RepositoryService/GetAppDetails" grpc.method=GetAppDetails grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="source:<repoURL:\"ssh://git@vault.idirect.net/stl/helm.git\" path:\"charts/oasis/maestro\" targetRevision:\"feature/mchisa\" chart:\"\" > appName:\"maestro\" " grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T10:07:14Z" span.kind=server system=grpc
time="2022-01-20T10:07:14Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=GetAppDetails grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T10:07:14Z" grpc.time_ms=94.699 span.kind=server system=grpc
time="2022-01-20T10:07:14Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=ListRefs grpc.service=repository.RepositoryService grpc.start_time="2022-01-20T10:07:14Z" grpc.time_ms=104.676 span.kind=server system=grpc
time="2022-01-20T10:07:21Z" level=info msg="received unary call /application.ApplicationService/Create" grpc.method=Create grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="%!v(PANIC=String method: reflect.Value.Bytes of non-byte slice)" grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:07:21Z" span.kind=server system=grpc
time="2022-01-20T10:07:34Z" level=info msg="finished streaming call with code OK" grpc.code=OK grpc.method=Watch grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:06:38Z" grpc.time_ms=55952.61 span.kind=server system=grpc
time="2022-01-20T10:07:44Z" level=info msg="received unary call /application.ApplicationService/List" grpc.method=List grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="resourceVersion:\"\" selector:\"\" repo:\"\" " grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:07:44Z" span.kind=server system=grpc
time="2022-01-20T10:07:44Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=List grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:07:44Z" grpc.time_ms=6.085 span.kind=server system=grpc
time="2022-01-20T10:07:44Z" level=info msg="received streaming call /application.ApplicationService/Watch" grpc.method=Watch grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="resourceVersion:\"236146821\" selector:\"\" repo:\"\" " grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:07:44Z" span.kind=server system=grpc
time="2022-01-20T10:08:20Z" level=info msg="finished streaming call with code OK" grpc.code=OK grpc.method=Watch grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:07:44Z" grpc.time_ms=36413.83 span.kind=server system=grpc
time="2022-01-20T10:08:21Z" level=info msg="finished unary call with code InvalidArgument" error="rpc error: code = InvalidArgument desc = application spec for maestro is invalid: InvalidSpecError: Unable to generate manifests in charts/oasis/maestro: rpc error: code = DeadlineExceeded desc = context deadline exceeded" grpc.code=InvalidArgument grpc.method=Create grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:07:21Z" grpc.time_ms=60236.32 span.kind=server system=grpc
time="2022-01-20T10:09:35Z" level=info msg="received unary call /application.ApplicationService/List" grpc.method=List grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="resourceVersion:\"\" selector:\"\" repo:\"\" " grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:09:35Z" span.kind=server system=grpc
time="2022-01-20T10:09:35Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=List grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:09:35Z" grpc.time_ms=3.591 span.kind=server system=grpc
time="2022-01-20T10:09:36Z" level=info msg="received streaming call /application.ApplicationService/Watch" grpc.method=Watch grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="resourceVersion:\"236148099\" selector:\"\" repo:\"\" " grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:09:36Z" span.kind=server system=grpc
time="2022-01-20T10:09:38Z" level=info msg="finished streaming call with code OK" grpc.code=OK grpc.method=Watch grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:09:36Z" grpc.time_ms=2363.087 span.kind=server system=grpc
time="2022-01-20T10:10:04Z" level=info msg="received unary call /application.ApplicationService/List" grpc.method=List grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="resourceVersion:\"\" selector:\"\" repo:\"\" " grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:10:04Z" span.kind=server system=grpc
time="2022-01-20T10:10:04Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=List grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:10:04Z" grpc.time_ms=4.688 span.kind=server system=grpc
time="2022-01-20T10:10:04Z" level=info msg="received streaming call /application.ApplicationService/Watch" grpc.method=Watch grpc.request.claims="{\"exp\":1642757001,\"iat\":1642670601,\"iss\":\"argocd\",\"jti\":\"f680c6d0-d5dc-41db-9707-7e4d7343a0c7\",\"nbf\":1642670601,\"sub\":\"admin\"}" grpc.request.content="resourceVersion:\"236148099\" selector:\"\" repo:\"\" " grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:10:04Z" span.kind=server system=grpc
time="2022-01-20T10:11:06Z" level=info msg="finished streaming call with code OK" grpc.code=OK grpc.method=Watch grpc.service=application.ApplicationService grpc.start_time="2022-01-20T10:10:04Z" grpc.time_ms=61784.945 span.kind=server system=grpc
crenshaw-dev commented 2 years ago

Did a little find/replace to get to the super weird part of the logs:

57:51 info ... ListApps ... revision:\"HEA\" ...
57:52 info ... ListApps ... revision:\"HE\" ...
57:52 info ... ListApps ... revision:\"f\" ...
57:53 info ... ListApps ... revision:\"fea\" ...
57:53 info ... ListApps ... revision:\"feat\" ...
57:53 info ... ListApps ... revision:\"featu\" ...
57:53 info ... ListApps ... revision:\"featur\" ...
57:53 info ... ListApps ... revision:\"feature/\" ...
57:54 info ... ListApps ... revision:\"feature/m\" ...
57:54 info ... ListApps ... revision:\"feature/mc\" ...
57:54 info ... ListApps ... revision:\"feature/mch\" ...
57:54 info ... ListApps ... revision:\"feature/mchi\" ...
57:57 info ... GetAppDetails ... path:\"c\" ...
57:57 info ... GetAppDetails ... path:\"ch\" ...
57:58 info ... GetAppDetails ... path:\"cha\" ...
57:58 info ... GetAppDetails ... path:\"char\" ...
57:58 info ... GetAppDetails ... path:\"chart\" ...
57:58 info ... GetAppDetails ... path:\"charts\" ...
57:58 info ... GetAppDetails ... path:\"charts/\" ...
57:59 info ... GetAppDetails ... path:\"charts/o\" ...
57:59 info ... GetAppDetails ... path:\"charts/oa\" ...
57:59 info ... GetAppDetails ... path:\"charts/oas\" ...
57:59 info ... GetAppDetails ... path:\"charts/oasi\" ...
57:59 info ... GetAppDetails ... path:\"charts/oasis\" ...
57:59 info ... GetAppDetails ... path:\"charts/oasis/\" ...
58:00 info ... GetAppDetails ... path:\"charts/oasis/m\" ...
58:00 info ... GetAppDetails ... path:\"charts/oasis/ma\" ...
58:00 info ... GetAppDetails ... path:\"charts/oasis/mae\" ...
58:01 info ... GetAppDetails ... path:\"charts/oasis/maes\" ...
58:01 info ... GetAppDetails ... path:\"charts/oasis/maest\" ...
58:01 info ... GetAppDetails ... path:\"charts/oasis/maestr\" ...
58:01 info ... GetAppDetails ... path:\"charts/oasis/maestro\" ...