Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/tools/gopls: <fill this in> #38805

Closed
arunkhattri opened this issue May 2, 2020 · 1 comment
Closed

x/tools/gopls: <fill this in> #38805

arunkhattri opened this issue May 2, 2020 · 1 comment
Labels
FrozenDueToAge gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@arunkhattri
Copy link

What version of Go are you using (go version)?

$ go version
go version go1.14.2 linux/amd64

Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN="/home/arunkhattri/go_projects/bin"
GOCACHE="/home/arunkhattri/.cache/go-build"
GOENV="/home/arunkhattri/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/arunkhattri/go_projects"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/lib/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/lib/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/home/arunkhattri/go_projects/src/github.com/heptio/velero/go.mod"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build096507326=/tmp/go-build -gno-record-gcc-switches"

What did you do?

Using emacs 26.3 with emacs-go and emacs-lsp.
after . waiting for completions candidate
buffer message appears:-
no token.File for file:///some_long_path_to/main.go

What did you expect to see?

completion candidate related to os package

What did you see instead?

nothing,
GoPls version information

Build info
golang.org/x/tools/cmd/gopls master-cmd.gopls
    golang.org/x/tools@(devel)
    golang.org/x/sync@v0.0.0-20190423024810-112230192c58 h1:8gQV6CLnAEikrhgkHFbMAEhagSSnXWGV915qUMm9mrU=
    golang.org/x/xerrors@v0.0.0-20190717185122-a985d3407aa7 h1:9zdDQZ7Thm29KFXgAX/+yaf3eVbP7djjWp/dXAppNCc=

RPC information

Inbound
$/cancelRequest 78 traces (0 in progress)
Latency 1.36ms (56.00μs<22.67ms) By bucket 0s 23 100.00μs 48 500.00μs 0 1.00ms 0 2.00ms 0 5.00ms 2 10.00ms 5 50.00ms 0 100.00ms 0 500.00ms 0 1.00s 0 5.00s 0 10.00s 0 50.00s 0 100.00s
Received 0.00B (0.00B<0.00B) Sent 86.72B (86.00B<87.00B)
Result codes OK=78

initialize 1 traces (0 in progress)
Latency 2.57ms (2.57ms<2.57ms) By bucket 0s 0 100.00μs 0 500.00μs 0 1.00ms 0 2.00ms 1 5.00ms 0 10.00ms 0 50.00ms 0 100.00ms 0 500.00ms 0 1.00s 0 5.00s 0 10.00s 0 50.00s 0 100.00s
Received 914.00B (0.00B<0.00B) Sent 2.22KB (914.00B<914.00B)
Result codes OK=1

initialized 1 traces (0 in progress)
Latency 2.77s (2.77s<2.77s) By bucket 0s 0 100.00μs 0 500.00μs 0 1.00ms 0 2.00ms 0 5.00ms 0 10.00ms 0 50.00ms 0 100.00ms 0 500.00ms 0 1.00s 1 5.00s 0 10.00s 0 50.00s 0 100.00s
Received 0.00B (0.00B<0.00B) Sent 75.00B (75.00B<75.00B)
Result codes OK=1

textDocument/completion 6 traces (0 in progress)
Latency 536.59ms (289.98μs<2.56s) By bucket 0s 0 100.00μs 3 500.00μs 0 1.00ms 0 2.00ms 0 5.00ms 0 10.00ms 1 50.00ms 0 100.00ms 0 500.00ms 1 1.00s 1 5.00s 0 10.00s 0 50.00s 0 100.00s
Received 60.67B (0.00B<0.00B) Sent 278.50B (0.00B<91.00B)
Result codes OK=6

textDocument/definition 6 traces (0 in progress)
Latency 498.41μs (269.89μs<698.87μs) By bucket 0s 0 100.00μs 2 500.00μs 4 1.00ms 0 2.00ms 0 5.00ms 0 10.00ms 0 50.00ms 0 100.00ms 0 500.00ms 0 1.00s 0 5.00s 0 10.00s 0 50.00s 0 100.00s
Received 162.00B (0.00B<0.00B) Sent 244.00B (162.00B<162.00B)
Result codes OK=6

textDocument/didChange 11 traces (0 in progress)
Latency 8.79ms (344.82μs<19.76ms) By bucket 0s 0 100.00μs 2 500.00μs 0 1.00ms 0 2.00ms 2 5.00ms 2 10.00ms 5 50.00ms 0 100.00ms 0 500.00ms 0 1.00s 0 5.00s 0 10.00s 0 50.00s 0 100.00s
Received 0.00B (0.00B<0.00B) Sent 332.82B (331.00B<335.00B)
Result codes OK=11

textDocument/didOpen 1 traces (0 in progress)
Latency 2.78s (2.78s<2.78s) By bucket 0s 0 100.00μs 0 500.00μs 0 1.00ms 0 2.00ms 0 5.00ms 0 10.00ms 0 50.00ms 0 100.00ms 0 500.00ms 0 1.00s 1 5.00s 0 10.00s 0 50.00s 0 100.00s
Received 0.00B (0.00B<0.00B) Sent 1.17KB (1.17KB<1.17KB)
Result codes OK=1

