flyteorg / flyte

Scalable and flexible workflow orchestration platform that seamlessly unifies data, ML and analytics stacks.
https://flyte.org
Apache License 2.0
5.47k stars 584 forks source link

[BUG] flytectl unit tests failing #5316

Closed eapolinario closed 4 months ago

eapolinario commented 5 months ago

Describe the bug

flytectl unit tests are failing pretty consistently in CI.

Tests run locally and only fail occasionally.

Here's the full output:

2024-05-02T22:40:45.9508476Z Current runner version: '2.316.0'
2024-05-02T22:40:45.9536123Z ##[group]Operating System
2024-05-02T22:40:45.9537001Z Ubuntu
2024-05-02T22:40:45.9537475Z 22.04.4
2024-05-02T22:40:45.9538049Z LTS
2024-05-02T22:40:45.9538421Z ##[endgroup]
2024-05-02T22:40:45.9538763Z ##[group]Runner Image
2024-05-02T22:40:45.9539283Z Image: ubuntu-22.04
2024-05-02T22:40:45.9539698Z Version: 20240422.1.0
2024-05-02T22:40:45.9540848Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240422.1/images/ubuntu/Ubuntu2204-Readme.md
2024-05-02T22:40:45.9543007Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240422.1
2024-05-02T22:40:45.9544051Z ##[endgroup]
2024-05-02T22:40:45.9544475Z ##[group]Runner Image Provisioner
2024-05-02T22:40:45.9545063Z 2.0.369.1
2024-05-02T22:40:45.9545366Z ##[endgroup]
2024-05-02T22:40:45.9548339Z ##[group]GITHUB_TOKEN Permissions
2024-05-02T22:40:45.9550363Z Actions: write
2024-05-02T22:40:45.9551340Z Attestations: write
2024-05-02T22:40:45.9552019Z Checks: write
2024-05-02T22:40:45.9552577Z Contents: write
2024-05-02T22:40:45.9553315Z Deployments: write
2024-05-02T22:40:45.9553906Z Discussions: write
2024-05-02T22:40:45.9554549Z Issues: write
2024-05-02T22:40:45.9555065Z Metadata: read
2024-05-02T22:40:45.9555603Z Packages: write
2024-05-02T22:40:45.9556330Z Pages: write
2024-05-02T22:40:45.9556914Z PullRequests: write
2024-05-02T22:40:45.9557345Z RepositoryProjects: write
2024-05-02T22:40:45.9558253Z SecurityEvents: write
2024-05-02T22:40:45.9558846Z Statuses: write
2024-05-02T22:40:45.9559201Z ##[endgroup]
2024-05-02T22:40:45.9563121Z Secret source: Actions
2024-05-02T22:40:45.9563829Z Prepare workflow directory
2024-05-02T22:40:46.0511242Z Prepare all required actions
2024-05-02T22:40:46.0675144Z Getting action download info
2024-05-02T22:40:46.2170483Z Download action repository 'actions/checkout@v4' (SHA:0ad4b8fadaa221de15dcec353f45205ec38ea70b)
2024-05-02T22:40:46.5496093Z Download action repository 'actions/setup-go@v3' (SHA:6edd4406fa81c3da01a34fa6f6343087c207a568)
2024-05-02T22:40:46.7922222Z Download action repository 'codecov/codecov-action@v4' (SHA:5ecb98a3c6b747ed38dc09f787459979aebb39be)
2024-05-02T22:40:47.1141746Z Uses: flyteorg/flyte/.github/workflows/unit-tests.yml@refs/heads/master (f59e5ae464ebda57ef5b216c82af619ad44a9cb7)
2024-05-02T22:40:47.1144350Z ##[group] Inputs
2024-05-02T22:40:47.1144996Z   component: flytectl
2024-05-02T22:40:47.1145425Z   go-version: 1.21
2024-05-02T22:40:47.1145829Z ##[endgroup]
2024-05-02T22:40:47.1146821Z Complete job name: Unit Tests (flytectl) / Run Unit Test
2024-05-02T22:40:47.1982241Z ##[group]Run actions/checkout@v4
2024-05-02T22:40:47.1982891Z with:
2024-05-02T22:40:47.1983294Z   repository: flyteorg/flyte
2024-05-02T22:40:47.1983992Z   token: ***
2024-05-02T22:40:47.1984477Z   ssh-strict: true
2024-05-02T22:40:47.1984845Z   ssh-user: git
2024-05-02T22:40:47.1985270Z   persist-credentials: true
2024-05-02T22:40:47.1985812Z   clean: true
2024-05-02T22:40:47.1986257Z   sparse-checkout-cone-mode: true
2024-05-02T22:40:47.1986751Z   fetch-depth: 1
2024-05-02T22:40:47.1987204Z   fetch-tags: false
2024-05-02T22:40:47.1987629Z   show-progress: true
2024-05-02T22:40:47.1987999Z   lfs: false
2024-05-02T22:40:47.1988430Z   submodules: false
2024-05-02T22:40:47.1988853Z   set-safe-directory: true
2024-05-02T22:40:47.1989296Z ##[endgroup]
2024-05-02T22:40:47.3609733Z Syncing repository: flyteorg/flyte
2024-05-02T22:40:47.3612239Z ##[group]Getting Git version info
2024-05-02T22:40:47.3613512Z Working directory is '/home/runner/work/flyte/flyte'
2024-05-02T22:40:47.3615082Z [command]/usr/bin/git version
2024-05-02T22:40:47.3615897Z git version 2.43.2
2024-05-02T22:40:47.3618381Z ##[endgroup]
2024-05-02T22:40:47.3633058Z Temporarily overriding HOME='/home/runner/work/_temp/9b35f69b-b130-4346-851a-5b96b8c518fe' before making global git config changes
2024-05-02T22:40:47.3635593Z Adding repository directory to the temporary git global config as a safe directory
2024-05-02T22:40:47.3637516Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/flyte/flyte
2024-05-02T22:40:47.3640688Z Deleting the contents of '/home/runner/work/flyte/flyte'
2024-05-02T22:40:47.3650958Z ##[group]Initializing the repository
2024-05-02T22:40:47.3652146Z [command]/usr/bin/git init /home/runner/work/flyte/flyte
2024-05-02T22:40:47.3712750Z hint: Using 'master' as the name for the initial branch. This default branch name
2024-05-02T22:40:47.3714426Z hint: is subject to change. To configure the initial branch name to use in all
2024-05-02T22:40:47.3716080Z hint: of your new repositories, which will suppress this warning, call:
2024-05-02T22:40:47.3717213Z hint: 
2024-05-02T22:40:47.3718209Z hint:  git config --global init.defaultBranch <name>
2024-05-02T22:40:47.3718963Z hint: 
2024-05-02T22:40:47.3719829Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2024-05-02T22:40:47.3720990Z hint: 'development'. The just-created branch can be renamed via this command:
2024-05-02T22:40:47.3721884Z hint: 
2024-05-02T22:40:47.3722579Z hint:  git branch -m <name>
2024-05-02T22:40:47.3725101Z Initialized empty Git repository in /home/runner/work/flyte/flyte/.git/
2024-05-02T22:40:47.3733259Z [command]/usr/bin/git remote add origin https://github.com/flyteorg/flyte
2024-05-02T22:40:47.3767005Z ##[endgroup]
2024-05-02T22:40:47.3768285Z ##[group]Disabling automatic garbage collection
2024-05-02T22:40:47.3769442Z [command]/usr/bin/git config --local gc.auto 0
2024-05-02T22:40:47.3797234Z ##[endgroup]
2024-05-02T22:40:47.3798619Z ##[group]Setting up auth
2024-05-02T22:40:47.3802959Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-05-02T22:40:47.3829989Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2024-05-02T22:40:47.4106519Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-05-02T22:40:47.4132953Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2024-05-02T22:40:47.4359352Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2024-05-02T22:40:47.4391036Z ##[endgroup]
2024-05-02T22:40:47.4392150Z ##[group]Fetching the repository
2024-05-02T22:40:47.4402217Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f59e5ae464ebda57ef5b216c82af619ad44a9cb7:refs/remotes/origin/master
2024-05-02T22:40:47.9617355Z From https://github.com/flyteorg/flyte
2024-05-02T22:40:47.9619159Z  * [new ref]         f59e5ae464ebda57ef5b216c82af619ad44a9cb7 -> origin/master
2024-05-02T22:40:47.9646018Z ##[endgroup]
2024-05-02T22:40:47.9647635Z ##[group]Determining the checkout info
2024-05-02T22:40:47.9649207Z ##[endgroup]
2024-05-02T22:40:47.9650670Z [command]/usr/bin/git sparse-checkout disable
2024-05-02T22:40:47.9691307Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2024-05-02T22:40:47.9718177Z ##[group]Checking out the ref
2024-05-02T22:40:47.9722533Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2024-05-02T22:40:48.2552295Z Reset branch 'master'
2024-05-02T22:40:48.2553587Z branch 'master' set up to track 'origin/master'.
2024-05-02T22:40:48.2568085Z ##[endgroup]
2024-05-02T22:40:48.2604524Z [command]/usr/bin/git log -1 --format='%H'
2024-05-02T22:40:48.2626618Z 'f59e5ae464ebda57ef5b216c82af619ad44a9cb7'
2024-05-02T22:40:48.2946564Z ##[group]Run actions/setup-go@v3
2024-05-02T22:40:48.2947025Z with:
2024-05-02T22:40:48.2947342Z   go-version: 1.21
2024-05-02T22:40:48.2947799Z   check-latest: false
2024-05-02T22:40:48.2948279Z   token: ***
2024-05-02T22:40:48.2948627Z   cache: false
2024-05-02T22:40:48.2949027Z ##[endgroup]
2024-05-02T22:40:48.4790764Z Setup go version spec 1.21
2024-05-02T22:40:48.4840180Z Found in cache @ /opt/hostedtoolcache/go/1.21.9/x64
2024-05-02T22:40:48.4848533Z Added go to the path
2024-05-02T22:40:48.5083625Z Successfully set up Go version 1.21
2024-05-02T22:40:48.5165132Z go version go1.21.9 linux/amd64
2024-05-02T22:40:48.5165651Z 
2024-05-02T22:40:48.5172967Z ##[group]go env
2024-05-02T22:40:48.6189719Z GO111MODULE=''
2024-05-02T22:40:48.6190495Z GOARCH='amd64'
2024-05-02T22:40:48.6191883Z GOBIN=''
2024-05-02T22:40:48.6192396Z GOCACHE='/home/runner/.cache/go-build'
2024-05-02T22:40:48.6193183Z GOENV='/home/runner/.config/go/env'
2024-05-02T22:40:48.6193984Z GOEXE=''
2024-05-02T22:40:48.6194636Z GOEXPERIMENT=''
2024-05-02T22:40:48.6195250Z GOFLAGS=''
2024-05-02T22:40:48.6195739Z GOHOSTARCH='amd64'
2024-05-02T22:40:48.6196297Z GOHOSTOS='linux'
2024-05-02T22:40:48.6196917Z GOINSECURE=''
2024-05-02T22:40:48.6197528Z GOMODCACHE='/home/runner/go/pkg/mod'
2024-05-02T22:40:48.6198396Z GONOPROXY=''
2024-05-02T22:40:48.6199044Z GONOSUMDB=''
2024-05-02T22:40:48.6199602Z GOOS='linux'
2024-05-02T22:40:48.6200147Z GOPATH='/home/runner/go'
2024-05-02T22:40:48.6200809Z GOPRIVATE=''
2024-05-02T22:40:48.6201489Z GOPROXY='https://proxy.golang.org,direct'
2024-05-02T22:40:48.6202377Z GOROOT='/opt/hostedtoolcache/go/1.21.9/x64'
2024-05-02T22:40:48.6203245Z GOSUMDB='sum.golang.org'
2024-05-02T22:40:48.6203851Z GOTMPDIR=''
2024-05-02T22:40:48.6204401Z GOTOOLCHAIN='auto'
2024-05-02T22:40:48.6205361Z GOTOOLDIR='/opt/hostedtoolcache/go/1.21.9/x64/pkg/tool/linux_amd64'
2024-05-02T22:40:48.6206199Z GOVCS=''
2024-05-02T22:40:48.6206760Z GOVERSION='go1.21.9'
2024-05-02T22:40:48.6207425Z GCCGO='gccgo'
2024-05-02T22:40:48.6207959Z GOAMD64='v1'
2024-05-02T22:40:48.6208441Z AR='ar'
2024-05-02T22:40:48.6208999Z CC='gcc'
2024-05-02T22:40:48.6209510Z CXX='g++'
2024-05-02T22:40:48.6209972Z CGO_ENABLED='1'
2024-05-02T22:40:48.6210704Z GOMOD='/home/runner/work/flyte/flyte/go.mod'
2024-05-02T22:40:48.6211443Z GOWORK=''
2024-05-02T22:40:48.6211959Z CGO_CFLAGS='-O2 -g'
2024-05-02T22:40:48.6212547Z CGO_CPPFLAGS=''
2024-05-02T22:40:48.6213133Z CGO_CXXFLAGS='-O2 -g'
2024-05-02T22:40:48.6213716Z CGO_FFLAGS='-O2 -g'
2024-05-02T22:40:48.6214320Z CGO_LDFLAGS='-O2 -g'
2024-05-02T22:40:48.6214934Z PKG_CONFIG='pkg-config'
2024-05-02T22:40:48.6216623Z GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build1334631468=/tmp/go-build -gno-record-gcc-switches'
2024-05-02T22:40:48.6217996Z 
2024-05-02T22:40:48.6218758Z ##[endgroup]
2024-05-02T22:40:48.6326805Z ##[group]Run make install && make test_unit_codecov
2024-05-02T22:40:48.6327411Z make install && make test_unit_codecov
2024-05-02T22:40:48.6506771Z shell: /usr/bin/bash -e {0}
2024-05-02T22:40:48.6507326Z ##[endgroup]
2024-05-02T22:40:48.6710875Z Makefile:47: warning: overriding recipe for target 'test_unit'
2024-05-02T22:40:48.6712657Z ../boilerplate/flyte/golang_test_targets/Makefile:38: warning: ignoring old recipe for target 'test_unit'
2024-05-02T22:40:48.6745003Z Makefile:19: warning: overriding recipe for target 'generate'
2024-05-02T22:40:48.6745861Z make[1]: Entering directory '/home/runner/work/flyte/flyte/flytestdlib'
2024-05-02T22:40:48.6746965Z ../boilerplate/flyte/golang_test_targets/Makefile:13: warning: ignoring old recipe for target 'generate'
2024-05-02T22:40:48.6747917Z Makefile:31: warning: overriding recipe for target 'test_unit_codecov'
2024-05-02T22:40:48.6749099Z ../boilerplate/flyte/golang_test_targets/Makefile:56: warning: ignoring old recipe for target 'test_unit_codecov'
2024-05-02T22:40:48.6750110Z mkdir -p ./bin
2024-05-02T22:40:48.6762402Z go build -o pflags ./cli/pflags/main.go && mv ./pflags ./bin
2024-05-02T22:40:48.6866033Z go: downloading github.com/spf13/cobra v1.7.0
2024-05-02T22:40:48.7027873Z go: downloading github.com/ernesto-jimenez/gogen v0.0.0-20180125220232-d7d4131e6607
2024-05-02T22:40:48.7571538Z go: downloading github.com/fatih/structtag v1.2.0
2024-05-02T22:40:48.7710216Z go: downloading golang.org/x/tools v0.19.0
2024-05-02T22:40:48.7739599Z go: downloading k8s.io/apimachinery v0.28.2
2024-05-02T22:40:48.9623661Z go: downloading github.com/sirupsen/logrus v1.9.3
2024-05-02T22:40:48.9908654Z go: downloading github.com/spf13/pflag v1.0.5
2024-05-02T22:40:49.1201052Z go: downloading github.com/aws/aws-sdk-go v1.44.2
2024-05-02T22:40:49.1759065Z go: downloading github.com/coocood/freecache v1.1.1
2024-05-02T22:40:49.1770084Z go: downloading github.com/flyteorg/stow v0.3.10
2024-05-02T22:40:49.2077641Z go: downloading github.com/golang/protobuf v1.5.3
2024-05-02T22:40:49.2078902Z go: downloading github.com/pkg/errors v0.9.1
2024-05-02T22:40:49.2258648Z go: downloading github.com/prometheus/client_golang v1.16.0
2024-05-02T22:40:49.2432202Z go: downloading google.golang.org/grpc v1.62.1
2024-05-02T22:40:49.5456482Z go: downloading github.com/fatih/color v1.13.0
2024-05-02T22:40:49.5463372Z go: downloading github.com/ghodss/yaml v1.0.0
2024-05-02T22:40:49.5667900Z go: downloading golang.org/x/sys v0.18.0
2024-05-02T22:40:49.6613184Z go: downloading go.opentelemetry.io/otel v1.21.0
2024-05-02T22:40:49.8084672Z go: downloading go.opentelemetry.io/otel/exporters/jaeger v1.17.0
2024-05-02T22:40:49.8177519Z go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.19.0
2024-05-02T22:40:49.8342729Z go: downloading go.opentelemetry.io/otel/sdk v1.21.0
2024-05-02T22:40:49.8774755Z go: downloading go.opentelemetry.io/otel/trace v1.21.0
2024-05-02T22:40:49.8776538Z go: downloading sigs.k8s.io/controller-runtime v0.16.2
2024-05-02T22:40:49.9887585Z go: downloading k8s.io/client-go v0.28.2
2024-05-02T22:40:49.9889213Z go: downloading github.com/cespare/xxhash v1.1.0
2024-05-02T22:40:50.0065487Z go: downloading cloud.google.com/go/storage v1.36.0
2024-05-02T22:40:50.0718738Z go: downloading cloud.google.com/go v0.112.0
2024-05-02T22:40:50.1405758Z go: downloading golang.org/x/oauth2 v0.16.0
2024-05-02T22:40:50.1848230Z go: downloading google.golang.org/api v0.155.0
2024-05-02T22:40:51.6076596Z go: downloading github.com/ncw/swift v1.0.53
2024-05-02T22:40:51.6285583Z go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.2
2024-05-02T22:40:51.6666539Z go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.1
2024-05-02T22:40:51.6966084Z go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.1.0
2024-05-02T22:40:51.7556622Z go: downloading google.golang.org/protobuf v1.33.0
2024-05-02T22:40:51.9312160Z go: downloading github.com/beorn7/perks v1.0.1
2024-05-02T22:40:51.9474620Z go: downloading github.com/cespare/xxhash/v2 v2.2.0
2024-05-02T22:40:51.9638495Z go: downloading github.com/prometheus/client_model v0.4.0
2024-05-02T22:40:51.9812087Z go: downloading github.com/prometheus/common v0.44.0
2024-05-02T22:40:52.0184854Z go: downloading github.com/prometheus/procfs v0.10.1
2024-05-02T22:40:52.0870595Z go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80
2024-05-02T22:40:52.0993178Z go: downloading google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80
2024-05-02T22:40:52.7413994Z go: downloading github.com/mattn/go-colorable v0.1.12
2024-05-02T22:40:52.7609426Z go: downloading github.com/mattn/go-isatty v0.0.14
2024-05-02T22:40:52.7774995Z go: downloading gopkg.in/yaml.v2 v2.4.0
2024-05-02T22:40:52.8118793Z go: downloading golang.org/x/mod v0.16.0
2024-05-02T22:40:52.9164383Z go: downloading github.com/go-logr/logr v1.3.0
2024-05-02T22:40:52.9165965Z go: downloading github.com/go-logr/stdr v1.2.2
2024-05-02T22:40:52.9264468Z go: downloading golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
2024-05-02T22:40:52.9448698Z go: downloading k8s.io/api v0.28.2
2024-05-02T22:40:52.9528736Z go: downloading k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
2024-05-02T22:40:52.9547148Z go: downloading github.com/evanphx/json-patch/v5 v5.6.0
2024-05-02T22:40:52.9668548Z go: downloading github.com/evanphx/json-patch v5.6.0+incompatible
2024-05-02T22:40:52.9957088Z go: downloading cloud.google.com/go/compute/metadata v0.2.3
2024-05-02T22:40:53.0097889Z go: downloading cloud.google.com/go/compute v1.23.3
2024-05-02T22:40:53.0337307Z go: downloading cloud.google.com/go/iam v1.1.5
2024-05-02T22:40:53.0855792Z go: downloading github.com/google/uuid v1.6.0
2024-05-02T22:40:53.0903940Z go: downloading github.com/googleapis/gax-go/v2 v2.12.0
2024-05-02T22:40:53.1264374Z go: downloading golang.org/x/time v0.5.0
2024-05-02T22:40:53.1322318Z go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0
2024-05-02T22:40:53.1695933Z go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.0
2024-05-02T22:40:53.2180063Z go: downloading golang.org/x/crypto v0.21.0
2024-05-02T22:40:53.2210204Z go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
2024-05-02T22:40:53.2573358Z go: downloading go.opentelemetry.io/otel/metric v1.21.0
2024-05-02T22:40:53.2772225Z go: downloading k8s.io/klog/v2 v2.100.1
2024-05-02T22:40:53.2775446Z go: downloading github.com/gogo/protobuf v1.3.2
2024-05-02T22:40:53.3863855Z go: downloading github.com/google/gofuzz v1.2.0
2024-05-02T22:40:53.4032978Z go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3
2024-05-02T22:40:53.4482819Z go: downloading golang.org/x/net v0.22.0
2024-05-02T22:40:53.4577248Z go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
2024-05-02T22:40:53.4872443Z go: downloading k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
2024-05-02T22:40:53.6144769Z go: downloading go.opencensus.io v0.24.0
2024-05-02T22:40:53.6147417Z go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80
2024-05-02T22:40:53.6929419Z go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1
2024-05-02T22:40:53.7093650Z go: downloading github.com/jmespath/go-jmespath v0.4.0
2024-05-02T22:40:53.7116168Z go: downloading github.com/kylelemons/godebug v1.1.0
2024-05-02T22:40:53.7139729Z go: downloading github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
2024-05-02T22:40:53.7322792Z go: downloading github.com/google/s2a-go v0.1.7
2024-05-02T22:40:53.7354600Z go: downloading gopkg.in/inf.v0 v0.9.1
2024-05-02T22:40:53.7538378Z go: downloading github.com/json-iterator/go v1.1.12
2024-05-02T22:40:53.7956236Z go: downloading golang.org/x/term v0.18.0
2024-05-02T22:40:53.7959107Z go: downloading github.com/google/go-cmp v0.6.0
2024-05-02T22:40:53.7977491Z go: downloading github.com/google/gnostic-models v0.6.8
2024-05-02T22:40:53.7992793Z go: downloading sigs.k8s.io/yaml v1.3.0
2024-05-02T22:40:53.8137741Z go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1
2024-05-02T22:40:53.8169294Z go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
2024-05-02T22:40:53.8264903Z go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
2024-05-02T22:40:53.8322550Z go: downloading github.com/golang-jwt/jwt/v5 v5.0.0
2024-05-02T22:40:53.8350023Z go: downloading gopkg.in/yaml.v3 v3.0.1
2024-05-02T22:40:53.8350901Z go: downloading github.com/felixge/httpsnoop v1.0.4
2024-05-02T22:40:53.8543123Z go: downloading github.com/davecgh/go-spew v1.1.1
2024-05-02T22:40:53.8550260Z go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
2024-05-02T22:40:53.8592587Z go: downloading github.com/modern-go/reflect2 v1.0.2
2024-05-02T22:40:53.8599884Z go: downloading golang.org/x/text v0.14.0
2024-05-02T22:40:53.8895481Z go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
2024-05-02T22:40:53.9044155Z go: downloading github.com/go-openapi/swag v0.22.3
2024-05-02T22:40:53.9238051Z go: downloading github.com/go-openapi/jsonreference v0.20.2
2024-05-02T22:40:53.9488192Z go: downloading github.com/emicklei/go-restful/v3 v3.12.0
2024-05-02T22:40:53.9780099Z go: downloading github.com/mailru/easyjson v0.7.7
2024-05-02T22:40:54.0070983Z go: downloading github.com/go-openapi/jsonpointer v0.19.6
2024-05-02T22:40:54.0230185Z go: downloading golang.org/x/sync v0.6.0
2024-05-02T22:40:54.0400370Z go: downloading github.com/josharian/intern v1.0.0
2024-05-02T22:41:42.3148895Z make[1]: Leaving directory '/home/runner/work/flyte/flyte/flytestdlib'
2024-05-02T22:41:42.3922155Z Using temp directory /tmp/gotooling-7Nv
2024-05-02T22:41:42.3940997Z /tmp/gotooling-7Nv ~/work/flyte/flyte/flytectl
2024-05-02T22:41:42.3941738Z Installing github.com/EngHabu/mockery/cmd/mockery
2024-05-02T22:41:42.3983461Z go: downloading github.com/EngHabu/mockery v0.0.0-20220405200825-3f76291311cf
2024-05-02T22:41:42.6444450Z go: downloading golang.org/x/tools v0.13.0
2024-05-02T22:41:43.0057776Z go: downloading golang.org/x/mod v0.12.0
2024-05-02T22:41:43.0059479Z go: downloading golang.org/x/sys v0.16.0
2024-05-02T22:41:44.5445779Z Installing github.com/golangci/golangci-lint/cmd/golangci-lint
2024-05-02T22:41:44.5489570Z go: downloading github.com/golangci/golangci-lint v1.53.3
2024-05-02T22:41:45.1111559Z go: downloading github.com/fatih/color v1.15.0
2024-05-02T22:41:45.1114696Z go: downloading github.com/gofrs/flock v0.8.1
2024-05-02T22:41:45.1118620Z go: downloading github.com/spf13/viper v1.12.0
2024-05-02T22:41:45.1232566Z go: downloading github.com/hashicorp/go-version v1.6.0
2024-05-02T22:41:45.1318599Z go: downloading github.com/ldez/gomoddirectives v0.2.3
2024-05-02T22:41:45.1325531Z go: downloading github.com/mitchellh/go-homedir v1.1.0
2024-05-02T22:41:45.1406384Z go: downloading github.com/mitchellh/mapstructure v1.5.0
2024-05-02T22:41:45.1434181Z go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
2024-05-02T22:41:45.1486889Z go: downloading github.com/hashicorp/go-multierror v1.1.1
2024-05-02T22:41:45.1561884Z go: downloading github.com/mattn/go-colorable v0.1.13
2024-05-02T22:41:45.1609684Z go: downloading github.com/stretchr/testify v1.8.4
2024-05-02T22:41:45.1686183Z go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
2024-05-02T22:41:45.1809536Z go: downloading github.com/mattn/go-isatty v0.0.17
2024-05-02T22:41:45.1925439Z go: downloading github.com/fsnotify/fsnotify v1.6.0
2024-05-02T22:41:45.1971886Z go: downloading github.com/spf13/afero v1.10.0
2024-05-02T22:41:45.2198626Z go: downloading github.com/spf13/cast v1.5.0
2024-05-02T22:41:45.2283094Z go: downloading github.com/spf13/jwalterweatherman v1.1.0
2024-05-02T22:41:45.2289164Z go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
2024-05-02T22:41:45.2387165Z go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
2024-05-02T22:41:45.2451146Z go: downloading 4d63.com/gochecknoglobals v0.2.1
2024-05-02T22:41:45.2464865Z go: downloading github.com/4meepo/tagalign v1.2.2
2024-05-02T22:41:45.2544884Z go: downloading github.com/Abirdcfly/dupword v0.0.11
2024-05-02T22:41:45.2639214Z go: downloading github.com/Antonboom/errname v0.1.10
2024-05-02T22:41:45.2728915Z go: downloading github.com/Antonboom/nilnil v0.1.5
2024-05-02T22:41:45.2822359Z go: downloading github.com/BurntSushi/toml v1.3.2
2024-05-02T22:41:45.2911919Z go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
2024-05-02T22:41:45.3484543Z go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0
2024-05-02T22:41:45.3562462Z go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.1.0
2024-05-02T22:41:45.3654073Z go: downloading github.com/alexkohler/nakedret/v2 v2.0.2
2024-05-02T22:41:45.3758694Z go: downloading github.com/alexkohler/prealloc v1.0.0
2024-05-02T22:41:45.3829464Z go: downloading github.com/alingse/asasalint v0.0.11
2024-05-02T22:41:45.3930746Z go: downloading github.com/ashanbrown/forbidigo v1.5.3
2024-05-02T22:41:45.4030490Z go: downloading github.com/ashanbrown/makezero v1.1.1
2024-05-02T22:41:45.4201101Z go: downloading github.com/bkielbasa/cyclop v1.2.1
2024-05-02T22:41:45.4387770Z go: downloading github.com/blizzy78/varnamelen v0.8.0
2024-05-02T22:41:45.4629476Z go: downloading github.com/bombsimon/wsl/v3 v3.4.0
2024-05-02T22:41:45.4762488Z go: downloading github.com/breml/bidichk v0.2.4
2024-05-02T22:41:45.4819464Z go: downloading github.com/breml/errchkjson v0.3.1
2024-05-02T22:41:45.4940637Z go: downloading github.com/butuzov/ireturn v0.2.0
2024-05-02T22:41:45.5004849Z go: downloading github.com/butuzov/mirror v1.1.0
2024-05-02T22:41:45.5132771Z go: downloading github.com/charithe/durationcheck v0.0.10
2024-05-02T22:41:45.5227773Z go: downloading github.com/curioswitch/go-reassign v0.2.0
2024-05-02T22:41:45.5312594Z go: downloading github.com/daixiang0/gci v0.10.1
2024-05-02T22:41:45.5650242Z go: downloading github.com/denis-tingaikin/go-header v0.4.3
2024-05-02T22:41:45.5839933Z go: downloading github.com/esimonov/ifshort v1.0.4
2024-05-02T22:41:45.6010952Z go: downloading github.com/firefart/nonamedreturns v1.0.4
2024-05-02T22:41:45.6116989Z go: downloading github.com/fzipp/gocyclo v0.6.0
2024-05-02T22:41:45.6299218Z go: downloading github.com/go-critic/go-critic v0.8.1
2024-05-02T22:41:45.7553398Z go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
2024-05-02T22:41:45.7723418Z go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
2024-05-02T22:41:45.7884227Z go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
2024-05-02T22:41:45.7903580Z go: downloading github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2
2024-05-02T22:41:45.8188211Z go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
2024-05-02T22:41:45.8267753Z go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
2024-05-02T22:41:45.8404416Z go: downloading github.com/golangci/misspell v0.4.0
2024-05-02T22:41:45.8417369Z go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
2024-05-02T22:41:45.8584820Z go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601
2024-05-02T22:41:45.8736442Z go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
2024-05-02T22:41:45.8754831Z go: downloading github.com/gostaticanalysis/nilerr v0.1.1
2024-05-02T22:41:45.8897817Z go: downloading github.com/hexops/gotextdiff v1.0.3
2024-05-02T22:41:45.9103287Z go: downloading github.com/jgautheron/goconst v1.5.1
2024-05-02T22:41:45.9104893Z go: downloading github.com/jingyugao/rowserrcheck v1.1.1
2024-05-02T22:41:45.9388054Z go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
2024-05-02T22:41:45.9399098Z go: downloading github.com/julz/importas v0.1.0
2024-05-02T22:41:45.9606355Z go: downloading github.com/kisielk/errcheck v1.6.3
2024-05-02T22:41:45.9625269Z go: downloading github.com/kkHAIKE/contextcheck v1.1.4
2024-05-02T22:41:45.9796548Z go: downloading github.com/kulti/thelper v0.6.3
2024-05-02T22:41:45.9803778Z go: downloading github.com/kunwardeep/paralleltest v1.0.7
2024-05-02T22:41:46.0338919Z go: downloading github.com/ldez/tagliatelle v0.5.0
2024-05-02T22:41:46.0340464Z go: downloading github.com/kyoh86/exportloopref v0.1.11
2024-05-02T22:41:46.0614826Z go: downloading github.com/leonklingele/grouper v1.1.1
2024-05-02T22:41:46.0868945Z go: downloading github.com/lufeee/execinquery v1.2.1
2024-05-02T22:41:46.1029783Z go: downloading github.com/maratori/testableexamples v1.0.0
2024-05-02T22:41:46.1058536Z go: downloading github.com/maratori/testpackage v1.1.1
2024-05-02T22:41:46.1220742Z go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
2024-05-02T22:41:46.1222495Z go: downloading github.com/mbilski/exhaustivestruct v1.2.0
2024-05-02T22:41:46.1229142Z go: downloading github.com/mgechev/revive v1.3.2
2024-05-02T22:41:46.1918451Z go: downloading github.com/moricho/tparallel v0.3.1
2024-05-02T22:41:46.1919540Z go: downloading github.com/nakabonne/nestif v0.3.1
2024-05-02T22:41:46.1921602Z go: downloading github.com/nishanths/exhaustive v0.11.0
2024-05-02T22:41:46.2121667Z go: downloading github.com/nishanths/predeclared v0.2.2
2024-05-02T22:41:46.2129687Z go: downloading github.com/nunnatsa/ginkgolinter v0.12.1
2024-05-02T22:41:46.2222237Z go: downloading github.com/polyfloyd/go-errorlint v1.4.2
2024-05-02T22:41:46.2235212Z go: downloading github.com/ryancurrah/gomodguard v1.3.0
2024-05-02T22:41:46.2311793Z go: downloading github.com/ryanrolds/sqlclosecheck v0.4.0
2024-05-02T22:41:46.2423694Z go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
2024-05-02T22:41:46.2515392Z go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
2024-05-02T22:41:46.2681791Z go: downloading github.com/sashamelentyev/usestdlibvars v1.23.0
2024-05-02T22:41:46.2897913Z go: downloading github.com/securego/gosec/v2 v2.16.0
2024-05-02T22:41:46.3298762Z go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
2024-05-02T22:41:46.3465542Z go: downloading github.com/sivchari/containedctx v1.0.3
2024-05-02T22:41:46.3627740Z go: downloading github.com/sivchari/nosnakecase v1.7.0
2024-05-02T22:41:46.3633051Z go: downloading github.com/sivchari/tenv v1.7.1
2024-05-02T22:41:46.3643653Z go: downloading github.com/sonatard/noctx v0.0.2
2024-05-02T22:41:46.3676882Z go: downloading github.com/sourcegraph/go-diff v0.7.0
2024-05-02T22:41:46.3797727Z go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
2024-05-02T22:41:46.3811930Z go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
2024-05-02T22:41:46.3926438Z go: downloading github.com/tdakkota/asciicheck v0.2.0
2024-05-02T22:41:46.3963026Z go: downloading github.com/tetafro/godot v1.4.11
2024-05-02T22:41:46.3980417Z go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
2024-05-02T22:41:46.4210812Z go: downloading github.com/timonwong/loggercheck v0.9.4
2024-05-02T22:41:46.4419652Z go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1
2024-05-02T22:41:46.4482644Z go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
2024-05-02T22:41:46.4694312Z go: downloading github.com/ultraware/funlen v0.0.3
2024-05-02T22:41:46.4726542Z go: downloading github.com/ultraware/whitespace v0.0.5
2024-05-02T22:41:46.4844127Z go: downloading github.com/uudashr/gocognit v1.0.6
2024-05-02T22:41:46.4859420Z go: downloading github.com/xen0n/gosmopolitan v1.2.1
2024-05-02T22:41:46.4877033Z go: downloading github.com/yagipy/maintidx v1.0.0
2024-05-02T22:41:46.4944144Z go: downloading github.com/yeya24/promlinter v0.2.0
2024-05-02T22:41:46.5017689Z go: downloading github.com/ykadowak/zerologlint v0.1.2
2024-05-02T22:41:46.5050880Z go: downloading gitlab.com/bosi/decorder v0.2.3
2024-05-02T22:41:46.5259764Z go: downloading go.tmz.dev/musttag v0.7.0
2024-05-02T22:41:46.5675080Z go: downloading honnef.co/go/tools v0.4.3
2024-05-02T22:41:46.7078748Z go: downloading mvdan.cc/gofumpt v0.5.0
2024-05-02T22:41:46.7080227Z go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d
2024-05-02T22:41:46.7081992Z go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
2024-05-02T22:41:46.7089189Z go: downloading github.com/hashicorp/errwrap v1.1.0
2024-05-02T22:41:46.7284180Z go: downloading github.com/pmezard/go-difflib v1.0.0
2024-05-02T22:41:46.7298486Z go: downloading github.com/stretchr/objx v0.5.0
2024-05-02T22:41:46.7352040Z go: downloading github.com/subosito/gotenv v1.4.1
2024-05-02T22:41:46.7382191Z go: downloading github.com/hashicorp/hcl v1.0.0
2024-05-02T22:41:46.7513491Z go: downloading gopkg.in/ini.v1 v1.67.0
2024-05-02T22:41:46.7517680Z go: downloading github.com/magiconair/properties v1.8.6
2024-05-02T22:41:46.7825912Z go: downloading github.com/pelletier/go-toml/v2 v2.0.5
2024-05-02T22:41:46.7830972Z go: downloading github.com/gobwas/glob v0.2.3
2024-05-02T22:41:46.7852131Z go: downloading go.uber.org/zap v1.25.0
2024-05-02T22:41:46.8168212Z go: downloading github.com/kisielk/gotool v1.0.0
2024-05-02T22:41:46.8263864Z go: downloading github.com/pelletier/go-toml v1.9.5
2024-05-02T22:41:46.8359939Z go: downloading github.com/gostaticanalysis/comment v1.4.2
2024-05-02T22:41:46.8464269Z go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
2024-05-02T22:41:46.8551305Z go: downloading github.com/go-toolsmith/astcast v1.1.0
2024-05-02T22:41:46.8664406Z go: downloading github.com/go-toolsmith/astcopy v1.1.0
2024-05-02T22:41:46.8713771Z go: downloading github.com/go-toolsmith/astequal v1.1.0
2024-05-02T22:41:46.8822781Z go: downloading github.com/go-toolsmith/astfmt v1.1.0
2024-05-02T22:41:46.8877138Z go: downloading github.com/go-toolsmith/astp v1.1.0
2024-05-02T22:41:46.8975989Z go: downloading github.com/go-toolsmith/strparse v1.1.0
2024-05-02T22:41:46.9043823Z go: downloading github.com/go-toolsmith/typep v1.1.0
2024-05-02T22:41:46.9169059Z go: downloading github.com/quasilyte/go-ruleguard v0.3.19
2024-05-02T22:41:46.9176242Z go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
2024-05-02T22:41:46.9178775Z go: downloading github.com/ettle/strcase v0.1.1
2024-05-02T22:41:46.9656328Z go: downloading github.com/Masterminds/semver v1.5.0
2024-05-02T22:41:46.9709419Z go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
2024-05-02T22:41:46.9786228Z go: downloading golang.org/x/exp/typeparams v0.0.0-20230224173230-c95f2b4c22f2
2024-05-02T22:41:46.9931575Z go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
2024-05-02T22:41:46.9969716Z go: downloading go.uber.org/multierr v1.11.0
2024-05-02T22:41:46.9983889Z go: downloading github.com/chavacava/garif v0.0.0-20230227094218-b8c73b2037b8
2024-05-02T22:41:47.0091659Z go: downloading github.com/olekukonko/tablewriter v0.0.5
2024-05-02T22:41:47.0389642Z go: downloading github.com/quasilyte/gogrep v0.5.0
2024-05-02T22:41:47.0458350Z go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
2024-05-02T22:41:47.0631680Z go: downloading github.com/mattn/go-runewidth v0.0.9
2024-05-02T22:41:47.0791869Z go: downloading github.com/golang/protobuf v1.5.4
2024-05-02T22:42:03.6572479Z Installing github.com/daixiang0/gci
2024-05-02T22:42:04.0406912Z Installing github.com/alvaroloes/enumer
2024-05-02T22:42:04.0445641Z go: downloading github.com/alvaroloes/enumer v1.1.2
2024-05-02T22:42:04.0952611Z go: downloading github.com/pascaldekloe/name v0.0.0-20180628100202-0fd16699aae1
2024-05-02T22:42:04.3773055Z Installing github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc
2024-05-02T22:42:04.3811767Z go: downloading github.com/flyteorg/protoc-gen-doc v1.4.2
2024-05-02T22:42:04.5621913Z go: downloading github.com/pseudomuto/protokit v0.2.0
2024-05-02T22:42:04.5641835Z go: downloading github.com/mwitkow/go-proto-validators v0.0.0-20180403085117-0950a7990007
2024-05-02T22:42:04.5646370Z go: downloading github.com/Masterminds/sprig v2.15.0+incompatible
2024-05-02T22:42:04.5711079Z go: downloading github.com/envoyproxy/protoc-gen-validate v1.0.4
2024-05-02T22:42:04.5989867Z go: downloading github.com/aokoli/goutils v1.0.1
2024-05-02T22:42:04.5992633Z go: downloading github.com/huandu/xstrings v1.0.0
2024-05-02T22:42:04.5995547Z go: downloading github.com/imdario/mergo v0.3.6
2024-05-02T22:42:04.6184692Z go: downloading golang.org/x/crypto v0.18.0
2024-05-02T22:42:05.7993936Z ~/work/flyte/flyte/flytectl
2024-05-02T22:42:05.7996920Z go mod download
2024-05-02T22:42:10.9177838Z Makefile:47: warning: overriding recipe for target 'test_unit'
2024-05-02T22:42:10.9179558Z ../boilerplate/flyte/golang_test_targets/Makefile:38: warning: ignoring old recipe for target 'test_unit'
2024-05-02T22:42:10.9186395Z go test ./... -race -coverprofile=coverage.txt -covermode=atomic
2024-05-02T22:43:26.8774848Z ?      github.com/flyteorg/flyte/flytectl  [no test files]
2024-05-02T22:43:26.8776587Z ?      github.com/flyteorg/flyte/flytectl/clierrors    [no test files]
2024-05-02T22:43:30.2125811Z ?      github.com/flyteorg/flyte/flytectl/cmd/config/subcommand    [no test files]
2024-05-02T22:43:31.3264575Z ok     github.com/flyteorg/flyte/flytectl/cmd  1.138s  coverage: 52.6% of statements
2024-05-02T22:43:31.3266336Z time="2024-05-02T22:43:30Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:31.3271784Z FAIL   github.com/flyteorg/flyte/flytectl/cmd/compile  0.139s
2024-05-02T22:43:31.3523018Z ok     github.com/flyteorg/flyte/flytectl/cmd/config   1.124s  coverage: 66.7% of statements
2024-05-02T22:43:31.7795830Z ok     github.com/flyteorg/flyte/flytectl/cmd/config/subcommand/clusterresourceattribute   1.015s  coverage: 28.1% of statements
2024-05-02T22:43:31.7798281Z ok     github.com/flyteorg/flyte/flytectl/cmd/config/subcommand/compile    1.010s  coverage: 16.7% of statements
2024-05-02T22:43:32.7226351Z ok     github.com/flyteorg/flyte/flytectl/cmd/config/subcommand/config 1.011s  coverage: 22.5% of statements
2024-05-02T22:43:32.7298611Z ok     github.com/flyteorg/flyte/flytectl/cmd/config/subcommand/docker 1.010s  coverage: 16.7% of statements
2024-05-02T22:43:33.2839823Z ok     github.com/flyteorg/flyte/flytectl/cmd/config/subcommand/execution  1.024s  coverage: 28.6% of statements
2024-05-02T22:43:33.3382707Z ok     github.com/flyteorg/flyte/flytectl/cmd/config/subcommand/executionclusterlabel  1.013s  coverage: 28.1% of statements
2024-05-02T22:43:34.2541726Z ok     github.com/flyteorg/flyte/flytectl/cmd/config/subcommand/executionqueueattribute    1.018s  coverage: 28.1% of statements
2024-05-02T22:43:34.2748270Z ok     github.com/flyteorg/flyte/flytectl/cmd/config/subcommand/launchplan 1.015s  coverage: 38.8% of statements
2024-05-02T22:43:34.8316832Z ok     github.com/flyteorg/flyte/flytectl/cmd/config/subcommand/plugin_override    1.015s  coverage: 28.1% of statements
2024-05-02T22:43:36.3871208Z ok     github.com/flyteorg/flyte/flytectl/cmd/config/subcommand/project    1.084s  coverage: 59.1% of statements
2024-05-02T22:43:36.3874041Z ok     github.com/flyteorg/flyte/flytectl/cmd/config/subcommand/register   1.014s  coverage: 46.7% of statements
2024-05-02T22:43:36.3919708Z ok     github.com/flyteorg/flyte/flytectl/cmd/config/subcommand/sandbox    1.030s  coverage: 43.8% of statements
2024-05-02T22:43:36.4594917Z ok     github.com/flyteorg/flyte/flytectl/cmd/config/subcommand/task   1.013s  coverage: 40.0% of statements
2024-05-02T22:43:38.0410935Z ok     github.com/flyteorg/flyte/flytectl/cmd/config/subcommand/taskresourceattribute  1.020s  coverage: 28.1% of statements
2024-05-02T22:43:38.0439856Z ok     github.com/flyteorg/flyte/flytectl/cmd/config/subcommand/workflow   1.018s  coverage: 37.5% of statements
2024-05-02T22:43:38.1583173Z ok     github.com/flyteorg/flyte/flytectl/cmd/config/subcommand/workflowexecutionconfig    1.016s  coverage: 29.2% of statements
2024-05-02T22:43:40.0768771Z ok     github.com/flyteorg/flyte/flytectl/cmd/configuration    1.154s  coverage: 84.0% of statements
2024-05-02T22:43:42.0149220Z ok     github.com/flyteorg/flyte/flytectl/cmd/core 1.255s  coverage: 48.8% of statements
2024-05-02T22:43:42.0152318Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0154180Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0155740Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0157646Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0159646Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0161080Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0162472Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0164024Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0165421Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0166839Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0168376Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0169843Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0171344Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0172845Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0174216Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0175716Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0177114Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0178501Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0180060Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0181775Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0183332Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0184690Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0186085Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0187629Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0189012Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0190503Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0191940Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0193382Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0194834Z time="2024-05-02T22:43:41Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:42.0196111Z FAIL   github.com/flyteorg/flyte/flytectl/cmd/create   0.147s
2024-05-02T22:43:42.8503614Z ok     github.com/flyteorg/flyte/flytectl/cmd/delete   1.136s
2024-05-02T22:43:48.9779372Z ?      github.com/flyteorg/flyte/flytectl/cmd/testutils    [no test files]
2024-05-02T22:43:49.3828200Z ok     github.com/flyteorg/flyte/flytectl/cmd/demo 1.205s
2024-05-02T22:43:49.3830211Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.3831944Z time="2024-05-02T22:43:48Z" level=info msg="Retrieved 1 executions"
2024-05-02T22:43:49.3833691Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.3835880Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.3837510Z time="2024-05-02T22:43:48Z" level=info msg="Retrieved 1 executions"
2024-05-02T22:43:49.3843743Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.3845119Z time="2024-05-02T22:43:48Z" level=info msg="Retrieved 1 executions"
2024-05-02T22:43:49.3918648Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.3923671Z time="2024-05-02T22:43:48Z" level=info msg="Retrieved 1 executions"
2024-05-02T22:43:49.3928645Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.3933679Z time="2024-05-02T22:43:48Z" level=info msg="Retrieved 1 executions"
2024-05-02T22:43:49.3939088Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.3943997Z time="2024-05-02T22:43:48Z" level=info msg="Retrieved 1 executions"
2024-05-02T22:43:49.3949096Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.3954063Z time="2024-05-02T22:43:48Z" level=info msg="Retrieved 1 executions"
2024-05-02T22:43:49.3959143Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.3964328Z time="2024-05-02T22:43:48Z" level=info msg="Retrieved 1 executions"
2024-05-02T22:43:49.3969125Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.3973906Z time="2024-05-02T22:43:48Z" level=info msg="Retrieved 1 executions"
2024-05-02T22:43:49.3978938Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.3984020Z time="2024-05-02T22:43:48Z" level=info msg="Retrieved 1 executions"
2024-05-02T22:43:49.3988867Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.3993969Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.3998968Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4004285Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4009157Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4012639Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4016570Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4019272Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4021809Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4023405Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4024801Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4026083Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4027591Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4028985Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4030307Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4031759Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4033106Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4034469Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4035917Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4037245Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4038764Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4040257Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4041601Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4043137Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4044437Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4045775Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4047226Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4048586Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4049997Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4051404Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4052730Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4054415Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4055923Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4057192Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4058517Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4059938Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4061265Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4062520Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4063944Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4065259Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4066668Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4068026Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4069336Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4070829Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4072192Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4073507Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4074982Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4076497Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4078773Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4080372Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4081703Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4082995Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4085574Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4086949Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4089585Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4090974Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4092258Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4093752Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4095091Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4096414Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4097839Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4099149Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4100496Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4101987Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4103279Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4104671Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4106155Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4107510Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4108839Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4110231Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4111546Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4113131Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4114641Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4115948Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4117355Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4119061Z time="2024-05-02T22:43:48Z" level=info msg="Initialized Mock Clientset"
2024-05-02T22:43:49.4120198Z FAIL   github.com/flyteorg/flyte/flytectl/cmd/get  0.372s
2024-05-02T22:43:51.2821558Z ok     github.com/flyteorg/flyte/flytectl/cmd/register 2.377s
2024-05-02T22:43:51.2822674Z ok     github.com/flyteorg/flyte/flytectl/cmd/sandbox  1.097s
2024-05-02T22:43:51.9509847Z ?      github.com/flyteorg/flyte/flytectl/cmd/update/interfaces    [no test files]
2024-05-02T22:43:51.9511388Z ?      github.com/flyteorg/flyte/flytectl/cmd/update/interfaces/mocks  [no test files]
2024-05-02T22:43:53.4015873Z ok     github.com/flyteorg/flyte/flytectl/cmd/update   1.429s
2024-05-02T22:43:54.2133613Z ?      github.com/flyteorg/flyte/flytectl/docs/source  [no test files]
2024-05-02T22:43:54.2139895Z ?      github.com/flyteorg/flyte/flytectl/pkg/bubbletea    [no test files]
2024-05-02T22:43:56.4250686Z ?      github.com/flyteorg/flyte/flytectl/pkg/docker/mocks [no test files]
2024-05-02T22:43:57.3454979Z ?      github.com/flyteorg/flyte/flytectl/pkg/ext/mocks    [no test files]
2024-05-02T22:43:59.5540853Z ?      github.com/flyteorg/flyte/flytectl/pkg/github/mocks [no test files]
2024-05-02T22:44:01.2417754Z ?      github.com/flyteorg/flyte/flytectl/pkg/k8s/mocks    [no test files]
2024-05-02T22:44:07.4607004Z ok     github.com/flyteorg/flyte/flytectl/cmd/upgrade  13.954s
2024-05-02T22:44:07.4608370Z ok     github.com/flyteorg/flyte/flytectl/cmd/version  1.257s
2024-05-02T22:44:07.4610095Z ok     github.com/flyteorg/flyte/flytectl/pkg/adminutils   1.014s  coverage: 20.0% of statements
2024-05-02T22:44:07.4612103Z ok     github.com/flyteorg/flyte/flytectl/pkg/commandutils 1.010s  coverage: 100.0% of statements
2024-05-02T22:44:07.4613985Z ok     github.com/flyteorg/flyte/flytectl/pkg/configutil   1.017s  coverage: 82.4% of statements
2024-05-02T22:44:07.4615932Z ok     github.com/flyteorg/flyte/flytectl/pkg/docker   1.052s  coverage: 58.7% of statements
2024-05-02T22:44:07.4617639Z ok     github.com/flyteorg/flyte/flytectl/pkg/ext  1.048s  coverage: 83.2% of statements
2024-05-02T22:44:07.4619424Z ok     github.com/flyteorg/flyte/flytectl/pkg/filesystemutils  1.014s  coverage: 84.6% of statements
2024-05-02T22:44:07.4621463Z ok     github.com/flyteorg/flyte/flytectl/pkg/filters  1.111s  coverage: 87.8% of statements
2024-05-02T22:44:07.4623263Z ok     github.com/flyteorg/flyte/flytectl/pkg/github   1.039s  coverage: 74.2% of statements
2024-05-02T22:44:07.4624973Z ok     github.com/flyteorg/flyte/flytectl/pkg/k8s  1.070s  coverage: 13.8% of statements
2024-05-02T22:44:07.4626847Z ok     github.com/flyteorg/flyte/flytectl/pkg/pkce 1.015s  coverage: 77.8% of statements
2024-05-02T22:44:07.4628693Z ok     github.com/flyteorg/flyte/flytectl/pkg/platformutil 1.009s  coverage: 100.0% of statements
2024-05-02T22:44:07.4630578Z ok     github.com/flyteorg/flyte/flytectl/pkg/printer  1.078s  coverage: 76.5% of statements
2024-05-02T22:44:07.4632221Z ok     github.com/flyteorg/flyte/flytectl/pkg/sandbox  1.158s
2024-05-02T22:44:07.4633639Z ok     github.com/flyteorg/flyte/flytectl/pkg/util 1.478s  coverage: 61.3% of statements
2024-05-02T22:44:07.6296448Z ?      github.com/flyteorg/flyte/flytectl/pkg/visualize/mocks  [no test files]
2024-05-02T22:44:08.7581219Z ok     github.com/flyteorg/flyte/flytectl/pkg/visualize    1.112s  coverage: 91.2% of statements
2024-05-02T22:44:08.7582654Z FAIL
2024-05-02T22:44:09.0790771Z make: *** [../boilerplate/flyte/golang_test_targets/Makefile:56: test_unit_codecov] Error 1
2024-05-02T22:44:09.0832419Z ##[error]Process completed with exit code 2.
2024-05-02T22:44:09.0934544Z Post job cleanup.
2024-05-02T22:44:09.1665836Z [command]/usr/bin/git version
2024-05-02T22:44:09.1704306Z git version 2.43.2
2024-05-02T22:44:09.1745129Z Temporarily overriding HOME='/home/runner/work/_temp/cf59dd4d-200a-48d3-a3c5-3d196f811aca' before making global git config changes
2024-05-02T22:44:09.1747109Z Adding repository directory to the temporary git global config as a safe directory
2024-05-02T22:44:09.1749351Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/flyte/flyte
2024-05-02T22:44:09.1783100Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-05-02T22:44:09.1814073Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2024-05-02T22:44:09.2056542Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-05-02T22:44:09.2076113Z http.https://github.com/.extraheader
2024-05-02T22:44:09.2088984Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2024-05-02T22:44:09.2120748Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2024-05-02T22:44:09.2586710Z Cleaning up orphan processes

