GoogleContainerTools/skaffold

Provide diag code for push timeout

Aberta

#6.718 aberto em 12 de out. de 2021

 (0 comentário) (0 reação) (0 responsável)Go (1.416 forks)batch import
area/diagnosebugbash/q4-2022help wantedkind/todo

Métricas do repositório

Stars
 (12.822 estrelas)
Métricas de merge de PR
 (Mesclagem média 3d 6h) (16 fundiu PRs em 30d)

Description

Seen in the performance benchmarks, where a timeout is being coded as BUILD_UNKNOWN:

Oct 09 21:46:40 skaffold-vm-2 metrics-collector.sh[5929]: 2021/10/09 21:46:40 received event: timestamp:<seconds:1633816000 nanos:769760789 > event:<buildEvent:<artifact:"gcr.io/bank-of-anthos/frontend" status:"In Progress" > > entry:"Build started for artifact gcr.io/bank-of-anthos/frontend"
Oct 09 21:46:55 skaffold-vm-2 metrics-collector.sh[5929]: 2021/10/09 21:46:55 received event: timestamp:<seconds:1633816015 nanos:690920367 > event:<buildEvent:<artifact:"gcr.io/bank-of-anthos/frontend" status:"Failed" err:"could not push image \"gcr.io/aprindle-billing-test/gcr.io/bank-of-anthos/frontend:latest\": received unexpected HTTP status: 504 Gateway Timeout" errCode:BUILD_
Oct 09 21:46:55 skaffold-vm-2 metrics-collector.sh[5929]: 2021/10/09 21:46:55 received event: timestamp:<seconds:1633816015 nanos:691603228 > event:<devLoopEvent:<iteration:1 status:"Failed" err:<errCode:BUILD_UNKNOWN message:"could not push image \"gcr.io/aprindle-billing-test/gcr.io/bank-of-anthos/frontend:latest\": received unexpected HTTP status: 504 Gateway Timeout" > > > entry

Guia do colaborador