textDocument/documentHighlight 100 traces (0 in progress)
Latency 59.74ms (152.13μs<5.94s) By bucket 0s 0 100.00μs 82 500.00μs 17 1.00ms 0 2.00ms 0 5.00ms 0 10.00ms 0 50.00ms 0 100.00ms 0 500.00ms 0 1.00s 0 5.00s 1 10.00s 0 50.00s 0 100.00s
Received 61.46B (0.00B<0.00B) Sent 250.56B (58.00B<235.00B)
Result codes OK=100

textDocument/documentLink 147 traces (0 in progress)
Latency 84.01ms (129.96μs<5.94s) By bucket 0s 0 100.00μs 115 500.00μs 24 1.00ms 1 2.00ms 0 5.00ms 0 10.00ms 0 50.00ms 0 100.00ms 4 500.00ms 0 1.00s 2 5.00s 1 10.00s 0 50.00s 0 100.00s
Received 439.14B (0.00B<0.00B) Sent 207.57B (97.00B<843.00B)
Result codes OK=147

textDocument/documentSymbol 1 traces (0 in progress)
Latency 5.95s (5.95s<5.95s) By bucket 0s 0 100.00μs 0 500.00μs 0 1.00ms 0 2.00ms 0 5.00ms 0 10.00ms 0 50.00ms 0 100.00ms 0 500.00ms 0 1.00s 0 5.00s 1 10.00s 0 50.00s 0 100.00s
Received 259.00B (0.00B<0.00B) Sent 208.00B (259.00B<259.00B)
Result codes OK=1

textDocument/hover 45 traces (0 in progress)
Latency 9.63ms (199.61μs<410.72ms) By bucket 0s 0 100.00μs 21 500.00μs 22 1.00ms 1 2.00ms 0 5.00ms 0 10.00ms 0 50.00ms 0 100.00ms 1 500.00ms 0 1.00s 0 5.00s 0 10.00s 0 50.00s 0 100.00s
Received 82.11B (0.00B<0.00B) Sent 238.44B (60.00B<271.00B)
Result codes OK=45

Outbound
textDocument/publishDiagnostics 7 traces (0 in progress)
Latency 57.81μs (23.24μs<194.02μs) By bucket 0s 6 100.00μs 1 500.00μs 0 1.00ms 0 2.00ms 0 5.00ms 0 10.00ms 0 50.00ms 0 100.00ms 0 500.00ms 0 1.00s 0 5.00s 0 10.00s 0 50.00s 0 100.00s
Received 335.57B (0.00B<0.00B) Sent 0.00B (0.00B<429.00B)
Result codes ERROR=1 OK=6

window/logMessage 236 traces (0 in progress)
Latency 11.76ms (13.84μs<106.43ms) By bucket 0s 149 100.00μs 39 500.00μs 1 1.00ms 0 2.00ms 4 5.00ms 0 10.00ms 23 50.00ms 10 100.00ms 10 500.00ms 0 1.00s 0 5.00s 0 10.00s 0 50.00s 0 100.00s
Received 517.10B (0.00B<0.00B) Sent 0.00B (140.00B<3.80KB)
Result codes OK=236

workspace/configuration 1 traces (0 in progress)
Latency 2.84ms (2.84ms<2.84ms) By bucket 0s 0 100.00μs 0 500.00μs 0 1.00ms 0 2.00ms 1 5.00ms 0 10.00ms 0 50.00ms 0 100.00ms 0 500.00ms 0 1.00s 0 5.00s 0 10.00s 0 50.00s 0 100.00s
Received 308.00B (0.00B<0.00B) Sent 0.00B (308.00B<308.00B)
Result codes OK=1

Trace Information

$/cancelRequest last: 260.214µs, longest: 22.661897ms
cache.importer.typeCheck last: 83.508µs, longest: 3.159740941s
cache.nativeFileHandle.Read last: 719.827265ms, longest: 719.827265ms
cache.parseGo last: 37.352µs, longest: 2.149939565s
cache.view.load last: 2.599592167s, longest: 2.599592167s
initialize last: 2.565136ms, longest: 2.565136ms
initialized last: 2.768190448s, longest: 2.768190448s
lsp.Server.documentSymbol last: 3.170254952s, longest: 3.170254952s
lsp:background-worker last: 388.415µs, longest: 3.699399239s
queued last: 89.103µs, longest: 5.941363309s
source.Completion last: 13.452µs, longest: 2.560890193s
source.Diagnostics last: 289.689µs, longest: 3.698859305s
source.DocumentSymbols last: 3.170218151s, longest: 3.170218151s
source.Highlight last: 24.226µs, longest: 258.209µs
source.Hover last: 28.563µs, longest: 71.501µs
source.diagnostics last: 17.794µs, longest: 17.794µs
source.hover last: 2.307µs, longest: 6.274µs
source.identifier last: 110.263µs, longest: 304.743µs
textDocument/completion last: 289.012µs, longest: 2.561310847s
textDocument/definition last: 522.669µs, longest: 697.391µs
textDocument/didChange last: 8.976432ms, longest: 19.756607ms
textDocument/didOpen last: 2.782916021s, longest: 2.782916021s
textDocument/documentHighlight last: 353.577µs, longest: 5.941684735s
textDocument/documentLink last: 306.919µs, longest: 5.942376738s
textDocument/documentSymbol last: 5.952735614s, longest: 5.952735614s
textDocument/hover last: 325.009µs, longest: 410.716615ms
textDocument/publishDiagnostics last: 22.202µs, longest: 192.458µs
window/logMessage last: 40.626µs, longest: 106.429312ms
workspace/configuration last: 2.849772ms, longest: 2.849772ms