Expected behavior

flytectl unit tests pass and can be set as required.

Additional context to reproduce

No response

Screenshots

No response

Are you sure this issue hasn't been raised already?

Have you read the Code of Conduct?

pmahindrakar-oss commented 5 months ago

Commenting out these lines resolves the issue for the compile_tests which fail intermittently

https://github.com/flyteorg/flyte/blob/f59e5ae464ebda57ef5b216c82af619ad44a9cb7/flytectl/cmd/testutils/test_utils.go#L47-L55

This code is used for redirecting the stdout and stderr which helps in verifying in messages printed when executing the commands which are shown to the users https://github.com/flyteorg/flyte/blob/master/flytectl/cmd/testutils/test_utils.go#L102-L113

Unclear yet whats causing this for these particular tests

Tried running for 100 iteration

for ((i = 1; i <= 20; i++)); do                                                                                     10s
go test github.com/flyteorg/flyte/flytectl/cmd/compile  -race -coverprofile=coverage.txt -covermode=atomic
done
ok         github.com/flyteorg/flyte/flytectl/cmd/compile  1.648s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.645s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.646s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.666s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.664s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.669s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.665s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.667s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.685s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.666s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.667s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.665s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.668s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.667s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.670s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.664s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.669s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.668s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.662s  coverage: 89.5% of statements
ok      github.com/flyteorg/flyte/flytectl/cmd/compile  1.668s  coverage: 89.5% of statements

Without commenting

for ((i = 1; i <= 20; i++)); do
go test github.com/flyteorg/flyte/flytectl/cmd/compile  -race -coverprofile=coverage.txt -covermode=atomic
done
time="2024-05-02T16:13:31-07:00" level=info msg="Initialized Mock Clientset"
FAIL    github.com/flyteorg/flyte/flytectl/cmd/compile  0.639s
FAIL
time="2024-05-02T16:13:33-07:00" level=info msg="Initialized Mock Clientset"
FAIL    github.com/flyteorg/flyte/flytectl/cmd/compile  0.653s
FAIL
time="2024-05-02T16:13:35-07:00" level=info msg="Initialized Mock Clientset"
FAIL    github.com/flyteorg/flyte/flytectl/cmd/compile  0.661s
eapolinario commented 5 months ago

Nice find! Thanks for taking a look. Let me confirm we don't really need those lines there.