Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Process starts but does not completely attach #2783

Closed
DavidLangworthy opened this issue Sep 23, 2019 · 4 comments
Closed

Process starts but does not completely attach #2783

DavidLangworthy opened this issue Sep 23, 2019 · 4 comments
Labels
debug needs-decision Feedback is required from experts, contributors, and/or the community before a change can be made.

Comments

@DavidLangworthy
Copy link

My process starts, but does not seem to attach. Breakpoints are not hit and all debugger console commands return "not available". Logs follow

Verbose logs are written to:
/tmp/vscode-go-debug.txt
2019-9-23, 20:13:13.970 UTC
From client: initialize({"clientID":"vscode","clientName":"Visual Studio Code","adapterID":"go","pathFormat":"path","linesStartAt1":true,"columnsStartAt1":true,"supportsVariableType":true,"supportsVariablePaging":true,"supportsRunInTerminalRequest":true,"locale":"en-us"})
InitializeRequest
To client: {"seq":0,"type":"response","request_seq":1,"command":"initialize","success":true,"body":{"supportsConfigurationDoneRequest":true,"supportsSetVariable":true}}
InitializeResponse
From client: launch({"name":"Launch","type":"go","request":"launch","mode":"debug","program":"/home/dlan/go/src/k8s.io/autoscaler/cluster-autoscaler","env":{"CGO_ENABLED":0,"GOOS":"linux","GOPATH":"/home/dlan/go","CONDA_SHLVL":"0","LS_COLORS":"rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv[...]
Using GOPATH: /home/dlan/go
Current working directory: /home/dlan/go/src/k8s.io/autoscaler/cluster-autoscaler
Running: /home/dlan/go/bin/dlv debug --headless=true --listen=127.0.0.1:7687 --api-version=2 --log=true --log-output=rpc --build-flags=--ldflags -s --tags genesys -- --kubeconfigfile=/home/dlan/.kube/genesys2 --v=3 --logtostderr=true --scale-down-delay-after-add=1m --scale-down-unneeded-time=1m --cloud-provider=genesys --nodes=1:5:default
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stdout","output":"API server listening at: 127.0.0.1:7687\n"}}
API server listening at: 127.0.0.1:7687
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"could not launch process: could not open debug info\n"}}
could not launch process: could not open debug info
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.017060   15030 flags.go:52] FLAG: --address=\":8085\"\n"}}
I0923 13:13:18.017060   15030 flags.go:52] FLAG: --address=":8085"
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.017301   15030 flags.go:52] FLAG: --alsologtostderr=\"false\"\nI0923 13:13:18.017312   15030 flags.go:52] FLAG: --balance-similar-node-groups=\"false\"\nI0923 13:13:18.017318   15030 flags.go:52] FLAG: --cloud-config=\"\"\nI0923 13:13:18.017323   15030 flags.go:52] FLAG: --cloud-provider=\"genesys\"\nI0923 13:13:18.017328   15030 flags.go:52] FLAG: --cluster-name=\"\"\nI0923 13:13:18.017333   15030 flags.go:52] FLAG: --cores-total=\"0:320000\"\nI0923 13:13:18.017338   15030 flags.go:52] FLAG: --estimator=\"binpacking\"\nI0923 13:13:18.017343   15030 flags.go:52] FLAG: --expander=\"random\"\nI0923 13:13:18.017348   15030 flags.go:52] FLAG: --expendable-pods-priority-cutoff=\"-10\"\nI0923 13:13:18.017353   15030 flags.go:52] FLAG: --filter-out-schedulable-pods-uses-packing=\"true\"\nI0923 13:13:18.017358   15030 flags.go:52] FLAG: --gpu-total=\"[]\"\nI0923 13:13:18.017363   15030 flags.go:52] FLAG: --ignore-daemonsets-utilization=\"false\"\nI0923 13:13:18.017367   15030 flags.go:52] FLAG: --ignore-mirror-pods-utilization=\"false\"\nI0923 13:13:18.017372   15030 flags.go:52] FLAG: --ignore-taint=\"[]\"\nI0923 13:13:18.017377   15030 flags.go:52] FLAG: --kubeconfig=\"\"\nI0923 13:13:18.017381   15030 flags.go:52] FLAG: --kubeconfigfile=\"/home/dlan/.kube/genesys2\"\nI0923 13:13:18.017386   15030 flags.go:52] FLAG: --kubernetes=\"\"\nI0923 13:13:18.017392   15030 flags.go:52] F[...]
I0923 13:13:18.017301   15030 flags.go:52] FLAG: --alsologtostderr="false"
I0923 13:13:18.017312   15030 flags.go:52] FLAG: --balance-similar-node-groups="false"
I0923 13:13:18.017318   15030 flags.go:52] FLAG: --cloud-config=""
I0923 13:13:18.017323   15030 flags.go:52] FLAG: --cloud-provider="genesys"
I0923 13:13:18.017328   15030 flags.go:52] FLAG: --cluster-name=""
I0923 13:13:18.017333   15030 flags.go:52] FLAG: --cores-total="0:320000"
I0923 13:13:18.017338   15030 flags.go:52] FLAG: --estimator="binpacking"
I0923 13:13:18.017343   15030 flags.go:52] FLAG: --expander="random"
I0923 13:13:18.017348   15030 flags.go:52] FLAG: --expendable-pods-priority-cutoff="-10"
I0923 13:13:18.017353   15030 flags.go:52] FLAG: --filter-out-schedulable-pods-uses-packing="true"
I0923 13:13:18.017358   15030 flags.go:52] FLAG: --gpu-total="[]"
I0923 13:13:18.017363   15030 flags.go:52] FLAG: --ignore-daemonsets-utilization="false"
I0923 13:13:18.017367   15030 flags.go:52] FLAG: --ignore-mirror-pods-utilization="false"
I0923 13:13:18.017372   15030 flags.go:52] FLAG: --ignore-taint="[]"
I0923 13:13:18.017377   15030 flags.go:52] FLAG: --kubeconfig=""
I0923 13:13:18.017381   15030 flags.go:52] FLAG: --kubeconfigfile="/home/dlan/.kube/genesys2"
I0923 13:13:18.017386   15030 flags.go:52] FLAG: --kubernetes=""
I0923 13:13:18.017392   15030 flags.go:52] FLAG: --leader-elect="true"
I0923 13:13:18.017399   15030 flags.go:52] FLAG: --leader-elect-lease-duration="15s"
I0923 13:13:18.017405   15030 flags.go:52] FLAG: --leader-elect-renew-deadline="10s"
I0923 13:13:18.017411   15030 flags.go:52] FLAG: --leader-elect-resource-lock="endpoints"
I0923 13:13:18.017417   15030 flags.go:52] FLAG: --leader-elect-retry-period="2s"
I0923 13:13:18.017422   15030 flags.go:52] FLAG: --log-backtrace-at=":0"
I0923 13:13:18.017429   15030 flags.go:52] FLAG: --log-dir=""
I0923 13:13:18.017434   15030 flags.go:52] FLAG: --log-file=""
I0923 13:13:18.017438   15030 flags.go:52] FLAG: --log-file-max-size="1800"
I0923 13:13:18.017443   15030 flags.go:52] FLAG: --logtostderr="true"
I0923 13:13:18.017448   15030 flags.go:52] FLAG: --master=""
I0923 13:13:18.017452   15030 flags.go:52] FLAG: --max-autoprovisioned-node-group-count="15"
I0923 13:13:18.017457   15030 flags.go:52] FLAG: --max-bulk-soft-taint-count="10"
I0923 13:13:18.017461   15030 flags.go:52] FLAG: --max-bulk-soft-taint-time="3s"
I0923 13:13:18.017466   15030 flags.go:52] FLAG: --max-empty-bulk-delete="10"
I0923 13:13:18.017470   15030 flags.go:52] FLAG: --max-failing-time="15m0s"
I0923 13:13:18.017476   15030 flags.go:52] FLAG: --max-graceful-termination-sec="600"
I0923 13:13:18.017481   15030 flags.go:52] FLAG: --max-inactivity="10m0s"
I0923 13:13:18.017486   15030 flags.go:52] FLAG: --max-node-provision-time="15m0s"
I0923 13:13:18.017490   15030 flags.go:52] FLAG: --max-nodes-total="0"
I0923 13:13:18.017495   15030 flags.go:52] FLAG: --max-total-unready-percentage="45"
I0923 13:13:18.017505   15030 flags.go:52] FLAG: --memory-total="0:6400000"
I0923 13:13:18.017511   15030 flags.go:52] FLAG: --min-replica-count="0"
I0923 13:13:18.017516   15030 flags.go:52] FLAG: --namespace="kube-system"
I0923 13:13:18.017520   15030 flags.go:52] FLAG: --new-pod-scale-up-delay="0s"
I0923 13:13:18.017525   15030 flags.go:52] FLAG: --node-autoprovisioning-enabled="false"
I0923 13:13:18.017529   15030 flags.go:52] FLAG: --node-deletion-delay-timeout="2m0s"
I0923 13:13:18.017534   15030 flags.go:52] FLAG: --node-group-auto-discovery="[]"
I0923 13:13:18.017539   15030 flags.go:52] FLAG: --nodes="[1:5:default]"
I0923 13:13:18.017544   15030 flags.go:52] FLAG: --ok-total-unready-count="3"
I0923 13:13:18.017549   15030 flags.go:52] FLAG: --regional="false"
I0923 13:13:18.017557   15030 flags.go:52] FLAG: --scale-down-candidates-pool-min-count="50"
I0923 13:13:18.017566   15030 flags.go:52] FLAG: --scale-down-candidates-pool-ratio="0.1"
I0923 13:13:18.017577   15030 flags.go:52] FLAG: --scale-down-delay-after-add="1m0s"
I0923 13:13:18.017586   15030 flags.go:52] FLAG: --scale-down-delay-after-delete="0s"
I0923 13:13:18.017597   15030 flags.go:52] FLAG: --scale-down-delay-after-failure="3m0s"
I0923 13:13:18.017603   15030 flags.go:52] FLAG: --scale-down-enabled="true"
I0923 13:13:18.017607   15030 flags.go:52] FLAG: --scale-down-gpu-utilization-threshold="0.5"
I0923 13:13:18.017612   15030 flags.go:52] FLAG: --scale-down-non-empty-candidates-count="30"
I0923 13:13:18.017617   15030 flags.go:52] FLAG: --scale-down-unneeded-time="1m0s"
I0923 13:13:18.017621   15030 flags.go:52] FLAG: --scale-down-unready-time="20m0s"
I0923 13:13:18.017626   15030 flags.go:52] FLAG: --scale-down-utilization-threshold="0.5"
I0923 13:13:18.017630   15030 flags.go:52] FLAG: --scan-interval="10s"
I0923 13:13:18.017635   15030 flags.go:52] FLAG: --skip-headers="false"
I0923 13:13:18.017639   15030 flags.go:52] FLAG: --skip-log-headers="false"
I0923 13:13:18.017656   15030 flags.go:52] FLAG: --skip-nodes-with-local-storage="true"
I0923 13:13:18.017664   15030 flags.go:52] FLAG: --skip-nodes-with-system-pods="true"
I0923 13:13:18.017668   15030 flags.go:52] FLAG: --stderrthreshold="2"
I0923 13:13:18.017674   15030 flags.go:52] FLAG: --test.bench=""
I0923 13:13:18.017681   15030 flags.go:52] FLAG: --test.benchmem="false"
I0923 13:13:18.017689   15030 flags.go:52] FLAG: --test.benchtime="1s"
I0923 13:13:18.017697   15030 flags.go:52] FLAG: --test.blockprofile=""
I0923 13:13:18.017704   15030 flags.go:52] FLAG: --test.blockprofilerate="1"
I0923 13:13:18.017713   15030 flags.go:52] FLAG: --test.count="1"
I0923 13:13:18.017722   15030 flags.go:52] FLAG: --test.coverprofile=""
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.017729   15030 flags.go:52] FLAG: --test.cpu=\"\"\nI0923 13:13:18.017735   15030 flags.go:52] FLAG: --test.cpuprofile=\"\"\nI0923 13:13:18.017741   15030 flags.go:52] FLAG: --test.failfast=\"false\"\nI0923 13:13:18.017748   15030 flags.go:52] FLAG: --test.list=\"\"\nI0923 13:13:18.017756   15030 flags.go:52] FLAG: --test.memprofile=\"\"\nI0923 13:13:18.017763   15030 flags.go:52] FLAG: --test.memprofilerate=\"0\"\nI0923 13:13:18.017770   15030 flags.go:52] FLAG: --test.mutexprofile=\"\"\nI0923 13:13:18.017777   15030 flags.go:52] FLAG: --test.mutexprofilefraction=\"1\"\nI0923 13:13:18.017786   15030 flags.go:52] FLAG: --test.outputdir=\"\"\nI0923 13:13:18.017794   15030 flags.go:52] FLAG: --test.parallel=\"4\"\nI0923 13:13:18.017801   15030 flags.go:52] FLAG: --test.run=\"\"\nI0923 13:13:18.017808   15030 flags.go:52] FLAG: --test.short=\"false\"\nI0923 13:13:18.017820   15030 flags.go:52] FLAG: --test.testlogfile=\"\"\nI0923 13:13:18.017828   15030 flags.go:52] FLAG: --test.timeout=\"0s\"\nI0923 13:13:18.017836   15030 flags.go:52] FLAG: --test.trace=\"\"\nI0923 13:13:18.017844   15030 flags.go:52] FLAG: --test.v=\"false\"\nI0923 13:13:18.017851   15030 flags.go:52] FLAG: --unremovable-node-recheck-timeout=\"5m0s\"\nI0923 13:13:18.017860   15030 flags.go:52] FLAG: --v=\"3\"\nI0923 13:13:18.017868   15030 flags.go:52] FLAG: --vmodule=\"\"\nI0923 13:13:18.017877   15030 fla[...]
I0923 13:13:18.017729   15030 flags.go:52] FLAG: --test.cpu=""
I0923 13:13:18.017735   15030 flags.go:52] FLAG: --test.cpuprofile=""
I0923 13:13:18.017741   15030 flags.go:52] FLAG: --test.failfast="false"
I0923 13:13:18.017748   15030 flags.go:52] FLAG: --test.list=""
I0923 13:13:18.017756   15030 flags.go:52] FLAG: --test.memprofile=""
I0923 13:13:18.017763   15030 flags.go:52] FLAG: --test.memprofilerate="0"
I0923 13:13:18.017770   15030 flags.go:52] FLAG: --test.mutexprofile=""
I0923 13:13:18.017777   15030 flags.go:52] FLAG: --test.mutexprofilefraction="1"
I0923 13:13:18.017786   15030 flags.go:52] FLAG: --test.outputdir=""
I0923 13:13:18.017794   15030 flags.go:52] FLAG: --test.parallel="4"
I0923 13:13:18.017801   15030 flags.go:52] FLAG: --test.run=""
I0923 13:13:18.017808   15030 flags.go:52] FLAG: --test.short="false"
I0923 13:13:18.017820   15030 flags.go:52] FLAG: --test.testlogfile=""
I0923 13:13:18.017828   15030 flags.go:52] FLAG: --test.timeout="0s"
I0923 13:13:18.017836   15030 flags.go:52] FLAG: --test.trace=""
I0923 13:13:18.017844   15030 flags.go:52] FLAG: --test.v="false"
I0923 13:13:18.017851   15030 flags.go:52] FLAG: --unremovable-node-recheck-timeout="5m0s"
I0923 13:13:18.017860   15030 flags.go:52] FLAG: --v="3"
I0923 13:13:18.017868   15030 flags.go:52] FLAG: --vmodule=""
I0923 13:13:18.017877   15030 flags.go:52] FLAG: --write-status-configmap="true"
I0923 13:13:18.017888   15030 main.go:361] Cluster Autoscaler 1.15.0
I0923 13:13:18.017906   15030 main.go:243] Using kubeconfig file: /home/dlan/.kube/genesys2
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.455828   15030 leaderelection.go:235] attempting to acquire leader lease  kube-system/cluster-autoscaler...\n"}}
I0923 13:13:18.455828   15030 leaderelection.go:235] attempting to acquire leader lease  kube-system/cluster-autoscaler...
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.645354   15030 leaderelection.go:245] successfully acquired lease kube-system/cluster-autoscaler\n"}}
I0923 13:13:18.645354   15030 leaderelection.go:245] successfully acquired lease kube-system/cluster-autoscaler
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.646512   15030 main.go:243] Using kubeconfig file: /home/dlan/.kube/genesys2\n"}}
I0923 13:13:18.646512   15030 main.go:243] Using kubeconfig file: /home/dlan/.kube/genesys2
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.650710   15030 main.go:243] Using kubeconfig file: /home/dlan/.kube/genesys2\n"}}
I0923 13:13:18.650710   15030 main.go:243] Using kubeconfig file: /home/dlan/.kube/genesys2
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.653581   15030 reflector.go:122] Starting reflector *v1.Pod (1h0m0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\nI0923 13:13:18.653609   15030 reflector.go:122] Starting reflector *v1.Node (1h0m0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\nI0923 13:13:18.653684   15030 reflector.go:122] Starting reflector *v1.ReplicationController (1h0m0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\nI0923 13:13:18.653679   15030 reflector.go:160] Listing and watching *v1.Node from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\nI0923 13:13:18.653704   15030 reflector.go:160] Listing and watching *v1.ReplicationController from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\nI0923 13:13:18.653713   15030 reflector.go:122] Starting reflector *v1.ReplicaSet (1h0m0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\nI0923 13:13:18.653737   15030 reflector.go:160] Listing and watching *v1.ReplicaSet from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\nI0923 13:13:18.653663   15030 reflector.go:122] Starting reflector *v1.Pod (1h0m0s) from pkg/mod/k8s.io/client-go@v0.0.0-201908191417[...]
I0923 13:13:18.653581   15030 reflector.go:122] Starting reflector *v1.Pod (1h0m0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.653609   15030 reflector.go:122] Starting reflector *v1.Node (1h0m0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.653684   15030 reflector.go:122] Starting reflector *v1.ReplicationController (1h0m0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.653679   15030 reflector.go:160] Listing and watching *v1.Node from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.653704   15030 reflector.go:160] Listing and watching *v1.ReplicationController from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.653713   15030 reflector.go:122] Starting reflector *v1.ReplicaSet (1h0m0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.653737   15030 reflector.go:160] Listing and watching *v1.ReplicaSet from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.653663   15030 reflector.go:122] Starting reflector *v1.Pod (1h0m0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.653921   15030 reflector.go:122] Starting reflector *v1beta1.PodDisruptionBudget (1h0m0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.653917   15030 reflector.go:160] Listing and watching *v1.Pod from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.653937   15030 reflector.go:160] Listing and watching *v1beta1.PodDisruptionBudget from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.653981   15030 reflector.go:122] Starting reflector *v1.Job (1h0m0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.654000   15030 reflector.go:160] Listing and watching *v1.Job from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.654115   15030 reflector.go:122] Starting reflector *v1.StatefulSet (1h0m0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.653609   15030 reflector.go:122] Starting reflector *v1.Node (1h0m0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.654133   15030 reflector.go:160] Listing and watching *v1.StatefulSet from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.654149   15030 reflector.go:160] Listing and watching *v1.Node from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.654191   15030 reflector.go:122] Starting reflector *v1.DaemonSet (1h0m0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.654208   15030 reflector.go:160] Listing and watching *v1.DaemonSet from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.653669   15030 reflector.go:160] Listing and watching *v1.Pod from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.934925   15030 defaults.go:87] TaintNodesByCondition is enabled, PodToleratesNodeTaints predicate is mandatory\n"}}
I0923 13:13:18.934925   15030 defaults.go:87] TaintNodesByCondition is enabled, PodToleratesNodeTaints predicate is mandatory
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.935999   15030 factory.go:345] Creating scheduler from algorithm provider 'DefaultProvider'\n"}}
I0923 13:13:18.935999   15030 factory.go:345] Creating scheduler from algorithm provider 'DefaultProvider'
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.936048   15030 factory.go:433] Creating scheduler with fit predicates 'map[CheckNodeUnschedulable:{} CheckVolumeBinding:{} GeneralPredicates:{} MatchInterPodAffinity:{} MaxAzureDiskVolumeCount:{} MaxCSIVolumeCountPred:{} MaxEBSVolumeCount:{} MaxGCEPDVolumeCount:{} NoDiskConflict:{} NoVolumeZoneConflict:{} PodToleratesNodeTaints:{}]' and priority functions 'map[BalancedResourceAllocation:{} ImageLocalityPriority:{} InterPodAffinityPriority:{} LeastRequestedPriority:{} NodeAffinityPriority:{} NodePreferAvoidPodsPriority:{} SelectorSpreadPriority:{} TaintTolerationPriority:{}]'\n"}}
I0923 13:13:18.936048   15030 factory.go:433] Creating scheduler with fit predicates 'map[CheckNodeUnschedulable:{} CheckVolumeBinding:{} GeneralPredicates:{} MatchInterPodAffinity:{} MaxAzureDiskVolumeCount:{} MaxCSIVolumeCountPred:{} MaxEBSVolumeCount:{} MaxGCEPDVolumeCount:{} NoDiskConflict:{} NoVolumeZoneConflict:{} PodToleratesNodeTaints:{}]' and priority functions 'map[BalancedResourceAllocation:{} ImageLocalityPriority:{} InterPodAffinityPriority:{} LeastRequestedPriority:{} NodeAffinityPriority:{} NodePreferAvoidPodsPriority:{} SelectorSpreadPriority:{} TaintTolerationPriority:{}]'
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.936606   15030 predicates.go:189] Using predicate PodFitsResources\nI0923 13:13:18.936628   15030 predicates.go:189] Using predicate PodToleratesNodeTaints\nI0923 13:13:18.936640   15030 predicates.go:189] Using predicate GeneralPredicates\n"}}
I0923 13:13:18.936606   15030 predicates.go:189] Using predicate PodFitsResources
I0923 13:13:18.936628   15030 predicates.go:189] Using predicate PodToleratesNodeTaints
I0923 13:13:18.936640   15030 predicates.go:189] Using predicate GeneralPredicates
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.936657   15030 predicates.go:189] Using predicate ready\nI0923 13:13:18.936669   15030 predicates.go:189] Using predicate MaxEBSVolumeCount\nI0923 13:13:18.936682   15030 predicates.go:189] Using predicate NoVolumeZoneConflict\nI0923 13:13:18.936695   15030 predicates.go:189] Using predicate CheckVolumeBinding\nI0923 13:13:18.936706   15030 predicates.go:189] Using predicate MaxGCEPDVolumeCount\nI0923 13:13:18.936717   15030 predicates.go:189] Using predicate MatchInterPodAffinity\nI0923 13:13:18.936729   15030 predicates.go:189] Using predicate MaxCSIVolumeCountPred\nI0923 13:13:18.936740   15030 predicates.go:189] Using predicate MaxAzureDiskVolumeCount\nI0923 13:13:18.936752   15030 predicates.go:189] Using predicate NoDiskConflict\nI0923 13:13:18.936763   15030 predicates.go:189] Using predicate CheckNodeUnschedulable\n"}}
I0923 13:13:18.936657   15030 predicates.go:189] Using predicate ready
I0923 13:13:18.936669   15030 predicates.go:189] Using predicate MaxEBSVolumeCount
I0923 13:13:18.936682   15030 predicates.go:189] Using predicate NoVolumeZoneConflict
I0923 13:13:18.936695   15030 predicates.go:189] Using predicate CheckVolumeBinding
I0923 13:13:18.936706   15030 predicates.go:189] Using predicate MaxGCEPDVolumeCount
I0923 13:13:18.936717   15030 predicates.go:189] Using predicate MatchInterPodAffinity
I0923 13:13:18.936729   15030 predicates.go:189] Using predicate MaxCSIVolumeCountPred
I0923 13:13:18.936740   15030 predicates.go:189] Using predicate MaxAzureDiskVolumeCount
I0923 13:13:18.936752   15030 predicates.go:189] Using predicate NoDiskConflict
I0923 13:13:18.936763   15030 predicates.go:189] Using predicate CheckNodeUnschedulable
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.936827   15030 cloud_provider_builder.go:29] Building genesys cloud provider.\n"}}
I0923 13:13:18.936827   15030 cloud_provider_builder.go:29] Building genesys cloud provider.
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.941376   15030 reflector.go:122] Starting reflector *v1.StorageClass (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\n"}}
I0923 13:13:18.941376   15030 reflector.go:122] Starting reflector *v1.StorageClass (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.941414   15030 reflector.go:160] Listing and watching *v1.StorageClass from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\n"}}
I0923 13:13:18.941414   15030 reflector.go:160] Listing and watching *v1.StorageClass from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.942028   15030 reflector.go:122] Starting reflector *v1.PersistentVolume (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\nI0923 13:13:18.942055   15030 reflector.go:160] Listing and watching *v1.PersistentVolume from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\n"}}
I0923 13:13:18.942028   15030 reflector.go:122] Starting reflector *v1.PersistentVolume (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.942055   15030 reflector.go:160] Listing and watching *v1.PersistentVolume from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.944960   15030 reflector.go:122] Starting reflector *v1.Node (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\n"}}
I0923 13:13:18.944960   15030 reflector.go:122] Starting reflector *v1.Node (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.945025   15030 reflector.go:160] Listing and watching *v1.Node from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\n"}}
I0923 13:13:18.945025   15030 reflector.go:160] Listing and watching *v1.Node from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.945717   15030 reflector.go:122] Starting reflector *v1.ReplicaSet (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\nI0923 13:13:18.945767   15030 reflector.go:160] Listing and watching *v1.ReplicaSet from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\n"}}
I0923 13:13:18.945717   15030 reflector.go:122] Starting reflector *v1.ReplicaSet (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.945767   15030 reflector.go:160] Listing and watching *v1.ReplicaSet from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.946332   15030 reflector.go:122] Starting reflector *v1.StatefulSet (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\nI0923 13:13:18.946366   15030 reflector.go:160] Listing and watching *v1.StatefulSet from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\n"}}
I0923 13:13:18.946332   15030 reflector.go:122] Starting reflector *v1.StatefulSet (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.946366   15030 reflector.go:160] Listing and watching *v1.StatefulSet from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.946844   15030 reflector.go:122] Starting reflector *v1beta1.PodDisruptionBudget (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\nI0923 13:13:18.946866   15030 reflector.go:160] Listing and watching *v1beta1.PodDisruptionBudget from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\n"}}
I0923 13:13:18.946844   15030 reflector.go:122] Starting reflector *v1beta1.PodDisruptionBudget (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.946866   15030 reflector.go:160] Listing and watching *v1beta1.PodDisruptionBudget from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.947368   15030 reflector.go:122] Starting reflector *v1.Pod (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\nI0923 13:13:18.947407   15030 reflector.go:160] Listing and watching *v1.Pod from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\n"}}
I0923 13:13:18.947368   15030 reflector.go:122] Starting reflector *v1.Pod (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.947407   15030 reflector.go:160] Listing and watching *v1.Pod from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.955601   15030 reflector.go:122] Starting reflector *v1.ReplicationController (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\n"}}
I0923 13:13:18.955601   15030 reflector.go:122] Starting reflector *v1.ReplicationController (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.955644   15030 reflector.go:160] Listing and watching *v1.ReplicationController from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\n"}}
I0923 13:13:18.955644   15030 reflector.go:160] Listing and watching *v1.ReplicationController from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.957508   15030 reflector.go:122] Starting reflector *v1.PersistentVolumeClaim (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\n"}}
I0923 13:13:18.957508   15030 reflector.go:122] Starting reflector *v1.PersistentVolumeClaim (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.957595   15030 reflector.go:160] Listing and watching *v1.PersistentVolumeClaim from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\n"}}
I0923 13:13:18.957595   15030 reflector.go:160] Listing and watching *v1.PersistentVolumeClaim from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:18.958482   15030 reflector.go:122] Starting reflector *v1.Service (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\nI0923 13:13:18.958513   15030 reflector.go:160] Listing and watching *v1.Service from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98\n"}}
I0923 13:13:18.958482   15030 reflector.go:122] Starting reflector *v1.Service (0s) from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
I0923 13:13:18.958513   15030 reflector.go:160] Listing and watching *v1.Service from pkg/mod/k8s.io/client-go@v0.0.0-20190819141724-e14f31a72a77/tools/cache/reflector.go:98
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:19.870395   15030 genesys_machinepool.go:69] Creating new machinepool from spec: 1:5:default\n"}}
I0923 13:13:19.870395   15030 genesys_machinepool.go:69] Creating new machinepool from spec: 1:5:default
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:19.870596   15030 main.go:271] Registered cleanup signal handler\nI0923 13:13:19.870673   15030 node_instances_cache.go:156] Start refreshing cloud provider node instances cache\n"}}
I0923 13:13:19.870596   15030 main.go:271] Registered cleanup signal handler
I0923 13:13:19.870673   15030 node_instances_cache.go:156] Start refreshing cloud provider node instances cache
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:19.947880   15030 node_instances_cache.go:168] Refresh cloud provider node instances cache finished, refresh took 77.176052ms\n"}}
I0923 13:13:19.947880   15030 node_instances_cache.go:168] Refresh cloud provider node instances cache finished, refresh took 77.176052ms
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:30.314018   15030 genesys_machinepool.go:122] found target size machinepool default 1\nW0923 13:13:30.314112   15030 clusterstate.go:437] Failed to find acceptable ranges for default\n"}}
I0923 13:13:30.314018   15030 genesys_machinepool.go:122] found target size machinepool default 1
W0923 13:13:30.314112   15030 clusterstate.go:437] Failed to find acceptable ranges for default
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:30.671494   15030 utils.go:587] No pod using affinity / antiaffinity found in cluster, disabling affinity predicate for this loop\n"}}
I0923 13:13:30.671494   15030 utils.go:587] No pod using affinity / antiaffinity found in cluster, disabling affinity predicate for this loop
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:30.671761   15030 static_autoscaler.go:334] No unschedulable pods\n"}}
I0923 13:13:30.671761   15030 static_autoscaler.go:334] No unschedulable pods
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:30.748665   15030 genesys_machinepool.go:122] found target size machinepool default 1\n"}}
I0923 13:13:30.748665   15030 genesys_machinepool.go:122] found target size machinepool default 1
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:30.999260   15030 pre_filtering_processor.go:66] Skipping default-b190a5f7-900c824300000c - node group min size reached\n"}}
I0923 13:13:30.999260   15030 pre_filtering_processor.go:66] Skipping default-b190a5f7-900c824300000c - node group min size reached
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:41.645476   15030 genesys_machinepool.go:122] found target size machinepool default 1\n"}}
I0923 13:13:41.645476   15030 genesys_machinepool.go:122] found target size machinepool default 1
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:41.974469   15030 utils.go:587] No pod using affinity / antiaffinity found in cluster, disabling affinity predicate for this loop\n"}}
I0923 13:13:41.974469   15030 utils.go:587] No pod using affinity / antiaffinity found in cluster, disabling affinity predicate for this loop
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:41.975154   15030 static_autoscaler.go:334] No unschedulable pods\n"}}
I0923 13:13:41.975154   15030 static_autoscaler.go:334] No unschedulable pods
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:42.052096   15030 genesys_machinepool.go:122] found target size machinepool default 1\n"}}
I0923 13:13:42.052096   15030 genesys_machinepool.go:122] found target size machinepool default 1
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:42.363315   15030 pre_filtering_processor.go:66] Skipping default-b190a5f7-900c824300000c - node group min size reached\n"}}
I0923 13:13:42.363315   15030 pre_filtering_processor.go:66] Skipping default-b190a5f7-900c824300000c - node group min size reached
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:52.945668   15030 genesys_machinepool.go:122] found target size machinepool default 1\n"}}
I0923 13:13:52.945668   15030 genesys_machinepool.go:122] found target size machinepool default 1
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:53.256827   15030 utils.go:587] No pod using affinity / antiaffinity found in cluster, disabling affinity predicate for this loop\n"}}
I0923 13:13:53.256827   15030 utils.go:587] No pod using affinity / antiaffinity found in cluster, disabling affinity predicate for this loop
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:53.257361   15030 static_autoscaler.go:334] No unschedulable pods\n"}}
I0923 13:13:53.257361   15030 static_autoscaler.go:334] No unschedulable pods
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:53.334993   15030 genesys_machinepool.go:122] found target size machinepool default 1\n"}}
I0923 13:13:53.334993   15030 genesys_machinepool.go:122] found target size machinepool default 1
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:13:53.490604   15030 pre_filtering_processor.go:66] Skipping default-b190a5f7-900c824300000c - node group min size reached\n"}}
I0923 13:13:53.490604   15030 pre_filtering_processor.go:66] Skipping default-b190a5f7-900c824300000c - node group min size reached
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:14:04.247149   15030 genesys_machinepool.go:122] found target size machinepool default 1\n"}}
I0923 13:14:04.247149   15030 genesys_machinepool.go:122] found target size machinepool default 1
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:14:04.560398   15030 utils.go:587] No pod using affinity / antiaffinity found in cluster, disabling affinity predicate for this loop\n"}}
I0923 13:14:04.560398   15030 utils.go:587] No pod using affinity / antiaffinity found in cluster, disabling affinity predicate for this loop
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:14:04.561153   15030 static_autoscaler.go:334] No unschedulable pods\n"}}
I0923 13:14:04.561153   15030 static_autoscaler.go:334] No unschedulable pods
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:14:04.640605   15030 genesys_machinepool.go:122] found target size machinepool default 1\n"}}
I0923 13:14:04.640605   15030 genesys_machinepool.go:122] found target size machinepool default 1
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:14:04.718445   15030 pre_filtering_processor.go:66] Skipping default-b190a5f7-900c824300000c - node group min size reached\n"}}
I0923 13:14:04.718445   15030 pre_filtering_processor.go:66] Skipping default-b190a5f7-900c824300000c - node group min size reached
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:14:15.567398   15030 genesys_machinepool.go:122] found target size machinepool default 1\n"}}
I0923 13:14:15.567398   15030 genesys_machinepool.go:122] found target size machinepool default 1
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:14:15.891163   15030 utils.go:587] No pod using affinity / antiaffinity found in cluster, disabling affinity predicate for this loop\nI0923 13:14:15.891843   15030 static_autoscaler.go:334] No unschedulable pods\n"}}
I0923 13:14:15.891163   15030 utils.go:587] No pod using affinity / antiaffinity found in cluster, disabling affinity predicate for this loop
I0923 13:14:15.891843   15030 static_autoscaler.go:334] No unschedulable pods
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:14:15.969534   15030 genesys_machinepool.go:122] found target size machinepool default 1\n"}}
I0923 13:14:15.969534   15030 genesys_machinepool.go:122] found target size machinepool default 1
To client: {"seq":0,"type":"event","event":"output","body":{"category":"stderr","output":"I0923 13:14:16.268477   15030 pre_filtering_processor.go:66] Skipping default-b190a5f7-900c824300000c - node group min size reached\n"}}
I0923 13:14:16.268477   15030 pre_filtering_processor.go:66] Skipping default-b190a5f7-900c824300000c - node group min size reached