emacs lsp-log

Command "gopls serve --debug=localhost:6060" is present on the path.
Command "bingo" is not present on the path.
Command "go-langserver" is not present on the path.
Command "gopls serve --debug=localhost:6060" is present on the path.
Command "bingo" is not present on the path.
Command "go-langserver" is not present on the path.
Found the following clients for /home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go: (server-id gopls, priority 0)
The following clients were selected based on priority: (server-id gopls, priority 0)
2020/05/02 15:03:40 Build info
----------
golang.org/x/tools/cmd/gopls master-cmd.gopls
    golang.org/x/tools@(devel)
    golang.org/x/sync@v0.0.0-20190423024810-112230192c58 h1:8gQV6CLnAEikrhgkHFbMAEhagSSnXWGV915qUMm9mrU=
    golang.org/x/xerrors@v0.0.0-20190717185122-a985d3407aa7 h1:9zdDQZ7Thm29KFXgAX/+yaf3eVbP7djjWp/dXAppNCc=

Go info
-------
go version go1.14.2 linux/amd64

GO111MODULE=""
GOARCH="amd64"
GOBIN="/home/arunkhattri/go_projects/bin"
GOCACHE="/home/arunkhattri/.cache/go-build"
GOENV="/home/arunkhattri/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/arunkhattri/go_projects"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/lib/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/lib/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/home/arunkhattri/go_projects/src/github.com/heptio/velero/go.mod"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build852163801=/tmp/go-build -gno-record-gcc-switches"

2020/05/02 15:03:42 go/packages.Load
	packages = 137
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/errors.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/apis/velero/v1
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/apis/velero/v1/backup.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/apis/velero/v1/backup_storage_location.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/apis/velero/v1/constants.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/apis/velero/v1/delete_backup_request.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/apis/velero/v1/doc.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/apis/velero/v1/download_request.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/apis/velero/v1/labels_annotations.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/apis/velero/v1/pod_volume_backup.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/apis/velero/v1/pod_volume_operation_progress.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/apis/velero/v1/pod_volume_restore.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/apis/velero/v1/register.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/apis/velero/v1/restic_repository.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/apis/velero/v1/restore.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/apis/velero/v1/schedule.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/apis/velero/v1/server_status_request.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/apis/velero/v1/volume_snapshot_location.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/apis/velero/v1/zz_generated.deepcopy.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/buildinfo
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/buildinfo/version.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/scheme
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/scheme/doc.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/scheme/register.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/backup.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/backupstoragelocation.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/deletebackuprequest.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/doc.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/downloadrequest.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/generated_expansion.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/podvolumebackup.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/podvolumerestore.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/resticrepository.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/restore.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/schedule.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/serverstatusrequest.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/velero_client.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/volumesnapshotlocation.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/clientset.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/doc.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/client
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/client/auth_providers.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/client/client.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/client/config.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/client/dynamic.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/client/factory.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/kuberesource
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/kuberesource/kuberesource.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/third_party/kubernetes/pkg/kubectl/cmd/util
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/third_party/kubernetes/pkg/kubectl/cmd/util/shortcut_expander.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/plugin/velero
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/velero/backup_item_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/velero/object_store.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/velero/restore_item_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/velero/shared.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/velero/volume_snapshotter.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/label
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/label/label.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/podexec
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/podexec/pod_command_executor.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/discovery
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/discovery/helper.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/internalinterfaces
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/informers/externalversions/internalinterfaces/factory_interfaces.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/generated/listers/velero/v1
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/listers/velero/v1/backup.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/listers/velero/v1/backupstoragelocation.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/listers/velero/v1/deletebackuprequest.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/listers/velero/v1/downloadrequest.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/listers/velero/v1/expansion_generated.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/listers/velero/v1/podvolumebackup.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/listers/velero/v1/podvolumerestore.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/listers/velero/v1/resticrepository.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/listers/velero/v1/restore.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/listers/velero/v1/schedule.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/listers/velero/v1/serverstatusrequest.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/listers/velero/v1/volumesnapshotlocation.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/volume
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/volume/snapshot.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/persistence
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/persistence/in_memory_object_store.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/persistence/object_store.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/persistence/object_store_layout.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/util/exec
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/exec/exec.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero/v1
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1/backup.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1/backupstoragelocation.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1/deletebackuprequest.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1/downloadrequest.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1/interface.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1/podvolumebackup.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1/podvolumerestore.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1/resticrepository.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1/restore.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1/schedule.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1/serverstatusrequest.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/informers/externalversions/velero/v1/volumesnapshotlocation.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/util/boolptr
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/boolptr/boolptr.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/restic
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/aws.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/azure.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/backupper.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/command.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/command_factory.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/common.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/config.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/exec_commands.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/repo_locker.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/repository_ensurer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/repository_keys.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/repository_manager.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/restorer.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/util/filesystem
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/filesystem/file_system.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/util/collections
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/collections/includes_excludes.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/backup
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/backup.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/backup_pv_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/delete_helpers.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/group_backupper.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/item_backupper.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/item_hook_handler.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/pod_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/pvc_snapshot_tracker.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/rbac.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/remap_crd_version_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/request.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/resource_backupper.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/service_account_action.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/builder
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/backup_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/backup_storage_location_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/config_map_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/container_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/customresourcedefinition_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/deployment_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/json_schema_props_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/namespace_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/node_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/object_meta.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/persistent_volume_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/persistent_volume_claim_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/pod_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/pod_volume_backup_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/restore_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/role_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/schedule_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/secret_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/server_status_request_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/service_account_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/storage_class_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/v1_customresourcedefinition_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/volume_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/volume_mount_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/volume_snapshot_location_builder.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/util/flag
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/flag/accessors.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/flag/array.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/flag/enum.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/flag/labelselector.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/flag/map.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/flag/optional_bool.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/util/downloadrequest
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/downloadrequest/downloadrequest.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/delete_options.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/plugin/generated
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/generated/BackupItemAction.pb.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/generated/ObjectStore.pb.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/generated/PluginLister.pb.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/generated/RestoreItemAction.pb.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/generated/Shared.pb.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/generated/VolumeSnapshotter.pb.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/archive
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/archive/extractor.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/archive/parser.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/util/logging
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/logging/default_logger.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/logging/error_location_hook.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/logging/format_flag.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/logging/hclog_level_hook.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/logging/log_counter_hook.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/logging/log_level_flag.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/logging/log_location_hook.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/plugin/framework
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/backup_item_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/backup_item_action_client.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/backup_item_action_server.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/client_dispenser.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/client_errors.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/doc.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/handle_panic.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/handshake.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/interface.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/logger.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/object_store.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/object_store_client.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/object_store_server.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/plugin_base.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/plugin_kinds.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/plugin_lister.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/restore_item_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/restore_item_action_client.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/restore_item_action_server.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/server.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/server_errors.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/server_mux.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/stream_reader.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/validation.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/volume_snapshotter.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/volume_snapshotter_client.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/volume_snapshotter_server.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/restore
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/add_pv_from_pvc_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/add_pvc_from_pod_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/change_pvc_node_selector.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/change_storageclass_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/clusterrolebinding_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/crd_v1_preserve_unknown_fields_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/job_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/merge_service_account.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/pod_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/pv_restorer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/restic_restore_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/restore.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/result.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/rolebinding_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/service_account_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/service_action.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/util/encode
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/encode/encode.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/util/output
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/backup_describer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/backup_printer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/backup_storage_location_printer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/describe.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/output.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/plugin_printer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/restic_repo_printer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/restore_describer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/restore_printer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/schedule_describer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/schedule_printer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/volume_snapshot_location_printer.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/util/kube
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/kube/resource_requirements.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/kube/utils.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/cmd/velero
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/backuplocation
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backuplocation/backup_location.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backuplocation/create.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backuplocation/get.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/discovery
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/discovery/helper.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/discovery/helper_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/cmd/velero-restic-restore-helper
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero-restic-restore-helper/main.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/features
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/features/feature_flags.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/hack/crd-gen
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/hack/crd-gen/main.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/client/config
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/client/config/config.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/client/config/get.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/client/config/set.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/hack/issue-template-gen
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/hack/issue-template-gen/main.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/backup/mocks
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/mocks/item_action.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/typed/velero/v1/fake
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/fake/doc.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_backup.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_backupstoragelocation.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_deletebackuprequest.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_downloadrequest.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_podvolumebackup.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_podvolumerestore.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_resticrepository.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_restore.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_schedule.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_serverstatusrequest.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_velero_client.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/typed/velero/v1/fake/fake_volumesnapshotlocation.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/client
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/client/client.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/third_party/kubernetes/pkg/kubectl/cmd
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/third_party/kubernetes/pkg/kubectl/cmd/completion.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/generated/clientset/versioned/fake
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/fake/clientset_generated.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/fake/doc.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/clientset/versioned/fake/register.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/completion
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/completion/completion.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/restore
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/restore/create.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/restore/delete.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/restore/describe.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/restore/get.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/restore/logs.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/restore/restore.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/persistence/mocks
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/persistence/mocks/backup_store.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/persistence/mocks/object_store.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/schedule
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/schedule/create.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/schedule/delete.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/schedule/describe.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/schedule/get.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/schedule/schedule.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/plugin/mocks
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/mocks/manager.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/mocks/process_factory.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/snapshotlocation
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/snapshotlocation/create.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/snapshotlocation/get.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/snapshotlocation/snapshot_location.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/restic/mocks
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/mocks/restorer.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/plugin/velero/mocks
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/velero/mocks/object_store.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/velero/mocks/volume_snapshotter.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/create
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/create/create.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/restore/mocks
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/mocks/item_action.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/delete
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/delete/delete.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/test
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/test/api_server.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/test/comparisons.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/test/discovery_client.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/test/fake_discovery_helper.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/test/fake_dynamic.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/test/fake_file_system.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/test/fake_mapper.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/test/fake_namespace.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/test/fake_volume_snapshotter.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/test/helpers.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/test/mock_pod_command_executor.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/test/resources.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/test/test_logger.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/describe
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/describe/describe.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/util/stringslice
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/stringslice/stringslice.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/serverstatus
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/serverstatus/server_status.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/plugin
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/plugin/add.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/plugin/get.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/plugin/plugin.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/plugin/remove.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/archive
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/archive/extractor.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/archive/parser.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/archive/parser_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/version
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/version/version.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/version/version_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/get
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/get/get.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/restic.test
	files = [/home/arunkhattri/.cache/go-build/31/31eff8b7f7c4ee25ff86d681ffb5a34ff4b9aaeee426df294c1b361187cefe39-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/generated/crds
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/crds/crds.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/crds/doc.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/archive.test
	files = [/home/arunkhattri/.cache/go-build/e3/e3743dcff3d65f54b3fb34ddd7ac79444c4a1abfea30da23f2caea78ae2a2b3b-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/version.test
	files = [/home/arunkhattri/.cache/go-build/d5/d5058d09c564876a19501f39ce69116476162acb3badaa9ad2805838f133887d-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/install
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/install/install.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/server
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/server/server.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/server/server_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/util/signals
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/signals/signals.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/metrics
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/metrics/metrics.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/server.test
	files = [/home/arunkhattri/.cache/go-build/1a/1a6b664d0ed96b4f34f9748cc6e971aaa815b7813b6193138524bedc9c77c905-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/util/downloadrequest.test
	files = [/home/arunkhattri/.cache/go-build/44/448c8ff026620e13e7a7cf0ac79246ff2a2a6dc5ef06f571725173ffcf3d795a-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/backup
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/backup.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/backup_pv_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/delete_helpers.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/group_backupper.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/item_backupper.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/item_hook_handler.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/pod_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/pvc_snapshot_tracker.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/rbac.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/remap_crd_version_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/request.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/resource_backupper.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/service_account_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/backup_pv_action_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/backup_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/group_backupper_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/item_backupper_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/item_hook_handler_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/pod_action_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/remap_crd_version_action_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/request_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/backup/service_account_action_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/util/output
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/backup_describer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/backup_printer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/backup_storage_location_printer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/describe.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/output.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/plugin_printer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/restic_repo_printer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/restore_describer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/restore_printer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/schedule_describer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/schedule_printer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/volume_snapshot_location_printer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/output/backup_printer_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/util/output.test
	files = [/home/arunkhattri/.cache/go-build/59/59f683a4c8075201bd9050585879c92bc8f86c6335547e8d7398c8d6210e8671-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/backup.test
	files = [/home/arunkhattri/.cache/go-build/10/10349fb1d11163067d272368733fe3710214ec41ce328506a9d0625db83457f1-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/serverstatusrequest
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/serverstatusrequest/process.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/builder
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/backup_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/backup_storage_location_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/config_map_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/container_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/customresourcedefinition_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/deployment_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/json_schema_props_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/namespace_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/node_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/object_meta.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/persistent_volume_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/persistent_volume_claim_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/pod_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/pod_volume_backup_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/restore_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/role_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/schedule_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/secret_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/server_status_request_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/service_account_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/storage_class_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/v1_customresourcedefinition_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/volume_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/volume_mount_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/volume_snapshot_location_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/builder/container_builder_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/controller
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/backup_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/backup_deletion_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/backup_sync_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/backup_tracker.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/download_request_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/gc_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/generic_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/interface.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/pod_volume_backup_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/pod_volume_restore_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/restic_repository_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/restore_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/schedule_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/server_status_request_controller.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/client
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/client/auth_providers.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/client/client.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/client/config.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/client/dynamic.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/client/factory.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/client/client_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/client/config_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/client/factory_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/builder.test
	files = [/home/arunkhattri/.cache/go-build/96/96fe107476431d3393490b0d5afb91ff6b3bbbe3b75b245ee4729a3b49ee9eee-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/buildinfo
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/buildinfo/version.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/buildinfo/version_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/version
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/version/version.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/server
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/server/server.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/client.test
	files = [/home/arunkhattri/.cache/go-build/55/55c14ce6b7c3a966d2bbecc687e90a661c65debc811f3066251c289956e5758d-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/server/plugin
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/server/plugin/plugin.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/controller
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/backup_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/backup_deletion_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/backup_sync_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/backup_tracker.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/download_request_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/gc_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/generic_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/interface.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/pod_volume_backup_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/pod_volume_restore_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/restic_repository_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/restore_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/schedule_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/server_status_request_controller.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/backup_controller_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/backup_deletion_controller_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/backup_sync_controller_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/backup_tracker_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/download_request_controller_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/gc_controller_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/pod_volume_backup_controller_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/pod_volume_restore_controller_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/restore_controller_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/controller/schedule_controller_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/buildinfo.test
	files = [/home/arunkhattri/.cache/go-build/74/747aaeb93b29ce7235bce0061cc4ef92f8a1481cbab80b40f4e2e56653acd52c-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/backup
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backup/backup.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backup/create.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backup/delete.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backup/describe.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backup/download.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backup/get.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backup/logs.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backup/create_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions/velero
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/informers/externalversions/velero/interface.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/client_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/logrus_adapter.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/manager.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/process.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/registry.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/restartable_backup_item_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/restartable_object_store.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/restartable_process.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/restartable_restore_item_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/restartable_volume_snapshotter.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/backup.test
	files = [/home/arunkhattri/.cache/go-build/8a/8a05ed7607b8ddafae4f2ae3c0431ae9ef5b6b35c4600748628fada699fe2c4f-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/restic/repo
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/restic/repo/get.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/restic/repo/repo.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/velero
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/velero/velero.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/restic
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/restic/restic.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/restic/server.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/generated/informers/externalversions
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/informers/externalversions/factory.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/generated/informers/externalversions/generic.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/features
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/features/feature_flags.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/features/feature_flags_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/bug
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/bug/bug.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/restic
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/restic/restic.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/restic/server.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/restic/server_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/cli/backup
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backup/backup.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backup/create.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backup/delete.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backup/describe.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backup/download.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backup/get.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/cli/backup/logs.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/controller.test
	files = [/home/arunkhattri/.cache/go-build/1c/1c4e1874ffe5b19f7a806b93efe626e624e0ec6fe714eb93fa3af03b5effd0be-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/install
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/install/daemonset.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/install/deployment.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/install/doc.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/install/install.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/install/resources.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/features.test
	files = [/home/arunkhattri/.cache/go-build/df/dfc135a31f9470c4cf11188d6cfff27c86077b3ae7a2188590eacbb25d51198a-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/cmd/util/downloadrequest
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/downloadrequest/downloadrequest.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/cmd/util/downloadrequest/downloadrequest_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/discovery.test
	files = [/home/arunkhattri/.cache/go-build/10/10c8de8678d508ff481b5eb59acf0e97e2beee308e35d41b18bb37997fb205f0-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/install
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/install/daemonset.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/install/deployment.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/install/doc.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/install/install.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/install/resources.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/install/daemonset_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/install/deployment_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/install/resources_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/label.test
	files = [/home/arunkhattri/.cache/go-build/9f/9fdb39aa8408738230e7131a7c6ce07fea95b070edffddb5e5c13e5c111937ad-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/label
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/label/label.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/label/label_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/persistence
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/persistence/in_memory_object_store.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/persistence/object_store.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/persistence/object_store_layout.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/persistence/object_store_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/install.test
	files = [/home/arunkhattri/.cache/go-build/8f/8f9abe774d06610fdc3f70eadc985a1fab5541a2e2eda066a1996d523b335f8f-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/persistence.test
	files = [/home/arunkhattri/.cache/go-build/b2/b2bb0f608d1c7f44486088263dda11be389f1a377c4151f20027a2d0faa624d8-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/client_builder.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/logrus_adapter.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/manager.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/process.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/registry.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/restartable_backup_item_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/restartable_object_store.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/restartable_process.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/restartable_restore_item_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/restartable_volume_snapshotter.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/client_builder_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/logrus_adapter_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/manager_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/process_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/registry_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/restartable_backup_item_action_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/restartable_delegate_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/restartable_object_store_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/restartable_restore_item_action_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/clientmgmt/restartable_volume_snapshotter_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt.test
	files = [/home/arunkhattri/.cache/go-build/c3/c3a2141b6c70a4d7053c5f4e9a028c3f22ea0c47e3c45b9001da7c9c0213e067-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/plugin/framework
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/backup_item_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/backup_item_action_client.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/backup_item_action_server.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/client_dispenser.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/client_errors.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/doc.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/handle_panic.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/handshake.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/interface.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/logger.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/object_store.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/object_store_client.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/object_store_server.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/plugin_base.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/plugin_kinds.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/plugin_lister.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/restore_item_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/restore_item_action_client.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/restore_item_action_server.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/server.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/server_errors.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/server_mux.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/stream_reader.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/validation.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/volume_snapshotter.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/volume_snapshotter_client.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/volume_snapshotter_server.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/backup_item_action_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/client_dispenser_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/examples_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/logger_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/plugin_base_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/plugin_types_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/server_mux_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/stream_reader_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/plugin/framework/validation_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/plugin/framework.test
	files = [/home/arunkhattri/.cache/go-build/6e/6e42d96f1b3fca1249011163929ac3d2c5b75c19942e7e497d22b31ccfe3768e-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/podexec.test
	files = [/home/arunkhattri/.cache/go-build/8c/8c9515290671005e18adf6b75f79076941e6e7a2c9102149448ff61720c7cbb3-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/podexec
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/podexec/pod_command_executor.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/podexec/pod_command_executor_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/restic
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/aws.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/azure.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/backupper.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/command.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/command_factory.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/common.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/config.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/exec_commands.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/repo_locker.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/repository_ensurer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/repository_keys.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/repository_manager.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/restorer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/backupper_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/command_factory_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/command_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/common_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/config_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restic/exec_commands_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/restic.test
	files = [/home/arunkhattri/.cache/go-build/ea/ea5650bf577e3086babe5e96b8e757435aa445ca9924e5edb50811de4067a78c-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/restore.test
	files = [/home/arunkhattri/.cache/go-build/92/92a594fcbf66e1699684cf438499c77169c14f2f85b883e51ee77de050af7996-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/serverstatusrequest
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/serverstatusrequest/process.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/serverstatusrequest/process_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/serverstatusrequest.test
	files = [/home/arunkhattri/.cache/go-build/71/716561d315b00e6525ec19db2b1878f15b1bb6b48be7d64e12303074316ea73a-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/util/collections.test
	files = [/home/arunkhattri/.cache/go-build/df/df977ebd0a694bcf5c3726ea3f9d5790d2147f49cc5878ec65532ce4041f9ff3-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/restore
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/add_pv_from_pvc_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/add_pvc_from_pod_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/change_pvc_node_selector.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/change_storageclass_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/clusterrolebinding_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/crd_v1_preserve_unknown_fields_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/job_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/merge_service_account.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/pod_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/pv_restorer.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/restic_restore_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/restore.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/result.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/rolebinding_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/service_account_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/service_action.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/add_pv_from_pvc_action_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/add_pvc_from_pod_action_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/change_pvc_node_selector_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/change_storageclass_action_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/clusterrolebinding_action_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/job_action_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/merge_service_account_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/pod_action_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/pv_restorer_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/restic_restore_action_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/restore_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/result_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/rolebinding_action_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/service_account_action_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/restore/service_action_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/util/collections
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/collections/includes_excludes.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/collections/includes_excludes_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/util/kube.test
	files = [/home/arunkhattri/.cache/go-build/82/822e452688aaa7e198dd5d3d1a1244106991390f94cfa1ec1226444534912a93-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/util/kube
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/kube/resource_requirements.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/kube/utils.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/kube/resource_requirements_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/kube/utils_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/util/logging.test
	files = [/home/arunkhattri/.cache/go-build/19/1993f1524d3d01908edf5e8f54bd09609f186ab1563df50e967331b9335335b8-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/util/stringslice.test
	files = [/home/arunkhattri/.cache/go-build/97/97f5420a00dee8e731ecaf813c09e7a259d5a21370c31c069ff92bfdb00086db-d]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/util/stringslice
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/stringslice/stringslice.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/stringslice/stringslice_test.go]
2020/05/02 15:03:42 go/packages.Load
	package = github.com/vmware-tanzu/velero/pkg/util/logging
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/logging/default_logger.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/logging/error_location_hook.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/logging/format_flag.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/logging/hclog_level_hook.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/logging/log_counter_hook.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/logging/log_level_flag.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/logging/log_location_hook.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/logging/default_logger_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/logging/error_location_hook_test.go /home/arunkhattri/go_projects/src/github.com/heptio/velero/pkg/util/logging/log_location_hook_test.go]
2020/05/02 15:04:01 go/packages.Load
	packages = 0
2020/05/02 15:04:01 go/packages.Load
	packages = 0
2020/05/02 15:04:02 go/packages.Load
	packages = 0
2020/05/02 15:04:02 no completions found
	At = {32 2}
	Failure = go [list -f {{context.GOARCH}} {{context.Compiler}} -- unsafe]: signal: killed: 
2020/05/02 15:04:02 : context canceled
2020/05/02 15:04:02 go/packages.Load
	packages = 0
Cancelling textDocument/documentLink(105) in hook after-change-functions
Cancelling textDocument/documentLink(104) in hook after-change-functions
Cancelling textDocument/documentLink(103) in hook after-change-functions
Cancelling textDocument/documentLink(102) in hook after-change-functions
Cancelling textDocument/hover(101) in hook after-change-functions
2020/05/02 15:04:02 go/packages.Load
	packages = 0
2020/05/02 15:04:02 : context canceled
2020/05/02 15:04:02 no completions found
	At = {32 3}
	Failure = go [list -e -json -compiled=true -test=true -export=false -deps=true -find=false -- /home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero]: signal: killed: 
2020/05/02 15:04:02 go/packages.Load
	packages = 0
2020/05/02 15:04:05 go/packages.Load
	packages = 1
2020/05/02 15:04:05 go/packages.Load
	package = github.com/vmware-tanzu/velero/cmd/velero
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go]
2020/05/02 15:04:05 no completions found
	At = {32 4}
	Failure = no parsed files for package github.com/vmware-tanzu/velero/cmd/velero
2020/05/02 15:04:05 go/packages.Load
	packages = 1
2020/05/02 15:04:05 go/packages.Load
	package = github.com/vmware-tanzu/velero/cmd/velero
	files = [/home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go]
2020/05/02 15:04:05 no package for file: no parsed files for package github.com/vmware-tanzu/velero/cmd/velero
2020/05/02 15:04:16 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:17 : line is beyond end of file 2
2020/05/02 15:04:17 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:17 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:18 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:18 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:27 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:29 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:31 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:31 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:31 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:31 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:31 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:31 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:31 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:31 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:34 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:37 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:38 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:39 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:39 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:39 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:39 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:39 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:39 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:39 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:39 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:40 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:40 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:41 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:42 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:43 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:44 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:07 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:10 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:10 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:11 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:11 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:11 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:12 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:15 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:39 no package for file: no parsed files for package github.com/vmware-tanzu/velero/cmd/velero
2020/05/02 15:05:39 no package for file: no parsed files for package github.com/vmware-tanzu/velero/cmd/velero
2020/05/02 15:05:40 no package for file: no parsed files for package github.com/vmware-tanzu/velero/cmd/velero
2020/05/02 15:05:40 no completions found
	At = {32 2}
	Failure = no parsed files for package github.com/vmware-tanzu/velero/cmd/velero
2020/05/02 15:05:40 no package for file: no parsed files for package github.com/vmware-tanzu/velero/cmd/velero
2020/05/02 15:05:40 no completions found
	At = {32 3}
	Failure = no parsed files for package github.com/vmware-tanzu/velero/cmd/velero
2020/05/02 15:05:42 no package for file: no parsed files for package github.com/vmware-tanzu/velero/cmd/velero
2020/05/02 15:05:42 no completions found
	At = {32 4}
	Failure = no parsed files for package github.com/vmware-tanzu/velero/cmd/velero
2020/05/02 15:05:45 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:14:35 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go

gopls::stderr

2020/05/02 15:04:02 : context canceled
2020/05/02 15:04:02 : context canceled
2020/05/02 15:04:05 no package for file: no parsed files for package github.com/vmware-tanzu/velero/cmd/velero
2020/05/02 15:04:16 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:17 : line is beyond end of file 2
2020/05/02 15:04:17 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:17 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:18 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:18 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:19 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:27 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:29 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:31 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:31 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:31 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:31 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:31 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:31 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:31 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:31 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:34 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:37 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:38 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:39 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:39 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:39 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:39 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:39 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:39 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:39 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:39 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:40 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:40 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:41 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:42 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:43 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:04:44 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:07 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:10 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:10 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:11 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:11 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:11 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:12 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:15 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:05:39 no package for file: no parsed files for package github.com/vmware-tanzu/velero/cmd/velero
2020/05/02 15:05:39 no package for file: no parsed files for package github.com/vmware-tanzu/velero/cmd/velero
2020/05/02 15:05:40 no package for file: no parsed files for package github.com/vmware-tanzu/velero/cmd/velero
2020/05/02 15:05:40 no package for file: no parsed files for package github.com/vmware-tanzu/velero/cmd/velero
2020/05/02 15:05:42 no package for file: no parsed files for package github.com/vmware-tanzu/velero/cmd/velero
2020/05/02 15:05:45 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:14:35 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:25:20 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:25:31 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:25:58 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:25:59 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:00 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:00 : line is beyond end of file 2
2020/05/02 15:26:00 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:00 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:01 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:02 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:02 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:03 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:04 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:12 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:26 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:26 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:26 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:27 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:27 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:27 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:28 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:30 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:30 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:30 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:30 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:30 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:32 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:33 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:34 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:35 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:35 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:36 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
2020/05/02 15:26:40 no highlight: no token.File for file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
	URI = file:///home/arunkhattri/go_projects/src/github.com/heptio/velero/cmd/velero/main.go
@gopherbot gopherbot added this to the Unreleased milestone May 2, 2020
@gopherbot gopherbot added Tools This label describes issues relating to any tools in the x/tools repository. gopls Issues related to the Go language server, gopls. labels May 2, 2020
@gopherbot
Copy link

Thank you for filing a gopls issue! Please take a look at the Troubleshooting guide, and make sure that you have provided all of the relevant information here.

@golang golang locked and limited conversation to collaborators May 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

2 participants