@ramya-rao-a
Copy link
Contributor

Please share the debug configuration you are using.
If you have a small sample code where you can replicate this, please share that as well so that we can give it a try

@DavidLangworthy
Copy link
Author

This was caused by using --ldflags "-s" in the build args. I am running someone else's code and was told to include this directive. The program does not compile without several others. From searching around on delve and running the program outside vscode, I've learned what this flag does and why it would cause debugging to fail. The issue with vscode is that everything looks fine. Breakpoints look fine. The debug starts up. Logs flow to output. The debugger console even accepts input, although nothing works.

I would change this issue to a feature request to indicate that symbols are not properly loaded. In Visual Studio we get the empty red ring rather than the solid dot if the symbols cannot be matched up. Whether it is that or some other indication that things are not right is fine. Just something to point people in the right direction.

While I'm at it. I'd like to be able to use the delve command line directives and see the goroutines.

Thank you,
DAve

@stamblerre
Copy link
Contributor

Sorry for the delay on this issue. To summarize your comment:

  1. --ldflags "-s" strips debug info, so we should notify the user that they cannot debug when they compile with this flag
  2. Add ability to use delve command line directives

@ramya-rao-a, @hyangah, @quoctruong: (1) seems reasonable enough to me (and hopefully is trivial to implement?), but I'm not sure what (2) would entail.

@stamblerre stamblerre added the needs-decision Feedback is required from experts, contributors, and/or the community before a change can be made. label Mar 27, 2020
@stamblerre
Copy link
Contributor

I copied (1) to golang/vscode-go#182, as we are moving to a new repository (#3247). If you would like to discuss (2) more in-depth, please file a feature request in our new repo: https://github.com/golang/vscode-go.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug needs-decision Feedback is required from experts, contributors, and/or the community before a change can be made.
Projects
None yet
Development

No branches or pull requests

3 participants